OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Peter2 on August 02, 2013, 03:12:32 AM

Title: List-view or Grid only for static information?
Post by: Peter2 on August 02, 2013, 03:12:32 AM
I want to create a simple "sheet" which contains static information and does not use any events, like

Code (autolisp) Select

Name    Hobby      Age
Jim       Tennis      35 y
John      Golf          42 y
Sue       Basejump 40 y

If I understand Grid and List-view correct there is no chance to define these data in ODCL. It has to be defined in LSP - right?
Title: Re: List-view or Grid only for static information?
Post by: owenwengerd on August 02, 2013, 04:24:24 PM
For Grid and List View, yes, I believe the data must be added at runtime. For List Box you can define data at design time (via the List property).
Title: Re: List-view or Grid only for static information?
Post by: Fred Tomke on August 04, 2013, 09:38:41 PM
Hi, Peter, for static data I'd prefer listviews. From my point of view there are easier to handle for these cases. And grids do not support multiple row selections.

Regards, Fred