Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. bbm

    Browser-Container

    Hi, I am currently working on the renewal of an application. The application is developed with the help of uniGUI. The previous version was developed with IntraWeb. An Apache HTTP server works as the web server. My problem is that the old application cannot run under Edge. Since some customers are now switching to the Edge at short notice, I am looking for a temporary solution. The idea is now, whether there is a possibility with the help of uniGUI to run the old application in a "uniGUI container", which simulates the Apache that it is an IE11, quasi as a browser in the browser. Does somebody has any idea? Best regards
  2. Hi, do you have any idea? Best regards
  3. Hi, second try Best regards Edit_Trigger.zip
  4. Hi, I forgot the Build. It is the 1.90.0.1531 Best regards
  5. Hi, I have prepared a little test app (Project1.zip). You have to toggle the "Visible" property of the first trigger of the Edit_ContactNo. Bets regards
  6. Hi, sorry, I forgot to say, that the UniEdit is not placed on the UniPanel. It is placed on an UniContainerPanel with the layout = column. The UniContainerPanel is placed on the UniPanel. Best regards
  7. Hi, I have a UniEdit on a UniPanel with Layout = fit. Without using a trigger for the UniEdit the layout is OK When I use a Trigger for the UniEdit I have the following situation. Am I doing something wrong? Best regards
  8. Hi, thank you very much! Works fine Best regards
  9. Hi, I have the same problem with the UniButton now, but it seems not to be the same solution Is there anybody who has a solution? Thank you in advance Best regards
  10. bbm

    Createorder at runtime

    Hi, thank you very much! No it works like it should. The only thing is the TabOrder. Can I do it in the same way? Only for understanding: Is the JSCall('updateLayout', []); like a refresh? Best regards
  11. bbm

    Createorder at runtime

    Hi, do you have a solution for my problem in the test application? I only want to reorder the edit field at runtime. I have no success when I change the CreateOrder value. Excuse me, but I just don't understand the way as described in the link Best regards.
  12. bbm

    Createorder at runtime

    Hi, I also had a typo (creatorder --> createorder),but I have still the same mistake Best regards
  13. bbm

    Createorder at runtime

    Hi, when I try to do that I get an Exception. In my test application I have the following source: procedure TMainForm.UniButton1Click(Sender: TObject); begin E1.CreateOrder := 2; E1.JSInterface.JSConfig('creatorder', [E1.CreateOrder]); E2.CreateOrder := 3; E2.JSInterface.JSConfig('creatorder', [E2.CreateOrder]); E3.CreateOrder := 1; E3.JSInterface.JSConfig('creatorder', [E3.CreateOrder]); end; When I click the Button I get the following Exception: Best regards
  14. bbm

    Createorder at runtime

    Hi, thank you, but I don't want to create new components at runtime. I only want to be able to reorder the components at runtime. Best regards
  15. bbm

    Createorder at runtime

    Hi, example: Two UniContainerPanel (CP1and CP2). At the beginning 3 UniEdit (E1, E2, E3) are placed on the CP2. The order is E1, E2, E3. When I switch the E2 to the CP1 and back the order is E1, E3, E2. What I need is the possibility to reorder the components on C2 as it is at the beginning (E1, E2, E3) I hope my explanation is not too complicated Best regards
  16. Hi, thank you very much, works fine Best regards
  17. Hi, I have two UniContainerPanels with different components. The Layout of the Panel is column. Depending on the situation some of the components has to be switched from one Panel to the other. How can I change the CreateOrder at runtime. Best regards
  18. Hi, sorry, but the Layout is column, not fit Best regards
  19. Hi, I use a UniContainerPanel with the fit layout. The components placed on it are arranged correctly, with the exception of the checkbox. Does anybody have a solution for that problem? Best regards
  20. Hi, yes, you are right, but the FieldContainer is placed in a FieldSet. I think this is the different and the problem. I tried to use the FieldContainer directly on a Form or on a ContainerPanel. Best regards
  21. Hi, yes, I would like to use it and i workd fine, when I use it in a UniFieldSet. But when I use the UniFieldContainer outside a UniFieldSet I get this: Maybe I make a mistake or I use wrong properties. Best regards
  22. Hi, is it possible to use a FieldSet without border and without a title? Best regards
  23. Hi, does anyone have an idea how I can solve the problem? Best regards
  24. Hi, it is always the uniDBGrid. Best regards
  25. Hi, there is also a problem with the "uni_ubuntu_triton". Is there anybody who has the same problem with the "Emerald"-theme? I use the theme in my application and have a problem with this theme now. Best regards
×
×
  • Create New...