Thread: Controls added
View Single Post
  #1  
Old 08-16-2008, 08:59 AM
The_Kez The_Kez is offline
N-Pulse Asst. Manager
The_Kez's Avatar
Join Date: Dec 2007
Posts: 106
The_Kez is on a distinguished road
Send a message via MSN to The_Kez
Controls added

Is there an occuring event for when a control has been added to the game screen? I tried looking it up on the wiki but so far I haven't found anything helpful. The closest I've found was:

onAdd() - invoked when a control is added to another control.

I tried GraalControl.onAdd() but that didn't call, apparently because onAdd() is invoked only from the command addcontrol()

It's not totally necessary, I can find another way to do what I need to do, but knowing such an event would definitely save me a lot of time.
Reply With Quote