|
|
Home » U++ Library support » Look and Chameleon Technology » Help for naming a package bringing some styles to Button class
Re: Help for naming a package bringing some styles to Button class [message #41138 is a reply to message #41135] |
Mon, 04 November 2013 21:04   |
Didier
Messages: 725 Registered: November 2008 Location: France
|
Contributor |
|
|
Hello Sigfan,
typedef TStyledButton<BUTTON> CLASSNAME; is a very standard code syntax widely used in Upp code base.
You're error Invalid template argument for 'BUTTON', type expected seems to indicate that the template parameter you are trying to use is itself a template ... so you may be missing the 'typename' keyword.
NB: The way to use the code is the following:
TStyledButton<Button> myCtrl;
DO NOT FORGET to put a valid Ctrl as a template parameter !!!
It currently works with the following button Ctrls :
Have you tried the ButtonStyles_demo application ?
Maybe you could post an example package showing the problem
[Updated on: Mon, 04 November 2013 21:05] Report message to a moderator
|
|
|
 |
|
Help for naming a package bringing some styles to Button class
By: Didier on Thu, 03 January 2013 20:04
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: BioBytes on Sun, 06 January 2013 19:51
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Mon, 07 January 2013 21:14
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: lectus on Mon, 07 January 2013 22:02
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Mon, 07 January 2013 22:44
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: bushman on Fri, 11 January 2013 03:13
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: mirek on Sat, 09 February 2013 08:46
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: mirek on Sat, 09 February 2013 08:47
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Sat, 09 February 2013 11:50
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Sat, 09 February 2013 13:51
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Tue, 07 May 2013 23:18
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Sgifan on Mon, 04 November 2013 13:32
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Mon, 04 November 2013 21:04
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Sgifan on Tue, 05 November 2013 08:50
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Tue, 05 November 2013 22:02
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Sgifan on Wed, 06 November 2013 08:32
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Sgifan on Wed, 06 November 2013 23:18
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Wed, 06 November 2013 23:24
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Fri, 08 November 2013 18:10
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Fri, 08 November 2013 19:36
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: deep on Sat, 31 December 2022 07:26
|
 |
|
Re: Help for naming a package bringing some styles to Button class
By: Didier on Fri, 23 February 2024 18:34
|
Goto Forum:
Current Time: Sun Apr 27 10:44:47 CEST 2025
Total time taken to generate the page: 0.00761 seconds
|
|
|