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 4714 - 4743 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4714
Hmmm, I need realtime output for monitoring, so this is not an option. I have so far managed a massive kludge which stores the last line returned and merges it...
nichot20
Offline Send Email
Mar 4, 2008
5:42 pm
4715
I have a gui that uses a dos.launch with a dos.set on exit call. This exit call performs a number of processes (which involve calling their own subroutines),...
nichot20
Offline Send Email
Mar 11, 2008
9:34 am
4716
Hi, Waiting is quite a complicated thing internally and there could well be a bug or two in the code that causes this problem. However, I can sit and look at...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 11, 2008
12:24 pm
4717
... a ... subroutine ... variable ... Hi, Although I don't use dos.dll, I also encounter error messages showing the wrong line number. For a simple example gui...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 11, 2008
3:09 pm
4718
Hi Fer, ... The reason this happens in this case, is that g4c does not try to find "ParentGui" when the gui is loading (because it doesn't need it yet). ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 11, 2008
5:56 pm
4719
... find ... yet). ... the ... Hi Dimitris Thanks for the reply. I already suspected that, and in the example it's very easy to trace where the error came...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 13, 2008
10:14 pm
4720
... Hi all Here some more Vista problems 1. The remarks in my earlier message are valid for the Vista theme. When changing the theme to 'Classical' the border...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 15, 2008
12:45 pm
4721
... Hi all, Changing the L and T values for the windows to #center resolved the problem. Cannot explain why. Only that it were sticky windows. Sticky doesn't...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 15, 2008
3:09 pm
4722
Hi Fer, Thanks for the reports. I will try to fix what I can. Best regards Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 16, 2008
7:59 pm
4723
... Hi all, For all those who regularly make EXE's from their guis or want to switch over to Vista, I made a gui called ICLtoBMP that converts your icon...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 19, 2008
3:06 pm
4724
Run Dos command Saturday 29 March Hi Dimitris, Since windows runs a dos command in a window in a new shell process, I guess in Gui4Cli the 'Run' is the command...
flicknemo
Offline Send Email
Mar 29, 2008
12:14 pm
4725
... described ... inverted ... around ... work. ... Hi Flicknemo. Using the doscommands is better done with CMD then Command. CMD uses long names while...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 30, 2008
2:30 pm
4726
Hi, I just noticed the 300-IconView.gui tutorial does not show all loaded icon lists, only the ones defined in its menu. Before I go changing it, has anyone...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 31, 2008
11:08 am
4727
... loaded ... Hi Dimitris, A modified 300-IconView.gui is already uploaded in the files->gui section. This version also shows the loaded icons and you may...
Fer Stoopman
fmstoopman
Offline Send Email
Mar 31, 2008
2:33 pm
4728
... That's what I mean.. Thanks a lot Fer! :) Best regards Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 31, 2008
5:48 pm
4729
Hi Dimitris, I'm trying to use the richedit getrange and getline commands but both causes Gui4Cli to crash. Also have a problem when I use copy. If the text in...
chris.kevany
Offline Send Email
Mar 31, 2008
8:07 pm
4730
... Hi Chris, I also encounter crashing of G4C when using getrange. But, for the purpose of cut/copy/paste you shouldn't use getrange but copy/paste instead....
Fer Stoopman
fmstoopman
Offline Send Email
Apr 1, 2008
8:38 am
4731
... Hi Fer, Thanks for the upload. I'm gonna take a close look at it. I have the experience that copy and paste locally within the xRichedit window gives no...
chris.kevany
Offline Send Email
Apr 1, 2008
10:51 am
4732
Hi Chris, I'm swamped with work these days, so if you can send me a test gui it will be much easier for me to trace it. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 1, 2008
12:15 pm
4733
... Hi Chris, You're right. The problem is not caused by RTF. In fact, any text copied from any editor behaves the same. The quickest way to check this is open...
Fer Stoopman
fmstoopman
Offline Send Email
Apr 1, 2008
12:50 pm
4734
... what's wrong. ... After some holiday, and other things I have pulled together a gui that shows the problem with wait's timing out (wait.gui) There are two...
nichot20
Offline Send Email
Apr 2, 2008
5:55 pm
4735
... Hi Dimitris, Uploaded "richedit_bug_demo.gui" to the files/gui section. Description of the usage is on screen. The script additions for the demo start at...
chris.kevany
Offline Send Email
Apr 3, 2008
2:12 pm
4736
... Hi Fer and Dimitris, I found that a normal copy from xRichtext and a paste to xEdBox works fine and that the problem is probably in the getClip command. I...
chris.kevany
Offline Send Email
Apr 3, 2008
2:54 pm
4737
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
Apr 3, 2008
3:13 pm
4738
THURSDAY Hi All, MENUMAKER.ZIP - in Files, Guis This is a tool to simplify menus. Unzip on your desktop and a folder MENUMAKER appears. Move it to wherever...
flicknemo
Offline Send Email
Apr 3, 2008
3:16 pm
4739
Hi Tim, Thanks for the gui. I fixed a few things and it should now work better. There is a race-condition problem with lv delete though. What you can do is...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 3, 2008
9:23 pm
4740
Hi Chris, I think I fixed everything... Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 3, 2008
9:24 pm
4741
Hi all, In Files -> Gui4Cli 19.23 - Ifexists (and wait) returned incorrect value in their negative form (~something) - LV DELETE sometimes crashed if there was...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 3, 2008
9:26 pm
4742
... Whilst it does not crash/lock up on the Dos.dll now and the garbage produced in gcwin has gone, wait still runs to the timeout even though the subprocess...
nichot20
Offline Send Email
Apr 4, 2008
10:53 am
4743
... Hi Dimitris, You surely did :-) Works fine now! Not only on the demo but also in the way I use it in my script. Thanks, Chris....
chris.kevany
Offline Send Email
Apr 4, 2008
1:05 pm
Messages 4714 - 4743 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