Some of the build-in panels are grouped with my plugin's panel in InDesign CC

My settings for PanelList look like this:
resource LocaleIndex (kSDKDefPanelResourceID)
{ kViewRsrcType,
  { kWildFS, k_Wild, kSDKDefPanelResourceID + index_enUS }
/*  PanelList definition.
resource PanelList (kSDKDefPanelResourceID)
    // 1st panel in the list
    kSDKDefPanelResourceID, // Resource ID for this panel (use SDK default rsrc ID)
    kMyPluginID, // ID of plug-in that owns this panel
    kIsResizable,
    kMTPanelWidgetActionID, // Action ID to show/hide the panel
    "MyPlugin:Test", // Shows up in the Window list.
    "", // Alternate menu path of the form "Main:Foo" if you want your palette menu item in a second place
    0.0, // Alternate Menu position Alternate Menu position for determining menu order
    kMyImageRsrcID, kMyPluginID, // Rsrc ID, Plugin ID for a PNG icon resource to use for this palette (when not active)
    c_Panel
resource MTPanelWidget(kSDKDefPanelResourceID + index_enUS)
  __FILE__, __LINE__,     // Localization macro
  kMTPanelWidgetID,       // WidgetID
  kPMRsrcID_None,         // RsrcID
  kBindAll,              // Binding (0=none)
  0, 0, 320, 386,         // Frame: left, top, right, bottom.
  kTrue, kTrue,           // Visible, Enabled
  kTrue,                 // Erase background
  kInterfacePaletteFill,  // Erase to color
  kMTPanelTitleKey,       // Panel name
  "MyPlugin" // Popup menu name (internal)
The problem is that when I click Window->MyPlugin->Test the built-in panels Articles, Liquid Layout and CrossReferences are also opened and grouped with my panel. I can't understand what I am doing wrong. The situation is the same with all sdk samples that have panels. Please help. 10x in advance.

Hi, I had the same problem with mine. I've managed to partially fix it by using a workspace extension.
This is the documentation for it:
Remove the InDesign preferences folder. This ensures that changes made to the workspace extensions appear when InDesign is launched.
Launch InDesign with your plug-ins loaded, so your panels are available in the user interface.
Organize the panels as you want your user to see them for the first time.
Exit InDesign normally.
Locate the “Essentials_CurrentWorkspace.xml” file in the InDesign preferences folder. Duplicate the file and rename the duplicate to the name that you want to use for this workspace extension.
Distribute/Copy the workspace-extension XML file in the InDesign Workspace Extension folder (<app folder>/Presets/InDesign Workspaces/en_US/Workspace Extensions). If the “Workspace Extensions” folder does not exist, create it. The easiest way to distribute the workspace-extension XML file might be in the same installer used to install your plug-ins.
I followed that, and my panels appeared in their own group, as I had laid them out.
However, if I didn't delete my user preferences, the ordering and position was different to how I'd laid them out.
Launch InDesign - move standard panels to make a custom user layout - install plugin - relaunch InDesign - launch plugin panels:
The panels seemed to appear in a random position and order, but in their own tab group - no longer bundled with Artices etc
Then delete user prefs - relaunch InDesign - launch plugin panels:
My custom panel layout appears exactly correct over the default workspace layout.
Obviously, you don't want the user to have to delete their preferences and lose their custom layout, so it's not perfect, but at least it got rid of Articles etc. If your plugin is a single panel, it might just do what you need.
I expect there's a way to solve the random position/order too - I just haven't found it!

Similar Messages

  • Some of the titles I bonght are not shown on ITunes.

    Hey,
    some of the titles I bought at ITunes with my Phone or my IPad are not transferred to ITunes on my computer.
    I bought them some month ago so I actually deleted them from my Phone.
    I tried to "activate my computer" again to transfer them but ITunes just say that my computer is already activated and that there aren't any titles to transfer.
    What can I do?
    Cheers

    Since you say you purchased these songs long ago, it's quite possible the iTunes Store no longer carries them.
    If that's true, then you're out of luck.

  • Some of the songs I bougth are not complete. How can I download again?

    Some of the songs I bougth are not complete. How can I download again?

    1. delete this music from your device
    2. go to itunes store - music (Purchased)
    3. download it again.

  • I have downloaded an album and some of the songs where sounds are missing what can I do?

    I have downloaded an album and some of the songs where sounds are missing what can I do?

    Delete the files from iTunes. Go to the iTunes Store. Look to the right side of the iTunes Store window for the Purchased function. You can find all of your past purchases there.

  • What are some of the best & compact fax/printers compatible with mac

    What are some of the best & compact fax/printers compatible with Mac?

    Most any All In One printer/fax/copy will work with a Mac running OS X.
    The best thing you can do is pick one out based on cost and features then check whether there are drivers for it or if it is AirPrint compatible.

  • When I share a pages document as a PDF (via e-mail) all the pictures change from the original document, most are missing with just a few of them repeated in the spots where others had been.  How do I do this without the document changing?

    When I share a pages document as a PDF (via e-mail) all the pictures change from the original document, most are missing with just a few of them repeated in the spots where others had been.  How do I do this without the document changing?
    I need to be able to send it to a PC in order to print it.

    Hard to say what is happening without examining the file.
    If you like click on my blue name and email me both the .pages file and the the .pdf you have made from it.
    Peter
    ps It would help to say what version of Pages you are using and on what you are running it. iOS or Mac and what version.

  • Where should I store the collatoral files that are associated with photos stored in lightroom?

    Where should I store the collatoral files that are associated with photos stored in lightroom? Items such as pdf files, word documents, etc. How should I connect them to each other so I can find both the photo and the related data?

    Lightroom itself will not help you with pdf, word, etc.
    However, there is a plugin you can use called AnyFile which will allow you to manage these documents in Lightroom (by assigning keywords and other metadata) so that you can search for all documents (photos, pdf, word, music, powerpoint, etc.) with given metadata.
    Because you do this via metadata, it doesn't matter where you put these files. Put them anywhere you want.

  • [svn:fx-trunk] 13501: Bug: BLZ447 - AMF3 Deserialization: Wrongly counted reference ID of duplicated String when in the same message there are Strings with only wildcards

    Revision: 13501
    Revision: 13501
    Author:   [email protected]
    Date:     2010-01-14 06:01:23 -0800 (Thu, 14 Jan 2010)
    Log Message:
    Bug: BLZ447 - AMF3 Deserialization: Wrongly counted reference ID of duplicated String when in the same message there are Strings with only wildcards
    QA: Yes - please keep an eye on AMFX (HTTPChannel) tests.
    Doc: No
    Checkintests: Pass - except the usual 4-5 tests that time out on my machine.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/amfx/AMFXDecoder.as

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • My ipad mini refuses to join home wifi connection. It is trying to do so continuously but with no success. I tried to reset all settings. Switched wifi off and then back on. Nothing works. The rest of devices are fine with the wifi. What shall I do next?

    My ipad mini refuses to join home wifi connection. It is trying to do so continuously but with no success. I tried to reset all settings. Switched wifi off and then back on. Nothing works. The rest of devices are fine with the wifi. What shall I do next?

    Maybe reboot your router. Unplug it for about 30 seconds or so and then plug it back in. Reboot your iPad while the router is powering up.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • HT1338 Today when connecting my MB Pro Retina Display to my 27" LED Cinema Display instead of mirroring (which worked fine in the past) both screens are black with a large arrow cursor. I'm unable to resolve this. Anyone have a similar experience?

    Today when connecting my MB Pro Retina Display to my 27" LED Cinema Display instead of mirroring (which worked fine in the past) both screens are black with a large arrow cursor. I'm unable to resolve this. Anyone have a similar experience?

    I think what may be your main issue here is that the 2011
    server has the Intel integrated HD3000 and is is struggling
    to run both a Thuderbolt display and a second monitor.
    When looking at specs for Thunderbolt Display, it is stated
    that the 2011 Mini Server can only support one.  Adding that
    Dell monitor with 1920x1200 display may just be too many
    pixels for the HD3000 to handle.
    You may want to try setting the Dell to a lower resolution
    to test the theory to see what happens.  It is however,
    possible that any additional monitor when using the Thunderbolt
    display may over tax the HD3000 graphics.
    FWIW personally, I have been running a 2011 Mini Server w/ Thunderbolt
    display for almost a year now without any issues.  However, I don't
    use a second monitor.

  • When a document is a scanned PDF and converted to word some of the words and paragraphs are randomly a shade lighter when printed.  You can (barely) see it on the screen but it is different.  All font and design are the same.  Any suggestions?

    The lighter shading has been a problem when printing the documents.  You can barely see it but it is there????

    Hi Notary,
    I saw something similar with my 4 TB Promise SmartStor NAS after I upgraded to Lion. Only, I had ALL of my iTunes library on the NAS and one day, about a week after the upgrade I finally tried to play music with iTunes, but it kept throwing up an error just like the one you're seeing. I searched around for a while and finally found some steps that fixed the problem.
    I found this solution at another site (can't remember which) that gave credit to this site:
    http://www.alexanderwilde.com/2011/04/os-x-lion-connection-error-with-afp-and-wo rkaround/
    Here are the directions I cut-n-pasted into my little notes file:
    1) Launch the Terminal app
    2) Run this command:
    sudo chmod o+w /Library/Preferences
    3) Run this command:
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1
    4) Restart your computer
    5) From Finder, select an AFP server, or use “Connect To…”
         This will cause the AFP Client to create the full preferences file
    6) Launch the Terminal app again
    7) Run this command (all on one line, make sure double-quotes are simply double-quotes from your keyboard, not pasted from the web as up and down quote marks) (yes, some of the spelling looks weird):
    sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    8) Run this command:
    sudo chmod o-w /Library/Preferences
    9) Restart your computer
    To disable this hack, run this command (all on one line, make sure double-quotes are simply double-quotes from your keyboard, not pasted from the web as up and down quote marks):
    sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array-add "DHCAST128"
    I hope that helps. If not, sorry for the ludicrous-long reply.
    Andy

  • I have uploaded photos from the past and they are grouped by dates.  How do I seperate those photos into their own folder/album so that I can easily identify the contents.  Also, what is the difference between Album, Smart Album and folders?

    I have uploaded photos from the past and they are automatically arranged by date.  As a result, there are many events grouped into one library/event/folder/album (not sure of the proper terminology) I'd like to separate them into folders/albums/smart albums so that I can easily identify the contents.  How do I do that and do I delete the originals?

    It would be good to take the tutorials and learn iPhoto - these are for the previous version but the concepts are the same and much of the command is the same - and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. - also the tutorials in iPhoto Help will be helpful - while iPhoto is easy and intuitive it does have a learning curve and it will save you time and pain if you spend a few minutes learning the basics
    as to organization - events are generally time based and are the basic automatic organization - you can merge and split them to make them work better for you but they are not a good way to do detailed organization - best to leave them time based
    albums are logical things that contain photos and are just pointers to the photo in the event so they take no extra space and all changes to a photo anywhere are reflected everywhere
    Smart albums are the same except they are automatically filled based on the criteria you set when you create them
    Folders are containers that you create and a folder can contain albums, smart albums or other folders so they are a big help in organization - like a vacation folder that holds folders for France, USA, China with each of thos folders holding albums of photos from the country
    LN

  • I had been deleting some of the double songs that are on I-tunes and suddenly all but three of my bob dylan albums  collection  dissapeared . . can i get them back ?  if  i can ,how do i ?

    I had been deleting some of the double Dylan  songs that are in my I-tunes library and suddenly most of my Bob Dylan collection dissappered . I was requesting to "save file"  at the time .  How would I get those songs back - if it's possible ?       Jim

    http://www.wideanglesoftware.com/touchcopy/index.php?gclid=CNyMyIvbtqoCFcE42godv DJR7g
    I am assuming you never backed up your computer.
    Sounds like you still may have problems with your PC.

  • TS1424 some of the songs I purchased are not the songs that appear on my computer

    why are some of the songs I purchase not the correct song when I play them on my computer?

    Some items you’ve previously purchased are not eligible for redownload via iTunes in the Cloud and thus, will not appear on your Purchased page. This content includes ringtones, audiobooks, movie rentals, items that have been modified or removed from the store since you purchased them, anything that may have been refunded, as well as certain movies.
    For some movies, you will see the message "When purchased, this movie will not be available from iTunes in the Cloud” if the movie can't be downloaded again. This message appears under the Buy button on the iTunes Store product page. This is why you should always back things up.
    To learn what previously purchased content is available for download in your country, visit this article:
    iTunes in the Cloud and iTunes Match Availability
    http://support.apple.com/kb/HT5085

  • Itunes says my new laptop (windows 8) isn't authorized to play some of the purchased songs that are already on my iphone (I previously synced it with my old laptop).  It says it will delete them from the phone unless I authorize the computer.

    This results in an endless loop where I authorize it, and then get the same warning.  I have already tried deauthorizing all the computers on the account, and then reauthorizing the new one yet the problem persists.  Also, only three devices are associated with the account.  I can't find the solution anywhere so help will be welcomed.  All songs were purchased through the itunes store and it appears to be older ones that are targeted for deletion; however, these older ones are still available for purchase in the itunes store so that's not the problem.  Thanks.

    Hello, ted_marx38. 
    Thank you for visiting Apple Support Communities.
    The most common cause for this issue would be media present that is purchased with another Apple ID.  When prompted to authorize the computer it may show a different Apple ID.  If this is the case, the computer will need to be authorized for this Apple ID.  The article below will walk you through the process of verifying if that is the case or correcting the issue if not.
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    Cheers,
    Jason H.

Maybe you are looking for

  • Down Payment settlement Line is not appearing in the final Billing

    Hello All, Activated the Milestone billing plan. Created a Sales order > Down payment Billing document > and cleared the Down payment billing document. While trying to bill the final invoice the down payment settlement line is not appearing. Please s

  • OSX sometimes places 31 character limit on file names. How can I get this error to stop?

    This error notice doesn't make sense, since many of my file names exceed 31 char. This error message pops up when saving documents, esp. web pages. As a consequence, OSX will refuse to let me save the file, until I shorten the name and so remove info

  • Calendar alert snooze does not survive shut-down

    I set many calendar alerts for a day or more in advance. I often snooze them for 2 hours, several times a day, to repeatedly "nag" me and keep the task in the forefront of my leaky brain. In OS X 10.6.8 Snow Leopard, I could snooze an alert for 2 hou

  • Embeding audio player in jsp page.

    Hello All, I have embed the quickTime player in a jsp page. Following is my code snippet of the object embedding. When I run the project my programme download and save the amr file from my database in the specified project location("../image/"+record

  • Bad Request OSB Local Proxy to Business RPC Style

    Hello, I have a problem calling a web service rpc style base from a local proxy. Here is the situation. I have 1 Bussiness Service RPC style base (wsdl base). I have 1 Proxy Service (Local Transport) Lets call this one LPS1. I have 1 Proxy Service (L