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 » 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 Go to previous messageGo to previous message
qwerty is currently offline  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?
 
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: simple text_edit
Next Topic: Stripping unnecessary classes
Goto Forum:
  


Current Time: Sat Jun 07 13:06:07 CEST 2025

Total time taken to generate the page: 0.04021 seconds