[Mono-osx] HandleDidClickTableColumn Issue

Robert Verdes italo_roby at yahoo.it
Thu Nov 29 20:26:22 UTC 2012


I'm making a zip of the project right now 


________________________________
 Da: Aaron Oneal [via Mono] <ml-node+s1490590n4657580h98 at n4.nabble.com>
A: Robert Verdes <italo_roby at yahoo.it> 
Inviato: Giovedì 29 Novembre 2012 21:15
Oggetto: Re: HandleDidClickTableColumn Issue
 

Can you share a repro 
project out somewhere? 

The current auto-delegate event code sometimes requires that you keep a 
reference around to the object you're subscribing to or any number of 
weird issues crop up when the GC kicks in as I discovered in bug #8585. 
In this case, are you hanging onto tblTabella somewhere outside of the 
method where you're doing your subscribing? 

As I recall, the runtime also appears to overwrite (without throwing or 
at least writing a warning to the console) any custom delegate you may 
have set on an object and replaces it with the automatic one during 
event subscription. Are you setting a custom delegate somewhere and then
 later subscribing to this event which might be unbinding your custom 
delegate?


[hidden email]
>November 29, 2012 2:53 AM
>I have a NSTableView with a Custom NSTableViewDataSource;
>The TableView is cell based view 
>the
 problem i have is that when i try to handle this event
>tblTabella.DidClickTableColumn
 += HandleDidClickTableColumn;
>my data doesn't show anymore
>It 
just enter GetRowCount but doesn't enter anymore in GetObjectValue 
>When
 i comment the row //tblTabella.DidClickTableColumn +=
>HandleDidClickTableColumn;
 the data is shown 
>but i need to handle that event to be able to 
sort data based on the column
>the user clicked 
>Is there any other
 way of doing it?
>
>
>
>
>--
>View this message in context: http://mono.1490590.n4.nabble.com/HandleDidClickTableColumn-Issue-tp4657571.html
>Sent
 from the Mono - OSX mailing list archive at Nabble.com.
>_______________________________________________
>Mono-osx
 mailing list
>[hidden email]
>http://lists.ximian.com/mailman/listinfo/mono-osx
>
_______________________________________________ 
Mono-osx mailing list 
[hidden email] 
http://lists.ximian.com/mailman/listinfo/mono-osx


________________________________
 
If you reply to this email, your message will be added to the discussion below:http://mono.1490590.n4.nabble.com/HandleDidClickTableColumn-Issue-tp4657571p4657580.html 
To unsubscribe from HandleDidClickTableColumn Issue, click here.
NAML



--
View this message in context: http://mono.1490590.n4.nabble.com/HandleDidClickTableColumn-Issue-tp4657571p4657581.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-osx/attachments/20121129/ada03b11/attachment.html>


More information about the Mono-osx mailing list