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...
Show off your group to the world. Share a photo of your group with us.

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 3417 - 3449 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3417
... 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 Keletsekis
gui4cli
Offline Send Email
Feb 2, 2006
8:47 am
3418
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...
marianne976
Offline Send Email
Feb 2, 2006
6:15 pm
3419
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 =...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 3, 2006
2:50 pm
3420
... Ahem.. That should be : while $$lv.valid = 1 Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 3, 2006
3:15 pm
3421
... 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 ...
marianne976
Offline Send Email
Feb 3, 2006
9:51 pm
3423
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...
jack
jack_horsfield
Offline Send Email
Feb 8, 2006
12:51 pm
3424
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...
Steve A. Jarjoura
runester.rm
Offline Send Email
Feb 8, 2006
7:45 pm
3425
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...
Richard
xytroxon
Offline Send Email
Feb 8, 2006
11:44 pm
3426
... 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). ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 9, 2006
3:06 pm
3427
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 9, 2006
3:12 pm
3428
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...
jack horsfield
jack_horsfield
Offline Send Email
Feb 9, 2006
3:29 pm
3429
Hi all, I had uploaded some time ago an ActiveX control for Gui4Cli but it somehow disappered, so I reuploaded it now at: ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 9, 2006
7:37 pm
3430
Hello everyone Just a question Is it possible to transfer the variable -- MyVar -- from a gui to a batch file ? If yes, how can we do it ? Thanks a lot for any...
ggnocram
Offline Send Email
Feb 14, 2006
3:58 am
3431
You can use any from Batch File options. ie "... The parameters given to a batch file are represented, within it, by % 1..%9; SHIFT moves them all down one...
valery_vi
Offline Send Email
Feb 14, 2006
7:05 am
3432
... The best way is as a command line argument, like Valery said, but I'll also add a command to set/get environment variables (I thought I had added it...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 15, 2006
6:14 pm
3433
Dimitris Is it possible to wrap text in an Owner Listview like for example in a textbox? Thank you. Frans....
marianne976
Offline Send Email
Mar 7, 2006
8:37 pm
3434
... No, not yet.. I haven't been working on lvs for a while - been doing instead some guis - but I'll add it when I go back to them. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 8, 2006
6:33 am
3437
Hi Dimitris. Would it be possible to add a POST-command in addition to SEND, which uses PostMessage instead of SendMessage? I think SendMessage always waits...
mockey_a
Offline Send Email
Apr 2, 2006
3:58 pm
3438
... The SEND command uses SendMessage() to send WM_COPYDATA, WM_USER and WM_COMMAND type messages. I think you are refering to the WM_COPYDATA message (ie:...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 3, 2006
6:03 pm
3439
Hi. ... and ... WM_COPYDATA ... PostMessage().. No. I'm sending a WM_COMMAND to a window. But SendMessage waits for acknowledgement. So Gui4Cli is stuck until...
mockey_a
Offline Send Email
Apr 3, 2006
10:39 pm
3440
Ok, added it. I'll upload something soon.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 5, 2006
12:07 pm
3441
Hi. ... Cool. Thanks, Mockey...
mockey_a
Offline Send Email
Apr 6, 2006
10:44 am
3442
Hi all, I've uploaded beta version 19.4 at: http://users.hol.gr/~dck/g4c/html/Downloads.htm It includes some important bug fixes and a few new additions. Also...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 13, 2006
8:01 pm
3443
Thank you Dimitris! Working great on Win 98. I would wish you happy Easter, but that is next week for you. Instead I'll wish you a sweet sea breeze and an end...
Richard
xytroxon
Offline Send Email
Apr 15, 2006
6:23 am
3444
... Thanks anyway :) In Greece the holy week of Easter starts from Monday (Church wise). Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 16, 2006
7:37 am
3445
Hi Dimitris. ... Thanks for adding "Win close" and "post" as a send parameter. Unfortunately both don't seem to work. "Win close" seems to minimize a window...
mockey_a
Offline Send Email
Apr 17, 2006
1:06 pm
3446
Testing these things is always the most time consuming thing, so I didn't, seeing that you would :) ... Apparently, Destroy can not work. From the Windows API:...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 17, 2006
5:35 pm
3447
Hi Dimitris. ... That's the least I can do, I guess :-) ... Yep. ... No. Hide is not so good. ... A program I use here apparently does this with a SendMessage ...
mockey_a
Offline Send Email
Apr 17, 2006
8:08 pm
3448
... Please also try: Send comm 29 1 or if that doesn't work (it should) Send comm 29 1 1 Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 18, 2006
6:12 am
3449
Hi Dimitris. ... Yes, that does work nicely. Thanks a lot. Mockey...
mockey_a
Offline Send Email
Apr 18, 2006
8:55 am
Messages 3417 - 3449 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