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++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » ArrayCrl - compiling error
Re: ArrayCrl - compiling error [message #201 is a reply to message #200] Fri, 02 December 2005 11:32 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
jobs wrote on Fri, 02 December 2005 04:54

I've got compiling errors within this code:

localHTML::localHTML()
.......
	tableFiles.AddColumn("Check");
	[B]tableFiles.WhenLeftClick <<= THISBACK(ShowFile);[/B]

}


Why doesn't match callback ArrayCtrl.WhenLeftClick (neither others callbacks)?

Thanks and regards!




Use '=' instead of '<<=':

tableFiles.WhenLeftClick = THISBACK(ShowFile).

<<= is Ctrl's method, it is a shortcut to WhenAction common Callback. (I mean: Ctrl x; x.WhenAction = .... can be written as x <<= ....).

Mirek
 
Read Message
Read Message
Read Message
Previous Topic: howto see assembly code? [SOLVED]
Next Topic: Watching global variables in IDE debugger with MSC7-1
Goto Forum:
  


Current Time: Fri Jul 04 00:05:52 CEST 2025

Total time taken to generate the page: 0.03886 seconds