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 11133 - 11162 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11133
Hi all. I tried TabStop.bas program and it works fine but when I added XPSTYLE, it seems to work anyway but I don't see select object get visible focus. (The...
mr_onionx
Offline Send Email
Dec 1, 2006
2:06 pm
11134
... Should be do-able..are you talking about simply inserting the headers, or some sort of dialog that then inserts the headers? Also, what do you mean by...
airrsongs
Offline Send Email
Dec 1, 2006
5:56 pm
11135
Long, long ago, Airrsongs, a life form in far off space, ... Maybe relevant is the source code for hotfind.bas which shows how it parses command$(1) for the...
doctor electron
globalservices1
Offline Send Email
Dec 1, 2006
8:50 pm
11136
Note that this only updates the main program; if you don't have the full version, please download version 0.9.6.0 first. 12/02/06 Version 0.9.6.1 * NEW:...
airrsongs
Offline Send Email
Dec 2, 2006
9:22 am
11137
... I guess it's a personal preference. Basically typically like a comment, I will English write the code out so that If I ever need to look back at it, I...
Sexmotron
enpsuedo
Offline Send Email
Dec 2, 2006
11:18 am
11138
wOOps, that email auto sent. Let me try that again Continuing on.. I psuedo for ease of reference on my larger code segments. So having that as part of the...
Sexmotron
enpsuedo
Offline Send Email
Dec 2, 2006
11:52 am
11139
Jim, Looking towards the new website, which is a pleasant change, I did consider that it fails to grab ones attention in a meaningful way. That being to grab...
Sexmotron
enpsuedo
Offline Send Email
Dec 2, 2006
12:26 pm
11140
... Ok, so they should be like the templates and be loadable and customizable? Would supporting just the two be enough, or would you want/need support for...
airrsongs
Offline Send Email
Dec 2, 2006
7:12 pm
11141
... Perhaps you are right. I guess being New versus being an Insert item. I'm thinking more from MS insert module stylz. ... 2 is great already! It's mostly...
Sexmotron
enpsuedo
Offline Send Email
Dec 3, 2006
12:35 am
11142
... Here's the problem, as I see it. It was relatively easy for me to code something that would allow you to right-click on a Function/Sub line in the source...
airrsongs
Offline Send Email
Dec 3, 2006
2:46 am
11143
The shortcut looks the goods. Didn't realize it was possible :) Pretty much does the job other than the each sub thing. If you did implement it, perhaps keep...
Sexmotron
enpsuedo
Offline Send Email
Dec 3, 2006
5:15 am
11144
... Yes, sorry about that. I really need to finish the help file, but it's hard finding the time. The History file covers quite a bit of what's available in...
airrsongs
Offline Send Email
Dec 3, 2006
5:37 am
11145
HBassistant v2.04 has now been posted. In this version... All of the following items are now searchable as they are all associated with strings, as well as...
Philip Bister
philip.bister@...
Send Email
Dec 3, 2006
3:20 pm
11146
I have now posted HBassistant v2.05 which adds support for command arguments. This is based on command$(1), so from the command line, typing: hbassistant...
Philip Bister
philip.bister@...
Send Email
Dec 4, 2006
4:57 pm
11147
... E was right; I was running around in circles -- hence, the laughter is *on me*. I just posted a slight revision of 5.0a which fixes the problem E pointed...
doctor electron
globalservices1
Offline Send Email
Dec 5, 2006
5:13 am
11148
While we are talking about the negative values why does this give diffrent results? $apptype console defint a,b a=-1 b=-1 asm shr b,1 print "org value =...
fredriknorling2003
fredriknorli...
Offline Send Email
Dec 5, 2006
6:31 am
11149
Hello, Jim I have a doubt about the retval of an onmessage sub being correctly passed to Windows. Case: I want to change the color of the items in a grid. In...
emmazle
Offline Send Email
Dec 6, 2006
8:33 am
11150
... The above asm statement moves the bits of a 32-bit value one position to the right. That is, the negative b is now a large positive number (!) since sign...
doctor electron
globalservices1
Offline Send Email
Dec 6, 2006
9:13 am
11151
... Great trouble-shooting! ... You are 100% right! As the manual describes, .OnMessage returns to the OS TRUE (if retval zero) or FALSE (if retval one). Now...
doctor electron
globalservices1
Offline Send Email
Dec 6, 2006
3:16 pm
11152
Often, HB provides multiple ways to do things and one wants concrete evidence about which way is best: =====speedab.bas $APPTYPE CONSOLE defstr k$ = "HotBasic...
doctor electron
globalservices1
Offline Send Email
Dec 7, 2006
2:07 am
11153
... Jim, how about adding profiling to your compiler? This way every function could be measured and tweaked. Also adding compiler switches for mmx, sse, sse2,...
efgee2003
Offline Send Email
Dec 7, 2006
6:35 am
11154
Hello Jim, In my computer I get strange results ... Negative times ... Modified code to save the results on the hard disk '100 loops $APPTYPE CONSOLE defstr k$...
MANY PIERRE
pierrotstudio
Offline Send Email
Dec 7, 2006
6:43 am
11155
... Hi, Jim if you want to optimize HB's speed (and I think it is needed), I guess the quantum leap will be to optimize the parsing algorithm. For small...
emmazle
Offline Send Email
Dec 7, 2006
1:44 pm
11156
Jim For the following code: DEFSTR k$="HotBasic" DEFINT z=12 k$.decrypt z I get ERROR missing = k$.decrypt z<error I have found that the compiler will not ...
Philip Bister
philip.bister@...
Send Email
Dec 7, 2006
3:05 pm
11157
... I hear you. At first hot.exe could show a negative compile time (and I found that this artifact of floating subtraction did not actually defy the laws of...
doctor electron
globalservices1
Offline Send Email
Dec 7, 2006
3:30 pm
11158
... First, let me say what a privilege and honor it is to interact with such very smart, well-informed people in the HotBasic community. Profiling -- great...
doctor electron
globalservices1
Offline Send Email
Dec 7, 2006
3:31 pm
11159
... This is now fixed and hence, that will be in the next version release. Turns out that the key variable is optional and with a one-character user name, the...
doctor electron
globalservices1
Offline Send Email
Dec 7, 2006
7:58 pm
11160
Thanks to efgee's idea about profiling, I added a new PROFILE Custom Object. speedab.bas can be used to check timing re general syntax usage, but cannot...
globalservices1
Offline Send Email
Dec 7, 2006
11:31 pm
11161
... It works perfectly! Thanks. By the way, this is the occasion to point out the power of the NM_CUSTOMDRAW notification (sadly, not documented in win32.hlp)....
emmazle
Offline Send Email
Dec 8, 2006
7:49 am
11162
... Here is an improved version, reducing profile's overhead: =====profile.inc 'profile.inc Copyright 2006 James J Keene 'Updated: Dec 8, 2006 'profile.bas...
doctor electron
globalservices1
Offline Send Email
Dec 8, 2006
10:22 am
Messages 11133 - 11162 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