Home » U++ Library support » U++ Widgets - General questions or Mixed problems » two state button via layout designer
Re: two state button via layout designer [message #3453 is a reply to message #3449] |
Thu, 25 May 2006 21:09   |
qwerty
Messages: 130 Registered: May 2006
|
Experienced Member |
|
|
sure
clean new app:
LAYOUT(MyAppLayout, 200, 100)
ITEM(Option, oMyOption, SetLabel(t_("someName")).ThreeState(true).LeftPosZ(60, 42).TopPosZ(16, 15))
END_LAYOUT
compiler out:
----- CtrlLib ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (1 / 9)
----- CtrlCore ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (2 / 9)
----- RichText ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (3 / 9)
----- Draw ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (4 / 9)
----- Core ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (5 / 9)
----- Image ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (6 / 9)
----- plugin\png ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (7 / 9)
----- plugin\z ( GUI GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (8 / 9)
----- MyApp ( GUI MAIN GCC DEBUG DEBUG_FULL BLITZ WIN32 ) (9 / 9)
main.cpp
C:/MyApps/MyApp/MyApp.lay: In function `void InitLayout(Ctrl&, L&, D&, MyAppLayout__layid&) [with L = MyApp, D = MyApp]':
C:/upp/uppsrc/CtrlCore/TopWindow.h:210: instantiated from `void CtrlLayout(T&) [with T = MyApp]'
C:/upp/uppsrc/CtrlCore/TopWindow.h:218: instantiated from `void CtrlLayout(T&, const char*) [with T = MyApp]'
C:\MyApps\MyApp\main.cpp:7: instantiated from here
C:/MyApps/MyApp/MyApp.lay:2: error: 'class Pusher' has no member named 'ThreeState'
MyApp: 1 file(s) built in (0:05.73), 5735 msecs / file, duration = 5735 msecs, parallelization 0%
There were errors. (0:06.00)
have any idea?
|
|
|
 |
|
two state button via layout designer
By: qwerty on Thu, 25 May 2006 10:32
|
 |
|
Re: two state button via layout designer
By: mirek on Thu, 25 May 2006 12:32
|
 |
|
Re: two state button via layout designer
By: qwerty on Thu, 25 May 2006 16:16
|
 |
|
Re: two state button via layout designer
By: mirek on Thu, 25 May 2006 17:30
|
 |
|
Re: two state button via layout designer
By: qwerty on Thu, 25 May 2006 18:42
|
 |
|
Re: two state button via layout designer
By: forlano on Thu, 25 May 2006 19:11
|
 |
|
Re: two state button via layout designer
By: qwerty on Thu, 25 May 2006 21:09
|
 |
|
Re: two state button via layout designer
By: forlano on Thu, 25 May 2006 22:27
|
 |
|
Re: two state button via layout designer
By: mirek on Thu, 25 May 2006 22:44
|
 |
|
Re: two state button via layout designer
By: mirek on Thu, 25 May 2006 22:51
|
 |
|
Re: two state button via layout designer
By: forlano on Thu, 25 May 2006 23:10
|
 |
|
Re: two state button via layout designer
By: qwerty on Thu, 25 May 2006 23:20
|
 |
|
Re: two state button via layout designer
By: forlano on Mon, 29 May 2006 22:06
|
 |
|
Re: two state button via layout designer
By: mirek on Sun, 04 June 2006 18:34
|
 |
|
Re: two state button via layout designer
By: forlano on Sun, 04 June 2006 22:21
|
 |
|
Re: two state button via layout designer
By: forlano on Sun, 04 June 2006 22:23
|
 |
|
Re: two state button via layout designer
By: mirek on Sun, 04 June 2006 22:29
|
 |
|
Re: two state button via layout designer
By: forlano on Sun, 04 June 2006 23:41
|
Goto Forum:
Current Time: Sun Jun 08 00:31:14 CEST 2025
Total time taken to generate the page: 0.04828 seconds
|