Roygbyte
Roygbyte
Are you using Sage 9 or Sage 10? It looks like there are different configuration instructions for each. If you read through the source code for this plugin you will...
If you have the option to run this as a bash script, you could do this: ``` #!/bin/bash INDEX=0 COUNT=3 DELAY=1 RES='1024x786' while [[ $INDEX < $COUNT ]]; do IMAGE="$INDEX".jpg...
Use case is in Newsdownloader replacement I'm working on. Had not seen your user patch. Do you suggest using the same naming conventions, as in the patch, for this change?
I would like to add that, broadly speaking, it is useful to have buttons available for operating on a list of values. Without this patch, there's no way to operate...
I didn't know PR's could be in a draft stage. That's great--thanks for the advice. Below for screenshots:   I'd rather use a...
> I'd unify behavior/style with Menu, yeah? I'm ultimately fine with this. But I would like to observe that the KVP layout has another left icon: the left arrow icon....
Superseded by #9713
Do you mean like, make `input_field` an instance member, as in: `self.input_field`? If so... yeah, probably. :) In context, this is how I'm using the new method. ``` lua dialog:getInputFields()[2]:setText(path)...
Use case is the Newsdownloader replacement, again. I might be able to avoid having to use this patch, though... and might retract this :)
Ok! I do want this :) @NiLuJe how are you suggesting I revise the code? Make `input_field` an instance member like as in `self.input_field`?