Author Topic: Popups - Activate/Deactivate vs Margin off screen  (Read 1561 times)

coxy17

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 23
    • View Profile
Popups - Activate/Deactivate vs Margin off screen
« on: March 27, 2017, 03:57:17 AM »
Hi

I have several popups within my ui root and at the moment i am using activate to show/hide the popups. I was wondering is it a bad idea to do this each time? as will it create additional garbage every time its called. Or do i not hide them and simply margin them off the screen. I just wanted to know which option is best on performance overall?

Nick

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Popups - Activate/Deactivate vs Margin off screen
« Reply #1 on: March 31, 2017, 12:40:16 PM »
It's just fine. There's nothing wrong with activating them.