Page 1 of 1
[DONE] Depreciated function - CreateGadgetList()?
Posted: Sat Apr 03, 2010 5:16 pm
by PresFox
My Visual editor uses this function, but the compiler says its depreciated?
What should i use instead?
Re: Depreciated function - CreateGadgetList()?
Posted: Sat Apr 03, 2010 5:19 pm
by Arctic Fox
It has been removed since PB 4.30.
A gadget list is automatically created when using OpenWindow() - unless you specify the #PB_Window_NoGadgets flag, then you have to use UseGadgetList() to create one.
But for windows created with the visual designer you can just remove it.
Re: Depreciated function - CreateGadgetList()?
Posted: Sat Apr 03, 2010 5:27 pm
by PresFox
thanks alot, does the trick