Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Ice on June 25, 2013, 07:15:31 pm
-
Dear all..
i'm newbee with EA..
and I want to make user interface for my project..
but i can't make a table grid with value..
can you tell me how to make it?
thanks before :)
-
I don't think you can.
Geert
-
With Straight Win32 UI this is not directly supported, but in the latest build of EA using simulation you can create a ListControl and add a Tagged Value "Columns" - populate it name/Width with "Col1;300,col2;300;"
Javascript to show it is:
dialog.ScreenName.Show = true;
-
OKOK..
Thank you for your information..
;) :)