when I load my treeview file the variable numbers are out by one. maybe I'm doing something wrong... but what? my treeview file looks like this: GCTV fred.txt ...
I wrote the article! :) I thought Gui4cli deserved a stadning on Wiki. NightOwl91 = Me Nick ... From: jack_horsfield To: gui4cli@yahoogroups.com Sent: Sunday,...
Hi Jack, The file format seems to be wrong.. ... The variable declaration should be after the item's text, so the above would set the variable for the...
are you sure? well, I spose you are. I tried it that way round in desperation and I got the vars shown in the window instead of the text! I'll try again. ...
ah, well congratulations then. a good idea. jack the circling gorillas are now swooping ________________________________ From: gui4cli@yahoogroups.com...
well dimitris, you were spot on both times. i moved the variable and the tree looked all wrong...which turned out to be caused by having a carriage return i...
is it possible to copy the contents of a buffer to the clipboard? i had several different attempts, but all failed for various reasons. i thought i ought to be...
For some weird reason gmail marked this mail as spam.. ... Not directly - I haven't added it yet. You can do it through a listview, like Buffer TOLV mybuff...
yes, sometime today I realised I could do it that way. as is usual, I had to do it in a hurry, so I ended up saving to a known file name and then running a...
I would like to use G4C to extend some old favorite programs (Xtree, Matlab etc) and need to pass arguments to my scripts. I only have access to the command...
... I'm not sure I understand.. You mean you want to start gui4cli by loading a gui and giving it some arguments? ... Search for "passing arguments" in the...
Dimitris Hope you had a lovely festive season. One question though. Is it possible or is there a method to sort a listview on more than one column, for...
... You can try this (untested): Use lv #this mylv Lv sort %B descend/insert Lv sort %A descend/insert Note the "insert" keyword which will force the use of...
Dear Dimitris, Many thanks. Your helpful response and the addition of the -FS switch to command line parameters holding file names has sorted my problem. ...
Dimitris Sorry I am a nuisance but I will appreciate it if you can let me know if it is possible to Search a Listview (Lvsearch) on more than one column or is...
... You are certainly not a nuisance.. I answered the above the last time, did you read that repply? I tried an example now and there are some problems which I...
Dimitris ... Yes I read the reply and thank you very much. Your reply was on the LVSORT question. The last posting was on LVSEARCH. I want to know if it is...
Sorry.. Apparently I've lost my ability to read.. :) ... You have to do it by brute force for now.. use lv #this mylv lv go top while $$lv.line = 1 if $%name =...
... No problem. Thank you very much for the prompt reply. The reason for asking all the questions is that I am busy writing a program to set a timetable ...
i can't drag attachments from outlook, or files from zips, on to a gui. is this a known restriction? bug? intended? the gui window stays unfocussed and i can't...
Hello, all; I am new to Gui4Cli and was wondering if I could leverage my perl background by coupling the two. I've tried searching the Gui4Cli website and only...
Yes, there are two ways for programs that don't require lots of interactive hand holding that a dedicated language dll solves. 1. Use the DOS DLL to run a Perl...
... No, its not known.. I tried to drag files out of winzip and it works but only if you press the control key (maybe it won't allow you to "move" the file). ...
Hi, Apart from the methods Richard described, there also used to be an ActiveX control which should help. Search in the newsgroup for G4CAX - there's many...
ah, I didn't know about a ^drag out of winzip. yes, that works ok. I tried dragging from Outlook to Scite (= scintilla) but it didn't work for me. it's an old...