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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 12089 - 12121 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12089
Is there any practical limit to the number of Timers I can Dimension ??? Have running at the same time?? TIA LbL...
low_beer_light
Offline Send Email
Apr 1, 2007
2:06 pm
12090
Long, long ago, low_beer_light, a life form in far off space, ... On Windows, don't remember. However, conceptually, in repeat mode, one TIMER can be n timers...
doctor electron
globalservices1
Offline Send Email
Apr 1, 2007
2:57 pm
12091
The following code should display the last arrayitem 0..42 which is empty. Should print 41, but it prints 0 Iám doing something wrong, but i cannot find it ...
chordnl
Offline Send Email
Apr 2, 2007
5:30 pm
12092
now i see the light, for cnt= 42 to 1 'needs step -1 maybe a compiler message? grCor...
chordnl
Offline Send Email
Apr 2, 2007
5:34 pm
12093
Scientists was looking and looking and suddenly they found what they had been looking for. a DEBUGGER, hmmm what should we name it ? Let's call it "the...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 2, 2007
5:39 pm
12094
Thanks fredrik, just doing some test with my program I get this when start debugging if IsEmpty=true then inc(lastemptyline) else exit for line 1254:...
chordnl
Offline Send Email
Apr 2, 2007
6:00 pm
12095
Check the file basstest.bas in the temp folder the the debugger has created, check row 1254 in that file. If you like you could send me that source file and I...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 2, 2007
6:32 pm
12096
... or maybe Fredrik's NEW HotBasic Debugger! If the start is greater than the finish in a FOR/NEXT loop, this is not necessarily an error and one often has...
doctor electron
globalservices1
Offline Send Email
Apr 2, 2007
10:07 pm
12097
It took over a month, but finally, hotbasic.org is back up redirecting to the ad-free HB web site. ;) ;) jim...
doctor electron
globalservices1
Offline Send Email
Apr 2, 2007
10:55 pm
12098
I mean. without the step -1 it does not work for cnt=5 to 1 'step -1 print myarray(cnt) $apptype console dim myarray(5) as string*3 defint cnt myarray(0)="0" ...
chordnl
Offline Send Email
Apr 3, 2007
7:51 am
12099
gives error $apptype gui $include "fwdebugger.inc" DoDebug_fw(1) type waveincaps DoDebug_fw(2) 'line 5 ManufacturerID as long DoDebug_fw(3) ProductID...
chordnl
Offline Send Email
Apr 3, 2007
9:56 am
12100
Sure, I see that now. I'll correct this later. Source with Object and types doesn't work in version 1.0, if you don't place them in a .inc file and deselect...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 3, 2007
11:53 am
12101
... This might be a good time to mention that TYPE/OBJECT ... END TYPE/OBJECT code blocks are treated as a single, multi-line, HB statement and that these...
doctor electron
globalservices1
Offline Send Email
Apr 3, 2007
3:30 pm
12102
... If nothing is printed, it works. The code in a FOR/NEXT block should *not* be run if there are no valid instances of the index variable (cnt above)....
doctor electron
globalservices1
Offline Send Email
Apr 3, 2007
4:08 pm
12103
I have the following myarray(y,x) y x , x+1, x+2 1 a b c 2 a b c 3 a b c 4 a b c 5 a b c 6 a b c I want to...
chordnl
Offline Send Email
Apr 4, 2007
9:13 am
12104
That´s what I call great feedback and suggestions. I'll dive into it as soon as I got the first bugs with the type/objects working. Great to have released the...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 4, 2007
10:01 am
12105
This is a working version what i use now: for poscnt = startemptyline to stringpos step -1 for strcnt=startstr to endstr ...
chordnl
Offline Send Email
Apr 4, 2007
12:35 pm
12106
... If you are always inserting at the first position and moving items "up", you could just store the items in reverse order to begin with, so adding a new...
doctor electron
globalservices1
Offline Send Email
Apr 4, 2007
4:31 pm
12108
I've fixed the problems that Cor found with object and type blocks And some other problems. That I found will debugging Cors large source, 100K source file. ...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 5, 2007
5:06 pm
12109
... Yes, one thing that has "debugged me" about another debugger I have used in general, is the time required to get a "usable" screen display -- moving and...
doctor electron
globalservices1
Offline Send Email
Apr 5, 2007
7:44 pm
12110
Thanks Fredrik, The debugger will be a time saver ;-) Keep up the good work grCor ... source, ... very...
chordnl
Offline Send Email
Apr 6, 2007
10:13 am
12111
I'm trying to call GetKeyboardState, and not have much success. As you can see from the code below, I've tried a couple of different ways to pass a pointer,...
rkstuart57
Offline Send Email
Apr 6, 2007
11:41 pm
12112
Long, long ago, rkstuart57, a life form in far off space, ... Should be (lpKeyState As LONG) As Long because pointers (lp...) are always LONG values, never...
doctor electron
globalservices1
Offline Send Email
Apr 6, 2007
11:59 pm
12113
Thanks, Jim, I knew it was something obvious, but those are the hardest problems to find. Ron...
rkstuart57
Offline Send Email
Apr 7, 2007
12:07 am
12114
... Consider "VB survivor". The VB part signifies suffering -- whenever Google takes me to something written about VB, the authors emphasize all that you...
doctor electron
globalservices1
Offline Send Email
Apr 7, 2007
12:50 am
12117
See the debugger help for fixlist /Fredrik www.fnoware.st...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 7, 2007
11:36 am
12118
Hello everyone My IDE for HotBasic, HBide v2.06 7th April 2007 is now available for download. This is a much improved version which fixes the problem...
Philip Bister
philip.bister@...
Send Email
Apr 7, 2007
2:18 pm
12119
I tried to use HotKeys in the debugger And the trigger works but when I try to call a sub when a certain key is pressed the application crashes. I don't know...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 8, 2007
5:31 pm
12120
... First, I just updated the HotInclude download with hotkeys.bas and hotkeys.inc (and many other updated files), to be sure you have the same "version" of...
doctor electron
globalservices1
Offline Send Email
Apr 8, 2007
7:45 pm
12121
New functionality * Individial resizeble windows for each function * Possibility to save window state in normal and in debug mode * Code Jumper go esyer set...
fredriknorling2003
fredriknorli...
Offline Send Email
Apr 11, 2007
11:00 am
Messages 12089 - 12121 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