My Visual editor uses this function, but the compiler says its depreciated?
What should i use instead?
[DONE] Depreciated function - CreateGadgetList()?
[DONE] Depreciated function - CreateGadgetList()?
Last edited by PresFox on Sat Apr 03, 2010 6:20 pm, edited 1 time in total.
User of PB 4.41 - x86
On Windows 7
Intel Core I5 2.26GHZ
8 GB RAM
ATI Mobility Radeon HD 5650
On Windows 7
Intel Core I5 2.26GHZ
8 GB RAM
ATI Mobility Radeon HD 5650
- Arctic Fox
- Enthusiast
- Posts: 609
- Joined: Sun Dec 21, 2008 5:02 pm
- Location: Aarhus, Denmark
Re: Depreciated function - CreateGadgetList()?
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.
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()?
thanks alot, does the trick
User of PB 4.41 - x86
On Windows 7
Intel Core I5 2.26GHZ
8 GB RAM
ATI Mobility Radeon HD 5650
On Windows 7
Intel Core I5 2.26GHZ
8 GB RAM
ATI Mobility Radeon HD 5650