FxPlug4.3_NSPanel_setLevel

NSPanel *panel = [[myPanel alloc] initWithContentRect:NSMakeRect(100, 100, 400, 300) styleMask:NSWindowStyleMaskTitled | NSWindowStyleMaskClosable backing:NSBackingStoreBuffered defer:NO];

    [panel setLevel:NSFloatingWindowLevel];//无效????
    [panel makeKeyAndOrderFront:self];

问题:在FxPlug4.3中使用setLevel不能将panel放在Final cut pro和Mition的前面?

救命~~~全世界都没找到答案!

AFAIK, it's not possible to control Window properties in FxPlug4 or Workflow Extensions - Final Cut Pro controls the window, all we can do is populate the Windows with content.

FxPlug4.3_NSPanel_setLevel
 
 
Q