I put the say commands in the xOnOpen & xOnClose to see if something else was cloisng the window, but XOnClose only executes when I quit the main gui. The...
... This is now very bizzarre! I have added a msg box after my other guiopen command that was failing thus:- xRoutine job_done say 'job done' guiopen...
... Hi, It's not bizarre, but logical because Msgbox is a synchronous message box; i.e. while the box is shown all other activities are stopped until you press...
... Good point ... There are only two guiquit commands and they are for when the main window quits:- xOnClose GuiQuit #this GuiQuit done_window If I don't have...
... I suppose the main gui should stay open when the job is done. If not, it explains the disappearing of the pop-up window. ... does ... I've done some...
Hi Dimitris and everyone interested, After applying the sort-command to a 'real life'-script with many columns with mixed number-, date- and string-data, I got...
Hi Dimitris When using xOnListview Field, there is a as far as I can see a bug : all "/" are converted to "\" automatically (and unwanted), which results in...
Hi Dimitris, your script below works fine, though I can't detect another approach of what I'm doing. The bug must be in my script, sorry I jumped to the wrong...
Hi Dimitris, the style 'edit' (or is '-edit' ?) allready exists, but could you consider adding the "noedit" as well ? I use a (owner-drawn) xlistview for...
Hi Dimitris, great work ! Tested it so far only with the testscript. The '0' is now sorted correctly. There still is the strange shifting of the '0' or the...
Hi, Maybe it will good news for you, Dimitris. I've created Ubuntu album and added screenshot of IconView example from Gui4Cli's Tutorial. It can work fine...
... Hi Piet, What you ask is what -edit does. Dimitris added -edit a short while ago to the owner drawn listviews. You can still edit by opening with enter but...
Hi Chris, tested it right away, and YES!, that's really it ! What a difference when working with very big listviews ! Thank's for mentioning, I must have...
... Hi Piet, No you didn't overlooked it. It isn't in the help because it was a change in a single Gui4cli.exe upload to the files section here at Yahoo. I'm...
Hi Dimitris, here are 2 identical testscripts but with one datafield changed, which demonstrates very good why the listviewsorting drives me crazy. Just run...
Hi Piet, Some info.. Stability Stable sorting algorithms maintain the relative order of records with equal keys (i.e. sort key values). That is, a sorting...
Hi Dimitris, after reading the info, I tried in both the testscripts and the big one, the extra rule : "set sort insert" (and then quick and shell), after the...
Hi Piet I don't understand.. I don't see anything wrong, except the Insert Sort doesn't keep the 0 in the same place every time. But they all sort the list...
Hi Dimitris, ... We seem to have very different interpretations of that little list, I'm very surprised. Let's focus on the sorting with the columnheaders,...
Hi Piet, For sorting a database I'm using 2 sort commands after each other to get a stable (and always the same) result. Although it seems not logical, it...
... You don't need to do it twice anymore. That was a bug and I've fixed it (I hope). Apparently the Insert sort is not that stable though.. Here is a test...
Hi Fer and Dimitris, many databases give the option to sort first on a chosen column, then on a second, then on a third. At first sight, that seems to be what ...
Hi Dimitris, I checked the configuration of the database I'm using till today. Seems like all my columns with numbers are NOT handled as 'type number', but as...
... Well, it did result in the fixing of at least 1 important bug :) And I still have to fix the Insert sort. It seems to be inverting the order of all same...
Hi Dimitris, My results from your (excellent) example of sorting: (why not adding it to your tutorials??) When sorting 1 column only (the first) the sequence ...