Hi Valery, Thanks for the links. I had a quick look but it looks like its a bit too complicated for me to try right now. I'll try again when my work lets up a...
Thank you, Dimitris. ... BTW. Lutz Mueller, creator and author of the programming language newLISP said about it the following: ".. newLISP started on SunBSD...
Hi Dimitris, Please advise? I find I am doing a lot of manual deletion of repeated lines in files, every day. I thought I will make a gui to do the task in a...
Forget the xCombo. You can't save it. You should use 2 listviews instead. Load the file into one and take each line and add it to the 2nd one after checking it...
To All: Congratulations to Dimitris on the completion of the restoration of the magnificent M/Y Madiz! The "second" love of Dimitris' life, besides Gui4Cli of...
... Thanks for the link, Richard. :) Yes, Congratulations Dimitris! I can't think of a more appropriate word than "magnificent". Wow! What a prestigious...
Thanks for this link, Richard. Dimitris! Really, now it's beautiful royal yacht. If it is Noah's Ark then you are Noah (http://en.wikipedia.org/wiki/Noah), I...
Hi Dimitris After all the 'MADIZ' excitement (what a beauty) I have a little request. I've made a slide show based on all the available image commands but...
... There is. IMAGE ROTATE LEFT-or-RIGHT will rotate the current image by 90 degrees left or right. I don't remember much but I've noted in the source code ...
... Hi Dimitris, It works indeed. However it's a little bit buggy. Rotating to the right also flips the image and makes the top line black (except the first...
Hi Dimitris, I use a owner listview with a fancy field (with icon) that is triggered to take some action. Occasionally this field is opened for edit and shows...
... Chris I do not know if this will be of any help. All I did was to add the following to the listview: attr style owner/oneclick/noheading/-Edit If I click...
... Hi Frans, It is oneclick that does it. Indeed then editing is locked. I can leave noheading and -Edit off. -Edit seems not to work on owner listviews. Only...
... Hi Chris Me again. Instead of "xOnListview field" I use "xOnLvClick". For example a "LV" with one column: xOnLvClick MyLv extract %Rec Nofancy value ...
... Hi Frans, I think I can use this. I can check the column at the internal lv variables. Then only take action if the right column is clicked. Perhaps...
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
Oct 14, 2007 6:54 am
4350
... I think -Edit should work now. Try also the beta I uploaded today in the Files->executables section of the newsgroup I've tried blocking it off, but I...
... Have a look at the beta I uploaded in the Files->executables section of the newgroup It works ok now, except for palette based files, like GIF etc. ...
... Hi Dimitris, Great! It works fine now. I was thinking it had to do with double triggering of my mouse (bad switch or something) but now I did fast clicking...
... recent ... Hi Dimitris, Perhaps a weird idea, but if the old code is not to long, can you put back the old string[][] functioning as up to version 19.9...
... I took this from a earlier post: Up to version 19.9 it worked like: String[10][-6] ... start position You can extract any part of a string this way with a...
iTechArt Group - Custom Software Development <http://www.itechart.com/> and Offshore outsourcing Company <http://www.itechart.com/> http://www.itechart.com/ ...
I uploaded a test version in the Files->executables section. This allows you to put a # character in the [length] part which will tell it to count from the end...
. ... Hi Dimitris, Great work! It works exactly the same as in version 19.9 which was the last one that used the "old style". I added one to check if this also...
... I didn't change that. It works as it did before. ... This error is because you put the # in the [start] part. It issues the error but continues normally. ...