Skip to main content
Inspiring
October 9, 2008
Question

Selectable Dialog Panel Tab Order Reversed when Plug-In compiled with XCode 3

  • October 9, 2008
  • 1 reply
  • 347 views
Hi,

I'm not sure if anyone has seen this before, but I am experiencing
a problem with the order of the panel tabs in a selectable dialog when compiling
a CS3 plug-in using the following configuration.

OSX 10.5.4
XCode 3.
ID SDK 5.0.3

The problem is evident in the sample SDK plug-in "BasicSelectableDialog"

Other than the obvious ( i.e. use XCode 2.4.1 ) is there a simple configuration fix for this??

Regards,

Mike.
This topic has been closed for replies.

1 reply

Inspiring
October 9, 2008
Update::

Seems to be a problem with the ResourceEnabler or the call to CDialogCreator::GetOrderedPanelIDs() in the GetOrderedPanelIDs call in the dialog creator.

The list returned is always empty when compiled in XCode 3, but filled in when compiled using XCode 241.

Regards,

Mike.