Deprecated methods/plugins in Servoy 5.1

Hi all!

In new 5.1 release of Servoy, in New in this release section of Wiki, is documented that some methods/plugins were deprecated, by ex.:

  • “Kiosk, Kiosk, MenuBar & PopupMenu plugin” were deprecated by window plugin

We found out some other methods that were deprecated too, by ex.:

  • application.getMethodTriggerElementName() deprecated by event.getElementName(): v5.0
  • application.getMethodTriggerFormName() deprecated by event.getFormName(): v5.0
  • databaseManager.getChangedRecordData(record) deprecated by record.getChangedData(): v???

Last method I don´t know when it was deprecated…

I did some research on documentation, and I didn’t find a whole reference of deprecated methods/plugins… Somebody knows where I can find that documentation? Anyway, somebody can help me to complete previous list?

Thanks in advance!

Best regards,

Gerardo.

When searching in the wiki for “deprecated” one result is shown, when this result is chosen I see a login form…

gerardo.gomez:

  1. databaseManager.getChangedRecordData(record) deprecated by record.getChangedData(): v???

Last method I don´t know when it was deprecated…

I checked the release notes and it isn’t mentioned there. Seems they forgot to put that in there.
But looking at my installed versions it looks like it was deprecated in version 5.0 .