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 5057 - 5087 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5057
Hello Dimitris, In trying to convert an Amiga Gui4Cli script to Windows i ran into the following problems: - Use variable myvar say $$var.length does not work ...
josduchit
Offline Send Email
Nov 1, 2008
3:44 pm
5058
... Hi Joseph, The correct method would be: use var gui mygui.myvar for gui-wide variables or use var global myvar for global variables I agree, the manual is...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 1, 2008
7:26 pm
5059
... Thanks for your explanations Joseph...
josduchit
Offline Send Email
Nov 2, 2008
3:32 pm
5060
Hello, Some questions about subject - I do only see the RUN & LAUNCH possibilities. The synchronous CLI command (Amiga version) seems to be absent. Right? - i...
josduchit
Offline Send Email
Nov 2, 2008
8:09 pm
5061
Hi Joseph, ... RUN is a synchronous command and LAUNCH asynchronous. See the manual for an extensive explanation of the RUN command. ... I suppose, by CLI...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 2, 2008
9:29 pm
5062
Hi Joseph, DOS.DLL may be useful to you ... see C:\Program Files\Gui4Cli\DLL\Dos.htm One example uses the Amiga form of the filename, so Dimitris seems to have...
daz4roo
Offline Send Email
Nov 2, 2008
10:09 pm
5063
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 3, 2008
10:31 am
5064
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 : /HTML.gc ...
gui4cli@yahoogroups.com
Send Email
Nov 3, 2008
7:34 pm
5065
... Thanks for your pointing me to this one. Thanks to Fer also for the example of how to interact with the shell commands. Joseph...
josduchit
Offline Send Email
Nov 3, 2008
7:40 pm
5066
Hi Fer, Nice job!. As usual looks great and I was not able to crash it (yet)! Jack. Get your new Email address! Grab the Email name you&#39;ve always wanted...
John Bond
jb886
Offline Send Email
Nov 4, 2008
1:46 pm
5067
Hi to all, I can't check it myself because I haven't a Vista machine available but I like to know what $$sys.platform returns on a Vista machine. Second, when...
chris.kevany
Offline Send Email
Nov 4, 2008
9:58 pm
5068
Hi Chris, ... It returns VISTA in capitals. ... out. Does it also happen when you make a small test gui? If so, it's probably not a G4C issue. Best regards, ...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 4, 2008
10:44 pm
5069
... Hi Fer, ... Great! Seems Dimitris managed that already. ... Yes, also happens on a test gui. If you select the combo after the refresh, the contents is...
chris.kevany
Offline Send Email
Nov 4, 2008
11:34 pm
5070
Hi Chris, Here is a test gui. From what I see it works ok G4C test_test WINDOW 122 177 276 206 "test" WinAttr style resize xOnLoad GuiOpen #this xOnClose ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 5, 2008
8:15 am
5071
... Hi Dimitris, It appears to be a W2K problem. Your test gui also blanks out in W2K but works fine in XP. I tried a large gui with a lot of combos and it...
chris.kevany
Offline Send Email
Nov 5, 2008
8:55 pm
5072
To everyone I want to change the text (caption) of an xGroupBox with no success. It seems to me that one can only change the background colour of the caption...
marianne976
Offline Send Email
Nov 5, 2008
9:58 pm
5073
... success. ... the ... the ... Hi Frans, A groupbox cannot be changed for appearance. Text is always blue (in XP and black in Vista) and has a dull grey line...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 5, 2008
11:06 pm
5074
... Fer Thank you very much for the reply. I will go for xArea. One other question: Is it posible to create a scrollable window? I do not think so. I can use...
marianne976
Offline Send Email
Nov 6, 2008
10:44 am
5075
... can ... want ... have in ... Hi Frans, I wish it could be done. In the Redeyeremover I also could use a scrollable window to be able to scroll a very large...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 6, 2008
3:41 pm
5076
Hi Fer Once again thanks. I will upload a graphics application shortly and then you will see what I mean. I do have a graph with properties that the user can ...
marianne976
Offline Send Email
Nov 6, 2008
4:21 pm
5077
... Fer It is me again. It is a great idea to use trackbars. In my case, although a lot of coding, it will work. If you do not mind I want to use your idea...
marianne976
Offline Send Email
Nov 6, 2008
5:25 pm
5078
... No. I've always wanted to create a scrolling image event, mainly to show printing previews etc, but haven't got around to it yet. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 6, 2008
8:01 pm
5079
Just replying to myself... You could probably use an xBrowser to show and scroll an oversized image, if that's what you want to do....
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 6, 2008
8:03 pm
5080
... to ... Hi Dimitris, I've tested the xbrowser for showing images and that works perfectly. Including the scroll bars for large size images. Also image...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 6, 2008
10:20 pm
5081
... Hi Dimitris, I tried to use an xbrowser for your preview gui but that won't work for 2 reasons 1. When loading a BMP into an xbrowser, the browser shows ...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 7, 2008
10:15 am
5082
... You would need to create a small html file and refer to the picture in there. Then load the html file. If you want to be able to hear stuff, you can use...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 8, 2008
8:03 am
5083
... Hi Dimitris, Because of the limitations of the xbrowser I'll stick with window background image option. That enables me to directly draw on a picture. ...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 9, 2008
10:22 pm
5085
Hi Dimitris, I use xOnResize in my script and that works fine. Lately I wanted to check something and found that xOnResize totally disappeared from the help...
chris.kevany
Offline Send Email
Nov 19, 2008
12:01 pm
5086
Hi! I have not looked at GUI4CLI in a long time. Where to get the most current full release and beta releases? What are the current release and beta versions?...
dvenus999
Offline Send Email
Nov 19, 2008
5:13 pm
5087
Hi Dave, The latest complete release is V19 Download from: http://users.hol.gr/~dck/g4c/html/Downloads.htm From there, you are redirected to Yahoo Newsgroup...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 20, 2008
12:00 pm
Messages 5057 - 5087 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