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...
... 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...
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...
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...
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...
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...
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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
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 ...
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 ...
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...
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....
... 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...
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....
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...
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....
... 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...