Plugin Window

Hi.
Is posible use window plugin with solution Model?
I try but doesn´t work.

Thanks.

The two are completely separated: plugins work only on runtime stuff, while the solutionModel works on the blueprint of your solution.

What are you trying to achieve?

Paul

I need assign a shortcut key for a form create with solution model, for save, edit etc…

Thanks Paul.

As soon you are finished creating the form using the solution model, you can do anything with it that you can also do with a form designed in Servoy Developer.

As soon as you “touch” the form (any code the has ‘forms.yourNewlyCreatedformName’ in it), a runtime instance is automatically created against which you can script.

Paul