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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2762 - 2791 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2762
Hello Dimitris, I looked at the link you sent me, and then played some more with the Arc command. I was wondering if you could try it out, because their seems...
jf_allie
Offline Send Email
Feb 1, 2005
4:57 pm
2763
There doesn't seem to be a ROUNDing Math function. As anyone implemented one? Thanks, J-F...
jf_allie
Offline Send Email
Feb 1, 2005
9:25 pm
2764
Hello, How can I input numbers with decimals in xTEXTIN when the NUMBER attribute is set? Thanks, J-F...
jf_allie
Offline Send Email
Feb 1, 2005
9:27 pm
2765
... the ... taking ... LTWH ... with ... Hi Jean-Francois, thanks, I thought it must be me. I can't get the Arc function to give anything more than a very low...
freedeanna
Offline Send Email
Feb 1, 2005
10:17 pm
2766
I've got a problem using xEnum and wondered if I'm doing it wrong. I can use a single pass, triggering an xEnum from other parts of the code, and I can get its...
freedeanna
Offline Send Email
Feb 1, 2005
10:39 pm
2767
thanks jack i cant seem to load the ini file xOnLoad GuiOpen #this LoadIni "C:/WINDOWS/Temp/myprog.ini" Section1 url how would i load the ini file if i put...
MICHAEL
sleepyy33
Offline Send Email
Feb 2, 2005
1:49 am
2768
Hello, I was playing a bit with the xBrowser. I think it is great that I can view a PDF or a Word document. So I went on and opened a document from another...
jf_allie
Offline Send Email
Feb 2, 2005
3:54 am
2769
update- i got the ini file to load i just cant get the key in the ini file to load in the combobox any more ideas ? i would be very thankfull this is what i...
MICHAEL
sleepyy33
Offline Send Email
Feb 2, 2005
5:22 am
2770
ini file contains: [section1] url=www.example.com to load the ini file: xOnLoad loadini 'c:/temp/fred.Ini' 'section1' say $url //output the url to the status...
Jack Horsfield
jack_horsfield
Offline Send Email
Feb 2, 2005
7:07 am
2771
... thanks so much jack i got it to work like this xOnLoad guiOpen #this LoadIni "C:/WINDOWS/Temp/myprog.ini" "[Section1]" now the only problom i have is to...
MICHAEL
sleepyy33
Offline Send Email
Feb 2, 2005
9:55 am
2772
Hi. ... combo ... xOnLoad guiOpen #this LoadIni C:/WINDOWS/Temp/myprog.ini Section1 Use Combo IDgetthistarget Combo Add $url should do ... Mockey...
mockey_a
Offline Send Email
Feb 2, 2005
11:09 am
2773
... You can do it as per Jack's reply, with the variable. Once you have it in a variable you can add it to the combo with: use combo #this my combo combo add...
ETI
gui4cli
Offline Send Email
Feb 2, 2005
1:19 pm
2774
... There is such a rumor circulating in the Gui4Cli office buildings but you can't allways believe what you hear. I mean they' ve promised other things before...
ETI
gui4cli
Offline Send Email
Feb 2, 2005
1:36 pm
2775
... I don't think you can. Thats how its implemented by windows. I'll try to change it sometime. You could maybe do a workaround by parsing each character...
ETI
gui4cli
Offline Send Email
Feb 2, 2005
1:40 pm
2776
... These 3 take the same args, but I can't see anything wrong with the code.. Send a simple example. Dimitris...
ETI
gui4cli
Offline Send Email
Feb 2, 2005
1:47 pm
2777
... Enum is now Asyncronous! Read the latest manual. ... You should not issue all ENUM commands here. Just the first one. The others should be issued in the...
ETI
gui4cli
Offline Send Email
Feb 2, 2005
1:56 pm
2778
... ActiveX is largely handled by windows. What g4c does is provide an COM interface for a "container" structured just the way windows wants it and windows...
ETI
gui4cli
Offline Send Email
Feb 2, 2005
1:58 pm
2779
this does it. jack A tomorrow's world of domestic appliances G4C fred WINDOW 179 137 200 100 'fred' xOnLoad loadini 'c:/temp/fred.Ini' 'section1' say $url ...
Jack Horsfield
jack_horsfield
Offline Send Email
Feb 2, 2005
3:18 pm
2780
woohooo it works you the man jack thanks so much for all your help !!! works real good could of not done it without ya thanks! michael ... #this ... combo ...
MICHAEL
sleepyy33
Offline Send Email
Feb 2, 2005
6:31 pm
2781
Hello Dimitris, Here is a simple test script of the Arc command: I put a jpeg of the window I get in the photos section. As you can see, from the code I should...
jf_allie
Offline Send Email
Feb 2, 2005
7:48 pm
2782
Hi Dimitris. ... structured just ... within it. ... some ... Would it be possible to send a command from an ActiveX-Object in that container to Gui4Cli? E.g....
mockey_a
Offline Send Email
Feb 2, 2005
11:26 pm
2783
... Just a thought. Could you run Active-X from a xBrowser window? Write a html page in javascript or whatever for xBrowser to load, and just let Internet...
Richard
xytroxon
Offline Send Email
Feb 3, 2005
12:23 am
2784
Dimitris, Do you know why this other ActiveX opens up in its own window and not in the xBrowser container? Jean-François ... structured just ... within it....
jf_allie
Offline Send Email
Feb 3, 2005
12:59 am
2785
Hello Dimitris, Yes, that would be great to be able to use xTextin and its attributes to limit what the user writes in. Concerning the CHANGE keyword, I...
jf_allie
Offline Send Email
Feb 3, 2005
2:02 am
2786
Hi. ... and ... Should be possible, but kinda complicated, isn't it? And why use IE when I can run a Flash-Movie directly in xBrowser? Quite some overhead....
mockey_a
Offline Send Email
Feb 3, 2005
12:29 pm
2787
... Ok. Its a bug. It sets the height to 4 whatever you give. I'll try to upload something soon. Dimitris...
ETI
gui4cli
Offline Send Email
Feb 3, 2005
2:33 pm
2788
... I don't remember when it was added, but its in the latest beta's help file. Look at the xOnTextin event. Dimitris...
ETI
gui4cli
Offline Send Email
Feb 3, 2005
2:35 pm
2789
... Probably. But I have to write an activex object to handle g4c. It needs some work yet.. Dimitris...
ETI
gui4cli
Offline Send Email
Feb 3, 2005
2:41 pm
2790
... Yes you can, with javascript, etc Dimitris...
ETI
gui4cli
Offline Send Email
Feb 3, 2005
2:51 pm
2791
... I mean the xBrowser control IS the full Microsoft Internet Explorer without the all the buttons and menus in what is normally considered Internet Explorer...
Richard
xytroxon
Offline Send Email
Feb 3, 2005
7:06 pm
Messages 2762 - 2791 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