WickedShell
WickedShell
@kotcrab been busy traveling this week but got to test that the continuous requests work quite well. I will retest on the slower devices when I get a chance to...
When the filechooser is finding all the files in a directory and then types in a name (such as a save dialog option) when the files become available (from the...
When the user is typing a filename the textfield should accept the enter key as being open/save file and close the bialog and return the name
When reusing a dialog box if it had selected files with a nonstandard filter switching back and selecting directories will still show the file name filter selectbox even though we...
When the path is longer then fits in the text box at the top, rather then left aligning the path (IE so you can see the "C:\" for example, it...
On initial load of the filechooser the scroll focus isn't forced into the scrollpane (even if the mouse was already in the correct position). This means that all scroll events...
1. You can get `INVALID_SEQUENCE` whenever you have a link break down, particularly if you are batching commands to it. The autopilot simply waits for the appropriate sequence. The GCS...
> 3. AP only seems to send ACCEPTED, ERROR or INVALID_SEQUENCE I think you missed some, we send INVALID_PARM1-7, and we send MAV_MISSION_UNSUPPORTED.
@peterbarker what about the specific `ALT_INT` examples I brought up earlier? (We accept `ALT_INT` in some places, not in others (particularly missions vs on the fly commands)
> or simply doesn't update it That's correct. Killing the transaction immediately is not a great approach IMO as the communication streams are far to lossy to simply kill it...