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 » U++ Library support » Look and Chameleon Technology » Chameleon problems
Re: Chameleon problems [message #11235 is a reply to message #11200] Tue, 28 August 2007 16:05 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
luzr wrote on Mon, 27 August 2007 09:45

As for scrollbar, well, I got somewhat ready for that

Cool. I thought I remembered something mentioned about this.

luzr wrote on Mon, 27 August 2007 09:45

MT issue looks very strange. Any idea?

Through trial and error it seems I have found the problem:
#ifdef flagMT
#ifdef COMPILER_MSC
__declspec(thread)
#else
__thread
#endif
#endif
MCache mcache[16];
(HeapImg.h:34, heap.cpp:186)
This code is the sole difference between correct/incorrect theming. With the '__thread' declaration theming is correct, without it always appears as 'Classic' style.

Next question is: Why?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: QT
Next Topic: progress bar not chameleonized
Goto Forum:
  


Current Time: Tue Apr 16 23:43:12 CEST 2024

Total time taken to generate the page: 0.01469 seconds