Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » TabCtrl news...
TabCtrl news... [message #4010] Sat, 15 July 2006 00:02 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
In order to chameleonize it, I have rewritten TabCtrl from the scratch... (means expect all kinds of troubles..)

Mirek
Re: TabCtrl news... [message #4013 is a reply to message #4010] Sat, 15 July 2006 09:49 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

luzr wrote on Fri, 14 July 2006 18:02

In order to chameleonize it, I have rewritten TabCtrl from the scratch... (means expect all kinds of troubles..)

Mirek


First trouble is the view frame is too big at the bottom. Second is the body of tabctrl is filled with a color during resizeing and it couse ugly flickering when others controls are placed on it. Besides: new tab looks very good!
Re: TabCtrl news... [message #4014 is a reply to message #4013] Sat, 15 July 2006 09:51 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

The test view frame bug just do:

ArrayCtrl arr;
tab.Add("Tab1", arr.SizePos());
Re: TabCtrl news... [message #4016 is a reply to message #4014] Sat, 15 July 2006 11:04 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
"view frame bug" is fixed, however, I do not see flickering... Any testcase?

Mirek
Re: TabCtrl news... [message #4017 is a reply to message #4016] Sat, 15 July 2006 12:40 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

luzr wrote on Sat, 15 July 2006 05:04

"view frame bug" is fixed, however, I do not see flickering... Any testcase?
Mirek


Is now backpaint set to on by default? I had flickering because in constructor of my app was BackPaint(false).
Re: TabCtrl news... [message #4018 is a reply to message #4017] Sat, 15 July 2006 12:45 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Anyway, before new tabctrl even with backpaint set to off there was no flickering when resizeing the application.
Re: TabCtrl news... [message #4019 is a reply to message #4017] Sat, 15 July 2006 13:01 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
No. There is however difference between old and new TabCtrl - old one was single Ctrl with "areas" defined, while new one is composition of 3 Ctrls.

Anyway, I still do not see any flickering... And no, BackPaint is not "on" by default (although I would like to do that, you know Wink

However, still have not noticed any flickering.

Mirek
Re: TabCtrl news... [message #4020 is a reply to message #4019] Sat, 15 July 2006 13:03 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
UPDATE: Flickering noticed Wink

Mirek
Re: TabCtrl news... [message #4021 is a reply to message #4017] Sat, 15 July 2006 13:10 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
unodgs wrote on Sat, 15 July 2006 06:40

luzr wrote on Sat, 15 July 2006 05:04

"view frame bug" is fixed, however, I do not see flickering... Any testcase?
Mirek


Is now backpaint set to on by default? I had flickering because in constructor of my app was BackPaint(false).




Backpaint is not on, but TRANSPARENTBACKPAINT is (and ever was).

TabCtrl is now Transparent.

Seems like the time has come to improve painting model....

Mirek
Previous Topic: DropList chameleonized...
Next Topic: Chamelon progress....
Goto Forum:
  


Current Time: Sat May 04 00:02:40 CEST 2024

Total time taken to generate the page: 0.02763 seconds