Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 9318 - 9347 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9318
... 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...
Don
don67geo
Offline Send Email
Jan 1, 2006
9:56 am
9319
... Use DECLARE ... LIB and check the order of your arguments (hW comes first). j...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2006
10:11 am
9320
... 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,...
doctor electron
globalservices1
Offline Send Email
Jan 1, 2006
10:16 am
9321
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...
Don
don67geo
Offline Send Email
Jan 2, 2006
8:09 pm
9322
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 2, 2006
9:30 pm
9323
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...
doctor electron
globalservices1
Offline Send Email
Jan 2, 2006
11:16 pm
9324
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 2, 2006
11:42 pm
9325
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, ...
pinoygabs
Offline Send Email
Jan 3, 2006
1:21 am
9326
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 3, 2006
5:18 am
9327
... 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...
pinoygabs
Offline Send Email
Jan 3, 2006
5:23 am
9328
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 3, 2006
5:41 am
9329
... 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. =) ...
pinoygabs
Offline Send Email
Jan 3, 2006
5:47 am
9330
... Right, ..."master of mistakes". Let's hope I have it right on this second try with 1.1! ;) j...
doctor electron
globalservices1
Offline Send Email
Jan 3, 2006
6:40 am
9331
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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
12:25 am
9332
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...
pinoygabs
Offline Send Email
Jan 4, 2006
1:09 am
9333
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
1:31 am
9334
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
1:50 am
9335
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
1:53 am
9336
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
2:10 am
9337
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...
pinoygabs
Offline Send Email
Jan 4, 2006
3:00 am
9338
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...
pinoygabs
Offline Send Email
Jan 4, 2006
8:46 am
9339
... 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$ ...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
11:43 am
9340
... Sorry, that should be print left$(r$,r) so you only print what is read each time. j...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
11:45 am
9341
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 4, 2006
1:45 pm
9342
... 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...
pinoygabs
Offline Send Email
Jan 4, 2006
11:04 pm
9343
... 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$ ...
efgee2003
Offline Send Email
Jan 5, 2006
12:37 am
9344
... 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...
pinoygabs
Offline Send Email
Jan 5, 2006
12:59 am
9345
... 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...
doctor electron
globalservices1
Offline Send Email
Jan 5, 2006
1:28 am
9346
... 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...
jketch43
Offline Send Email
Jan 5, 2006
3:10 pm
9347
... I get the error message: "ERROR proxy CONNECT request failed" The result of this: r=peer.recv(s,r$,8192) is -1...
efgee2003
Offline Send Email
Jan 5, 2006
5:06 pm
Messages 9318 - 9347 of 17145   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