U++ framework
Do not panic. Ask here before giving up.

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: 14290
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: Sun Apr 26 14:59:51 GMT+2 2026

Total time taken to generate the page: 0.00496 seconds