Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1561
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by Abaksoft

  1. Thank you very much Oliver, I prefer the first method : By default freeForm has FreeOnClose = True. So, we don't care about memoryleak. @Farshad, it's a high flying i think, it's necessary to complete the online doc by all these important points. Not obvious ! Thanks to all of you
  2. Hello Oliver, Do we have to free the temporary variable Frm ? Where to put : Frm.Free ? Or is it automatically free ? Thx
  3. Thank you Friends, @Oliver : BRAVO very nice ! Best regards.
  4. Hello Farshad, As i don'nt like EnableSynchronousOperations, I am trying to enable it at runtime when i need a freeform, and comeback to False after modalshow. But this rise an exception : "Blocking function showmodal..." So, Is there a way to use your leightweight technic also in a traditional callback show (synchonous = False) ? Thx.
  5. Hello Friends, I really block ! @DD, any news about the testCase ? @DelphiDude, can you send here a zip of your test ? Thank you in advance.
  6. Mmm... Could'nt get it in 1434. (not tested in 1424). Do i forget something ? @DD, here is a test Case. Thx. Free_Form_Build_1434.zip
  7. Thank you friends, Yes DelphiDude, that is the purpose. But, in build 1434, the freeForm is showing and the program continue... don't stop onShowModal. Maybe i forgot a property setting !? I will test and come back soon. Thx.
  8. Hello Friends, I am trying to optimize my code By using ultra lightweight technic sugested by Farshad on : http://www.unigui.com/doc/online_help/free-form.htm But how to get this text, as i am using traditional showCallBack procedure on Asynchrone mode ? Thx.
  9. Hello, You touch the sky ! http://forums.unigui.com/index.php?/topic/9926-simultaneous-connections-setup/&do=findComment&comment=51689 In the meantime, you can : Launch your application on 3 or 4 servers sharing the same database on an other database server where is installed your mysql. Regars.
  10. Thank you DD. Yes just realized that comes from HTML. (I edited my topic) Good night.
  11. I want to space my text : uniEdit1.Text:="Hello_____World"; Why it gives : "Hellow World" Having only 1 Space ?! Same behavior with all text components (Unilabel, UniNode,...) Thx. Edited : Just saw google : We have to use HTML tag : <pre>hello world</pre>
  12. Hello Friends, Is it possible to get two colors on a UniTreeView Node ? For example : |• Department A (77) Department A : in black (77) : in Red [bold] Maybe some javascript tags ! Thx.
  13. Solution : Re build your UnitreeView by sorting your Dataset : Order by AbsoluteIndex (This is Jscript problem. Not unigui) http://forums.unigui.com/index.php?/topic/9793-treeview-order/&do=findComment&comment=51912
  14. In the meantime (big challenge load balancing), you can from now : 1. First approach, use muti-tiers application : - one application server (your Unigui application) - one DB server this will reduce your unigui server ressources. http://forums.unigui.com/index.php?/topic/7858-how-to-make-three-tier-system/&do=findComment&comment=40322 2. an other approach : use two Applications servers : http://forums.unigui.com/index.php?/topic/9730-load-balancer-application/&do=findComment&comment=51055 3. You can read all reladed topics to load balancing. Regards
  15. The next step, after Sencha Ext JS 6 is loadbalancing technologie. Using multi processors on multi servers is a Farshad goal. So, if you can bring your expertise with loadbalancing, you can help unigeers community. Regards.
  16. Russian: Zomro (VERY low cost server) http://cp.zomro.com/mancgi/partnerprogram?partner=14087&project=4 Russian: Ultra VDS https://ultravds.com/?p=1024
  17. An idea / a mailla (squares) with images (puzzle) : 1. Put 9 uniContainers (mailla) on a form : 3 horizontal uniContainers (square), And 3 others (seconde line) And 3 others (third line). 2. Use a graphical software like CorelDraw to cut countries from ther continent. This pieces are squares and have the same size. 3. Paste these images on your Unicontaners. 4. Generate your click event on each unicontainer. Regards.
  18. 48 candels. Start with Comodore 64 (Basic). Best regards
  19. Native themes already exist on Delphi IDE. menu Project > Options > Application>appearance. You will find about 30 themes. (I never used them). edit : Sorry, this is about the Application.exe behavior not IDE. But you can get some custom colors in : environment Options
  20. محمد الله ينورك Pdf is the best to see and see again. Thank you very much +1
  21. +1 I use for that a trick : Fill two unicomboBox, with the same order one for the text, UnicomboBox1 other for the ID (no visible) UniComboBox2 As the itemIndex for the two uniComboBoxs is the same, you can get the value from UniComBobox1.OnCloseUp : Begin Value = UniComboBox2.items[ UniComboBox1.itemindex]; end;
  22. +1 Bravo DD I was looking for something like this.
×
×
  • Create New...