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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7929 - 7959 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7929
... being ... and ... Well, that reminds me of the old days! That was what computing looked like before the invention of UDTs and object-oriented programming....
emmazle
Offline Send Email
Aug 1, 2005
7:28 am
7930
... I think all of your points come into the mix on what is best "performance" -- ease of coding/debugging, computational speed, etc. True, every coder makes...
globalservices1
Offline Send Email
Aug 1, 2005
7:35 pm
7931
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
Aug 2, 2005
8:48 am
7932
Great up to 4 or 5 planes -birds ? - then a little bit flickering. I'm on Win XP SP2. Pascal...
pascal_delcombel
pascal_delco...
Offline Send Email
Aug 2, 2005
9:04 am
7933
... And the reward is a full satisfactions when I get it works at the very first a test demo compiled. check it here: ...
Don
don67geo
Offline Send Email
Aug 2, 2005
9:32 am
7934
... It can go more than 10 Paper-planes. Try add more from menu or use keyboard shortcut (INS). To remove a plane, press DEL key. The color uses is 16bits. ...
Don
don67geo
Offline Send Email
Aug 2, 2005
9:35 am
7935
Hi, I'm trying to make an owner-draw button. I assign it the BS_OWNERDRAW style. Windows documentation states that its parent should be sent WM_MEASUREITEM and...
emmazle
Offline Send Email
Aug 2, 2005
9:46 am
7936
Hi, just to tell you that this problem is solved: I had forgotten that WM_DRAWITEM is not passed to OnMessage but generates .OnPaint instead. I was misled...
emmazle
Offline Send Email
Aug 2, 2005
9:57 am
7937
... flickering. ... color ... The planes are flickering - a little bit - when more than 5 planes. The Right Click popu menu is working correctly. ...
pascal_delcombel
pascal_delco...
Offline Send Email
Aug 2, 2005
10:14 am
7938
Hi, I have trouble redimensioning an array of form objects. No run-time error but the REDIMed objects don't seem to be created (even if explicitly RECREATED). ...
emmazle
Offline Send Email
Aug 2, 2005
12:08 pm
7939
... Right. Each of three CANVAS objects has its own .OnPaint routine in the HotDraw demo. ... Think they do; please see HotDraw. Cheers, Jim...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
12:12 pm
7940
... hmmm. I, too, did not see this message with ownerdraw -- either native (CANVAS) or assigned (your BUTTON code). Free association: Not sure why, but this...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
12:42 pm
7941
... Same results on my PC with XP Sp2 grCor...
chordnl
Offline Send Email
Aug 2, 2005
12:45 pm
7942
... I have found that, at least, WM_MEASUREITEM is sent for owner-drawn menu items. (And I take advantage of this to make menu items visible/invisible at...
emmazle
Offline Send Email
Aug 2, 2005
12:56 pm
7943
... Not supported (Manual > Statements > Miscellaneous > REDIM). Cheers, Jim...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
1:00 pm
7944
... Actually, it seems that they receive .OnPaint UNLESS they have the owner-drawn style For buttons, it is the opposite: they receive .OnPaint ONLY if they ...
emmazle
Offline Send Email
Aug 2, 2005
1:02 pm
7945
... Not supported (Manual > Statements > Miscellaneous > REDIM). which should contain (from Statements > Arrays): "For FORM objects, REDIM will not destroy,...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
1:04 pm
7946
... Aaarg, too bad. One still has the choice of using CreateWindowEx, but then you need to write the WndProc with raw API calls, without HB's niceties...
emmazle
Offline Send Email
Aug 2, 2005
1:06 pm
7947
... Well, it would be a logical development, yes. It is not "automatically included" in the present REDIM because FORM objects do not exist isolated from the...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
2:05 pm
7948
... I agree: handling arrays of forms is no simple task for a compiler. As regards the need, well it makes sense in the case I suggested, ie when it is the...
emmazle
Offline Send Email
Aug 2, 2005
2:35 pm
7949
Wow! HotPlaneDemo by Don (FILES > TestBed) is super. On w2k clocked at 300MHz, there is slight forground (plane) flicker. It seems that the "flicker" is...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
2:44 pm
7950
The demo crashes on my XP machine. Here is the short error: AppName: glplanedemo.exe AppVer: 0.0.0.0 ModName: nvoglnt.dll ModVer: 6.14.10.7189 Offset:...
parrottm76262
Offline Send Email
Aug 2, 2005
3:04 pm
7951
... I think Cor's HotVisual uses the visible=true/false method to "activate" a cache element from a FORM object array. ... Right. My approach (this is not a...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
3:05 pm
7952
Limits HotVisual, max. 50 for each object grCor ... ie ... IDE ... needed. ... making ... overhead it ... to...
chordnl
Offline Send Email
Aug 2, 2005
3:41 pm
7953
... Very interesting! I have toyed in my mind with this idea to further develop "Design Mode" in HotIDE: 1. Compile and display just the form CREATE block for...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
3:58 pm
7954
Re the implementation issues: Why not handling form objects just like plain UDTs when it comes to dimensioning? It could be the .PARENT statement that actually...
emmazle
Offline Send Email
Aug 2, 2005
4:32 pm
7956
Thanks Pascal, Cor, Doc and Martin for testing it out. The bug of planes flickering is checked and it was mine. Not the HB, Win32 or OpenGL bugs. I was test on...
Don
don67geo
Offline Send Email
Aug 2, 2005
5:10 pm
7957
... Interesting, at present, most GUI programs never use the .Parent statement -- it is optional. ... This they now do; however, the handle is null only after...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
5:13 pm
7958
... Don, Yes, I have opengl32.dll and glu32.dll in my system32 directory. Just a note, I do not have any problems running other OpenGL based programs. Martin...
Martin Parrott
parrottm76262
Offline Send Email
Aug 2, 2005
5:31 pm
7959
... Salivating. Knowing how proficient Don is in reducing complex things to simple steps, I await the user manual for this new Custom Object, hoping it is...
doctor electron
globalservices1
Offline Send Email
Aug 2, 2005
5:36 pm
Messages 7929 - 7959 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