... efgee, Actually the callback using sub in CGI environment is user's "tweak" into Hotbasic compiler. CGI mode has been used becuase we want to 'detach' all...
... There is no relation between the two: Any STD function, called by the OS or not, returns result in eax. RETFUNC gets result after a CALLFUNC statement,...
I have some questions about the following Form object properties. [1] .Cursor using internal windows value is not working. While resource cursor is working as...
... hotwin.bas has this statement for a CheckBox and it works: XB.Cursor=32649 'hand I use similar statement in HotIDE. Your statement looks OK; so we have a...
HotSauce 1.1 tweaks the code to make it work for "distant clients". Previously, there were reports that HotSauce 1.1 did not work and these seem to have been...
... Special thanks to Giorgio! HotSauce 1.1 also adds DOEVENTS to prevent blanking of the display or even program hang-up. This may be of interest to all GUI...
Great! Any chance you can tweak HotSauce more so that it can accept manual proxy configuration settings so I can make it work past our servers? Thanks. br, ...
... Hi, Gabs. First, if anyone has tried HotSauce and it did not work previously, you are most welcome to try it again, even if you already have the latest...
... Exactly. That will enable me to use HotSauce through our servers, if this can be configured as such. ... Niiiice, can't wait to see this one come out. It...
... OK, dude, I'm working on it now. This means you have "volunteered" to test it -- I'll email a .zip of the program for testing, OK? Yes, I would be a nice...
... Yes, I'm very much willing to test it for you. =) ... Not to worry, this is taken cared of. Just say the word 'Continue', and it's good as done. =) ...
Per suggestion by Gabs, HotSauce 1.2 adds the option to download through a proxy. You set it up by putting the proxy address and port exactly like you would...
Hi Jim, I tried it, but it gives an error "ERROR Could not make http request 1". Some thoughts: 1. Is the proxy field supposed to be numeric, or can it accept...
... Presumably, this ERROR means you have connected to users.cwdom.dm but get an error when making the request. Why would this be? Well, could be your proxy...
... Example: If you run GypsyProxy with Proxy checked and port 3128 active, the address is 127.0.0.1 (your own machine) and the port is 3128. This would use...
... Well, yes, a string like aaa.bbb.ccc.ddd You *do not want* the internet IP address of your host name proxy (if you could connect to your proxy via its...
... This would have the address of *your* machine, perhaps something like 192.168.0.12 or 10.0.0.12 or whatever. These are not internet addresses (hundreds of...
I'll try incorporating this into the code and refer to my sysadmin what our numerical proxy is. Will get back to you after checking it again. Thanks! =) Gabs...
Update: using the numeric form of our proxy server, I get the message: "OK for GET /keenej/hottrial.html HTTP/1.0" ....waiting after like 15 minutes, nothing...
... OK, this message is in the get_page routine here: CheckData: Sleep 0.2 IF peer.IsServerReady(s) THEN r=peer.Recv(s,r$,8192) SB.text="OK for "+req$ ...
... For the record, your proxy machine may have two host names: one for the internet interface and one for the local network interface. Thus, if a$ is the...
... I did, and posted a screenshot of it on the Photos folder (Hotsauce 1.2 console output.jpg). Nothing seems to come out from the console but the vertical...
... I have the same problem. Changed CheckData to: [code] CheckData: Sleep 0.2 IF peer.IsServerReady(s) THEN r=peer.Recv(s,r$,8192) SB.text="OK for "+req$ ...
... Hi efgee, Thanks for the suggestion. I tried changing that portion of the code as you said, and the error message was exactly that: "ERROR Data < 4000...
... OK, your test above and the flicker messages seen by efgee (thanks to you and efgee for testing), I suspect these results are consistent with the...
... i, too, have been quite frustrated about the tab-key handling. here is a partial solution.. altho not original. i remember clipping this code from...