How might I position a (plug-in) dialog? (Not an FID)
E.g. x,y coordinates.
Thanks,
Jim
How might I position a (plug-in) dialog? (Not an FID)
E.g. x,y coordinates.
Thanks,
Jim
basic java programming
dialog.setLocation(…)
dialog.setSize(…)
Hi Jan,
Jim means using the dialog plugin within a method in order to show an appropriate Error/Info/Input etc dialog as follows:
plugins.dialogs.showInfoDialog( "Hello World", "Here is some information", "Thanks")
There are no parameters to allow you to set the position of the dialog which defaults to the centre of your solution window
Cheers
Harry
Thanks, Harry!
… and happy new year…
Jim
ps beautiful here in Maine now…
Hi Jim,
It may be beautiful in Maine but here in the UK I have just got back from Football (Soccer to you guys across the pond !) training with my eldest during which there has been a snow blizzard
Cheers
Harry
There is no way to do that as far as I know.
In my progress plugin Servoy Components – Plugins, Beans, Web Components, Angular Services & Servoy Developer Consulting I also added extended dialogs. I might be able to add x and y coordinates to it…
Cheers