Typing in the description in the Easy Mode is rather inconvenient, so I
created a dialog to easily build complex recipes like this:
Code:
--------------------
{
"description": [
"cool",
"dramatic",
"elegant",
"gloomy",
"sophisticated",
"shoegaze"
],
--------------------
with just a couple of mouse clicks.
This is how it looks:
[image:
http://forums.slimdevices.com/attachment.php?attachmentid=14236&d=1358105963]
For testing, I added this listener to the description field:
Code:
--------------------
specialkey: function(field, e){
if (e.getKey() == e.TAB) {
var win = this.initSMGWin();
win.show();
}
},
--------------------
but maybe the description label could be changed into a button instead.
If Michael wants to, it could be included in the official distribution.
Note that until this is done, you can't just download it and use it - it
has to be merged into the plugin's javascript code.
Source:
14234
--
Roland
+-------------------------------------------------------------------+
|Filename: theechonest_smg.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=14234|
+-------------------------------------------------------------------+
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=97668
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins