Overview of TOC PNG square

Hi all

In the pre release program us wera capable of creating the file png 70 x 70 for an overview in the table of contents. It seems now generated automatically. Is it possible to create as in pre release program?

My problem is that my first page is an animation and I don't want the first call of image in the table of contents.

Any idea?

Select the item in the folio generator Panel and choose Properties. The rest should be self-explanatory.

Bob

Tags: Digital Publishing Suite

Similar Questions

  • Ribbon icon and icon overview do not appear

    Msg edited

    I followed the thread of spookendiesel and articles related but cannot get this to work. No icon appears on the home screen, just the default icons. The app does not throw any exceptions or errors. Everything works as expected, except the icons of reversal and the Ribbon is not displayed.

    My development environment is Eclipse 3.4.2 with Blackberry JDE for the eclipse.

    In summary, I created a 'main' project (RolloverIcon) that displays a screen with the title by a LabelField. This project includes a res folder that contains the overview icon (iconFocus48x36.png). I added the res folder on the way of the construction. I put the properties of the project at the request of CLDC, module system, autorun at startup feature.

    Then, I created a new project in the same workspace called AltEntryRolloverIcon. This project includes a folder that contains the ribbon icon (icon48x36.png), but no code source. I put the project properties of Entry Point of CLDC Application replacement pointed to the RolloverIcon project with the main "gui" argument In the tab "resources" of the properties of the project of Blackberry, I added icon Ribbon as a file icon and made sure its containing folder is on the java build path.

    As far as I know, I followed all directions to implement an icon of overflight and the other entry point. I don't know what else to do. I don't have the skills necessary to interpret the raw project files and to understand the problem. I am including information as much information that I see here in the hope that someone sees something obvious to solve this problem.

    Thanks in advance.

    Here is the source code of the "main" project

    package rollover;
    
    import net.rim.blackberry.api.homescreen.HomeScreen;
    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.component.LabelField;
    import net.rim.device.api.ui.container.MainScreen;
    
    public class RolloverIcon extends UiApplication {
    
        public RolloverIcon() {
            LabelField title = new LabelField("RolloverIcon");
            MainScreen screen = new MainScreen();
            screen.setTitle(title);
            pushScreen(screen);
        }
    
        /**
         * @param args
         */
        public static void main(String[] args) {
            if (args != null && args.length > 0 && args[0].equals("gui")) {
                RolloverIcon ri = new RolloverIcon();
                ri.enterEventDispatcher();
            }else{
                Bitmap rolloverIcon = Bitmap.getBitmapResource("iconFocus48x36.png");
                HomeScreen.setRolloverIcon(rolloverIcon,1);
            }
        }
    
    }
    

    RolloverIcon.jad

    Manifest-Version: 1.0
    MIDlet-Version: 1.0
    MIDlet-Jar-Size: 2948
    MicroEdition-Configuration: CLDC-1.1
    MIDlet-Jar-URL: RolloverIcon.jar
    RIM-COD-Module-Dependencies: net_rim_cldc,net_rim_bb_framework_api
    RIM-MIDlet-Flags-2: 0
    RIM-MIDlet-Flags-1: 0
    RIM-COD-Module-Name: RolloverIcon
    RIM-COD-Size: 1372
    MIDlet-Name: RolloverIcon
    RIM-COD-Creation-Time: 1263318798
    MIDlet-2: ,icon48x36.png,gui
    MIDlet-1: ,,
    RIM-COD-URL: RolloverIcon.cod
    RIM-COD-SHA1: 85 6f 21 c3 b3 40 d7 9a 93 cb c7 94 85 35 d8 7a 65 23 45 fc
    MicroEdition-Profile: MIDP-2.0
    MIDlet-Vendor: RolloverIcon Vendor
    

    RolloverIcon.jar

    META-INF/
    META-INF/MANIFEST.MF
    RolloverIcon.cod
    RolloverIcon.csl
    RolloverIcon.cso
    iconFocus48x36.png
    rollover/
    rollover/RolloverIcon.class
    

    Content of RolloverIcon.rapc

    MIDlet-Name: RolloverIcon
    MIDlet-Version: 1.0
    MIDlet-Vendor: RolloverIcon Vendor
    MIDlet-Jar-URL: RolloverIcon.jar
    MIDlet-Jar-Size: 0
    MicroEdition-Profile: MIDP-2.0
    MicroEdition-Configuration: CLDC-1.1
    MIDlet-1: FooRolloverIcon,,
    RIM-MIDlet-Flags-1: 3
    MIDlet-2: ,icon48x36.png,gui
    RIM-MIDlet-Flags-2: 0
    

    AltEntryRolloverIcon.jdp

    ## RIM Java Development Environment
    # RIM Project file
    #
    # This file is generated and managed by BlackBerry developer tools.
    # It SHOULD NOT BE modified manually.
    #
    AddOn=0
    AlwaysBuild=0
    [AlxImports
    ]
    AutoRestart=0
    [ClassProtection
    ]
    [CustomBuildFiles
    ]
    [CustomBuildRules
    ]
    [DefFiles
    ]
    [DependsOn
    ]
    EntryFor=RolloverIcon
    ExcludeFromBuildAll=0
    [Files
    icon48x36.png
    ]
    HaveAlxImports=0
    HaveDefs=0
    HaveImports=0
    [Icons
    icon48x36.png
    ]
    [ImplicitRules
    ]
    [Imports
    ]
    Listing=0
    MidletClass=gui
    Options=-quiet
    OutputFileName=AltEntryRolloverIcon
    [PackageProtection
    ]
    RibbonPosition=0
    [RolloverIcons
    ]
    RunOnStartup=0
    StartupTier=7
    SystemModule=0
    Type=3
    Vendor=RolloverIcon Vendor
    Version=1.0
    

    RolloverIcon.jdp

    ## RIM Java Development Environment
    # RIM Project file
    #
    # This file is generated and managed by BlackBerry developer tools.
    # It SHOULD NOT BE modified manually.
    #
    AddOn=0
    AlwaysBuild=0
    [AlxImports
    ]
    AutoRestart=0
    [ClassProtection
    ]
    [CustomBuildFiles
    ]
    [CustomBuildRules
    ]
    [DefFiles
    ]
    [DependsOn
    ]
    ExcludeFromBuildAll=0
    [Files
    res\iconFocus48x36.png
    src\rollover\RolloverIcon.java
    ]
    HaveAlxImports=0
    HaveDefs=0
    HaveImports=0
    [Icons
    ]
    [ImplicitRules
    ]
    [Imports
    ]
    Listing=0
    Options=-quiet
    OutputFileName=RolloverIcon
    [PackageProtection
    ]
    RibbonPosition=0
    [RolloverIcons
    ]
    RunOnStartup=1
    StartupTier=7
    SystemModule=1
    Title=FooRolloverIcon
    Type=0
    UserData=|src;res
    Vendor=RolloverIcon Vendor
    Version=1.0
    

    Ribbon icon imported into 'hand' of the project folder res and added the following two lines to the main method of the RolloverIcon class. The fixed.

       public static void main(String[] args) {
            if (args != null && args.length > 0 && args[0].equals("gui")) {
                RolloverIcon ri = new RolloverIcon();
                ri.enterEventDispatcher();
            }else{
                Bitmap ribbonIcon = Bitmap.getBitmapResource("icon48x36.png");
                HomeScreen.updateIcon(ribbonIcon,1);
                Bitmap rolloverIcon = Bitmap.getBitmapResource("iconFocus48x36.png");
                HomeScreen.setRolloverIcon(rolloverIcon,1);
            }
        }
    
  • favicon square

    I'm trying to put a favicon on my site, but I get the message "graphic Favicon should be square. Please choose another file. My image is a png square. WH is happening?

    Hi Chelsea,

    Can you please try and resize your .png 32 x 32 in any image editing software like photoshop and then try to put Favicon image.

    I would like to know if it works.

    Kind regards

    Rohit Nair

  • FLVPlayback Runtime poster/overview

    I can't find a code example ActionScript 3 any where how to load a PNG file as a preview image of flvplayback and add running. "Assign the property overview with the PNG file as a refrence string" video.preview = "previewimg.png" ' has no effect. " No one knows who to assign a PNG file as a file preview in ActionScript 3.

    cblattmann wrote:

    Ok. So this is only used for the Preview on the stage image in the IDE. Right? correct.

    And you would have to make the preview when running on your own without using a specific property (such as preview) and to implement your own version of a preview image. Am I wrong?  correct

  • Progress with the semi-transparent cursor display?

    Hello

    I'm working on a project which controls 28 rooms.  I want to have a screen with bars of different colors for the different stages.  I'm here thinking sliders.  I want to fill them before the start of the execution and then have a coverage slider which is semi transparent to cross.

    I don't see a way to get the transparent semi with the cursor in another.

    My next idea is to have a translucent image 2D on top that changes size running.

    Simple suggestions?

    Thank you

    pgaastra wrote:

    I can't the fill is semi transparent?

    Yes. As I said, there are a number of ways in which you can do, but to stay in line with what you already have, you can create a semi transparent PNG square (I like Paint.NET, but I think that PowerPoint should also work for this) and imports that instead of filling. The key point is that, once you do this, you need to hide the background of the slide. To do this, select window > show window pieces in the editing mode and find the part called cosmetic. Change its size and position so that it is hidden. Alternatively, you can import a transparent image to replace it. Will allow you to see behind the slide.

  • Where are the table of contents images stored?

    Hello. I created an application with DPS on my Mac that I have to study.

    I used some images for the table of contents chapters which stupidly I deleted but they are always visible when building/testing the application, I need to change the structure and the use of these same images.  Is there a place I can find the images that I used for the table of contents?

    When you preview your application on the desktop using LCA, the assets are registered in: ~/Library/Application Support/com.adobe.dmp.contentviewer/Local Store/FolioCache/YourAppName/ArticleName/StackResources/toc.png (or toc.jpg)

  • Import the Table of previews of content with sidecar?

    Is this possible?

    Thank you

    Tim

    Bob law. You do not specify the toc.png files in the sidecar.xml file. If you add in the section files, they are automatically used. Example:

    00_cover_h.indd

    00_cover_v.indd

    toc_cover.PNG

    01_ahab_h.indd

    01_ahab_v.indd

    toc_ahab.PNG

  • Why isn't bold fonts?

    I use Illustrator to create a couple of graphic novels and have created a custom truetype font based on my own writing. I did it by sweeping that on a printed form and sending an online service called YourFonts... I was happy with the result, paid for the download and have been using it later. However, I also need bold and italics variants of this. Rather than go through the process twice again (at a cost of $15 the time) I decided to use a free font editor called FontForge to create these variants (which turned out to be deceptively simple). The image below shows the original font and variants:

    LauraEssVariants.jpg

    I used FontForge on behalf of the LauraEss font family, the subtypes of Regular, Bold and Italic, and the names of files and equivalent policies. However there seems to be a problem with this in Illustrator, who do not have other applications in Windows 7. For some reason any fat does not seem to be different from the original. Here is what looks like an example of text (and draws as) in Illustrator:

    LauraEssFontIllustrator.jpg

    But here's the same text in Word format (including a fake cursor):

    LauraEssFontWord.jpg

    I noticed that the police is much more flexible in Illustrator CS5, and I do not think that Word performs a fake bold or italic. http://FontForge.sourceforge.NET/Overview.html#TOC

    Laura sent me three fonts and using the ttx to empty its files in a readable/editable format I was able to adapt to them - there were a few errors, probably due to the fact that FontForge has not treated the three fonts as belonging to the same "family":

    "1. the usWeightClass was 'medium' for all three, while it should be""Bold" for the police "BOLD". "

    2. the italicAngle in the table 'post' for italics is 0, whereas it should have some value of negaitive (I put it-"12", which seems a common value)

    3. a real head-scratcher, as at that time there italics and "BOLD" keys worked, but the order of the menu police was still not correct (italic first, then regular). I finally found that for a font italicized, you must also set the caretSlopeRun and the caretSlopeRise of some magic values other than the default value "1.0" (indicating a cursor "upward"). Change to semi-magie (*) "1 000 176" finally resolved values.

    (*) Semi-magic because these values apparently doing something, but I'll be darn if I know how to interpret...

    Reading his original post, I belately realize I don't have Word to test with. But his policies are "Comparefamily" of Adobe and tests validator Microsoft font families, so I guess this should then be allright.

    ... It was a useful exercise for me as well because thinking that italics problem told me something I didn't know that could be a problem in a font!

  • Several layers of texture

    I been using Director for years, but I am new to 3D.

    I have a plan, that the user dynamically switches the textures on the use:
    -member("Scene2").deleteTexture ("planeTexture")
    -member("Scene2").newTexture ("planeTexture", #fromCastmember, member ("3D_texture"))
    -.texture member("Scene2").shader ("planeShader") = MEMBER("SCENE2").texture ("planeTexture")
    (I load the chosen texture from a file in "3D_texture" cast member)

    The foregoing shows users 'go' now trying to add another layer of texture, which will be a bitmap from a circle to grounds: a png square with a circular alpha channel) to allow the user to move around to see where on their driveway they would like it

    See the photoshop comp:

    "" http://trgs.net/client/pic_for_help.jpg " "

    the result will show my textured base (from lines of code above) and a circle texture on top of that the user can move, then the prospect will adjust automatically as they move it around the plane.

    But I can't the second texture to work, I tried things like:

    -member("Scene2").newTexture ("Circle2texture", #fromCastmember, member ("circle2"))
    -member("Scene2").model ("plane") .addModifier (#meshDeform)
    -member("Scene2").model ("plane") .meshdeform .mesh [2].texturelayer.add ("Circle2texture")

    but the entire object will just pink!

    I'm trying to do something that we can't do?

    any help gratefully received (the customer wants Tuesday!)

    See you soon
    Jez.

    The easiest thing would be to simply create another plan with another texture on top. Otherwise, just texturelist [] property the shader allows you do the work and do not take into account #meshDeform.

    Set the texturelist [1] your shader for the bricks of the driveway, then the shader texturelist [2] to your texture with alpha. Then assign the shader blendFunctionList [2] #blend and blendsourceList [2] to #alpha.

    Your alpha texture will be a 'decal' on top of the texture of bricks. You can then move the decal autour texture using textureTransfromList [2] .position. But make sure your alpha is enough "white spaces" on the banks, on the other you are going to get the streaks.

    * Important to note that the rendering engine will affect what it looks like. I think that the above description is good with directX, but if you use openGL, you may need to use blendsourceList [2] = #constant and blendConstantList [2] = 100.

  • I get an error that the png file, I try to use for the favicon of the site is not a square?

    It's a square file, and tried to recreate three times with three different sizes only to receive the same download error.  I have not experienced this in the past and don't know how to go beyond that.  I have attached a copy of the most recent png file that I am using.Squeeze S Icon.png

    HA!  I can be faced with is a problem with Illustrator. Just checked the Council art illustrator I used and it's certainly a 1 x 1 inch square.

    -Ryan

    Sent from my iPhone

  • Text wrapping is square around a png image

    Hi I have a png as a file below.

    Sisters-of-St-John-of-God-Logo.png

    I know how to make a wrap text around an image, but the text surrounds the image as a rectangle

    Screen Shot 2016-06-04 at 7.14.15 PM.png

    and I want to wrap around the image, not the rectangle.  I tried to add a white background for the png and cutting the edges, see screenshot below.  I used red to display purposes.

    Sisters-of-St-John-of-God-Logo-cut-out.png

    But she always wraps as a rectangle.

    Appreciate your help.

    Screen Shot 2016-06-04 at 7.23.20 PM.png

    This works! When the PNG is incorporated.

  • Why is my imac printing docs pdf with squares instead of text

    I use OS X 10.9.5. When I want to print a pdf document was sent to me from an external source (for example, my electricity bill) the document is printed with squares where the text should be.

    Sometimes if I get an overview of printing, it will look OK but always printed with squares/no text, and sometimes it shows squares in the preview. I was not able to determine a trend.

    I tried to print the docs to two printers (HL 2140 Brother and Epson WF3620) with the same result. I can't find that someone has posted the same problem in any forum...

    If there are small places where individual letters should be, it's a problem of compatibility of fonts.

    If you print from Acrobat, you can work around this by using the option 'Print as image' under 'Advanced Print Setup:

    https://helpx.Adobe.com/Acrobat/KB/quick-fix-print-PDF-image/_jcr_content/main-p ars/img_0.img.png/Print-as-image-screens...

  • Overview unwantedly convert a color to transparent (!)

    Hello

    I use a snippet to open png files and save them to gif format (to reduce the size of the file).

    The files are a book cover, including an orange background, with red, white and dark gray text and graphics (curves).

    Yesterday, it worked well.

    Today when I save as gif red color in the image disappears. I guess that it is transformed into Transparent. I see where the red text and graphic lines were is the background orange.

    Preview was not doing this yesterday.

    Today it is the same on the png files that I created yesterday, so I'm sure that change is in the preview, not Inkscape (which I used to create the PNG).

    I do not use the lasso or other tool to select all areas of the picture and enable transparency.

    I open the image, choose the export file to gif format and with the box checked and checked alpha, the color red is disappearing and I don't want it.

    Any suggestions much appreciated.

    Overview 8.1 (877.7)

    10.11.6 OSX

    Thank you.

    Do not use the gif. It is an older format, limited to 256 colors. It is quite insufficient for most uses (with the exception perhaps of dubious of these short "animations").

    One of the unique features of gif should have 'transparency' - but which has been achieved by stipulating a particular table as color being transparent (and not, as in modern formats, by adding a fourth channel, called "alpha channel" to the series of red, green and blue).

    Somehow the red in your translation got to be designated 'transparent color '.

    If you want to reduce the size of the file, try saving to jpeg and quality change to achieve a good balance between size and quality.

  • weird square favicon

    Hello. I have Firefox 8 and some pages contain weird square favicon, because they do not have their own. For example: http://www.metro.sk/public/76866
    You can solve this problem? Thank you.

    You are welcome.

    I had noticed this transparent block as well and this question has been a good opportunity to see if there's a possible solution. A quick comparison and verification revealed that the old folder icon is still present.

    This code adds to the bookmarks in the bookmarks toolbar.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    /* default favicon */
    #tabbrowser-tabs .tab-icon-image:not(src),
    .sidebar-placesTreechildren::-moz-tree-image(leaf),
    .bookmark-item:not(src):not([container]):not([type]){
     list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
     -moz-image-region: rect(0px,16px,16px,0px)!important;
    }
    .bookmark-item[container]:not([livemark]):not([query]){
     list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
     -moz-image-region: rect(0,32px,16px,16px)!important;
    }
    
    .sidebar-placesTreechildren::-moz-tree-image(title,container,livemark),
    .bookmark-item[container][livemark]{
     list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png")!important;
     -moz-image-region:auto!important;
    }
    .sidebar-placesTreechildren::-moz-tree-image(title,livemarkItem),
    .bookmark-item[container][livemark] .bookmark-item{
      list-style-image: url("chrome://browser/skin/places/livemark-item.png")!important;
     -moz-image-region: rect(0px,16px,16px,0px)!important;
    }
    .sidebar-placesTreechildren::-moz-tree-image(title,livemarkItem,visited),
    .bookmark-item[container][livemark] .bookmark-item[visited]{
     -moz-image-region: rect(0px,32px,16px,16px)!important;
    }
    
  • ColorSync does not export png or jpg tiff after update to iOS 10.11.3

    Using ColorSync:

    Completed the update to iOS 10.11.3 yesterday, but acknowledged that, after the update, I have one more no *.tiff export *.jpg or *.png files.

    Many options for export has disappeared, that shouldn't be a problem, because the format png and jpg still appear in the list of options. But once I chose one of them I get an error if the name of the original file and the name of the export file are the same.

    Example:

    Open hearst.tiff in ColorSync and choose Save as.

    In the menu next, I clicked on "hearst" to use the name, but now I said "could not export the document.

    Looks like it was already possible to choose a file name by clicking on a file without actually replacing the existing, if the file type has been changed.

    What do you mean "using ColorSync"? Do you mean "color synchronization utility?

    Why would you use to convert an image file to another format? Preview is the default application for this.

    Utility color synchronization is not an image editor; It is intended to manage color profiles to ensure accurate reproduction of colors on different screens.

    Overview of the use.

Maybe you are looking for

  • Why can I not 'REQUEST' and how can I get rid of him?

    A new facility after loading Windows 10 included "ASK" and a Yahoo search option. WTF? Why they are there and how do I uninstall them?

  • Records related to the deleted email accounts are not deleted.

    Thunderbird (currently 24.6.0, Windows) current account settings window shows the folders the and RSS for RSS. I used to have 2 email accounts, but a long time ago I stopped using Thunderbird for them. When I removed the using the button 'delete acco

  • problem with Fallout 3 d3dx9_38.dll

    Hello, I have a problem when you try to run Fallout 3. It is said that the d3dx9_38.dll file is not found and please locate or reinstall the application. I looked on the forum and found a similar problem, and I followed the steps prescribed without r

  • HP Officejet 6000 CV of flashing light, won't feed paper

    HP Officejet 6000, the curriculum vitae flashes whenever I try to print, there is no paper jam, it will not feed a new sheet of paper. Using Windows 7. Thanks for your help!

  • Clear a field by a touch

    Thank you for your visit... hehe I have a problem. I want to add EditFields to the manager at the click of a button. So I used this code. VerticalFieldManager v=new VerticalFieldManager(); ButtonField addN=new ButtonField("Add field"); ButtonField re