Jump to content

Mossy

uniGUI Subscriber
  • Posts

    46
  • Joined

  • Last visited

Everything posted by Mossy

  1. Hi Sherzod I have reinstalled version 1563 and all is working, however I tried twice version 1564 and it was the same. Regards
  2. Hi Yes I am using locally and I get the following errors. GET http://localhost:8077/uni-1.90.0.1564/css/uni-ext.css net::ERR_ABORTED 404 (Not Found) localhost/:25 GET http://localhost:8077/uni-1.90.0.1564/css/uni-xtheme-colors.css net::ERR_ABORTED 404 (Not Found) localhost/:26 GET http://localhost:8077/uni-1.90.0.1564/css/uni-xtheme-common.css net::ERR_ABORTED 404 (Not Found) localhost/:16 GET http://localhost:8077/uni-1.90.0.1564/ext-unicommon-min.js net::ERR_ABORTED 404 (Not Found) localhost/:14 GET http://localhost:8077/ext-7.5.1/build/ext-all.js net::ERR_ABORTED 404 (Not Found) theme-classic.js:1 Uncaught ReferenceError: Ext is not defined at theme-classic.js:1:1 (anonymous) @ theme-classic.js:1 localhost/:17 GET http://localhost:8077/uni-1.90.0.1564/ext-sync-min.js net::ERR_ABORTED 404 (Not Found) localhost/:18 GET http://localhost:8077/uni-1.90.0.1564/jQuery/jquery-1.11.2.min.js net::ERR_ABORTED 404 (Not Found) localhost/:22 GET http://localhost:8077/uni-1.90.0.1564/jQuery/MaskedInput/jquery.inputmask.min.js net::ERR_ABORTED 404 (Not Found) localhost/:23 GET http://localhost:8077/uni-1.90.0.1564/jQuery/autoNumeric/autoNumeric-1.9.35.js net::ERR_ABORTED 404 (Not Found) localhost/:24 GET http://localhost:8077/uni-1.90.0.1564/unicanvas-min.js net::ERR_ABORTED 404 (Not Found) localhost/:27 GET http://localhost:8077/uni-1.90.0.1564/ext-unigui-min.js net::ERR_ABORTED 404 (Not Found) (index):33
  3. Hi Sherzod Thank you for your help, I have uninstalled the version 63 and installed version 64 correctly, however when I run any app including the demo, on browser screen I get loading message and is not going any further, this normally happens when there is a version mismatch. I have checked and the version installed is correct and the port is 8077, ssl not ticked and just using localhost:8077. regards
  4. Hi I have installed the version 1.90.0.1564. I get the following error message. This happens even with the demo projects.
  5. Mossy

    Play Sound

    Hi I have added the following code to onclick event of the button function click(sender, e, eOpts) { var audio1 = document.createElement('audio'); audio1.setAttribute('src', 'files/Alert.wav'); audio1.play(); } However the following code is not firing the sound event. btnSOS.Click; How can I invoke the sound from code? Thank you.
  6. Thank you for your responses. To resolve the issue I have removed all the writes to database from UniGUi App and all done through a service on the server which the window app is using too. This made no difference. stopping the windows app as far I know does not resolve the issue. However as soon as the unigui app is shut down all will be OK immediately with no action. The uniGui app only reads data and posts any updates to the service which is running on the same server. The windows app is using ADO and Firedac on UniGui. We use dbware components like dbgrid. I also use SGC web socket in UniGui app. The crash happens random at times just after an hour use and sometimes longer. It appears to me that UniGui is placing a lock on a record and the other window apps are waiting for the lock to be lifted. I am using standalone UniGui exe and no hyperserver is used.
  7. I have a strange problem with UniGui. The main issue is I am using SQL server with firedac and we have another windows app which uses the same database. After a bit of use the whole system freezes and even the window program that has been working for many years stops responding. As soon I terminate the UniGui App, all goes back to normal, with no change on any application or sql server. Has any one use UniGUi in the same way? sharing the same database with another windows application.
  8. Hi I have a UniGui application and at times crashes. As far as I know they may be doing just a simple search on database and the connection log shows the following error uniguiApp.exe: 00000E58: 11:03:08 [58.65.129.69]:Failed Sequence Recovery: SeqId: 4, Event: click uniguiApp.exe: 00000348: 11:05:12 [58.65.129.69]:Failed Sequence Recovery: SeqId: 4, Event: click uniguiApp.exe: 000015B8: 11:05:17 [58.65.129.69]:Failed Sequence Recovery: SeqId: 5, Event: uresize uniguiApp.exe: 0000034C: 11:05:37 [58.65.129.69]:Failed Sequence Recovery: SeqId: 6, Event: click uniguiApp.exe: 00000694: 11:05:47 [58.65.129.69]:Failed Sequence Recovery: SeqId: 4, Event: click uniguiApp.exe: 00001514: 11:05:50 [185.129.72.173]:Failed Sequence Recovery: SeqId: 13, Event: click uniguiApp.exe: 00001484: 11:05:55 [185.129.72.173]:Failed Sequence Recovery: SeqId: 14, Event: uresize uniguiApp.exe: 00001748: 11:06:00 [185.129.72.173]:Failed Sequence Recovery: SeqId: 15, Event: uresize uniguiApp.exe: 000013D0: 11:06:25 [185.129.72.173]:Failed Sequence Recovery: SeqId: 13, Event: click regards
  9. Mossy

    websocket

    Hi When websocket component will be available in Unigui? regards
  10. Mossy

    Hyperserver Error

    Hi Thank you for your response. I have checked and added the exception in the firewall but no difference. It only runs one session. regards
  11. Mossy

    Hyperserver Error

    Hi Sherzod The port not in use before running the hyperserver, is my setting are correct? If I run the standalone exe there is no issues!
  12. Hi I am trying to set the Hyperserver and can't get it working. The cfg file is as follows. I get the error shown bellow. I can open one session only and the app runs much slower than standalone. What may be the issue? Regards [transport] pool_size=0 command_timeout=20000 request_timeout=300000 connect_timeout=20000 [http_transport] start_port=16384 [hyper_server] binary_name=myapp.exe initial_nodes=2 max_nodes=8 max_sessions=0 sessions_per_nodes=0 prompt_login=0 persistent_node_zero=0 port=8077 url_path= url_referer= ext_root=[ext]\ uni_mobile_root=[unim]\ uni_root=[uni]\ uni_packages_root=[unipack]\ max_requests=500 detailed_log=0 server_title= antiflood_per_ip=0 server_root= server_build=1.90.0.1563 framework_files_root= session_one_per_ip=0 dont_create_backup=0 http_max_pool=500 max_connections=500 allow_remote_config=1 domain_cookies=0 token=rzkwms220906123741839 [node_recycling] enabled=1 recycle_after_secs=3600 recycle_after_sessions=0 recycle_when_empty=1 recycle_after_idle_seconds=0 [login-0] user_name= password= admin=0 [login-1] user_name= password= admin=0 [login-2] user_name= password= admin=0 [login-3] user_name= password= admin=0 [login-4] user_name= password= admin=0 [login-5] user_name= password= admin=0 [login-6] user_name= password= admin=0 [login-7] user_name= password= admin=0 [login-8] user_name= password= admin=0 [login-9] user_name= password= admin=0 [custom_mimes] mime_0_ext= mime_0_type= mime_1_ext= mime_1_type= mime_2_ext= mime_2_type= mime_3_ext= mime_3_type= mime_4_ext= mime_4_type= hyper_server.exe: 0000587C: 14:21:26 []:>--------------------------------------------------------------< hyper_server.exe: 0000587C: 14:21:26 [TUniServerModule]:Server First Init. hyper_server.exe: 0000587C: 14:21:26 [TUniServerModule]:Start Path = C:\CloudServer\ hyper_server.exe: 0000587C: 14:21:26 [TUniHyperServer]:InitInterceptor hyper_server.exe: 0000587C: 14:21:26 []:Transport.PoolSize: 750 hyper_server.exe: 0000587C: 14:21:59 [PostInit]:Failed to initialize node: 1 hyper_server.exe: 0000587C: 14:21:59 [TUniServerModule]:Starting HTTP Server on Port: 8077... hyper_server.exe: 0000587C: 14:21:59 [TUniServerModule]:HTTP Server Started on Port: 8077 hyper_server.exe: 00001AC0: 14:22:08 [TUniHyperNodeManagerWorker]:Failed to initialize node: 2 hyper_server.exe: 00001AC0: 14:23:06 [TUniHyperNodeManagerWorker]:Failed to initialize node: 1 hyper_server.exe: 00001AC0: 14:24:03 [TUniHyperNodeManagerWorker]:Failed to initialize node: 1 uniguiFT.exe: 00001050: 14:21:26 []:>--------------------------------------------------------------< uniguiFT.exe: 00001050: 14:21:26 [TUniServerModule]:Server First Init. uniguiFT.exe: 00001050: 14:21:26 [TUniServerModule]:Start Path = C:\CloudServer\ uniguiFT.exe: 00001050: 14:21:26 [TUniServerModule]:Node Id = 0 uniguiFT.exe: 00001050: 14:21:26 [TUniServerModule]:Node MaxSessions = 250 uniguiFT.exe: 00001050: 14:21:26 [TUniServerModule]:Starting HTTP Server on Port: 16384... uniguiFT.exe: 00001050: 14:21:26 [TUniServerModule]:HTTP Server Started on Port: 16384 uniguiFT.exe: 00003CC0: 14:21:26 [TUniGUIServerModule.Create]:EIdCouldNotBindSocket : Could not bind socket. : Addr: $00A28A6D uniguiFT.exe: 00003CC0: 14:21:26 [TUniServerModule]:Server Shutdown Completed. uniguiFT.exe: 00003CC0: 14:21:26 []:<--------------------------------------------------------------> uniguiFT.exe: 00003CC0: 14:21:30 [Terminated]:Exit Code: 1 uniguiFT.exe: 00005980: 14:22:33 [TUniGUIServerModule.Create]:EIdCouldNotBindSocket : Could not bind socket. : Addr: $00A28A6D uniguiFT.exe: 00005980: 14:22:33 [TUniServerModule]:Server Shutdown Completed. uniguiFT.exe: 00005980: 14:22:33 []:<-------------------------------------------------------------->
  13. Mossy

    Hyperserver

    Hi Can the nodes in hyperserver farm be not UniGui exe? This is for just processing data in background for the UniGui to use. This server farm will not have any UniGui nodes. The UniGui servers will be on different servers. regards
  14. Mossy

    TUniComboBox

    Hi Another issue with the TUniCOmboBox is when deleting characters with back space key, if the key is not held down continuously, characters deleted and redisplayed again and the cursor is jumping back and forward. Is not a nice smooth process for some reason. Is there a solution for this? Regards
  15. Mossy

    TUniComboBox

    Hi When one is typing drop down offer choices depending on what is typed, however one type more or changes the content and the content of drop down need to cleared and filled with the new choices, however the actual text in the box should not be effected. When adding items, is only adding to the items list not the actual text box, why clearing should not effect just the items. If this is not the case then adding should add to the text box as well. Is that acceptable? regards
  16. Mossy

    TUniComboBox

    Hi Sherzod Thank you for your email, The VCL is working correctly. Clear Items will not clear the selected text. Regards
  17. Mossy

    TUniComboBox

    Hi The problem is uniComboBox.Items.add will add the items correctly, however uniComboBox.Items.clear will not only clears the items but also clears the text. If the text is typed it will stay on however if the item is selected it will also be cleared. Any way of avoiding tis? Regards
  18. Mossy

    TUniComboBox

    Hi Please find attached a test example. After selection clear item clears the items and the text selected. Regards Test.7z
  19. Mossy

    TUniComboBox

    Hi I am using version 1.90.0.1560
  20. Mossy

    TUniComboBox

    Hi UniComboBox.Items.clear; Clears Items and the text in the box. How can the items be cleared but leave the text in the box. Also after clear typing any character that was in the items list they appear on dropdown. How can the items be cleared and not shown again? Thank you. Regards
×
×
  • Create New...