Jump to content

All Activity

This stream auto-updates

  1. Yesterday
  2. Hi Shersod! The code worked, I just needed to also indicate it in the onblur event, very thanks! Cristiano
  3. UGframe Web Practice - System User Permissions Exercise UGframe Web实战-系统用户权限演练-腾讯云开发者社区-腾讯云 (tencent.com) UGframe Web Practice - Connect and Access Node Library UGframe Web实战-连接并访问节点库-腾讯云开发者社区-腾讯云 (tencent.com)
  4. Hi How to display the contents of UnimComboBox from the right? In the photo, you can see the names of the months of the year on the left side. Regards.
  5. I am trying to read the URL parameters passed in a C++ application and found that UniApplication does not have the property Parameters.

    I can run the Delphi example, but at a loss how to read my URL examples in the C++ application.

    What am I missing here?

  6. Hello, If I understand correctly, you want to know whether the print button on the toolbar was pressed?
  7. Last week
  8. Hello! @Sherzod How can I understand that the print button has been pressed? I want to record that when the Print button is pressed, the PDF document is printed. It is possible? Best Regards,
  9. Unfortunately the uniPlatform function has not kept up with changes at Apple, so you need to use javascript to get the right answer. I have modified you project by adding a small javascript function that will solve your current issue. uniDevice.zip
  10. Hi Sagit, thank you for your mail. I'm already dealing with others who offered their work. I will get back at you if I don't find agreements. best regards. Massimiliano
  11. Hi, I work at UniGui. I have a translator.
  12. Hi In practice, when I try to install the second installation Unigui 1.95.1583, it is not possible to choose the directory (the one where I did the first installation with delphi 10.3 and unigui .1560), so I cannot proceed with the installation for fear that problems will be created during the first installation. Any idea? Thanks
  13. Hello, Sorry for the late response. Try this approach: function afterrender(sender, eOpts) { //var id = $(this).attr('id') + '-inputEl'; //$("#"+id).addClass("x-mb-search-home"); sender.inputEl.addCls('x-mb-search-home'); }
  14. Hi andyhill, I try, but i need that css class stay in mycomponentid-inputEl. In the UniEdit1.LayoutConfig don't have a property for this case, and cls or ComponentCls not work for my basic need. My afterrender code is: var id = $(this).attr('id') + '-inputEl'; $("#"+id).addClass("x-mb-search-home"); Thanks. Cristiano
  15. It looks like you are using JQuery. Have you considered:- UniEdit1.LayoutConfig.cls or UniEdit1.LayoutConfig.ComponentCls
  16. When starting my application, and looking at the log saved by the server, I receive this message 'DepreciacaoWeb.dll: 000034A0: 12:57:37 [TUniGUIServerModule.AppHandleException]:Exception: A device connected to the system is not working: Addr: $0000000001F7771B ', however my server continues to work and I don't see anything crashing. My system is operating using IIS on Windows Server 2019. When I run it in Standalone it doesn't show the error, but only when I use IIS. I've looked everywhere and can't find the problem. DepreciacaoWeb.dll: 000034A0: 12:57:37 []:>--------------------------------------------------------------< DepreciacaoWeb.dll: 000034A0: 12:57:37 []:Starting Server. Module Handle: 0000000000400000 DepreciacaoWeb.dll: 000034A0: 12:57:37 [TUniServerModule]:Server First Init. DepreciacaoWeb.dll: 000034A0: 12:57:37 [TUniServerModule]:Start Path = D:\www\WebPatrimonio\ DepreciacaoWeb.dll: 000034A0: 12:57:37 [TUniGUISessionManager]:Cache erase job created, Folder count: [1] DepreciacaoWeb.dll: 000034A0: 12:57:37 [TUniGUIServerModule.AppHandleException]:Exception : A device connected to the system is not working : Addr: $0000000001F7771B DepreciacaoWeb.dll: 000034A0: 12:57:37 []:Server Started. Module Handle: 0000000000400000
  17. Hmm.... we still don't have this official version on the customer portal.
  18. Hello, I downloaded the latest trial version (1.95.0.1584) of UniGUI, and installed it in Delphi XE6. I used the "mobile application wizard" to create a standalone mobile application. I placed a TUnimStringGrid in that form, compiled and ran that app. If I call this either from an android smart phone or a desktop browser (Google Chrome) I get immediately an error message "Ext.form.field.Hidden is not a constructor". What's going wrong here? P.S. "Jerome" has posted that right before me, but I couldn't figure out how to reply to his posting
  19. Hi Sherzod! Did you see the test case i sent? Very Thanks. Cristiano
  20. Hi Sherzod! The UniScrollBox is visible in runtime when the user presses a button. I need that after this uniscrollbox is visible, if the user clicks on any other part of the screen outside of the uniscrollbox it must be invisible. If the user press again the unibutton, the UniScrollBox will be visible again. Let me know if my question is clear and thank you very much for your attention. Cristiano
  21. Hello, I'm starting to use Unigui and running the demo for mobile devices. When I want to test the component UnimDbGrid and UnimStringGrid an ajax error occured "Ext.form.field.hidden is not a constructor". Could i have some help ? I'm using the trial edition 1.95.0 build 1584. Thanks in advance !
  22. Merhaba İlginç bir şekilde Query_.open dan hemen sonra Query1_.Locate('REFNO',SecHarRef,[loPartialKey]); çalışmıyor. fakat bu satırı DataGrid_AfterLoad a yazdığımda kaydın üzerine gidiyor (Kayıt seçiliyor). Bu defa da grid 1 sayfadan uzun ise (sayfalama WebOptions/paged yapılmıyor) grid aşağı kaymıyor. ekranı aşağı kaydırdığımda kaydın seçili olduğunu görüyorum. Seçilen kayda kadar gridi aşağı nasıl kaydırırım?
  1. Load more activity
×
×
  • Create New...