Jump to content

gerhardhziegler

uniGUI Subscriber
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gerhardhziegler

  1. I just want the button state to change and to continue with my procedure (thats connects to another database and those procedure needs some seconds). Meanwhile the button should be disabled.
  2. The button state will be synchonized after executing of the procedure, that I started.
  3. I would just like to change the state of the button, before the function is doing some things, that need time (the user could click again)
  4. Good evening, is there a reason that UnimButton1.JSInterface.JSCall('element.setText', ['NewText']); should not work. I would like to use it to change the text of a button after clicking it (maybe also disable it, so the user might not click again). Any ideas what I did wrong (again)? Gery
  5. No it doesnt. I can reproduce the problems. Here a testproject. Try to scroll back (in monthly view) to January, it will stop in Feb. Try then to change to week and back to month, it will freeze. Seems to have something todo with the density of events at one hour in different calendars, but I am notsure (in my Database I have less events but more condensed) TESTPROJECT.rar
  6. Will try to make such, still doing around on workarounds 😉
  7. Good evening! Seems I ran into some troubles with the CalendarPanel. I need to show Calendars for up to 20 people so I had the Idea to create The Calendars by: Cal:=UniCalendarPanel.Add and Assign color and those things. After that fill the calendar with events and link it via the CalendarID. Looks pretty bad. Some partly invisible items I just see, if I click on them. Colors ignored. Alternative: Pre-Assign the Calendars in Delphi IDE and try to change to color - same or nearly the same result and freezes sometimes even. Any ideas for a working calendarpanel with up to 20 Calendars? Still 1.50.0.1480, no time to upgrade? Is there an upgrade solution? Are there alternatives? Thanks a lot for your ideas!
  8. Good evening, seems there went something wrong. In a new project I added the TUniLoginForm quite late and now it looks like, it is not shown automatically. But however the MainForm appears immediately. Yes, Handled:=False in BeforeLogin (MainModule) Is there something I forgot or deactivated? Couldnt find any clue in the forum. Help or advice would be wonderful Version: 1.50.0.1480
  9. no chance to do it, I will copy to a testproject and remove components, maybe I can reduce it to one. I was writing, because maybe you have a suggestion
  10. remark: 2nd picture is the first state of the application
  11. Good afternoon gentlemen! I have a strange behaviour with my mobile application, which can be shown in 2 pictures. When I am starting it in the webbrowser, the main window is moved some pixes to the right and seemed to be masked gray, without masking text - after clicking into the window once, it "jumpes" To align itself and enables. What the hell have I done? Best regards!
  12. Good evening, has anyone of you ever tried to implement https://examples.sencha.com/extjs/7.2.0/examples/classic/dd/cell-to-cell-dd.html this already to a DB-Grid? Best regards and help appricated! Thanks so much! Gerhard
  13. meanwhile i found this on senchas Website: https://examples.sencha.com/extjs/7.2.0/examples/classic/dd/cell-to-cell-dd.html Its more or less what I want, including to possibility to drag/drop to a list outside the grid; any ideas how I could bring this to my actual unigui project?
  14. Thanks a lot for the answer. For now I will try to find another solution! Maybe I will get back to the demo, if necassary, clients demands just changed as well!
  15. Good morning! a mobile Grid still causes the message RecNo Mismatch [0:1] (example) on Android (not on Windows, btw). I thought, it was already solved in 2017. My version is: 1.50.0.1480 I could really need some help now! Best regards, Gerhard
  16. Dear Forum, I wanted to change the color of the Row, where the mouse is just over. Usually in Triton, it has a light blue. I tried: .customSG .x-grid-row-focused .x-grid-td { background-color: #DDAA66 !important; } but it seems not to work. Does anyone have a better idea? Regards Gerhard
  17. Gentlemen! is there any conclusion on that cell2cell drag & drop, its exactly what I could need now in a DBGrid or String grid. Regards
  18. Hello, did you meanwhile find a solution? Regard
  19. Hi, did you find a solution meanwhile?
  20. Dear Sherzod, when will Quasar be released? Best greetings!
×
×
  • Create New...