PDA

View Full Version : tbgl window to a given handle



kryton9
03-07-2007, 02:15
Petr, I have been planning the next model viewer as the other one got too big for just key input alone and got very hard to put in the rest of the stuff I wanted.

In Delphi I can make a window where the opengl is in the main part of the window and I can have panels with tools all around. I was wondering, how can I give that handle to tbgl so that tbgl knows how to draw to that area?

On the galaxy nebula star creator I made them 2 separate windows, and while it worked, it would be nicer, I think, to have it all in one resizeable window.

Thanks

Petr Schreiber
03-07-2007, 09:21
Hi kryton,

if you want TBGL window to be like child control of the window ( inserted like LISTBOX, ... ), then this is not yet possible.
I will look on it, but I cannot promise results soon.


Thanks,
Petr

kryton9
04-07-2007, 01:23
Don't worry about it Petr, I thought if it was available I would use it. No need to work on it since it is not something that would be used much. Thanks.