Hi
I am new to Plug In development for PL/SQL Developer, however I have successfully managed to write, compile and deploy a simple C++ plug in.
I now would like to extend that plug-in to allow the user to specify some configuration options.
I have read through the plugindoc.pdf as well as looked at the shipped examples.
I cannot find anywhere how to create and display a custom screen/dialog. All I really want to do is display a dialog that contains a few check-boxes and OK/Cancel buttons. If the OK button is pressed I intend to store the state of the checkboxes using the IDE_SetPrefAsString built-in.
Any help on my specific issue would be appreciated - or even just a pointer to further documentation / examples would be great.
Many thanks
Alex.
I am new to Plug In development for PL/SQL Developer, however I have successfully managed to write, compile and deploy a simple C++ plug in.
I now would like to extend that plug-in to allow the user to specify some configuration options.
I have read through the plugindoc.pdf as well as looked at the shipped examples.
I cannot find anywhere how to create and display a custom screen/dialog. All I really want to do is display a dialog that contains a few check-boxes and OK/Cancel buttons. If the OK button is pressed I intend to store the state of the checkboxes using the IDE_SetPrefAsString built-in.
Any help on my specific issue would be appreciated - or even just a pointer to further documentation / examples would be great.
Many thanks
Alex.