Home › Forums › Problems and solutions in GDL › Graphical UI and parameters list › Floor Plan and Section UI Page › Reply To: Floor Plan and Section UI Page
July 10, 2019 at 19:47
#4833
Participant
I think the macro that collects the all content and then showing it have tricked You..
if listitem containts “0” in 4th position then it will be a group line (_stout is text dfined previously – in my current scripting manner)
ui_listitem itemID, iFillListID, "", 0, "", _stOut : itemID = itemID + 1! Group Line
if it contains 1 in the same position then it will be inside the group
ui_listitem itemID, iFillListID, "gs_cont_pen", 1, "", _stOut : itemID = itemID + 1
Piotr