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 » Community » Newbie corner » [SOLVED]Control property syntax (ArrayCtrl, Button), IDE syntax guide unclear to me
[SOLVED]Control property syntax (ArrayCtrl, Button), IDE syntax guide unclear to me [message #44301] Sat, 21 February 2015 03:09 Go to previous message
Edward is currently offline  Edward
Messages: 34
Registered: February 2015
Location: United States
Member
This should be simple for a seasoned U++ user.

The full syntax of controls, here is what I have so far:
{
	CtrlLayout(*this, "Window title");
	Sizeable().Zoomable();
	SimpleDemo.arrLIST.AddColumn("Item");
	SimpleDemo.arrLIST.Removing();
	SimpleDemo.btnAdd <<= THISBACK(AddItem);
}


Build Log:
C:\upp\examples\SimpleDemo\main.cpp: In constructor 'SimpleDemo::SimpleDemo()':
C:\upp\examples\SimpleDemo\main.cpp:7:13: error: expected unqualified-id before '.' token
SimpleDemo.arrList.AddColumn("Item");
^
C:\upp\examples\SimpleDemo\main.cpp:8:13: error: expected unqualified-id before '.' token
SimpleDemo.arrList.Removing();
^
C:\upp\examples\SimpleDemo\main.cpp:9:13: error: expected unqualified-id before '.' token
SimpleDemo.btnAdd <<= THISBACK(AddItem);
^
Any advice appreciated.
  • Attachment: Days_log.txt
    (Size: 3.79KB, Downloaded 206 times)


My mission is to find a powerful(Non MS) C++ IDE w/GUI to marry and spend the rest of my life with...

[Updated on: Sat, 21 February 2015 17:50]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Errors during compiling the examples
Next Topic: [SOLVED]Deleted layout controls still cause errors in compile. How? 8183 MinGW
Goto Forum:
  


Current Time: Sat Apr 27 10:26:05 CEST 2024

Total time taken to generate the page: 0.03314 seconds