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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2428 - 2457 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2428
... I second that! Great trouble-shooting, inserting a .bat in there for "HotBasic compiler:". Here is the command: IF version.platform < 2 THEN ...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
7:11 am
2429
Hello, Jim, I would like to point out that if the source file I'm trying to compile is in a directory which contains spaces on it's path, the compile proccess...
jose_d32792
Offline Send Email
Sep 1, 2004
7:44 am
2430
... Hi Jose, Hmmm....DOS commandline's limitation. It could work if the path with spaces was truncated to the first 6 characters appended with "~1", "~2" or...
pinoygabs
Offline Send Email
Sep 1, 2004
7:57 am
2431
... Thanks, that's a property of the compiler that parses space-delimited command lines, not related to the IDE as such. Your apps can use any directory (and...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
8:00 am
2432
Just try the following and you will see it's not working with xp '================================== ' run and mailto ' run "mailto:cdvisser@..." $apptype...
chordnl
Offline Send Email
Sep 1, 2004
11:22 am
2433
Long, long ago, pinoygabs, a life form in far off space, ... Right. As long as it is possible, as Gabs explains above, or just by putting HB and source in...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
11:53 am
2434
Hello, The following is working on my XP system. use shell1 this is only working, run and shell does not work defstr args args="c:\hot\hot.exe -Hc:\hot\ -s" +...
chordnl
Offline Send Email
Sep 1, 2004
11:58 am
2435
yes, it could be smaller :-) args="c:\hot\hot.exe -Hc:\hot\ -s " + curdir$ + "\passwords.bas" gr. cor ... + "\passwords.bas" ... with "~1", ... shell ... so...
chordnl
Offline Send Email
Sep 1, 2004
12:03 pm
2436
here is the complete code what is used to test it It makes passwords.exe with win xp cor '============== code ============================= $apptype gui ...
chordnl
Offline Send Email
Sep 1, 2004
12:08 pm
2437
... Isn't "start" used? run "start mailto:cdvisser@..."...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
12:28 pm
2438
I am unable to compile any programs using the onfiltered event. I have tried compiling several programs from this newsgroup but always get the following...
Tom Slonaker
tcslonaker
Offline Send Email
Sep 1, 2004
1:01 pm
2439
blos,blos, i had forgotten it cor...
chordnl
Offline Send Email
Sep 1, 2004
1:17 pm
2440
Hello there, In my XP machine I can just open up the "Run" dialog and type "mailto:addres" and it works, no need to use "start" in fact if I use it like "start...
jose_d32792
Offline Send Email
Sep 1, 2004
2:16 pm
2441
... The error is correct. Maybe the author(s) of those programs can be contacted or will respond here. Cheers, Jim...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
2:23 pm
2442
New HotIDE improved editor program flow, display and now Options let you put the path to your "doc" directory to run HotFind help lookup and display,... but...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
2:28 pm
2443
... So true! I think everybody understands that what happens in the Start > Run window may give a clue, but it is the SHELL/SHELL1/RUN commands that are...
doctor electron
globalservices1
Offline Send Email
Sep 1, 2004
2:32 pm
2444
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Test...
hotbasic@yahoogroups....
Send Email
Sep 1, 2004
3:07 pm
2445
Hi Jim I have been testing your HotIDE version 1.3. I rather like the IDE, and have been using it to create a small application (Win98). Bearing in mind that...
Philip Bister
philip.bister@...
Send Email
Sep 2, 2004
1:51 pm
2446
Hello Jim In my recent work with HotBasic, I have made a little discovery concerning .Directory [FILELISTBOX]. I have been using the .Directory statement in...
Philip Bister
philip.bister@...
Send Email
Sep 2, 2004
1:52 pm
2447
HotIDE 1.4 improves the display and performance. A HotIDE.bat file is included which needs editing similar to your hb.bat file. This HotIDE.bat is the...
doctor electron
globalservices1
Offline Send Email
Sep 2, 2004
2:00 pm
2448
This one compiles without the need of a batch file cor...
chordnl
Offline Send Email
Sep 2, 2004
2:15 pm
2449
Jim, still does not compile on my win xp system cor...
chordnl
Offline Send Email
Sep 2, 2004
2:20 pm
2450
Long, long ago, doctor electron, a life form in far off space, ... <snip> Oops, I did not post the latest version (hotide.exe = 48640 bytes). Sorry! Now it's...
doctor electron
globalservices1
Offline Send Email
Sep 2, 2004
2:22 pm
2451
... Gosh, is your hotide.exe = 48640 bytes? I made a mistake in the first post of hotide 1.4. Jim...
doctor electron
globalservices1
Offline Send Email
Sep 2, 2004
2:26 pm
2452
Jim, downloaded again, now it's working. Did you try my version of the ide, this works on my win xp without the need of a batch file. Don't know if it's...
chordnl
Offline Send Email
Sep 2, 2004
2:31 pm
2453
... If this helps, here is the code for HotBasic > Compile: hot_exe: 'code KILL hot$ 'hbout.tmp tmp$=ed02.text 'Hotbasic directory gosub chk_path 'ed01.txt...
doctor electron
globalservices1
Offline Send Email
Sep 2, 2004
2:32 pm
2454
Jim, If you use shell1 s$ without the > then it's working with xp cor...
chordnl
Offline Send Email
Sep 2, 2004
2:35 pm
2455
... Sounds great! Many thanks. No, not yet. Is it this? http://groups.yahoo.com/group/hotbasic/files/Test%20Bed/ide.zip I'll look at that tonight. I spent...
doctor electron
globalservices1
Offline Send Email
Sep 2, 2004
2:39 pm
2456
... Just DLed your ide.zip and will look at it. Re above, ">" pipes result text of hot.exe to hbout.tmp so it can be viewed in the IDE. Now, let's see if I...
doctor electron
globalservices1
Offline Send Email
Sep 2, 2004
2:50 pm
2457
... doesn't compile on my w98fe Jim's hotide3.0a (filesize=47616) works fine on my w98fe Joe...
trondoc2020
Offline Send Email
Sep 2, 2004
6:11 pm
Messages 2428 - 2457 of 17149   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