Symbol Properties

In Flash, I can programmatically change a Movie Clips properties with ActionScript. How can I do this with Edge?
I've tried something like this:
sym.getSymbol("ElementA").x = 450;
And it doesn't work.
Should I be addressing the CSS properties instead?

Hi padrepio,
I recently built an Edge comp that was centered via external CSS. In order to correctly position my object with the sym.$("my_object").css({left:450}); code, I had to compensate for the css centering with a "centeredOffset" var, like this:
sym.centeredOffset = $("#Stage").offset().left;
I then added that offest to my positioning code like this:
sym.$("my_object").css({left:sym.myXPos - sym.centeredOffset});
Here's some interesting info on how Edge positions objects. According to the API doc:
Position div elements
By default, Edge Animate makes sure that a stage div is positioned. If the div is not positioned either absolute or relative with CSS, Edge Animate makes it "position: relative" so all of its elements are animated relatively to the stage, rather than the page. You will need to use either flow-based or absolute position CSS to put your stages where you want them in your page.
API:doc
http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html

Similar Messages

  • Symbol Properties- Source; 'file: '???

    You can find this if you right click on a symbol in the
    library and select properties. And in the Source section there is a
    browse button for a file.
    I have a remote library set up on a few symbols in a project
    I am doing and thought that it would relate. However I can’t
    seem to find any info on what this is. Does anyone know what this
    ‘source file’ is and how it can be used?

    Yes, I was think it's a pathing problem.
    Since you can't have two folders with exactly the same name, doing a copy/paste changes that path. OK .....so how can we cheat/fool Flash into using the same path (sort of) for two different folders?
    Thinking out load: can you do some testing on a small scale... not the whole project?
    Can you CUT/paste and make the destination folder work?
    Use the same folder for both libraries? and path from the root folder... sort of like an absolute address but root relative? this needs to be done when you are making the original set of symbols.
    Change the location of each sections Library folder so that they are not in the same main folder so that you could use the same subfolder name inside each section folder? For example:
    section1_library/symbols
    section2_library/symbols
    allows you to use the exact same folder name for both section's symbols folder. So if the path to the symbols in "section1" is just /symbols, copy/pasting that into the folder "section2" gives exactly the same path. Now to actually make that work, you may need to introduce as many sub folder levels upward as needed to separate the sections. So review the symbol properties and determine how far up the folder lever you need to go.
    Or there may be some simple way in Flash to set root relative paths so that the copy/paste will work... but I don't know of any.
    Best wishes,
    Adninjastrator

  • Why won't rich symbol properties show when the .jsf file exists?

    In FW CS4 I've created a rich symbol via the "create symbol script" command, then I reloaded my common library, and put the symbol from common librray on a page.  Even though I have a .jsf file in C:\Documents and Settings\<user>Application Data\Adobe\Fireworks CS4\Common Library\Custom Symbols to match my symbol, there are no symbol properties available for it on my page.
    I can use the create symbol script command again on this symbol & it comes up with the same properties I had already defined.
    What would stop symbol properties from showing up when the symbol is taken from a recently reloaded Common Library & placed on a page?
    I've discovered that I can see the properties when I use this symbol in a totally brand new Fireworks file, but I can't in an existing file that ever had that same symbol before, even when I tell FW to "Replace the existing item."
    Below is my jsf file contents.
    Thanks!
    5
    title,textChars,Title,Title;
    outline,visible,Active%20window%3F,true;
    win%5Fmin%5Fbtn,visible,Min%20btn%20visible%20%28not%20modal%29%3F,true;
    win%5Fmax%5Fbtn,visible,Max%20btn%20visible%20%28not%20Modal%29%3F,true;
    background,fillColor,fillColor,%23ffffff;
    function setDefaultValues()
        var values = new Array();
        values.push({ name:"Title", type:"text", value:"Title" });
        values.push({ name:"Active window?", type:"boolean", value:"true" });
        values.push({ name:"Min btn visible (not modal)?", type:"boolean", value:"true" });
        values.push({ name:"Max btn visible (not Modal)?", type:"boolean", value:"true" });
        values.push({ name:"fillColor", type:"color", value:"#ffffff" });
        Widget.elem.customData["currentValues"] = values;
    function applyCurrentValues()
        var values = Widget.elem.customData["currentValues"];
        Widget.GetObjectByName("title").textChars = values[0].value;
        Widget.GetObjectByName("outline").visible = values[1].value;
        Widget.GetObjectByName("win_min_btn").visible = values[2].value;
        Widget.GetObjectByName("win_max_btn").visible = values[3].value;
        Widget.GetObjectByName("background").pathAttributes.fillColor = values[4].value;
    switch (Widget.opCode)
        case 1: setDefaultValues();   break;
        case 2: applyCurrentValues(); break;
    Message was edited by: oic.now

    Solution Found:  I had to explicitly delete the existing copy in my orginal FW file even though when I used the one from the common library I told it to "Replace the existing item"  I guess the replace doesn't really work for rich symbols.  After I deleted the symbol with the same name from the document library & pulled in the one from Common Library, it showed its rich symbol properties.

  • Symbol Properties Class: field

    Hi,
    What exactly is the function of the Class field in the Symbol Properties window?

    I believe there are a couple of aspects to that, and for what I offer, anyone who knows better should chime in.
    If you have an object in the library that you want to load dynamically, such as a MovieClip, you prepare it for that by selecting the option to Export for Actionscript, which lights up the ability to define a Class name for the object.  When you compile the file a class definition for that object is automatically generated if there is not already a class by that name in a separate .as file.
    So you can create a movieclip and have it be its own class.  Or you can create some entity and assign it a Class ID that already exists as a separate .as file.
    And in your AS code, to create a new instance of that class, you do it just like any other AS3 class...
    var newInstance:ClassNameAssigned = new ClassNameAssigned();

  • Symbol Properties panel not updating or refreshing

    Y'all,
    I'm running FW CS5 under Windows 7 Pro (64-bit), and my Symbol Properties panel has stopped updating when I select a symbol to modify. I have to close and re-open the Symbol Properties panel to force it to refresh.
    If I have the panel open and select a symbol on the page, the panel remains blank.
    If I have edited a symbol then deselected it, that symbol's properties remain visible in the Symbol Properties panel after the symbol is deselected.
    If I have edited a symbol then select another symbol, the first symbol's properties remain visible in the panel and it does not update to show the properties of the newly selected symbol.
    In all cases I must close and re-open the Symbol properties panel to force it to refresh and update.
    I've also noticed two other peculiar refresh problems lately - when the rulers are visible and I either zoom in / zoom out on the document or change the application window size, the top ruler often vanishes. I have to minimize then maximize the Fireworks application window to force a refresh and get the rulers to re-appear.
    Finally, the little document info boxes at the lower right corner of the canvas showing document size and zoom level often go blank or vanish when I either zoom in / zoom out on the document or change the application window size. I have to minimize then maximize the Fireworks application window to force a refresh and get the info boxes to re-appear.
    It seems that the problem may be related to some larger Fireworks screen refresh problem. It did not behave this way when first installed - it began happening recently, and the only thing that has changed was a minor update to all of the CS5 design tools (including FW) about the way that image metadata is handled.
    Is anyone else experiencing odd refresh errors? Is it possible that an extension could cause this?
    Any help and advice would be appreciated, because it has become really cumbersome to use component symbols.
    Thanks,
    Dave

    After digging around and looking at what has been updated or installed on my computer since these weird refresh problems began, I may have identified a possible cause.
    Adobe installs the Java runtime with the Creative Suite (I'm not sure why, but it's there), and a few weeks ago the 1.6.20 update installed itself, but it failed multiple times before installing, then Windows 7 informed me that a component was improperly installed with the incorrect privileges. Last night the 1.6.21 update installed itself without any errors, and this morning Fireworks seems to be working normally again.
    I'll keep monitoring FW for weird refresh problems, and if they return I'll post an update. It is possible that the 1.6.20 update broke something that was fixed by the 1.6.21 update.
    Can anyone tell me why the CS programs require Java and what it is used for?
    Thanks,
    Dave

  • Symbol Properties - changing class name

    Newbee question...
    I'm trying to change the class name of a movie clip symbol
    that I have in my library. I've changed the name of the symbol,
    I've change the name of the class in my AS3. I've changed the name
    in the advanced properties Class:, but at the bottom of the
    properties page there is a button that's labeled Symbol... when I
    click on it, nothing happens, next to the button is Symbol Name:
    [old name], but because the Symbol button does nothing when I click
    on it, I cannot change the name here to the new name. Below that is
    a check box that says always update before publishing, which I
    checked and then published, but it still didn't update to the new
    name. What am I missing?

    I believe there are a couple of aspects to that, and for what I offer, anyone who knows better should chime in.
    If you have an object in the library that you want to load dynamically, such as a MovieClip, you prepare it for that by selecting the option to Export for Actionscript, which lights up the ability to define a Class name for the object.  When you compile the file a class definition for that object is automatically generated if there is not already a class by that name in a separate .as file.
    So you can create a movieclip and have it be its own class.  Or you can create some entity and assign it a Class ID that already exists as a separate .as file.
    And in your AS code, to create a new instance of that class, you do it just like any other AS3 class...
    var newInstance:ClassNameAssigned = new ClassNameAssigned();

  • Flash CS5.5 Pro symbol properties window on OSX 10.7.2 Lion

    Hello
    My Flash CS5.5 is working ok on my new MackBook Pro, running OSX 10.7.2 Lion, although when I try to insert a new symbol or try to acces the movieclip's properties from the library, the propteries window doesn't appear! I am able to add a new symbol by pressing enter so it's working ok it's just I can't see the window anywhere and I can't interact with flash at all unless I press esc or enter a new symbol.
    Does anyone know why this is happening and can give me some help please? I have updated to the latest version too.
    Thanks
    Adam

    Has no one had this problem?

  • Problems with Flash CC user interface. Mainly I can't seem to click certain buttons and input fields on various modal windows. (eg. Scale and Rotate, Sound Properties,

    Hi there,
    I'm wondering if anyone else is experiencing issues like this. I'm basically finding that a bunch of different buttons, fields, and tabs do not respond to my clicks. This seems to be spread out throughout the application.
    I've had to work around most of this by using the tab and arrow keys to navigate around modal buttons and fields... but it is a bit of a pain.
    There are some parts of the interface that can't be accessed via tabs and arrow keys... for example the ActionScript Tab on the Sound Properties window... there's no way to get to that... and clicking the tab itself does nothing, although I can see that the rollover state of the tab is activated.
    I've ended up having to run Flash CS6 in order to set the export classes of sound files and that's a bigger pain.
    Similar UI issues exist with other things... for example the color picker (eye dropper) seems to pick colors near, but not directly under itself.
    I'll be honest... I'm running on Windows 7... via boot camp... on a Mac Book Pro with retina display... so the issues could stem from this combination. However... Flash CS6 does not have any of these issues... so I can only think that it is a Flash CC issue.
    I appreciate any input you can provide. ( Although the obvious "run it on OSX instead" or "just use CS6" aren't the kinds of answers I'm looking for. I have my reasons for the setup. )
    Thanks.
    Cheerfully,
                           - JR

    Thank you for the suggestion. I've just done the uninstall, clean, re-install process.
    No luck.
    Even the first-run modal that comes up to choose Sync Settings has the same problem. All three buttons will go to a rollover state if I mouse over them... however, none of them are clickable. The only clickable item is the OS window close button. If I use the TAB key to move from button to button it moves the yellow button selector accordingly. If I press the ENTER key it responds correctly. For some reason clicking is not working on these parts of the Flash CC UI.
    *Note: This does not happen with all of the Flash CC UI elements... only some key ones (Save As - Confirm Overwrite, Symbol Properties and Swap Symbol dialog boxes also do not work with clicks, only with the keyboard navigation). Really a pain in the posterior.
    Again, I'm wondering if this is an issue particular to my hardware/os combination but I have had no luck finding answers online.
    Any other possible solutions out there?

  • Script to insert an existing Rich symbol throws error

    I have an existing Rich Symbol called RSymbol. Now I write a script to place RSymbol into a certain layer which create. The problem is, that everytime i import a symbol like this with
    fw.getDocumentDOM().importFile(fw.appSymbolLibrariesDir+"RSymbol.graphic.png", {left:136, top:108, right:136, bottom:108}, false, 0, false);
    Fw doesnt import the properties for this symbol and throws an error "Component graphic or script edited An error occured"
    I also tried to put the rich symbol in the appSwfCommandsDir but it didnt work either. I guess the problem could be that the RSymbol isnt in the Common Library folder. appSymbolLibrariesDir doesnt point to the common library folder but to some other folder (Adobe Fireworks CS5\Configuration\Libraries).
    I also tried to use fw.getDocumentDOM().importFile(fw.appSettingsDir+"/Common Library/... but it doesnt work either.
    I want to use this script in a panel so I cant hard code the absolute path.
    Any suggestions how to import a rich symbol and make the rich properties available?
    Thanks a lot!

    Sadly, I don't think there's any way to programmatically insert a rich symbol while maintaining its "richness".  I tried and failed to do that in my QuickFire extension: http://johndunning.com/fireworks/about/QuickFire
    The best I could do was to insert the symbol in a way that if you had already dragged that symbol from the common library into the document, the new instance would still show something in the symbol properties panel.  Here's the code that QuickFire uses to insert symbols:
    function insertSymbol(
         inSymbolName,
         inPath)
         var dom = fw.getDocumentDOM();
         var middleX = Math.round(dom.width / 2);
         var middleY = Math.round(dom.height / 2);
         try {
                   // first assume the symbol is already in the library and try to
                   // insert an instance.  there doesn't seem to be an API to list
                   // the symbols in the document, so we just have to try it.
              dom.insertSymbolAt(inSymbolName, {
                   x: middleX,
                   y: middleY
         } catch (exception) {
                   // replace the user or app JS directory path tokens with the
                   // actual path, so that importSymbol will find it below
              inPath = inPath.replace(/^:U:/, k.UserSymbolsPath).replace(/^:A:/, k.AppSymbolsPath);
                   // the symbol isn't in the document yet, so import it.  we use
                   // importFile instead of importSymbol because the former seems
                   // to preserve some magic that allows you to turn it back into a
                   // rich symbol if you later drag the same symbol from the Common
                   // Library into the doc and replace existing instances.
              dom.importFile(inPath, {
                   left: middleX,
                   right: middleX,
                   top: middleY,
                   bottom: middleY
              }, true);
    // this is a failed attempt to import a rich symbol.
                   // the jsf filename doesn't include the .graphic bit
              var jsfPath = inPath.replace(/\.(graphic|animation|button)\.png$/, ".jsf");
              if (Files.exists(jsfPath)) {
                        // to change the opCode, so that the rich symbol's jsf file
                        // will give it the default values, we need to create a proxy
                        // Widget object.  but first save off the actual Widget.
                   var _Widget = Widget;
                   Widget = {
                             // we want this to be opCode 1, which will set the symbol's
                             // default values
                        opCode: 1,
                             // the symbol we just imported is Widget.elem
                        elem: fw.selection[0],
                        propString: _Widget.propString,
                             // pass these method calls on to the real Widget
                        GetObjectByName: function()
                             return _Widget.GetObjectByName.apply(_Widget, Array.prototype.slice.call(arguments, 0));
                        isWidgetSelected: function()
                             return _Widget.isWidgetSelected.apply(_Widget, Array.prototype.slice.call(arguments, 0));
                        UpdateWidget: function()
                             return _Widget.isWidgetSelected.apply(_Widget, Array.prototype.slice.call(arguments, 0));
                   fw.runScript(jsfPath);
                        // reset the global to the real Widget object
                   Widget = _Widget;
    Hope that helps.

  • How do you copy a Symbol to other fla without importing it?

    If I try to copy or move a symbol from one fla to another, it
    automatically gets imported, i.e. in the new fla the symbol has in
    its properties a source pointer, to where it was taken from. How
    can i copy a symbol for real, or "clone" it, into another fla
    library, without importing it? If I go to an imported symbols
    properties, how can I cancel the source option? I don't see a
    button for removing the source pointer.
    There has to be some way to make the symbol an independent
    symbol without any relation to its source fla???

    Funny thing is, both if i copy and paste the symbol, or drag
    it from another library, the symbol in the destination .fla gets
    "imported" with information about its source (in the symbol
    properties). I guess either my Flash has some funny settings, or is
    not working as it is supposed to?? Maybe I should reinstall it. I
    have found one way to break the "import" by making "duplicate" of
    the symbol, and then deleting the original, and renaming the
    duplicate back to the original name. Of course, this method is too
    tedious if I wanna copy hundreds of symbols.

  • BUG: Rectangles inside FW symbols become blurry/misaligned

    There seems to be a problem with the use of Rectangles within Symbols in Fireworks CS6, CS5 and earlier.
    The problem is that they become blurry. More exactly, they become repositioned within the symbol—aligned to the half-pixel—and their edges become anti-aliased as a result. For example, here's a series of rectangles that I'd created on the canvas to visualize a set of color swatches:
    Here's the same set of rectangles after having been saved as a Symbol and imported into another document:
    At first I thought this was a problem with Symbols in general, but then I discovered that it only occurred with Rectangles—a.k.a. "rectangle primitives", which are a special kind of grouped vector object created using the Rectangle tool—and only when the contents of the Symbol in which they resided had a pixel width or height ending in an odd number (i.e., 1, 3, 5, 7 or 9).
    THE PROBLEM
    Here's what I've observed, in greater detail. Start with two Rectangles, 99 x 99 pixels—one with a stroke only, the other with a fill only. Select the first Rectangle and choose Modify > Symbol > Convert to Symbol, and then do the same for the second. Save the file. Everything looks OK, right?
    Now close the file, and reopen it. Have a look at the thumbnail previews within your Document Library. They look a little... fuzzy, yes?
    Click on the name of one of the symbols in the Document Library to open the Symbol Properties dialog, and then click OK. Now look on the canvas...
    Yikes. The symbol instance containing the stroked Rectangle (on the left) has become quite blurred. Now, back within the Document Library panel, click on the thumbnail preview of the other symbol to enter Edit Symbol mode, and then return to the document canvas...
    Yikes again. The symbol instance containing the fill Rectangle (on the right) has also become blurred—horizontally, in this case. They both look worse now.
    Note that it's not the instances nor their placement on the canvas that's the problem—you can move them anywhere on the canvas, and they'll still look just as bad—but the symbols themselves. Double click on one of the symbols to enter Edit Symbol mode and select the rectangle. Its X-Y position in the Properties panel will look normal, but if you open the Transform panel extension (http://www.senocular.com/fireworks/extensions/?entry=572), you'll see the real story: The rectangle has been re-aligned to the half-pixel.
    Importantly, the trigger here isn't the dimensions of the rectangle, per se, but of the symbol contents as a whole. If the symbol contents have an even-numbered dimension, alignment remains crisp and pixel-perfect along that dimension; if the symbol contents have an odd-numbered pixel dimension, a blurry misalignment occurs. For example, here's a series of "even" rectangles (20 x 20 pixels) that, with their single-pixel spacing, comprise an odd-numbered selection (125px), shown before and after symbol conversion:
    Incidentally, the same problem reveals itself when you import these symbols into another document using the Import Symbols command within the Document Library options menu.
    THE FIX
    The patch for this bug, once it's occurred, is to edit the symbol. In Edit Symbol mode, select all objects—or just the misaligned Rectangle objects—and choose Modify > Snap To Pixel.
    The fly in the ointment here is that, in many cases, the original alignment is not preserved. The rectangles may now be misaligned in relation to other objects in the symbol, as well as to other objects on the canvas. Therefore, to finish the job, you may need to also nudge the rectangle(s) by a pixel horizontally or vertically using the keyboard arrow keys.
    The good news is that once a symbol has been fixed using Snap To Pixel, its alignment and clarity should remain fixed.
    THE WORKAROUND
    The surest way to avoid this issue, of course, is to avoid including Rectangles in your symbols—not the geometric shape, but the grouped vector object as it's created by the Rectangle tool. Therefore, prior to converting a selection to a symbol, check for any Rectangles within the selection and ungroup them using the Modify > Ungroup command, which will convert them into simple paths, unaffected by this bug. (Chances are, by the time you're converting these objects to symbols, you won't need the fluid resizing or adjustable rounded corners that Rectangle objects offer; the trick will be remembering to perform this extra step.)
    THE BUG REPORT
    Lastly, here's the bug report that I submitted to Adobe regarding this issue:
    Product name: Fireworks
    Product Version: 12.0.0.236
    Product Language: English
    Your operating system: Mac OS 10.6.8
    ******BUG******
    Concise problem statement: Rectangles within Symbols become blurry if the width or height of the symbol contents is an odd number (e.g., 21, 23, 25, 27, 29, etc.). The blurriness is caused by misalignment of Rectangles on the half-pixel within the symbol, and becomes apparent upon closing and reopening the document and either a) viewing the symbol's Document Library thumbnail preview, or b) clicking to view Symbol Properties or to Edit Symbol. It can also be observed upon Importing the symbol into the Document Library of another document.
    Steps to reproduce bug:
    In an open FW document, draw a Rectangle and set the width and/or height to an odd number (e.g., 99 x 99 pixels).
    Select the Rectangle and Convert to Symbol.
    Save and close the document.
    Reopen the document. In the Document Library, double-click the symbol name to open the Symbol Properties dialog, and click OK. (Or double-click the symbol preview to Edit, and then return to the document canvas.)
    Results: The Symbol instance appears blurry on the canvas. (The Symbol itself also appears blurry within Edit mode.)
    Expected results: The Symbol should appear as it was originally created, without a loss of clarity or change in alignment.
    Note that this bug can occur whether a rectangle's dimensions are even or odd; the determining factor is the dimensions of the symbol contents as a whole. However, the bug affects Rectangles only; it has not been observed with paths, ellipses, auto shapes, bitmaps, or groups.
    The Transform panel extension was used to view the precise pixel alignment of objects and determine the cause of the blurriness.
    For more information, including graphic demonstrations and workarounds, please see the following forum post: http://forums.adobe.com/thread/1073489?tstart=0
    This bug has also been observed in Fireworks 8 and CS5 on Mac OS 10.6.8 (Snow Leopard).
    POSTSCRIPT
    Amazingly, this bug can also affect Symbol instances on the canvas that have been "broken apart". To see this for yourself, create a symbol like one of the preceding examples, select the symbol instance on the canvas and choose Modify > Symbol > Break Apart. Save and close the file, then reopen it. The "broken apart" instance on the canvas will now appear blurry/misaligned(!).

    Thanks, Petros_!
    That's good input. If this issue is important to you, consider submitting your own bug report. Feel free to copy and paste from mine, if it helps. (Just be sure to verify all results on your own setup first.)
    Whenever possible, I'm trying to post bug reports on this forum in addition to submitting them to Adobe. Partially, this is to allow me to include graphics or go into slightly more detail, and partially it's to make bug reporting more transparent—to raise awareness of known issues among fellow users and reduce duplication of effort, to create a record, and to increase public visibility of these issues. It also allows for corrections or additions to be made by myself or other users.
    However, it's not a true bug reporting system. So we don't know whether the Fireworks team has looked at this yet, whether it has been or will be assigned to someone, or whether your comment on this thread will be read by anyone on the Fireworks team.
    Nevertheless, it is quite an investment of time tracking down a bug and writing it up like this, so I appreciate the kudos!

  • Auto shape properties window doesn´t refresh values

    hi,
    after installing creative suite 4 on my new pc i have a big problem. the auto shape properties window in fireworks doesn´t refresh the values of my shape. if i select the shape i have to close the panel and open it again to get the right values. if i select on shape and then another one, i have to do the same. this is really annoying.
    here a little demonstration: http://gate8.de/jeeeee/2013-03-13_1810.swf
    i uninstalled fireworks, deleted preferences folder, updated graphic driver and finally called the support but they "coundn´t" help because the product is too old
    i hope you can help.
    thx a lot!
    Jens

    Hopefully, you realize you can edit the Auto Shapes directly on the canvas. Hovering over a "yellow diamond" will reveal a tooltip telling what property it adjusts.
    It sounds like there's a communication problem between the panel and the canvas/application. The Auto Shape Properties panel is a SWF panel that resides in the application's Configuration/Command Panels folder. Other SWF panels include Align, Path, Symbol Properties, Image Editing, Special Characters, and Color Palette. I wonder if any of these other panels are affected?
    It seems like there's been a lot of problems with Flash-based panels conflicting with other apps or plug-ins. Try quitting and restarting the application with no other applications running in the background. Also check out something like this: http://forums.adobe.com/message/3931126

  • Rich Symbol Contents don't update properly

    Hi Fireworks people,
    I have a Rich Symbol in which you can type text and set a few properties. Saving works but sometimes when there are many instances of this Rich Symbol in a document only parts of the entered text are displayed on the stage. In the symbol properties the text is still there.
    It looks like the Rich Symbol doesnt update properly for some reason. Is there a way to "refresh" the symbols to show the full text from the symbol properties on stage as well?
    I thought by calling the applyCurrentCalues() function of the Rich Symbol, Widget.UpdateWidget  or smth like that. BUt the documentation on these methods as well as other properties of the Widget Object isnt sufficient!
    In some cases when many Rich Symbols with text are on stage the text is even lost. Its visible in the symbol props but wrapped in a new line(red outline in image). You cant access the text anymore and have to re-create the symbol.(see screenshot) and an error is shown (blue outline)
    I guess the second problem is some sort of bug but maybe someone has a tip/trick/advice for the first problem, to update the Rich symbol.
    Thanks a lot in advance!
    Matt

    Pagemaker is old software, it was designed for use when fonts were quite limited. It will only display the first 256 characters in a font.  Modern fonts have moved way beyond this limitation. The solution is to stick with older fonts, or to upgrade to indesign. It does sound like your souvenir font  could be corrupted, running font management software is a good practice no matter what program you use.
    Jay

  • Symbols/WinXP Common Library files in Fireworks CS3

    I went into Common Library and into the WinXP to pick a few
    symbols of a textfield and buttons, because I was going to layout a
    design with form. But when I double click on it and edit the symbol
    and make it change and click "done" it wont update the one on the
    page. And besides I shouldnt have to edit the instance only a copy
    of it. I'm sure symbols work like they do in Flash, so it wouldnt
    be a good idea to edit the master anyway, even though its
    associated with my PNG file. But even when I edit it, it wont show
    the changes.

    Fr0ntier wrote:
    > I went into Common Library and into the WinXP to pick a
    few symbols of a
    > textfield and buttons, because I was going to layout a
    design with form. But
    > when I double click on it and edit the symbol and make
    it change and click
    > "done" it wont update the one on the page. And besides I
    shouldnt have to edit
    > the instance only a copy of it. I'm sure symbols work
    like they do in Flash, so
    > it wouldnt be a good idea to edit the master anyway,
    even though its associated
    > with my PNG file. But even when I edit it, it wont show
    the changes.
    >
    What are you trying to edit? Most of the editing is done via
    the Symbol
    Properties panel. If you are trying to scale it, you do not
    need to
    double click, just use the Transform tool.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    See my work on Flickr
    http://www.flickr.com/photos/jim_babbage/

  • Text not updating in Custom Symbols

    After creating a Custom Symbol and a Symbol Script to the
    symbol any changes to the value in the textChars field of the
    Symbol Properties, after the symbol is added to the layout, are not
    being implemented. All of the other text properties such as
    fontsize, font etc work only textChars are not working.
    A Custom Symbol and script copied from CS3 works, you are
    requested to update the legacy text, but changes to the textChars
    field works. I seem to recall reading that CS3 generated text still
    uses the old render engine, even though you update it, whereas the
    CS4 generated text uses the new one.
    Seems like time to reinstall CS3 Fireworks, generate Custom
    Symbols there and copy across.
    -- Tony

    Hi Darrell,
    Well I went back in to make up a sample to upload and the
    damn think worked!! I tried all sorts of combinations to break it
    but it kept going like the Engergizer bunny so I have no idea what
    I did the first time.
    I'm a great fan of the scripted symbols, especially in
    concept layouts, a little symbol work at the beginning really helps
    the workflow.
    Yes, its important to rename those layers!
    -- Tony

Maybe you are looking for