Combo Box crashing wavelab?

Hello,
I’m using combo boxes in my current plugin, and unfortunately, they’re crashing wavelab (5 and 6)…
Do someone have the same problem ? Do someone find a hack to avoid that ?

How did you manage to run your plugin in Wavelab at all?
As discussed in this post http://www.rawmaterialsoftware.com/viewtopic.php?f=8&t=4553, Wavelab and juce based plugins aren’t compatible right now.
This is because Wavelab doesn’t initialize the GUI and the Messanger from its main thread but from a background thread. There is currently no workaround for this.
I doubt that it’s a problem of your ComboBox but more a generall problem.