Hi,
I have two main classes. One for TreeView
and the other for GeDialog
.
I have inserted c4d.SpecialEventAdd()
in Treeview
The event triggers well under the CoreMessage
of GeDialog
.
The problem is global variable is not being updated under the CoreMessage
In the illustration below, the console always prints "images".
It should, however, be changed to whatever Tree Item is selected.
https://www.dropbox.com/s/gjdvda8n4b16rs9/c4d264_global_variable_doesn't_work_on_core_message.mp4?dl=0
You can check the CoreMessage
function in the source code below:
https://www.dropbox.com/sh/lpfpmux073toork/AACTxFpGmMK2MpgoCI0N-3Eba?dl=0
Is there a way around this?