Reply To: Floor Plan and Section UI Page

#4833
Piotr Dobrowolski
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