Custom Command for Swap Symbol?

Hey Everyone,
I have a question about swap symbol. I work at an animation company, and the project we're currently working on requires that we do a lot of symbol swapping for new mouth shapes, body shapes etc. Usually, a quick solution to this would be to make a mouth symbol, for example, and put all the mouths inside one symbol, then use a custom command, firstframe_next/previous. It allows you to quickly scroll through the different frames inside a symbol.On this show, however, we need to do swapping and I lose a lot of time doing so.
I'm wondering, since all the symbols are very well organized, is there a custom command similar to firstframe_next/previous, except for swapping between symbols? That would make work so much faster for me. Any help is greatly appreciated.

First of all, you will probably save some compilation time by using an "inteligent" script such as latexmk. You should look into it if you have not done so already.
Second of all, AUCTeX will also suggest the "correct" next step when using C-c C-c. Also, you should consider just adding latexmk or your own script to the C-c C-c cycle. Here are some examples from my .emacs
(eval-after-load "tex"
'(progn
(add-to-list 'TeX-command-list
(list "View in Acrobat Reader" "acroread %o"
'TeX-run-command nil t))
(add-to-list 'TeX-command-list
(list "Count Words" "texcount -inc %s.tex"
'TeX-run-command nil t))
(add-to-list 'TeX-command-list
'("Synctex" "/home/rasmus/.scripts/synctex-emacs %t %b %n" TeX-run-TeX nil t) t)
If you want to use a script as the one suggested by yourself you would want to look into the last exampe ("Synctex").
--Rasmus

Similar Messages

  • Custom command for custom XMP metadata

    Hi
    I'm trying to create a custom command for setting and getting custom XMP metadata using InDesign CS3 SDK with Xcode.
    I think I got the step 1) to 3) ok. But not so sure about step 4).
    Please take a look and tell me if I have got anything wrong.
    1) Create 2 classes and 1 interface
    MyCustomMetadata
    MyCustomMetadataSetCmd
    IMyCustomMetadata
    2) Define class definitions in the resource file
    /** Boss class for kMyCustomMetadataBoss */
    Class
    kMyCustomMetadataBoss,
    kInvalidClass,
    IID_IMYCUSTOMMETADATA, kMyCustomMetadataImpl,
    /** Boss class for kMyCustomMetadataSetCmdBoss */
    Class
    kMyCustomMetadataSetCmdBoss,
    kInvalidClass,
    IID_ICOMMAND, kIQAdTicketMetaDataSetCmdImpl,
    IID_IMYCUSTOMMETADATA, kMyCustomMetadataImpl,
    3) Define functions for setting and getting values in MyCustomMetadata
    GetMyTitle()
    SetMyTitle()
    Within these functions, use IMetadataAccess interface to set/get values.
    4) Create Do() function in MyCustomMetadataSetCmd
    ??? I'm not sure what I'm supposed to do here ???
    Any help would be really appreciated.
    Thanks,
    JP

    m41miller42 wrote:
    I am attempting to create a custom RSS file (.mrss) that references XMP metadata from Premiere.
    I was basing the move on this statement. This was posted in the Adobe Connect forums.

  • Score Editor: best key commands for attaching symbols?

    Does anyone have suggestions for the best keys or a logical system of what Key Commands to use for attaching Score symbols.. especially these below?
    [IMG]http://i364.photobucket.com/albums/oo82/dogliege/ScoreEditorKC.jpg[/IMG]

    well personally i use KCs that most closely resemble the articualtion.
    eg (and very obviously) a stoccato is a full stop. ( . )
    my accent varieties are on the key § which is next to one and i use mofidiers to get the other sorts.
    i use apple brackets for crescendo descrescendo and brackets by themselves for slurs.
    stuff like that. i guess i try to have the most commonly used KC as single stroke, and then for varieties add modifiers.

  • Commands for Planning Applications in WAD?

    Hi all,
    Following the developers' guide on 'Business Planning and Analytical Services'  for 2004S we got stuck on assigning custom Commands for Planning Applications in WAD, which were created in the planning wizard.
    The option for 'Commands for Planning Applications' does NOT show up in the command wizard!
    is there a ABAP/Java stack pre-requisite for this or is there a new(?) authorisation object missing?
    Does it helps for others? On which Java Stack?
    Thx,
    Markus

    Check OSS note 948336.

  • How can I use custom WLST commands for Oracle SOA Suite in Weblogic

    Hi There,
    I'm trying to view and search the weblogic log files using WLST on a Solaris/Unix system.
    I have come across this "custom WLST commands for Oracle SOA Suite" and thought of using the custom logging commands to get my task done.
    However, my WLST shell is not recognizing the commands and giving me the NameError!
    wls:/devDomain1/domainRuntime> listLogs()
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: listLogs
    I tried the commands listLogs, displayLogs, getLogLevel & setLogLevel but in vain!
    I have followed the instructions as per the oracle recommendation of using Custom WLST commands (http://docs.oracle.com/cd/E29597_01/core.1111/e10105/getstart.htm#ASADM10692) as below
    - Launched the WLST shell from Oracle Home.
    cd ORACLE_HOME/common/bin
    ./wlst.sh
    - Tried to run the listLogs command from domainRuntime()
    I would like to know if I need to import any additional libraries to run the custom WLST commands for Oracle SOA Suite in my WLST shell?
    I have only weblogic 10.3.1 server installed on my Solaris 10 machine on which I have deployed the OSB application software.
    There is no SOA Suite installed.
    Or is there any other way I can browse the Server Log file and get the list of log messages? Basically I would like to use this feature in my script to customize it according to my requirement of listing specific error logs which I can work it out if I know how to make these commands work.
    Please advise if this is possible and how?
    Cheers.
    Satish

    I have tried on my OSB installation (no SOA Suite here), the command listLogs() works (I was in online mode, after a connect), and the classpath is:
    CLASSPATH=/opt/oracle/fmw11_1_1_5/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/fw11_1_1_5/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.33.x6_64/lib/tools.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/fmw11_1_1_5/wlserver_10./server/lib/weblogic.jar:/opt/oracle/fmw11_1_1_5/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/fmw111_1_5/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/fmw11_1_1_5/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/optoracle/fmw11_1_1_5/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/opt/oracle/fmw11_1_1_5/oracle_common/moules/oracle.jrf_11.1.1/jrf-wlstman.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lib/adfscripting.jar:/opt/oracl/fmw11_1_1_5/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lb/mdswlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/auditwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_cmmon/common/wlst/resources/igfwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jps-wlst.jar:/optoracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jrf-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/reources/oamap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/opt/oracle/fmw111_1_5/oracle_common/common/wlst/resources/ossoiap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/osoiap.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_comon/common/wlst/resources/sslconfigwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/wsm-wlst.jar:/optoracle/fmw11_1_1_5/utils/config/10.3/config-launch.jar::/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbynet.ar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/drby/lib/derbytools.jar::
    The wlst.sh I have used is /opt/oracle/fmw11_1_1_5/osb/common/bin/wlst.sh
    I hope this can help

  • Firefox internal commands for some custom buttons

    Hi there! I have been looking for Firefox Browser internal commands list with commentaries describing what each of the commands is for. I want to add some custom toolbar buttons, so I need appropriate code for them.
    Particularly, I would like to learn the code (internal commands) for the following actions:
    1. "Show All Download" in the Library / Ctrl+J Shortcut;
    2. "Show All History" in the Library / Ctrl+Shift+H Shortcut.
    I use this code for "Show All Bookmarks in the Library" custom toolbar button (Ctrl+Shift+B):
    gBrowser.selectedTab = gBrowser.addTab("chrome://browser/content/places/places.xul"
    Unfortunately, you can't just replace "places.xul" with "downloads.xul" or "history.hul", while "browser/content/history/history-panel.xul" opens History Panel in the Side Bar and "browser/content/downloads/downloadPanel.xul" won't work at all.

    See if this helps you.
    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Tutorial/Keyboard_Shortcuts

  • How can I Change Asset names for swapped images in duplicated symbols?

    I have what seems to be a bug in edge animate cc2014 in following circumstances:
    1. Duplicate a symbol
    2. Drag duplicate symbol onto stage.4
    3. Rename symbol
    4. Click to edit symbol
    5. Select an image inside the symbol
    6. In properties panel change path to swap the image to be used in this instance of the  duplicated symbol ( I need to reuse this symbol many times and not being able to change asset names is a real problem!).
    7. The names for the asset in both the timeline and the elements were auto generated at the time of duplication when try to change the names they revert back to the auto generated  names.
    How can I overcome this problem which is clearly a bug or a poorly thought through bit of programming by an otherwise highly competent adobe edge animate tesm
    Thank in advance
    David.

    Again, incorrect. It's not about how I can address a specific symbol with code - no problems there - it's what the composition loads into the symbol. Try it with some complex component or sub- symbols.
    Work-Around for using Duplicated and Revised symbols (symbol variants) in the SAME document. Solution.
    Tedious, but easy. Low risk. Edge Animate 2014.1.1
    When you duplicate a symbol comprised of symbols itself ("sub-symbols"), only the outermost symbol gets a unique name, not it's component inner symbols. Upon import of additional variants, a unique name is created in the Library/Symbols panel for the inner symbols, yet the references in the outer symbol can't update to use those unique inner-symbol names. Therefore, the composition loads the symbol with the matching name. This will be the first variant to be imported.
    Make the Duplicate
    Duplicate the symbol in the Library/Symbol Panel. Rename. Export.
    Prepping the Symbol
    Open a new document, import and place the new symbol.
    Select the asset to be switched/replaced. Make the switch in the property panel. Properties/Images/Swap button. (I revised my base or source symbol to have different colored background images. This is how I created 4 color variants.)
    Save the new document, of course. "Example1.an"
    Export the revised symbol from the Library/Symbol Panel for safe keeping.
    Return to Example1.an
    Elements Panel: Work through the nested symbols, adding a preceding identifier to all symbols in the heirarchy.
    *KEEP IT SIMPLE so you can easily and quickly move through the .js files in the following steps.*
    Save Example1.an.
    Library/Symbols Panel: Go down the list, renaming all the symbols with the same preceding identifier as was used in the Elements Panel. *I advise to stay parallel with the Elements panel. Change as little as possible.*
    Disregard any odd appearance you may see on the stage for now.
    Save Example1.an
    Revising the Code
    In Edge Code, also part of the Creative Cloud suite, or any code editor, open the two .js files for "Example1.an." found in the same folder...Edge.js and ...EdgeActions.js
    ...Edge.js
    find  "symbolName" - prepend with the identifier whatever is not already prepended.
    at the same time, look for "id" nearby - prepend with the identifier whatever is not already prepended.
    Save
    ...EdgeActions.js
    First read the grey comments about not degrading the //Edge Comments.
    Search the document for "//Edge symbol" - prepend whatever is not already prepended.
    Carefully check all the orange text, prepending the symbol names you find. This same code can be seen in your Code Panel with the "Full Code" button.
    Save
    Return to Edge Animate
    When prompted to Reload, say yes.
    Save Example1.an
    EXPORT your new top level symbol - now a fully separated asset.Now you have created a fully unique symbol, which can be used in conjunction with other variants in the same document.
    Import your new, unique symbol variant it into your real document.
    This is the solution if your Symptoms are:
    I duplicated symbols to make different variations, but now I can't use the duplicated symbol variants together.
    When I try to swap images in a duplicated symbol, it succeeds when used alone, but reverts when used with the original symbol.
    My duplicated symbol works properly alone, but not when it is used with the original symbol.
    My symbol seems to revert to the original source symbol.

  • Menu commands for Scheduling Gantt

    I'm trying to add my own custom commands to a Scheduling Gantt on my page. I have some questions/comments.
    1. I can add items to the tablePopupMenu facet, and they show up fine and my listener gets executed. How can I find out what resource was selected when this event fires, and/or the IDs of all of the selected resources? The actionEvent has very little information in it and is just generic. Do I need to tell it somehow that it is a "resource" event?
    2. I have added items to the chartPopupMenu facet, and they show up fine on the menu, but the listener is not called when I click the menu item. This seems like a bug but maybe I'm just doing something wrong.
    3. I would have thought that whatever menu items I add to these popup menus would also be added to the "Resource" and "Task" menus on the menu bar, but they're not. How can I add my own menu commands there?
    4. Is it possible for me to change the text that displays for the "Resource", "Task" and "View" menus? We have a legacy language translation system that I need to use to get the menu choices.
    Any and all advice appreciated!
    Christine

    I'm trying to add my own custom commands to a Scheduling Gantt on my page. I have some questions/comments.
    1. I can add items to the tablePopupMenu facet, and they show up fine and my listener gets executed. How can I find out what resource was selected when this event fires, and/or the IDs of all of the selected resources? The actionEvent has very little information in it and is just generic. Do I need to tell it somehow that it is a "resource" event?
    2. I have added items to the chartPopupMenu facet, and they show up fine on the menu, but the listener is not called when I click the menu item. This seems like a bug but maybe I'm just doing something wrong.
    3. I would have thought that whatever menu items I add to these popup menus would also be added to the "Resource" and "Task" menus on the menu bar, but they're not. How can I add my own menu commands there?
    4. Is it possible for me to change the text that displays for the "Resource", "Task" and "View" menus? We have a legacy language translation system that I need to use to get the menu choices.
    Any and all advice appreciated!
    Christine

  • Error in compiling a custom dictionary for text analysis

    I got a error when I tried to compile the custom dictionary for the Text Data Processing transformor. I am looking for help to solve the problem or work around the error.
    The error is as follows:
    [ERR] Can not create file [C:/ws_sclg.1]
    Here is the command I was using:
    C:\Program Files (x86)\SAP BusinessObjects\Data Services\bin> tf-ncc -d ..\TextAnalysis\languages -o C:\Sample Source\Dictionary C:\Users\jack\Documents\Visual Studio 2008\Projects\XMLFile1.xml
    It appears to me that the command was trying to create a log file or some temporary file in my C drive root directory, and the OS denied the action. The Data Services is running on a Windows 2008 Server R2. I wonder if there is a way to specify where to create this log file or tempory file?
    Any insight or help is appreciated. Jack

    Instead of calling the command from the windows shell command interface, I was able to call the compilier from Data Services; this problem is now resolved.

  • Custom command problems on Mac OS X

    I am seeing a problem with custom context commands in our custom connector that is also reproducible with the sample FTP connector shipped with the SDK.  I am using Adobe Drive 3.2.0.41 on Mac OS X 10.8.2
    For my test I am connecting to a FTP server and attempting to run the "File Properties" command from a file's Adobe Drive menu in Finder.  When I first start Drive and connect, the command works and the "File Properties" dialog appears as expected.  However, if I disconnect, reconnect, then browse back to the file and attempt the command again, the File Properties dialog does not appear.  The Finder window does kind of "grey out" as if another dialog is about to be shown, but it never is. I don't see any kind of error messages in the CS5ServiceManager logs. 
    If I disconnect, close Drive, kill the AdobeDriveCS5 and CS5ServiceManager processes with Activity Monitor, and then restart Drive and reconnect, the custom commands work again.
    Has anyone else experienced these kinds of problems with custom commands on Mac OS after a disconnect/reconnect cycle?
    Thanks,
    Brian

    Our only other environment we could set up was on Mac OS 10.7.5, and we could not reproduce the issue.  Based on that it would appear to be something new with Mac OS 10.8.

  • Custom Template for Third Party Balance Summary Report(Java type executable

    Hi Al,l we have a requirment to have a layout with some of the fields from
    Third Party Balance Summary Report( Which is a Java type executable and
    Data definition has Data Template attached(.xml)).
    I tried in below way.
    Coppied the Third Party Balance Summary Report program with same application and parameters
    with. Then defined a Datadefinition with my concurrent prog short name
    attached the same standard .xml file(Not sure what it is) and developed a custom template with
    a custom rtf(excel output type), and submitted the program
    the output is generated in excel but my custom .rtf layout is not getting applied
    rather it is showing same layout as in standard.
    Some thing I am missing here or else it is not the way of changing the
    template.
    If any one know how to do this please let me know.
    My client want only some files from the standard report(no need of new fileds)
    with output type xls.
    Thanks in Advance.
    The same content is posted in Custom Template for Third Party Balance Summary Report(Java type executable sorry for duplicating the thread, just for increase the visibility for my issue I did this.

    I gave up on using a different font or figuring out if I could use Times New Roman's built-in fractions visible in Font Book (as unicodes) and did a work-around based on Michael Wasley's tips in this discussion.
    https://discussions.apple.com/message/11622842#11622842
    I adapted it however and think it looks a little better.
    Font: Times New Roman 12 point
    I used the fraction bar in 12-point (Shift-Option-1) for automatic kerning.
    For the numerator, I changed the font style to superior (12-point).
    For the denominator, I changed the font style to subscript (Shift-Command-hyphen) and reduced the font size to half, or 6-point using the short-cut Shift-Command-<.
    When the fractions occured in my footnotes (9-point), I used 4-point in the denominator; 10- and 11-point, I used 5-point in the denominator. This seemed to produce the best result when printing.
    Thank you, Michael.
    -Dottie

  • Key Command for Option Clicking a Marker

    Option Clicking a Marker does just what I want. It sets the playhead to the beginning of that marker without selecting the marker. Now if I could make the Keypad behave the same way, I could save myself a lot of damage to my Marker tracks. Right now a keypad # selects the marker, moves the playhead to it and sets the locators around it. preferences to make this more granular would be welcome.
    The option keypad numbers seem to be unused in the default key commands. Perhaps the option key could be set to trigger the same behaviour as option clicking a marker. it makes it intuitive (meaning I tried it.)

    The only way I can think of is to use a Macro app like QuicKeys assigning a KeyStrokes to a sequence of two key commands:
    For example:
    ctr+opt+cmd+1 triggers 1 (go to Marker 1) followed by sh+opt+D (Deselect All)
    ctr+opt+cmd+2 triggers 2 (go to Marker 2) followed by sh+opt+D (Deselect All)
    ctr+opt+cmd+3 triggers 3 (go to Marker 3) followed by sh+opt+D (Deselect All)
    You can assign the QuickKeys commands (ctr+opt+cmd+1, etc) to the keypads and they will move the Playhead to that Marker and selects the Marker. However, QuicKeys sends the second KeyCommand right away and deselects the Marker.
    No deleting of selected Marker by accident anymore.
    The KeyCommands in Logic are already very powerful, but when combined with QuicKeys (or any other Macro app) that lets you fire up a sequence of KeyCommands or mouse click on specific areas on the Logic interface per key commands, then it gets really powerful. Combine that with multi-touch gestures on your TrackPad using the amazing BetterTouchTool app, an you can take your customized workflow to a whole new level.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • How to add custom action for Publishing Tab on Pages?

    I am able to add a custom action for libraries tab on document library , but i am unable to add it on Publishing tab on Pages.
    Below is the code , what i am trying.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItems"
    Location="CommandUI.Ribbon"
    RegistrationType="List"
    RegistrationId="850"
    Sequence="40"
    Title="Move Documents">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.PublishTab.Publishing.Controls._children">
    <Button
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItemsButton"
    Alt="Check Linked Page Assets"
    Sequence="40"
    Command="CheckLinkedPageItems"
    Image32by32="/_layouts/images/centraladmin_systemsettings_email_32x32.png"
    LabelText="Check Assets"
    TemplateAlias="o1"
    ToolTipTitle="Check Linked Page Assets"
    ToolTipDescription="Checks each image, document and page linked to from this page and verified if the asset is both working (not a broken link) and published. You may also use that page to publish all unpublished assets at once."
    />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="CheckLinkedPageItems" CommandAction="javascript:alert('button clicked!);" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    any thoughts?

    Hi,
    Check the secquence number . I don't see any issue in your code. Try with different sequence numbers.
    Did you find this Helpful? Please Mark it So! Thank you. Sachin Kumar

  • Gnome: Add custom command to Removable Media application

    I'm trying to setup cvlc to run a DVD when inserted into the drive.  I created a cvlc.desktop so it is seen when I go to to the Removable Media menu but it doesn't work because a custom command is required.  How do I configure it so that one can be run?  The cvlc command to run a DVD is:
    cvlc dvd://
    Any ideas?

    Try modify /etc/PolicyKit/PolicyKit.conf as root:
    <match user="$USER">
    <match action="org.freedesktop.hal.storage.*">
    <return result="yes"/>
    </match>
    <match action="hal-storage-mount-fixed-extra-options">
    <return result="yes" />
    </match>
    <match action="hal-storage-mount-removable-extra-options">
    <return result="yes" />
    </match>
    </match>
    Change $USER for your username... then /etc/rc.d/hal restart as root

  • Update Customer number for an equipment

    Dear All,
    Can we update customer number for an equipment using any BAPI?
    Please Check T-Code IE02, Other tab.
    Thanks
    Amit

    Thanks Babu.
    Here is the error message and message #
    Serial number XXXX does not exist for material YYYYYY
    Message no. IS137
    Diagnosis
    The serial number that you have entered for the material does not exist in your system.
    System response
    Processing will not be continued.
    Procedure
    Enter a valid serial number.
    You can display the entries valid in your system by placing the cursor on the appropriate field and using the symbol for possible entries.
    Thanks and Regards

Maybe you are looking for

  • Adding a javascript or HTML button to a custom List page

    Hi everyone, I am using SharePoint 2013 (Office 365 hosted) and have come across a feature I want to implement, but have no idea how. I want to add a button, that when click, would take the user to a certain URL. I want to add the button to the botto

  • N97 Touch Screen

    I have an N97 and every day now the screen will stop responing to touch input. I think this is a hardware issue as i have always updated the firmware as soon as its released and I have the same problem no matter the firmware. Resetting and turning of

  • Does QTP support chrome 25.0 and firefox 19.0 ??

    Hi My requirement is to support chrome 25.0 and firefox 19.0 using QTP 11.5. Is it possible? if yes, explain how. It's really urgent. plz help ASAP....

  • Iframe is not increasing its height when the content inside it is growing,

    I have an I frame in my application with src= " url" ifarme is appearing with vertical scroll bar it's not achieving the height , The parent component of the iframe is panel group layout and also I try with panel stretch layout Please help me on this

  • Aperture serial number does not work

    I just got a Mac Book Air, my Aperture Serial number does not work. it tells me it is not correct. How can I use my software now?