Hi all! ... By the same logic. If you need advanced browser control, you can run a CherryPy (Python) web server and direct your xBrowser url to the local ...
... I tried it again and I never get any data in the postdata field.. I don't know why. ... I haven't tried it yet.. I'll have a look. ... Curl is a big dll...
Hi Dimitris. ... don't ... I have some VB-code here which does this (cancel and read post). But I guess that won't help you... ... can't ... method) and ... ...
... Send it.. everything helps. What would help a lot is a link to a page that certainly sends postdata which can actually be seen by another program (VB or...
Hi Dimitris. ... Well, in VB you just drop a WebBrowser on a Form name it "browse" and then you do something like: Private Sub Form_Load() Dim strPath strPath...
Dimitris I may be wrong but I encounter the following problem with the xBrowser and xRichedit control. These two controls can not be on a child form. If I...
The postdata and cancel should now work ok.. Also added a work around so that tab keys work in forms. http://users.hol.gr/~dck/g4c/g4c-beta3.zip Dimitris...
... I only get it with xBrowser.. I made a temporary fix (see link below) but now the xOnClose event in the child gui doesn't get trigerred.. I'll try to fix...
gui4cli is great! Making a gui has never been faster. However I have a few little questions/ problems. 1) is there a way to send curl output to a variable...
Found this great scripting language today and have been having a ball exploring the samples, etc. Have not seen much in the samples or in searching the...
Hi, Its been a long time since I had a look at curl and I don't remember much of it so excuse dumb replies.. I have recently added the NET and FTP commands to...
I need to be passing at least basic authentication (and preferably https). I have not tried yet with the new beta but I was wondering if anyone has. I like...
Maybe someone knows how to do this. We all know that when a file is in use, Windows has some method of locking and marking it so if the user tries to access it...
... I've tried some basic tests but nothing more than that. By authentication do you mean user/password ? I've tried with FTP and it works fine, at least for...
... Not when its not in use.. The FILE command will open a file with read/write access, which will (I think on all systems) prevent the file from being deleted...
OK, that is basically what I suspected. After doing a litle searching, I think the only way to prevent an unopened file from being copied, deleted, etc. is to...
can you give me an example of a drag file on ftp_mysite.gui ? a small floater with custom icon (28*28), drag enabled, which sends a dragged file to site...
Any help will be appreciated. Is it posible to disable the shell context menu of xBrowser? I know that for Listview one can use attr NOMENU. I want to prevent...
Help! Love this scripting language, but I want to use it to collect data from some instruments, for which I need to access the PC serial port(s). How best can...
... Yes, in a round about way ;) I use the Python programming language to "turbo charge" my Gui4Cli gui's. This is the best piece of free software on the...
... Not at the moment.. xBrowser is not like other controls, since its implemented as an activex container into which IE does its thing, so it doesn't behave ...
Hi, I'd like to try out a gmail account but since I have no connection to the IT world, noone is sending me an invitation. If anyone has a spare inviation he...
I have a xTextIn and next to it a xButton which launches an open file dialog box. What I want to do is populate the xTextIn with the file selected in the open...