Questions about features of Servoy

Hello,

I’m doing a comparaison between FileMaker Pro and Servoy.
I’d would like to know if it’s possible under servoy to do this features:

  • create keyboard shortcuts (to call a method for example)
  • create / modify / hide a personal toolbal or the Servoy toolbar
  • lock and unlock the import/export permission on client’s application.
  • Make a transparent subform (using tabpanel) under MAC OS X and Windows
  • prohibit to quit a form ( lock the possibility to do a ctrl+w under windows, desactivate the option quit on the file menu in the toolbar, etc..)

thanks.

  • create keyboard shortcuts (to call a method for example)

This happens by default when you make methods visible. When you want more have a look at the menubar plugin Servoy Components – Plugins, Beans, Web Components, Angular Services & Servoy Developer Consulting

  • create / modify / hide a personal toolbal or the Servoy toolbar

You can hide/show the Servoy toolbars by default. When you want more see the above…

  • lock and unlock the import/export permission on client’s application.

Possible under the application node

  • Make a transparent subform (using tabpanel) under MAC OS X and Windows

As far as I know this is possible under windows not on the mac (java/mac limitations). What you might be able to do is use non-standard lafs. I am almost sure there will be one available that supports this.

  • prohibit to quit a form ( lock the possibility to do a ctrl+w under windows, desactivate the option quit on the file menu in the toolbar, etc..)

You can capture a window close command (just browse the forum for it). To de-activate the quit menu see the above again :)

Hope this helps,

Marcel