FOLIO PANEL NOT SHOWING UP UNDER WINDOW MENU:

I have installed the D-Pub update and per Adobe's India support team [:-( ] I uninstalled the whole program and reinstalled it as they suggested - that did not help at all and was a complete waste of time. so does anyone know how to get the Folio panel to appear/function in the D-Pub workspace?

That means it is installed.
Windows > Workspace > Reset Digital Publishing
Here's what I see under the Window menu:

Similar Messages

  • Podcasts do not show up under right menu

    I downloaded a bunch of Podcasts for the first time. On iTunes they all show up under the "podcasts" menu.
    However, when I sync them to the iPod, the Podcast menu is empty, and the podcasts are actually just scattered in with music. How do I fix this?
    Thanks,
    Brian

    You have to select the "Sync All Podcast" setting. This is founded in you iTunes software, Open up your i tunes software and Click on your "Device". When the page opens you will see the headings at the top of the page. Click on Podcast and then slect the "Sync all podcast" feature. This will solve your problem.

  • Image.getScaledInstance() does not always work under Windows Vista

    Hi:
    I've run into some intermittent image scaling problems under Windows Vista (minus Aero effects) that I never experienced with the same program, same image(s), running same Java version under XP. The images I'm using are all JPEGs, and the problem appears to affect approx 1 out of 3 grayscale images (no color ones so far) w/o respect to size (ie: small ones can be problems while larger ones will work). Java -version shows 1.6.0_02-b06. I was wondering if anyone else out there has seen this, or can point out what I may be doing wrong. Sample code to duplicate follows.
    Tx,
    Jallewel
    // ===================================================================
    // Image Scaling Problem, Description & Demo Program (minus the image):
    //   Environment:  SDK/JRE: Java 1.6.0_02-b06, running under
    //        Windows Vista Home Premium (32-Bit) on Dell Inspiron w/3GB RAM
    //   ************* Symptoms ******************
    //   Problem occurs when invoking image.getScaledInstance().
    //   Problem shows up under Windows Vista, configured w/Windows Classic look
    //       & feel - that is, with Aero effects turned OFF.
    //   Problem does NOT show up under Windows XP on Dell Dimension 4500.
    //   Test across computers used same SDK/JRE, Java program, and Image.
    //   Problem ONLY appears in grayscale JPEG images, and only 1 out of 3 of those.
    //   (I can provide a problem image)
    // Results Compiling & Running This Program:
    //   C:\Users\~\VistaProblem>javac VistaProblem.java
    //   C:\Users\~\VistaProblem>java VistaProblem
    //      Uncaught error fetching image:
    //      java.lang.ClassCastException: [I cannot be cast to [B
    //        at java.awt.image.ColorModel.getAlpha(Unknown Source)
    //        at java.awt.image.ColorModel.getRGB(Unknown Source)
    //        at sun.awt.image.ImageRepresentation.convertToRGB(Unknown Source)
    //        at sun.awt.image.ImageRepresentation.setPixels(Unknown Source)
    //        at java.awt.image.AreaAveragingScaleFilter.accumPixels(Unknown Source)
    //        at java.awt.image.AreaAveragingScaleFilter.setPixels(Unknown Source)
    //        at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
    //        at sun.awt.image.JPEGImageDecoder.sendPixels(Unknown Source)
    //        at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
    //        at sun.awt.image.JPEGImageDecoder.produceImage(Unknown Source)
    //        at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
    //        at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
    //        at sun.awt.image.ImageFetcher.run(Unknown Source)
    import java.*;
    import java.awt.*;
    import java.io.*;
    import javax.imageio.*;
    // class VistaProblem
    public class VistaProblem extends Frame {
       private static ScrollPane sp = new ScrollPane(ScrollPane.SCROLLBARS_AS_NEEDED);
       public static ImageComponent ic;
       // Constructor
       public VistaProblem() {
          super("VistaProblem");
          add(sp, BorderLayout.CENTER);
          this.setSize(700, 520);
          setVisible(true);
         String fPathName = "./ProblemImage.jpg";
          ic = new ImageComponent(getToolkit().getImage(fPathName));
          sp.add(ic);
          sp.validate();
          ic.Scale(220, 200);
       // class ImageComponent
       class ImageComponent extends Component {
          private Image image;
          // Constructor
          ImageComponent(Image img) {
             this.image = img;
          // paint
          public void paint(Graphics g) {
             g.setColor(getBackground());
             g.drawImage(image, 10, 10, this);
             g.dispose();
          // Scale
          public void Scale (int width, int height) {
             // ***** PROBLEM LINE HERE; COMMENT OUT AND PROGRAM WORKS *****
             this.image = this.image.getScaledInstance(width, height, Image.SCALE_SMOOTH);
             repaint();
       // Main Entry Point
       public static void main(String args[]) {
          Frame f = new VistaProblem();
    } // end VistaProblem

    That does indeed appear to be a bug. I looks like it's having problems with the alpha value in the color model, so a possible workaround would be to change the color model the image uses before scaling. This may entail creating a new BufferedImage and drawing the old image into it.

  • Flash Pro CC not showing createjs Toolkit under Window menu as presumably it should

    I'm using Flash Pro CC on a Dell workstation and not getting the createjs Toolkit panel under Window menu, (when i know it should be, right under the Motion Presets according to others' testimony).
    I tried using Flash Pro CC update to fix the issue but it's not fixed.
    Assistance would be appreciated.

    http://forums.adobe.com/thread/1353942?tstart=0

  • No library panel option under windows menu  PC signed in to cloud

    I have photoshop at home and work I want to use shape captured on my ipad noticed no library panel option under windows menu.
    in general Cloud, Bridge andLlibraries confuse me obviously not the same but after viewing tutorials more confused.
    Damian Burns smart and stupid at the same time!

    Chris and Gener7here are my system details below
    Adobe Photoshop Version: 2014.2.0 20140926.r.236 2014/09/26:23:59:59  x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2491 MHz
    Built-in memory: 8074 MB
    Free memory: 5400 MB
    Memory available to Photoshop: 7045 MB
    Memory used by Photoshop: 60 %
    3D Multitone Printing: Disabled.
    Windows 2x UI: Disabled.
    Highbeam: Disabled.
    Image tile size: 128K
    Image cache levels: 4
    Font Preview: Medium
    TextComposer: Latin
    thankyou for trying to help me
    Damian Burns
    Sent from my iPad

  • My IPhone does not show up under Devices in I Tunes when I plug it into my computer. "Devices" no longer appears on the menu at all down the side of the page.

    My IPhone does not show up under Devices in I Tunes when I plug it into my computer. "Devices" no longer appears on the menu at all down the side of the page.

    Hope this helps:
    http://www.apple.com/support/iphone/assistant/itunes/

  • Windows media player files will not play. I downloaded the plug in but does not show up under plugins. Why won't it load?

    Whenever I try to play a wmv file through firefox it will not load. It was not a problem a few weeks ago. Under plugins it is saying I do not have windows media player. So I tried downloading it using the troubleshooting directions from firefox. But it still will not show up under plugins. Any help would be much appreciated.

    '''np-mswmp''' in your Installed Plugins listing ''(in '''More system details''' to the right of your posting)'' is the Windows Media Player plugin for Firefox.

  • Refinements are not showing up under 'Add/Modify Location' window

    Hi All,
    Our Indexed data as seen in JSP Reference application contains multiple dimensions. But when trying to add a trigger using the 'Add Location' button in Endeca Experience Manager, the indexed dimensions are not showing up under the 'Refinements' section in the pop-up window. But when we try to use the RefinementMenu cartridge as part of configuring the Guided Navigation section, the indexed dimensions are showing up.
    Please let us know if we should be doing anything else, so as to get the dimensions in the 'Add Location' window.
    Thanks & Regards,
    Shabari

    Try logging out, running ./control/update_web_studio_config.[bat|sh], then logging back in and see if that helps.
    Michael

  • Colour Effects not showing up under effects panel anymore?

    Hi,
    After trashing my preferences due to an export issue, and then updating the app, the colour effects bar is not showing up under the Video Effects window like it did using the default layout. Using command-6 still pulls up the colour board but I cannot create masks or access it like I used to. The window now looks like this:
    I know it's probably a simple fix but I can't figure it out.. Is there a way to restore factory settings?
    Thanks for any help you can give me!
    Joe

    I knew it was something stupidly simple.. Thank you so much!!!
    Joe

  • Print management not showing up under administrative tools

    hello!
    for some reason even though i have all the proper roles etc installed print management is not showing up under admin tools. i have manually added the snap in to mmc console and saved that to a location for easy access, but the members on my team would like
    to have it available to them under admin tools, does anyone know a) why it does not show up or b) how to add my saved mmc snap in so it shows up under admin tools?
    thanks in advance.
    -chaz

    Very strange.  I just added it to a Windows Server 2012 R2 server and it shows up in Tools.
    Microsoft tools, into the Tools menu on Server Manager, you just need to put an entry in the C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools directory.  You can even rearrange things, create sub-directories with different sets
    of tools, ACL the entries, etc.
    .:|:.:|:. tim

  • Songs not showing up under artist

    I have tagged all of my music acurately. When in itunes, all the songs that should be there show up when I click on an artist. Many are not showing up under the artist in my ipod though. The songs are on the ipod, because I can find them if I search by song. They even show the correct artist when I play them from the ipod. They just are not showing up when I search by artist????? Please Help!!

    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    You should also check that the songs have album name info in their ID tags.
    See: Some songs don't don't show under artist on my iPod.

  • I am trying to download previously purchased music from iTunes, it show "purchased" in iTunes Store but does not show up under previous purchase tab

    There are several albums that I've previously purchased that somehow were deleted from my computer & iPad.  When I go to download available purchases on PC it say that all available punches have been downloaded.  When I check iTunes Store it show as "purchased".  When I try to check & download from iCloud via either iPad or PC these items do not show up under items purchased. 
    I can't even re-purchase the item, which I've tried since it shows as purchased in iTunes Store.  This is very troublesome because there is no way for me to access these previous purchases.  I have been using iTunes & various Apple products with the iTunes Store for several years & there is a lot of money invested in these previous purchases, that there is no way for me to access.  As mentioned, I'd even be willing to re-purchase some of these items (though this should be unnecessary).  But, the iTunes Store won't let me, because the items show up as purchased in store, but not on any of my devices!!!
    Help!

    Hey innerev2003,
    Thanks for the question, and welcome to Apple Support Communities.
    If, while searching through your past purchases, items are unavailable to download and show a "Purchased" button, they are still on your computer. It may be best to search your iTunes library by clicking Music, then use the search bar at the top right.
    If you are completely sure the items are no longer in your library, try signing out of the iTunes Store, and then back in.
    iTunes 11 for Windows: Manage your iTunes Store account
    http://support.apple.com/kb/PH12507
    Thanks,
    Matt M.

  • Network devices not showing up under "shared" in finder bar

    Ok so i have a network that consists of a maxtor nas device, 2 win xp pc's, 1 win7 pc, d-link 524 router, and my macbook pro. I would like to be able to transfer files between my mac and the devices and use the printer attached to my maxtor. My issue is that none of the computers show up under the "shared" section of finder or under network. I use to have this issue with leopard but it resolved itself. Now under snow leopard for a couple months and i have yet to get it work. I can access my mac and other pcs from a pc. Anyone know how to get my network to show up on my mac?

    Your problem is very common under Snow. At first my shares did not show up under shared in finder windows. I, then, of course, used "Connect to Server" to connect to the shares--both Mac and PC. I found that the more I kept the shares active the more likely they were show up under shared. Then, I discovered that if I kept the computers from sleeping during the period of needed access they would tend to stay in shared without nearly so much keeping the connections active.
    If you do not like the above work around, then there are two other possibilities. You can elect to show mounted items on your desktop. Do that and connect to each share. Then, go > users > unlock > + login options > try dragging the mounted shares to the login item window. If successful, then the shares should be available at login.
    Another approach is to mount and connect as indicated above. Then, making an alias to the share should at least make things faster.

  • Iphone4 not showing up under "My Computer"

    I want to take my photos off my iphone onto my computer
    It's not showing up under My Computer
    I have uninstalled the drivers etc..unplugged, TRUST THIS COMPUTER?!?! about 500 times, reinstalled the drivers, trust this computer, still it's not showing up. Been looking on the internet for answers for the past 3 hours and theyre all the same answerrs but they don't work for me
    Can anyone fix this or recommend me a program to get my photos to my computer?
    I'm using windows 8

    Any success when trying to use Windows Live Photo Gallery or Adobe Photoshop Elements 3.0 or later?

  • 7th gen iPod not showing up in Windows 8 anymore

    7th gen iPod not showing up in Windows 8 anymore. Tried all the apple troubleshooting. Help?

    I have tried all the 'Rs' that Apple recommend. As said, I can't hook up the iPod to my computer. I have tried to reset the iPod manually (holding the select and menu button) - but this doesn't work.
    If there is another (manual) way to restore the iPod, I would love to hear about it.
    As said: as for restoring the iPod - I can't get any contact with my iPod with my computer at all.

Maybe you are looking for

  • [MPD] Only one song at a time? [solved]

    Hi there. I installed mpd and ncmpcpp this morning, that's awesome ! But apparently, I've to play each song by my self.. I mean that when ncmpcpp is playing a song, when this song ends, it doesn't read the second, I've to do it. I don't know if I mak

  • Ipod nano skip songs

    Every time i i try to listen to any of the playlists the songs start to skip. Also i tried to play my songs by the shuffle songs option but it does the same. Any suggestions on how to fix this issue? I am not sure if i should restore the ipod? Thank

  • Create an URL attachment using FM SGOS_URL_CREATE_DIALOG

    Hi all, i hope there is someone that can help me. My problem is: i've to create an URL attachment to an MM document in ME33K using a custom ABAP report. In my report i use FM SGOS_URL_CREATE_DIALOG but when i call ME33K and display the document i don

  • The system is very sluggish

    hello, my iMac skips when changing to full screen. at once, the system is very sluggish. I did not notice athat i have changed anything in my system. Sorry, i am an new mac user since a few days. greets

  • Is updating from Robohelp X5.0.2 to latest version a difficult task?

    I realize this is a pretty subjective question, but for someone who is fairly comfortable using version X5.0.2, would it take a day, or a week, or possible a couple months to update a project that contains three chm files, with hundreds of htm files?