Option in properties panel: render - export a bitmap

Hi - just come across this.
Therefore should we always use render - export as bitmap - it will be kinder on all CPUs of all platforms.???
When would I not use it then?
I suppose I can - but can I code this in ie: character.exportAsBitmap at design time or is it ONLY for mcs on stage. ie: Can I import mcs an apply that???
Cheers

I understand that you need the newest version (InDesign CC 2014.1) to accomplish what you want with EPUB.
But if you have a Creative Cloud subscription, you can download BOTH that version (the current one) AND also install InDesign CC (which came out in 2013), as well as InDesign CS6. All can be installed simultaneously!
As I described above, I think you unintentionally muffed it by installing a trial on top of your installation. Both should be uninstalled.
Then with Creative Cloud install the latest version and make sure it's working.
To download an older version from Creative Cloud, select the Apps menu in the CC application. Scroll down till you see "Filters & Version" In that section, you will see the older versions which you can also install.

Similar Messages

  • I have CC and while attempting Light Effects, the Layer will appear in the layers panel, but the option bar will not appear and neither will the Properties panel. All my preferences are set correct, and my computer has a compatible video card and RAM. Ple

    I have CC and while attempting Light Effects, the Light Effects Layer will appear in the layers panel, but the option bar will not appear and neither will the Properties panel. All my preferences are set correct, and my computer has a compatible video card and RAM. Please help!
    I tried to delete the layer attempt again. I am in a Photoshop class, but the work is all online, so all my teacher is going to do is send me to this site. I am trying to edit a photo for this class, and without this working, i go to filter>render>light effects. the bar and panel will pop up for about 2 seconds, then disappear. How do i get the options bar and properties panel to display?

    I was about to suggest resetting LE from the Workspace drop-down top right corner, but if you can't see the Options Bar, I guess that is not going to happen.  The normal Tool reset is grey out for LE, so it might be a case of resetting Preferences.
    Reset Preferences
    Windows — Hold down Shift Ctrl Alt immediately after starting Photoshop
    Mac — Hold down Shift Cmd Opt immediately after starting Photoshop

  • Is the Advanced Answer Option missing in CP7? (I'm looking in Properties panel.)

    Hello there,
    I'm new to CP7 but I've seen some online tutorials and they clearly show an Advanced Answer Option for multiple choice question (so I can provide feedback to wrong answer).
    Unfortunately I don't see it anywhere in the Properties Panel as I'm supposed to. I just see Character, Format, Shadow & Reflection, Transform.
    Thanks to anyone who can point me in the right direction. (BTW, I have multiple attempts selected in Quiz Properties).

    I assume I'm on a normal slide (I am VERY new to CP but I have checked this 2 ways. First, the timeline is not on the Master tab. Second, I have gone to menu at the top for Insert > Question Slide and while there, I noted that Insert > Quiz Master Slide was greyed out and not an option).
    I'm afraid I didn't find the 'utils' folder. I looked in all six locations where Captivate has folders (mostly put there automatically) but I may have missed it. I will list those locations below FYI.
    However, there has been a solution of sorts. I went into the second folder on the list below and cleared the cache as you suggested. I then ran CP7 as Administrator (advice I'd seen for a different problem on another thread). I created a new blank slide and inserted MPQ. The Advanced Answer Option was there. I then went back the original slide that was giving me problems (still running program as Admin) but once again, no Advanced Answer Option. Strange, no? Luckily, I'm still just at the playing-around stage so it's no problem to kill that first slide and start afresh.
    If there's anything else you think I need to know or if you want me to try something else to satisfy curiousity, let me know. Otherwise, I appreciate your advice till here.
    CP7 Locations (didn't find Utils folder):
    My Docs > computer > Adobe Captivate > Akimai > (2 files to install) … I chose location during set up
    My Docs > Adobe Captivate Cached Projects > (now cleared) … auto-located
    My Docs > My Adobe Captivate Projects … auto-located
    Desktop > Adobe Captivate 7 (64 Bit) > Adobe Captivate 7 > (Setup, packages, payloads and resources) … I chose location during set up
    C: > Program Files (x86) > Adobe > Adobe Captivate Quiz Results Analyzer 7 > (Assets, META-INF, srcview and 3 other files) … auto-located
    C: > Users > (my name) > AppData > Local  > Adobe > Captivate 7.0 … auto-located

  • Properties panel and window options blank

    This just started happening in Dreamweaver CS4 and I believe I just updated my Adobe on my machine, Windows 7 with CS4 installed for over a year or so now.
    I have suddenly have no access to the properties panel, although it is there if I close the program, then open it fresh. As soon as I start working it becomes blank. Any insights appreciated. See screenshot:

    I would try resetting your workspace by going to Window > Workspace Layout > Reset (name) Workspace
    If that doesn't help, try clearing the program cache file: Deleting a corrupted cache file

  • Character Styles in CSS Properties Panel are not correct

    I am using Adobe Illustator CC.
    I am trying to export all of the charter styles as CSS. However the CSS panel is not generating the correct style.
    Right now, in the Character Styles Panel and CSS Properties Panel I have 3 styles (Default, h1, h2)
    This is how they are defined in the Character Styles Panel:
    1. [Normal Character Style]:Helvectic Neue LT Std, 55 Roman, 16px
    2. h1: Helvectic Neue LT Std, 25 Ultra Light, 35px
    3. h2: Helvectic Neue LT Std, 45 Light, 18px
    HOWEVER
    When I go to the CSS Properties panel the code is not showing the Font Style:
    This is how they are defined in the CSS Properties Panel:
    1. [Normal Character Style]:
    .NormalCharacterStyle
      font-family : Helvetica Neue LT Std;
      font-size : 16px;
      color : #19131F;
      color : rgb(25, 19, 31);
    2. h1:
    .h1
      font-family : Helvetica Neue LT Std;
      font-size : 35px;
      letter-spacing : 0.53px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
    Missing:  25 Ultra Light
    3. h2:
    .h2
      font-family : Helvetica Neue LT Std;
      font-size : 18px;
      text-transform : uppercase;
      color : #FCFCFC;
      color : rgb(252, 252, 252);
    Missing:  45 Light
    Am I not doing somethign correctly? Is it a problem with my font or with Illustrator?
    Also, in case it makes a difference, I only have the default paragraph style defined. It's style is; Helvectic Neue LT Std, 55 Roman
    Thanks!

    CSS cannot render typographical multiple weight fonts simply because that's just not how it works. All CSS does is reference a physical font file and its properties and while it's possible to use the font-weight and font-style attributes to make standard fonts lighter or bolder it does not compare to anything you would do with the font in a real design environment. That and of course you still need to define fallback/ substitution options - the Helvetica Neue you are referencing is exclusively available on Apple systems only and even if what you are trying worked off the bat, it would be useless on alternate devices that have no access to the font.
    Mylenium

  • CS5 properties panel - poor performance

    Hello,
    I have recently started to experience an issue in Fireworks CS5 where the properties panel is very slow to update.
    Once I have selected an object, I can select other objects of the same time with no delay. For example, from no selection, if I select a peice of text there is a 2-3 second delay while the properties panel updates to show the font type, size, leading, etc. Now if I select other text, the properties update accordingly, with no delay.
    If I change the selection to a bitmap, there is another 1-2 second delay while the properties panel updates again.
    All other panels and functions seem to be working correctly with no delay. Can anyone help with this issue?
    Thanks.

    Thanks folks... I figured it out. The answer was in the OPTIONS side menu of the EXPORT menu.

  • CS5 properties panel interface

    is there any way to change the properties panel back to the way it was in CS3? i always keep my properties panel below my timeline at the bottom of my screen and now i have to scroll to see all the properties if i dock it there.

    Thanks folks... I figured it out. The answer was in the OPTIONS side menu of the EXPORT menu.

  • Fw CS5 Properties Panel question

    Can I control the way the PROPERTIES PANEL titles my internal pages in the pull down LINK menu? The problem is, by default, all my internal pages are named with their extensions capitalized, ex: ".HTML" (please see the attached .png)  I can not link to these pages when in "View Page/All Pages in Browser" mode until I manually change the link's extension to ".htm"  It took me several days, of mind-numbing searching and going over past tutorials/videos, to come to the realization that this was the cause of my inability to preview properly in a browser. I was never able to find info that discussed this problem.
    I'm a newbie, so possibly I skipped a very important tip early in my learning process.
    Please help - thanks

    Thanks folks... I figured it out. The answer was in the OPTIONS side menu of the EXPORT menu.

  • I can't edit a Line with the Properties panel - Flash CS4

    I have created a line on the stage with the Line tool, and then want to edit the Stroke and Style in the Properties panel. However, after creating the line these options are greyed out and not available to me. Even if I then select the Line with the Selection tool, I cannot edit the Stroke or the Style. It seems to me I should be able to do this, what am I missing?

    Normally after drawing the line you only need to click once on it to select it, and with it selected you should be able to access its settings in the properties panel.

  • Properties panel still a major issue - so is overall CC interface

    Hi, I have just bought into the whole Adobe CC apps things after years of working with CS4, 5 and 5.5 and remaining compatible with most of my clients, few are taking the leap to CC right now.
    Anyways, I am extremely disappointed in the interface, and completely amazed that the Properties panel in Dreamweaver is still ridiculously underwhelming.
    Case in point, the URL field.
    Why has this field remained limited to just 30 characters when the Property panel extends the full width of the screen and is completely empty from the walfway mark over to the far right?
    Can't remember the last time I had such a simple URL it even fit in there, mostly dealing with enewsletters with externally-hosted content... need hard URLs that are lengthy, this limitation adds too much time to my work and is annoying beyond belief.
    In addition, all CC apps now leave a hideous solid background that covers all other apps, and the Finder, this to me is reverting back to 1998 standards, not Mac OS X standards at all.
    Are the recent Adobe CC apps all Windoze ports? The dialogue boxes look hideous, the progress bars, etc, etc. all hideous, nothing like the slick CS4 look that was a major improvement over previous versions.
    And in any dialogue box you have to tab through every single option in the dialogue box... what?
    I used to love Adobe apps, I use them daily, several hours a day. Now I just don't want to have to deal with them.
    Please Adobe, what happened? Tell me you're working on fixing these issues and making these apps usable again.
    Right now I'd rather become a manager and not have to look at InDesign, Illustrator, PhotoShop, Dreamweaver ever again.
    Thanks.

    Hi David, thanks for the Application Frame tip... although in InDesign [the app I use most] it is also in prefs which was confusing, isn't in DW's prefs, or Ilustrator's or PhotoShop's... but the interface colouring is... the inconsistency here is annoying. There are so many issues leftover from previous versions of these apps which I have pointed out to Adobe that it's disappointing, having "upgraded" to CC and not finding any real improvement. I remember when apps moved a full version they were exciting to use and explore, just not happening any more with so much room for improvement - I could understand if the apps had everything needed and were the absolute best possible... but not the case, truly disappointed, could have stayed with CS5.5. Thanks.
    PS - that form you pointed me to is the one I used to file the request - and they replied it wasn't a bug it was a feature request, even though the title of that forms states "Feature Request/Bug Report Form" Weird.

  • OWB is not showing some default options like contol center,import/export

    Oracle (11.2.0.1.0) databse is installed on linux.
    it is successfully installed on linx.
    when i am trying to login to OWB GUI with owbowner/owbwoner.it is opend successfully.
    1)when i right click on that 'MY_PROJECT' it is not showing any options like NEW,validate,import/export .
    2)Under TOOL tab,control centre is not showing
    3)Under TOOL tab,in preferences,it not showing OWB Environment properties
    Like this way lot of default options are not showing.
    Can anybody help on this issuue........?
    Edited by: krishna on Dec 24, 2011 12:48 AM

    Oracle (11.2.0.1.0) databse is installed on linux.
    it is successfully installed on linx.
    when i am trying to login to OWB GUI with owbowner/owbwoner.it is opend successfully.
    1)when i right click on that 'MY_PROJECT' it is not showing any options like NEW,validate,import/export .
    2)Under TOOL tab,control centre is not showing
    3)Under TOOL tab,in preferences,it not showing OWB Environment properties
    Like this way lot of default options are not showing.
    Can anybody help on this issuue........?
    Edited by: krishna on Dec 24, 2011 12:48 AM

  • Component Properties panel stuck/broken

    Xcelsius Engage 2008 5.1.1.0, Build 12,1,1,344
    MS Office 2007 (12.0.6324.5001) SP1 MSO (12.0.6320.5000)
    Windows XP SP2
    In the main project I have been developing for the past week, the Properties Panel appears to be completely broken all of a sudden.  With some effort, I can eventually manage to double-click on an existing object and bring up its properties, but it often requires clicking around to different components, hide/unhiding them, lock/unlocking them etc. first before I can do that.
    New objects refuse to appear in the Object Browser at all even though they show up in the design area when I drag them in, and even double-clicking them after jumping through the above hoops has no perceptible effect.  (They can be resized and dragged around, though, and no, sorry, right-click context menu options are all grey).
    The moment the issue seemed to begin was when, in this same project, I attempted to select multiple components in the object browser to edit one field, but aborted that attempt in favor of editing one object that was not in the group.  The objects, incidentally, were each sitting inside different groups containing other objects, and all of these groups were sitting inside one main Panel container.  All of a sudden, my selection was "stuck" and Xcelsius behaved very sluggishly and finally crashed.  I didn't connect this to my select action, however, because I chalked it up to being yet another instance of [the performance issue I documented previously|Frequent crashes when running Excel 2007, Xcelsius 4.5 and Xcelsius 2008; (Nov 7).
    Realizing this connection later, I also attempted to multi-select objects again in a variety of ways, hoping to magically reverse the problem somehow, but fortune did not smile on me and the issue has remained.
    After much trial and error, and several system reboots, it seems that my Xcelsius 2008 is stuck this way.  I plan to reinstall it soon, but in the interests of providing you in QA/Support with the information that you'll likely need, I'm willing to delay this step.  That said, I really don't have much time to deal with this sort of thing right now.  I really need to get past this and other issues soon so that I can move forward towards a looming project milestone, and if I can't I may have to scrap the effort and go with a different solution entirely.  I sincerely hope another SP or FP is due out soon.

    Ah, I fixed it.
    1. Closed project (and Xcelsius) again (no save - never saved once since this issue began for fear of making things worse)
    2. Launched Xcelsius on its own
    3. Started new phony project
    4. Dragged in a couple of panels
    5. Dragged in a bunch of random objects into panels
    So far everything seemed fine.  I could see all objects both in the design area and the Object Browser, and I could edit them however I wanted.
    6. Multiple-selected a bunch of objects within groupings within one of the Panel components
    7. Clicked on a field within that selection as if to edit it, but didn't
    8. Clicked away to some other random object (not in Panel)
    Everything was fine, so far.  The issue was not recreated, and Xcelsius seemed fine.
    9. Opened my real project from the File menu recent items list (closed w/o saving the phony project)
    10. Double-clicked on various components - no problems
    11. Dragged in new component, voila, now I could see it listed in the Object Browser, and edit its properties however I liked.
    So far, so good.  Hopefully the problem remains gone.  I would love to hear feedback if you have any.

  • Xcesius properties panel not visible

    Hi Experts,
    I have a very basic question. I have been working on Xcelsius for quite some time and I have suddenly noticed that the properties panel in my xcelsius has disappeared. I have not made any upgrades.
    In the 'View' menu, I have the option 'Properties' checked. Is there anything else that I need to take care of.
    Thanks,
    Sreeni

    Check the size of the Properties window , I think u might reduse the size of the Properties window.

  • Flex properties panel

    Hi,
    I am try to create a test application with the flexbuilder
    plugin. But when I look into the Flex properties panel I see only
    basic properties. I have already re-install the flex builder to
    lookup the details of the properties panel without success.
    I don't see in the properties panel the "Styles", "layout"
    and other advanced options... How can I get those settings back.
    Or where can I put those settings on.
    Regards,
    Guy

    The "Specific component with style name" acts as a hint to
    CSS Design View and serves to document the purpose of the style.
    However, Flex itself ignores the component name portion of the
    name.
    So, if you have Label.myLabel{} in a css file and open that
    file in CSS Design View, you will see a preview of that style with
    a Label as the sample component. If you have just myLabel{}, CSS
    Design View will not know what to use as the sample component, so
    you would need to select the sample component from the combo box at
    the top of CSS Design View.
    In the MXML source code, Flex considers Label.myLabel and
    myLabel to be the same thing. This is a limitation of Flex and the
    MXML compiler. It ignores all characters before the dot in the
    style name.
    So, the Label.myLabel syntax is only useful in Flex Builder
    CSS Design View. It saves you from having to select Label as the
    sample component. We also consider it to be a good practice because
    it makes it clear from the name that the style is intended for use
    with a Label and not some other kinds of components.
    -- Greg Dow
    -- Adobe Flex Builder Team

  • CSS properties panel - odd problem

    Recently the CSS properties panel has suddenly changed and
    won't operate or display the way it's supposed to. The CSS Styles
    panel is open. I've got the layout set to "Show only set
    properties". When I choose a selector the properties show up below
    it, however the "Add property" link is gone and there are no labels
    for each property.
    I've never seen this before and I can't find any option to
    switch it back, in case I changed the layout by accident. Has
    anyone any knowledge of this? Did I do something to change the
    layout?
    Thanks for any assistance.
    Jeff

    I am having the same problem. I even reinstalled Dreamweaver
    but it didn't help. Any ideas?
    Thank you.
    Donna

Maybe you are looking for

  • Time Capsule can't function as backup drive?

    My main work computer's logic board fried yesterday. (Under AppleCare, so shouldn't be the end of the world, just a pain). I have it set for continuous hourly backups to a 1TB Time Capsule. So I should have all my files accessible. I'm working on ano

  • SD CARD READER NO LONGER WORKS after IOS upgrade. Help!

    Does anyone have a suggestion as to how I can get my sd card reader working again? My generation 1 iPad worked fine with it until I updated to IOS5. Today was the first time trying to upload pics since the upgrade. Nothing. Not even an error message.

  • Child package cannot read param value from parent ssis package

    Hi all, I think I must be crazy !! i have a big problem in my ssis project . i have more than 40 package one parent and 39 childs  i use configuration method to get variable values from parent to child packages and it work well .. but when i copy my

  • Reports 6 - Attached Libraries.

    Am currently developing a report using Oracle Report Builder 6.0 - which has an attached library containing a specific program unit. When compiled on my machine (win2000), no errors are encountered. But during runtime, we receive the error "ORA-06508

  • Support for Russian Character Set

    What would you recommend as the NLS_LANG vaule for Oracle to support the Russian Character set. There are a few available like RU8BESTA. Which is recommended.