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++ » UppHub » Collapsable/Expandable Frame
Re: Collapsable/Expandable Frame [message #12834 is a reply to message #12811] Tue, 20 November 2007 12:59 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Hmm. Strange bug that, for me it only seems to effect vertical frames and I can't see any reason why this should be the case.

Anyway, it seems to to do with Upp backpainting and the fix is quite simple. I've uploaded the package again, and incase you've made changes yourself here is the fix:

ExpandFrame::ExpandFrame()
{
	style = NULL;
	child_size = 0;
	childfocus = false;
	ignorefocus = false;
	expand = false;
	type = 0;
	btn.Transparent(); // Bugfix
	Add(btn);
}

All this is for dev-11, as I think it was a new bug from this release, but this should not break nay older version.

And to Mirek: I'm hoping to improve the Chameleon skin for this, but I'm having problems accessing the correct theme settings. Is it possible to expose/access theme settings for window titlebars? I think the settings are available (in Win32 at least), but not currently used by Upp.

James

[Updated on: Wed, 05 December 2007 16:36]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Added single and double linked lists
Next Topic: AESStream MSCx66 error and fix
Goto Forum:
  


Current Time: Sun May 12 11:54:41 CEST 2024

Total time taken to generate the page: 0.01403 seconds