Home » U++ Library support » U++ Library : Other (not classified elsewhere) » More GLCtrl
Re: More GLCtrl [message #18768 is a reply to message #18748] |
Mon, 20 October 2008 14:26   |
mdelfede
Messages: 1308 Registered: September 2007
|
Ultimate Contributor |
|
|
luzr wrote on Sun, 19 October 2008 18:20 | I believe all should be fix now.
Note: DHCtrl was never intended to have children... Therefore, rather than rewriting half of CtrlCore, I have solved the issue by restructruing GLCtrl - it has now DHCtrl as child (and derives from ParentCtrl).
Thanks for hint and a quality testcase - I have put it to upptst for further use 
Mirek
|
Eh, do you remember when some monthes ago I told you CtrlCore would need some strong refactoring ? 
Writing Linux GLCtrl was a nightmare because of the impossibility of having childs of windowed controls. I introduced them with some dirty hacks on Ctrl stuffs trying to not break previous behaviours, but just to Linux part.... and it was quite complicated because of optimizations in ctrlcore classes. And I know it's not a perfect implementation.....
I've seen some similar (but differently handled) hacks on windows DHCtrl code.
But I agree with you, it would be a *big* effort to clean up CtrlCore classes.
For other people not knowing the problem, OpenGL needs an underlying OS window (X11 or Windows). The problem arose because UPP controls don't have an underlying window (besides top ones) for speed (and other) purposes and were not foreseen to contain controls with a window handler.
All CtrlCore classes assume that no child control can have a window handle, so they use often the fact that there's no parent window to assume the control is a top one; in case of DHCtrl that's wrong. All hacks on linux part were aimed to remove this assumption.
Max
EDIT : btw, IMHO, the best would be to go in the direction on which child windowed controls are allowed. That's done on Linux part, it was not easy and it's not completely well implemented, but can be done. That would be a more uniform behaviour and would allow to embed some fancy windowed controls without the need of a wrapper class, and allowing them to be also containers for upp controls. (Linux DHCtrl can do almost all about it).
Max
[Updated on: Mon, 20 October 2008 14:30] Report message to a moderator
|
|
|
 |
|
More GLCtrl
By: kodos on Tue, 14 October 2008 18:51
|
 |
|
Re: More GLCtrl
By: mirek on Fri, 17 October 2008 15:47
|
 |
|
Re: More GLCtrl
By: kodos on Fri, 17 October 2008 16:24
|
 |
|
Re: More GLCtrl
By: mirek on Fri, 17 October 2008 17:04
|
 |
|
Re: More GLCtrl
By: mirek on Sun, 19 October 2008 18:20
|
 |
|
Re: More GLCtrl
By: mdelfede on Mon, 20 October 2008 14:26
|
 |
|
Re: More GLCtrl
By: mirek on Mon, 20 October 2008 20:51
|
 |
|
Re: More GLCtrl
By: mdelfede on Mon, 20 October 2008 22:17
|
 |
|
Re: More GLCtrl
By: kodos on Sun, 19 October 2008 18:53
|
 |
|
Re: More GLCtrl
By: kodos on Mon, 20 October 2008 20:02
|
 |
|
Re: More GLCtrl
By: mirek on Mon, 20 October 2008 21:01
|
 |
|
Re: More GLCtrl
By: kodos on Tue, 04 November 2008 20:13
|
 |
|
Re: More GLCtrl
By: mirek on Wed, 05 November 2008 08:53
|
 |
|
Re: More GLCtrl
By: cocob on Fri, 07 November 2008 22:43
|
 |
|
Re: More GLCtrl
By: mirek on Sat, 08 November 2008 14:29
|
 |
|
Re: More GLCtrl
By: kodos on Fri, 07 November 2008 23:06
|
 |
|
Re: More GLCtrl
By: cocob on Sat, 08 November 2008 10:23
|
 |
|
Re: More GLCtrl
By: cocob on Sat, 08 November 2008 12:31
|
 |
|
Re: More GLCtrl
By: cocob on Mon, 10 November 2008 15:02
|
 |
|
Re: More GLCtrl
By: cocob on Mon, 10 November 2008 15:48
|
 |
|
Re: More GLCtrl
By: kodos on Mon, 02 February 2009 19:11
|
 |
|
Re: More GLCtrl
By: mirek on Sun, 08 February 2009 08:00
|
Goto Forum:
Current Time: Sat Jun 28 06:28:10 CEST 2025
Total time taken to generate the page: 0.04784 seconds
|