Jump to content

KingOrmon

uniGUI Subscriber
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by KingOrmon

  1. Hi, When I change some values of dataset DBGrid not show updated value, but this value is show correctly in a UniDBEdit. You can test simple case, changing column Qty to another value. You will see UniDBEdit with correct value but not show in grid. Regards d.zip
  2. I attach a simple case, see first uniDBCombobox and click on trigger button
  3. How can I enable screek mask only when click on trigger button, not when typing or another event
  4. Hi, I would like that trigger event button shows a mask. Actually I use the following code that works. But I would like if exists a config for enable it without listeners or a delphi property function afterrender(sender, eOpts) { sender.getTriggers().t1.el.addListener("click", function(event) { sender.showMask("Loading..."); }); } Regards
  5. A workaround seems to insert all components inside unicontainerpanel
  6. Hi Sherzod it happens when you use MainFormDisplayMode=mfPage Any idea ?
  7. Hi, I am migrating all forms from Serveralignment to Client Side Alignment. All works but I have a problem with screenmask, only applies to a one control of form, in server align mode screenmaks lock complete screen. any idea ? Thank you
  8. I don´t see loading never, I see a blank screen and after 2-3 seconds app. Only happens under mobile, on desktop is quickly
  9. Hi, I would like to show a immediate splash screen before load App. App loads fast but in mobile browser is bit slow... And seems that app is doing nothing until loads (3 secs) Thank you
  10. Hi, I would like to set an animated font awesome fa-spin for unigui loading mask (replacing defailt animated gif). For example like this fiddle https://jsfiddle.net/xq1m2rLk/ Regards
  11. I would like a showMask() in client side using Unisession.addJs(Form.JSName+'.showMask()'; // // Flush to client side. continue with server side code until finish Unisession.addJs(Form.JSName+'.hideMask()';
  12. Hi, how can I show a immediate Mask in client side using Unisession.addJs ? Thank you
  13. Hi i use desktop unigui for mobile too i need add listener to event for mobile when finger try to scroll in calendar panel does no work. You can scroll with finger on calendar when don’t touch an event. king regards
  14. Hi, When use alignamentClient all controls are arranged correctly except memo that is rendered as TUniEdit. How can I force a min height for Memo under layout form ? Regards
  15. I think that I will use a TForm with options. But UniPopupMenu could be an option too.
×
×
  • Create New...