As currently more edit boxes exist, would be fine to get one for plugin/effects strings
i.e.: "effect_string_edit" or "effect_string 'popup'" opening a text editbox in a way being able to manually edit content instead of needing to create a temporary custom button with specific values
usefull for text display and filenames paste, ip addresses...
i.e.: "effect_string_edit" or "effect_string 'popup'" opening a text editbox in a way being able to manually edit content instead of needing to create a temporary custom button with specific values
usefull for text display and filenames paste, ip addresses...
geposted Wed 21 Jul 21 @ 10:04 am
why not an invisible custom_button? pretty much the same thing, just one extra button press.
geposted Wed 21 Jul 21 @ 10:16 am
Depending on the plugin, perhaps variables are a solution too?
In that case you can use the new set_var_dialog
In that case you can use the new set_var_dialog
geposted Wed 21 Jul 21 @ 10:25 am
new "set_var_dialog" sound promising this is for sure a solution
Fine it displays the name of the variable ^^
I was not aware it ever exist
new features often silently appear or just one line in a changelog
thanks for it great addition ;)
EDIT: I didn't get it in mind, however I already added it in my own memo file & translation file ... sometime memory is playing
Fine it displays the name of the variable ^^
I was not aware it ever exist
new features often silently appear or just one line in a changelog
thanks for it great addition ;)
EDIT: I didn't get it in mind, however I already added it in my own memo file & translation file ... sometime memory is playing
geposted Wed 21 Jul 21 @ 11:07 am
It was also mentioned in the early access change log :)
geposted Wed 21 Jul 21 @ 12:07 pm
sure I saw it there (note says b6525)
There is a test in my custom_button for parameter passing & what can be done with it (working) :
get_text "note:\n \nxxxxxxx\nxxxxxxxx" & param_cast text & set_var_dialog test
making text appear in the "note" field with 4 lines
just forgot about it
There is a test in my custom_button for parameter passing & what can be done with it (working) :
get_text "note:\n \nxxxxxxx\nxxxxxxxx" & param_cast text & set_var_dialog test
making text appear in the "note" field with 4 lines
just forgot about it
geposted Wed 21 Jul 21 @ 12:42 pm