T
Tim Mostad
I have an app where I have implemented a drag and drop interface. I pass an
object via a DoDragDrop method. The control that receives the drop gets the
right data but when I break and try to look at the data_object structure I
get the message "children could not be evaluated". In other words the right
data gets to the right destination but I can't see it via debug. I need to
understand this so I can debug a different part of the app where I am trying
to do something slightly different which is not working. Is this some kind
of setting or am I doing something wrong? Thanks.
object via a DoDragDrop method. The control that receives the drop gets the
right data but when I break and try to look at the data_object structure I
get the message "children could not be evaluated". In other words the right
data gets to the right destination but I can't see it via debug. I need to
understand this so I can debug a different part of the app where I am trying
to do something slightly different which is not working. Is this some kind
of setting or am I doing something wrong? Thanks.