Author Topic: UIPanel Widgets List removed in 3.0?  (Read 3662 times)

chuk2bp

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 13
    • View Profile
UIPanel Widgets List removed in 3.0?
« on: September 26, 2013, 03:27:13 PM »
Hey Michael,

I was just curious-- was it intentional to remove the widgest list for the UIPanel in 3.0? This was useful for me as far some editor extensions were concerned for updating widgets on the fly using the Panel that contained them... would be helpful to know if this was just abandoned or simply overlooked. Check the docs and didn't find a reference there.

Thanks a lot!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIPanel Widgets List removed in 3.0?
« Reply #1 on: September 26, 2013, 03:29:40 PM »
UIWidgets.list has the full list, and you can then match them by UIWidget.panel.

chuk2bp

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 13
    • View Profile
Re: UIPanel Widgets List removed in 3.0?
« Reply #2 on: September 26, 2013, 03:32:45 PM »
Ha! You're too fast for me! I was actually just about to follow up that I'd looked into the UIWidets class after seeing that UIPanel had got a list for all active Panels in the scene. Thanks for the fast reply! Looking forward to delving deeper into 3.0's new features.