Page 1 of 1

Open configuration dialogue

Posted: Thu Jul 03, 2014 3:33 pm
by Pako
I've added a new action to EventGhost plugin.
The action is called Open configuration dialogue.
I think the title says it all.

Example of use:
ConfigurationDialogue.png
I have (pre-configured) an action PushBullet: Push (file).
There you have to select the file to be sent.
So using the new action Open configuration dialogue I can quickly (no need to open the main EventGhost window)
to open a dialog and change the path to the file.
You can try it out:
EGplugin.zip
(6.32 KiB) Downloaded 196 times
Unpack the ZIP. There you will find three files:
1) __ init__.py - This is EventGhost plugin (It belongs to the ...\EventGhost\plugins\EventGhost folder).
2) Dialog.png - it is an icon. It belongs to the ...\EventGhost\plugins\EventGhost\icons folder
3) ActionSelectButton.py - it is a file, that belongs to the ...\EventGhost\eg\Classes folder

Pako