Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4399 - 4428 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4399
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...
nichot20
Offline Send Email
Nov 2, 2007
9:31 am
4400
... 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...
nichot20
Offline Send Email
Nov 2, 2007
9:49 am
4401
... 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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 2, 2007
12:25 pm
4402
... 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...
nichot20
Offline Send Email
Nov 2, 2007
3:49 pm
4403
... 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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 2, 2007
7:09 pm
4404
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...
pietpraet
Offline Send Email
Nov 3, 2007
8:40 am
4405
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...
pietpraet
Offline Send Email
Nov 3, 2007
7:36 pm
4406
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Send Email
Nov 4, 2007
8:49 am
4407
Hi, Try out the new version I uploaded to the Files->executables section. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 4, 2007
8:50 am
4408
Hi Piet, The gui below works fine: G4C test WINDOW 126 90 367 373 "test" winattr style resize xOnLoad guiopen #this use lv #this idlv lv add '1' %title =...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 4, 2007
8:52 am
4409
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...
pietpraet
Offline Send Email
Nov 4, 2007
9:35 am
4410
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...
pietpraet
Offline Send Email
Nov 4, 2007
9:38 am
4411
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...
pietpraet
Offline Send Email
Nov 4, 2007
10:01 am
4412
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...
valery_vi
Offline Send Email
Nov 4, 2007
10:30 am
4413
... 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...
chris.kevany
Offline Send Email
Nov 4, 2007
11:02 am
4414
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...
pietpraet
Offline Send Email
Nov 4, 2007
12:37 pm
4415
... 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...
chris.kevany
Offline Send Email
Nov 4, 2007
12:58 pm
4416
Hi again Dimitris, Tested it on the big script. Here I keep getting the most confusing results (without doing something, ONLY by clicking on the ...
pietpraet
Offline Send Email
Nov 4, 2007
1:04 pm
4417
Hi Dimitris, here are 2 identical testscripts but with one datafield changed, which demonstrates very good why the listviewsorting drives me crazy. Just run...
pietpraet
Offline Send Email
Nov 4, 2007
2:44 pm
4418
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 4, 2007
2:49 pm
4419
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...
pietpraet
Offline Send Email
Nov 4, 2007
3:31 pm
4420
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 4, 2007
6:30 pm
4421
Hi Valery, ... I'd never heard of this project.. Very interesting - I'll have to try it sometime. Do you have a link to the album? Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 4, 2007
7:08 pm
4422
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,...
pietpraet
Offline Send Email
Nov 4, 2007
8:27 pm
4423
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 4, 2007
10:13 pm
4424
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 4, 2007
11:31 pm
4425
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 ...
pietpraet
Offline Send Email
Nov 5, 2007
6:56 am
4426
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...
pietpraet
Offline Send Email
Nov 5, 2007
8:50 am
4427
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 5, 2007
10:29 am
4428
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 ...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 5, 2007
3:25 pm
Messages 4399 - 4428 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help