Jump to content

jemmyhatta

uniGUI Subscriber
  • Posts

    59
  • Joined

  • Last visited

Everything posted by jemmyhatta

  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";
  13. Thanks for your help. I was wrong for the whole time. I use OLE to excel, while OLE doesn't support to be used on .DLL (I have to use other component). Case closed with this statement: ".. the OLE connection may not work in DLL mode .." Thanks for the advice. I learned a lot for this case.
  14. Hi, ServerRoot Location is where .dll and .exe files exist, right? If right like that, the ServerRoot location already set on target PC.(see "PictAccess03.jpg"). About the "full read/write access" for the IUSR and IIS_IUSRS, already "full control" (see "PictAccess01.jpg", "PictAccess02.jpg"). I also try to give "blank" value on ServerRoot properties (see "ServerRoot.jpg") but it doesn't work I also test the fast report demo from unigui. I change only the use of frxPDFExport component to frxXLSExport and the result is error message "file bla bla bla .xls not found" appears (see "PictAccess04.jpg") which only happen on .dll application (.exe no problem). Please enlighten me... Thanks.
  15. Hello! Sorry it takes me long time to respond this case. I've followed the suggestion to upgrade my UNIGUI to the latest version. Now that I'm running version 1.0.0.1402, I'm already trying to rebuild my whole program into two versions, .EXE and .DLL. With .EXE version, the "convert to excel" running well, everything goes smoothly, no problem at all. BUT, with the .DLL version, I've got these results: +) "Error 404 - File or directory not found." not appear anymore on the browser. +) Appear message dialogue "Cannot open file.. bla bla bla.. The system cannot find the file specified." on every Operating systems I use (win 7, win server 2008). I use IIS 7. All settings on my IIS already checked with the documentation on UNIGUI website. I include the source code, need help, please enlighten me.. Thank you in advance. TesFastReport.zip
  16. Hi, I'm in a similar situation. My server is 2008 with IIS 7. I use UniGUI version 0.98. When I run the deployed .dll file directly from the server and want to convert from pdf to excel, there is an error message "File bla bla bla.xls not found." If I'm trying to call that .dll file from other computer, the error message is "Error 404 - File or directory not found." In my curiosity, I deploy .exe file to my 2008 server just to make sure that my application which created by UniGUI is running well. In the end, there is no problem, pdf file converted to excel successfully. My question is, WHAT'S WRONG? Is my IIS is the source of the problem? Or I have to reconfigure my firewall / security settings? Thanks alot..
  17. Hi All, I have some need to try that component to export and import from DBGrid's data. The result when I run the web-apps is the error message "Error in data export : Invalid class type class" which is showed up after running "execute export". I there anyone in this forum ever used TSMExportToExcel component with UniDBgrid? Please share your experiences, and maybe some tips for me? Or any other solutions, using another component that suitable for export and import datas from UniDBgrid? Thanks. Best Regards, Jemmy Hatta
  18. I am sorry about this. My mistake, I do wrong on implementing the code below. Everything works fine now. Thanks.
  19. Hi, ok, it works. Thanks. And how about first question?
  20. Hi, Thanks for the hints. My third question answered, thanks.. For the second question, I cannot use that, because what I want to check is the count of events (how many events) from each date. Let's say there are already three events on that date, so the FORM /PANEL do not show. But, if less than three events on that date, the form /panel can show up. And then, what I mean with my first question is not like that, but.. 1. When I want to add an event on a date (eg: date 8), then I just click (left-click, default) on that date and the FORM show like on the sample (\FMSoft\Framework\uniGUI\Demos\Desktop\CalendarPanel). 2. If I right-click on the date, a popup menu show. NOTE : see attach files TesCalenderPanel3.zip
×
×
  • Create New...