Not finding what you are looking for? Request a recipe!
This example extends a ComboBox to use the NativeMenu class (flash.display.NativeMenu) to display the menu for the ComboBox, eliminating this problem.
One solution is to use CSXSEvents between the CS SDK Extensions. This would work fine providing the host applications both support CSXS. But that leave Bridge and Air Applications out in the cold. Another solution is to set up socket communications between an extension and whatever wants to communic ...
This recipe will demonstrate one way to use CSXS Events to synchronize data models between two instances of the same extension running under different CS products.
How about we fix that. Here’s a decent example of how to do drag and drop between CS extensions and their CS host applications (both ways, even!).
Including the attached library (PsMacDoc.swc) and it's PsEventScrubber class, you can work around this issue in a way that is not overly invasive to your program design.