Home » U++ Library support » Look and Chameleon Technology » A little theming
Re: A little theming [message #18667 is a reply to message #18649] |
Wed, 15 October 2008 17:07   |
cbpporter
Messages: 1427 Registered: September 2007
|
Ultimate Contributor |
|
|
mrjt wrote on Tue, 14 October 2008 15:39 | Well, I've bodged it. The problems:
2- The reason the style was being ignored was that you can't just create a ChStyle and expect it to work, it needs to registered properly with Upp. This is normally done by the CH_STYLE macro, but you can also do it by copying an existing ChStyle before altering it. It may also be possible to use ChRegisterStyle__ directly.
if (s.IsLoading())
d = Button::StyleNormal(); // Make sure style is initialised
}
|
Thanks, that solved it! Not I can edit the styles again. I had no idea about the need to register styles. Just when I thought that Chameleon is done with it's surprises.
Quote: |
Personally I would avoid supporting saving themes, and just create a sensible file format than can be edited externally.
|
A more sensible format would be better than raw serializing, but I don't really know what to use. A ZIP with PNGs and a XML comes to mind, but that is a little too much work for my current needs. Maybe if some day we'll want official explicit theme support, I'll rewrite the thing to be a much nicer solution. Right now I'll focus on theming Toolbar and then get a preview out with code, which I'll show to the author of the original theme also, so he can warn me if I've completely butchered the look .
Quote: |
There is a bit more bodging with StringStreams because for some reason PNGRaster and PNGEncoder are slightly incompatible.
|
What do you mean by that?
|
|
|
 |
|
A little theming
|
 |
|
Re: A little theming
By: captainc on Wed, 01 October 2008 21:58
|
 |
|
Re: A little theming
By: yoco on Thu, 02 October 2008 06:34
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Fri, 03 October 2008 17:30
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: unodgs on Fri, 03 October 2008 19:35
|
 |
|
Re: A little theming
By: mirek on Fri, 03 October 2008 19:59
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Mon, 06 October 2008 09:03
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Sat, 11 October 2008 08:22
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Sat, 11 October 2008 08:29
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Sat, 11 October 2008 20:19
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Sun, 12 October 2008 11:04
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mrjt on Tue, 14 October 2008 13:14
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mrjt on Tue, 14 October 2008 14:39
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mrjt on Wed, 15 October 2008 17:41
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mrjt on Fri, 17 October 2008 00:04
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: chickenk on Sat, 18 October 2008 09:10
|
 |
|
Re: A little theming
By: chickenk on Sat, 18 October 2008 09:51
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mrjt on Mon, 20 October 2008 10:51
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: unodgs on Thu, 23 October 2008 21:06
|
 |
|
Re: A little theming
By: tojocky on Fri, 24 October 2008 07:59
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: unodgs on Fri, 24 October 2008 14:53
|
 |
|
Re: A little theming
By: tojocky on Sat, 25 October 2008 11:31
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Fri, 31 October 2008 14:34
|
 |
|
Re: A little theming
By: Infausto on Fri, 06 March 2009 21:01
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: Didier on Sun, 24 May 2009 11:33
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: tojocky on Sat, 25 October 2008 11:40
|
 |
|
Re: A little theming
By: mirek on Fri, 31 October 2008 14:40
|
 |
|
Re: A little theming
By: mirek on Sat, 11 October 2008 08:23
|
 |
|
Re: A little theming
By: Didier on Sun, 24 May 2009 12:11
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Fri, 26 June 2009 13:34
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mirek on Tue, 07 July 2009 20:05
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: Alboni on Thu, 27 August 2015 13:46
|
 |
|
Re: A little theming
By: Sgifan on Mon, 01 March 2010 19:52
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: Sgifan on Wed, 03 March 2010 21:20
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: Sgifan on Thu, 04 March 2010 21:19
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
|
 |
|
Re: A little theming
By: mrjt on Thu, 01 April 2010 13:36
|
 |
|
Re: A little theming
By: Sgifan on Fri, 05 March 2010 10:01
|
 |
|
Re: A little theming
By: Alboni on Thu, 27 August 2015 14:25
|
 |
|
Re: A little theming
By: Alboni on Thu, 27 August 2015 14:35
|
Goto Forum:
Current Time: Fri Jun 06 23:28:37 CEST 2025
Total time taken to generate the page: 0.05529 seconds
|