Deprecated methods in 6.1

Someone can tell me where i can find the list of the deprecated methods in 6.1 and their substitutes.

Thanks

Hi,

That depends on which version you are upgrading from. When you upgrade Servoy to version 6.1 the compiler will show you warnings for any deprecated statements in your code. By pressing the ALT key when hovering over the deprecated command you will get a tip on which replacement to use, like this:

[attachment=1]deprecated2.png[/attachment]

Hover the mouse over the deprecated statement while pressing ALT shows:

[attachment=0]deprecated.png[/attachment]

deprecated2.png

Thanks Omar…

And a suggest for finding the meaning of warnings and the way to solve them ?

First read them, mostly they are self-explanatory and usually if you solve one, you can solve many. If you don’t understand the warning search the forum and ask if necessary. If you still need help, you can hire somebody like Marc Boegem who’s an expert at solving warnings :wink: .

One thing to keep in mind is that they are usually warnings and not errors. They just allow improvement of your code.
Secondly, you can turn specific warnings off or tell the compiler to ignore them until you have the time to deal with them.

Kind regards,