Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Ice on June 25, 2013, 07:15:31 pm

Title: How to make table grid in user interface
Post 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 :)
Title: Re: How to make table grid in user interface
Post by: Geert Bellekens on June 25, 2013, 07:39:01 pm
I don't think you can.

Geert
Title: Re: How to make table grid in user interface
Post by: Dermot on June 26, 2013, 02:54:46 pm
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;
Title: Re: How to make table grid in user interface
Post by: Ice on June 26, 2013, 03:21:18 pm
OKOK..
Thank you for your information..

 ;) :)