Could Someone please help me and tell me where I am going wrong, I am using Pure Basic 4.51
when I compile it comes up with "Deprecated function CreateGadgetList() Used. ?" Has CreateGadgetList() been removed in 4.51, as I cant seem to find it in 4.51's help
Any help would be welcome.
Thankyou in Advance
Kevin
History : "... - Removed: CreateGadgetList(), now automatically done in OpenWindow() ..." OpenWindow() : "... #PB_Window_NoGadgets : Prevents the creation of a GadgetList. UseGadgetList() can be used to do this later..." UseGadgetList() : "... Select the GadgetList window to which gadgets will be added. If there is no GadgetList on this window so far it will be created. (because it was created with the #PB_Window_NoGadgets flag in OpenWindow() or because it is not a PB window)..."
It's only a warning. It has been deprecated since PB4.30 (2008).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
It would make converting old sources really easy and quick.
Whenever I get those sorts of errors or I get errors of missing functions (old ones) I have to go to the helpfile and search for the name in the history and then go down and see what it was replaced with. It would be much easier if you could just press F1 on it and see a page that tells you what it's replaced with.