Author Topic: How to make table grid in user interface  (Read 4518 times)

Ice

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
How to make table grid in user interface
« 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 :)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to make table grid in user interface
« Reply #1 on: June 25, 2013, 07:39:01 pm »
I don't think you can.

Geert

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: How to make table grid in user interface
« Reply #2 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;

Ice

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to make table grid in user interface
« Reply #3 on: June 26, 2013, 03:21:18 pm »
OKOK..
Thank you for your information..

 ;) :)