Jump to content

jemmyhatta

uniGUI Subscriber
  • Posts

    59
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1200 profile views

jemmyhatta's Achievements

Member

Member (2/4)

2

Reputation

  1. its not showing any event TEST.zip
  2. is there any solution? I also have same problem, the calendar panel wont show the event, even i'm open project in unigui demo calendar panel. i use uni-1.90.0.1554 and RAD STUDIO 11
  3. problem solve.. i must use a new form in new unigui then copy paste all the component in it.. thanks sherzod
  4. Cookie “UNI_GUI_SESSION_ID” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite localhost:8077 Loading failed for the <script> with source “http://localhost:8077/files/calc/calc.js”. localhost:8077:30:1 Empty string passed to getElementById(). 4 LoginHelper.jsm:1460:8 Empty string passed to getElementById(). 4 localhost:8077 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ ext-all.js:20:15890 Uncaught TypeError: c is not a constructor ExtJS 2 onTriggerClick http://localhost:8077/uni-1.90.0.1554/ext-unicommon-min.js line 9 > eval:1 callback ExtJS callTryFinally http://localhost:8077/uni-1.90.0.1554/ext-sync-min.js:9 ExtJS 7 ext-all.js line 20 > Function:3:8 Uncaught TypeError: c is not a constructor ExtJS 2 onTriggerClick http://localhost:8077/uni-1.90.0.1554/ext-unicommon-min.js line 9 > eval:1 callback ExtJS callTryFinally http://localhost:8077/uni-1.90.0.1554/ext-sync-min.js:9 ExtJS 7 ext-all.js line 20 > Function:3:8 when i clicked the calc
  5. it's say Loading failed for the <script> with source “http://localhost:8077/files/calc/calc.js”. localhost:8077:30:1 i already copy the' files folder' that contain calc.js and calc.css to myprog/win32/debug
  6. sorry to bother u sherzod, i'm using delphi 11 and uni-1.90.0.1554, when im using XE6 unicalcedit work perfectly, but now it cant run in delphi 11, yes it can be install in delphi11 and deploy in Application, but when im running the program, the calculator dont popup. i suspect because it using unigui20.dcp but now in delphi11 it using unigui28.dcp. can u help me? i cant use marlon's unicalcedit, because its value cant used in other uninumberedit
  7. hi Sherzod.. this unicalcedit cannot be installed in uni-1.90.0.1554, can u help me
  8. thanks @Marlon Nardi for your answer, i have some not successful code, procedure TFT_CHART.UniBitBtn3Click(Sender: TObject); begin UniFSChart1.ChartSeries.Clear; UniFSChart1.ChartSeriesProperties.Clear; UniFSChart1.ChartProperties.Clear; UniFSChart1.ChartType := TUniFSKendoUIType(Column); UniFSChart1.ChartDataSet := UniMainModule.spDISIKPI1; UniFSChart1.ChartSeries.Values['categoryAxis'] := 'THN'; UniFSChart1.ChartSeries.Values['Aktual'] := 'ACTUALX'; UniFSChart1.ChartSeries.Values['Target'] := 'TARGETX'; UniFSChart1.ChartSeriesDefaults := 'labels: {visible: true, font: "10px Tahoma", position: "outsideEnd", format: "#,#"}'; UniFSChart1.ChartProperties.Values['valueAxis'] := '{labels: {font: "10px Tahoma", rotation: "auto", format: "#,#"}}'; // that label in category axis just disappear, if i dont use this coding, the label still in default font size UniFSChart1.ChartProperties.Values['categoryAxis'] := '{labels: {font: "10px Tahoma"}}'; UniFSChart1.ChartLegendPosition := TUniFSKendoUIPosition.Bottom; UniFSChart1.ChartStacked := False; UniFSChart1.InitChart; end;
  9. hello Marlon, i just looking your kendoui chart, small question can i change then font or font size of 'categoryAxis' ? and can u merge 2 different chart type into 1 chart?
  10. Thank Mr. Farshad. I have done Point 3 and the upload process can run (deploy success). How about the other points, especially points 1 and 2.
  11. Hello, I have been running unigui HyperServer (v1.50.0.1475) for a while at my office. I am using below configuration: [transport] pool_size=0 command_timeout=20000 request_timeout=310000 connect_timeout=20000 [http_transport] start_port=16384 [hyper_server] binary_name=InternalAppSEA.exe initial_nodes=2 max_nodes=8 max_sessions=0 sessions_per_nodes=0 prompt_login=1 persistent_node_zero=0 port=8077 url_path= url_referer= ext_root=D:\Service\ext-6.5.3\ uni_mobile_root=[unim]\ uni_root=D:\Service\uni-1.50.0.1475\ uni_packages_root=[unipack]\ max_requests=500 antiflood_per_ip=1000 detailed_log=0 server_title=HyperServerSEAWep [node_recycling] enabled=1 recycle_after_secs=3600 recycle_after_sessions=0 recycle_after_idle_secs=300 recycle_when_empty=1 Several questions there, 1. After office hour, when web apps not used anymore (the employees has shutdown their PCs), why the sessions on hyperserver dashboard still same as before? The number not declined (I expect the sessions to be fewer), is it normal? Is there any variable on the config file that I have to change? 2. In that case, where no one using web apps, is the node that already made can automatically back to default initial node? What I have to do with the configuration? 3. I am trying to deploy. First, I am using upload method by hyperserver. When I am uploading, there is a pop up message with caption "error" but it is not explaining where or what is the error. Anything to be done with the configuration file, or is it about FTP port? 4. Still about the deploy, I try to copy file "App.exe" to the deploy folder and then rename that file to "App.dep". But, the updated file that I placed there totally not changing the version of the binary. What happen there? I think I read that the inactive node can recycle itself to be "new version". Please help from you, friends. Thanks in advance!
  12. sorry i just ordering my co worker to ask to u so the problem still the same.. also i try the change caption commit and cancel button still not work.. MainForm.Scripts ... add: Ext.grid.RowEditor.prototype.cancelBtnText = "This is cancel"; Ext.grid.RowEditor.prototype.saveBtnText = "This is update";
×
×
  • Create New...