Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1561
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by Abaksoft

  1. Thank you FreeMan, When i Try your program uniTreeViewXML.zip from http://forums.unigui.com/index.php?/topic/8787-tunitreeview-export-to-xml/#entry45188 I have a DOMexception : "No Microsoft MSXML installed" ! Maybe, because I have no MSOffice on my PC (just OpenOffice). Tested on Delphi Tokyo. I like your suggestion N°4, I will try . But the best way, is to complete UniTreeViews.pas by overloading methodes from Delphi unit Vcl.ComCtrls. I continue to test and comme back soon. Thx
  2. Hello Use instead property : DBEdit1.DecimalSeparator:='.'; DBEdit1.DecimalPrecision:=2;
  3. Yes, it's common behavior to unigui.On the online doc : "4.Forms must be shown after they are created. A form can not be created now and shown later." http://www.unigui.com/doc/online_help/creating-controls-at-runtime.htm Edited : Also, see the Reporting section : http://www.unigui.com/doc/online_help/reporting-tools.htm Regards
  4. Hello, The problem is your With. When you write : with f do .... Don't write again f.ID but simply Id:= Seconde problem : You have two Id : f.id and id. The compilator confuse between them. This is a simple pascal syntaxe not a unigui bug.
  5. Hello, ExtJs 6.5 in unigui is in beta test. You can send a message to administrator Mr.Farshad Mohajeri Regards
  6. Ext JS 6.5 already released for suscribers since 04/12/2017 http://forums.unigui.com/index.php?/topic/9621-unigui-102-beta/&do=findComment&comment=49940 Have fun
  7. Hello Farshad, Is it possible to add these 2 methodes (LoadFomFile & SaveToFile) to UniTreeView ? (File ? a Text one). Why ? In a big structure, scan records from a DataBase, UniTreeView can take big times (It's not because of Unigui, this is from the sweep DB : While Not Query.Eof do ..... Query.Next). In a previous VCL project I used these two methodes and it was very fast as a formula 1 : Just write manually a Text, with spaces and it works impeccably (all nodes take their place). See in attachment example. In related topcs : - http://forums.unigui.com/index.php?/topic/8787-tunitreeview-export-to-xml/&do=findComment&comment=45188 FreeMan uses XML. But it required Mirosoft XML to be installed. So not a good solution. - http://forums.unigui.com/index.php?/topic/5749-import-export-tunitreeview-txt-file/?hl=unitreeview Stiaas uses a VCL code, I Could'nt exported it to Unigui : Methode .MoveTo does'nt exists. So, I tried to modify the UniTreeViews.pas to add all procedures from unit Vcl.ComCtrls like : procedure TTreeStrings.LoadTreeFromStream(Stream: TStream; AEncoding: TEncoding); procedure TTreeStrings.SaveTreeToStream(Stream: TStream; AEncoding: TEncoding); But after 3 hours, I had to leave (too difficult for me). Can you do it please Farshad, or is there an alternate soution from ExtJS ? Thx ____ VCL LoadFromFile Project VCL_TreeView_Memo.zip
  8. Abaksoft

    Free Form

    Gustavo, you have taken a big step. now everything is possible ! Have fun with unigui
  9. Yes, that worked fine (for an other purpose). But now : 1 color for all Bars (on 1 UniBarSerie). Below graphic. On the program I sent you : I have an UniChart with one UniBarSeries. I can Set the color on MainForm. OnCreat Event (let say yellow for all bars) but at Runtime, when I Click on UniButton1 to change all Bars color to red, not work. Thx _____ Edit : The UniBarSeries : Sometimes contains 3 bars, Sometimes contains 25, Sometimes contains 50.... (it depend on a dataSource) so Method topic#15 is not appropriate.
  10. Hello DD, Can you see, please my code in topic #23 (refresh 1 UniBarSeries = 1 Color) Thx again.
  11. Abaksoft

    Free Form

    See the mega demo on Unigui directory. Also : http://www.unigui.com/resources/online-documentation/developer-manual Developer's Guide > Application Design Considerations > Dynamically Created Controls >
  12. Hello DD, Sorry for this simple question : 1. I can'nt refresh UniBarSeries color in RunTime ! Attachment a TestCase (Build 1421) 2. Also, to not disturb you too much, where can we find Sencha examples ? Thx SetColor_RunTime_Build_1421.zip
  13. See Deployment section http://www.unigui.com/resources/online-documentation/developer-manual
  14. Very simple Set your 2 properties (UnimForm) : - Scrollable = True - ScrollRange = 500 or 1000 ...
  15. 1. Check your FireWall Incoming rules : Service World Wide Web Http http://forums.unigui.com/index.php?/topic/8870-firewall-incoming-rules-world-wide-web-http/&do=findComment&comment=45627 2. Restart your server
  16. Ho...Ho ! That works, Maestro. Thank you very much.
  17. Hello DD, When updating yesterday to Buil 1426 (Sencha 6.5.2) I lost my rainbow ! because UniChart -> ClientEvents -> ExtEvents -> function chart.beforerender: not exist ! ( Your code in #9 ). I tried many functions section Chart.cartesian, refresh, draw...but nothing. ____ Here is in atachment a TestCase in Buil 1426. Thx in advance. SetColor_UniChart_3_Sencha_6_5_2.zip
  18. Hello Friends, Many times we use frames like a form ModalResult behavior. Here is a sample. Best regards Frames_ModalResult.zip
  19. UniAlignmentServer is bad : It consume much ressources. UniAlignmentClient is a good : You have to use layouts behaviors. See the online doc : Developper's Guide > Best Practices > User Interface > VCL Alignment vs Web Alignment. http://www.unigui.com/resources/online-documentation/developer-manual
  20. BRAVO Georges ! your course is highly expected. All the best.
  21. Same problem ! Farshad, Just link an UniBitbutton from Unit1 to MainForm.UniNativeImageList. That gives this issue. TestCase in attachment for debugging... ___________ Best Regards Link_Pb.zip
  22. Hello, Can you try this : http://forums.unigui.com/index.php?/topic/9564-soautoplatformswitch-demo/&do=findComment&comment=49601 Best regards
×
×
  • Create New...