Floor Plan and Section UI Page

Home Forums Problems and solutions in GDL Graphical UI and parameters list Floor Plan and Section UI Page

Viewing 2 reply threads
  • Author
    Posts
    • #4831
      James Murray
      Participant

      How is the Floor Plan and Section settings page done? (In windows settings, e.g.) I don’t see anything in UI_LISTFIELD about flippy triangles.

      James M

    • #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

    • #4843
      James Murray
      Participant

      Yesssss! Thank you Piotr.

      James M

Viewing 2 reply threads
  • The forum ‘Graphical UI and parameters list’ is closed to new topics and replies.