How to make 2 objects one as high as the other (1 step) ?

The heighest object must remain. The little object has to become as high as the big one. I need this in an action.

I tried it and tried it and ...
I think you might missed something ... the object on the clipboard (with the GS on it) will be replaced by the new object (left image).
This works nice now :
Now ... when saving for Web (or is exporting a better way ?), Illustrator puts an hyphen between the filename. Photoshop does this too, which is very annoying.
I can't use that because otherwise I have to change all the filenames in the database !
Also "[Converted]" is added, but that's because the .ai's were saved in an older version.
How can I this work around ?
If that issue is solved ... we're done ... hope so !?

Similar Messages

  • I have two apple accounts on one computer. How do i delete one account without deleting the other?

    I have two questions!!   
    I need to know how to delete one account without deleting the other account on the computer?
    I am deleting the account because i have a new laptop that now has the my account... will deleting the account on one computer affect the account on the other laptop?

    What do you mean by deleting the account? One can't delete an Apple ID/iTunes account. One just stops using it.
    Since yo can only have five computer authorized for one iTunes account you might want to deauthorize the computer for that account
    iTunes Store: About authorization and deauthorization

  • How can I Make just one color pop and the rest a black and white photo??

    How can I make just one color pop and the rest of the photo black and white?? I'm using iphoto...

    3rd party image editors like Photoshop Elements for Mac can do it:
    Click to play video screenshot
    Or use it to keep an object in color and the rest B/W.
    Click to view full size
    OT

  • I want to make only one node draggable in the tree. How?

    I want to make only one node draggable in the tree. How?
    when we have only
    tree.setDragEnable(true)which makes draggable the entire nodes in the tree.
    Thanks -

    Hi Andrea
    Just to clarify things up: is this what you want?
    package treeDnD;
    * DragJustOneNode.java
    import java.awt.*;
    import java.awt.datatransfer.*;
    import java.awt.dnd.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    public class DragJustOneNode extends JFrame {
        private JTree tree;
        private DefaultTreeModel model;
        private DefaultMutableTreeNode root;
        public DragJustOneNode() {
            super("Only child 1 is draggable!");
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            setSize(400,300);
            setLocationRelativeTo(null);
            tree = new JTree();
            tree.setDragEnabled(true);
            getContentPane().add(new JScrollPane(tree), BorderLayout.CENTER);
            tree.setTransferHandler(new TreeTransferHandler());
            root = new DefaultMutableTreeNode(new NodeData(0, "root"));
            root.add(new DefaultMutableTreeNode(new NodeData(1, "child 1")));
            root.add(new DefaultMutableTreeNode(new NodeData(2, "child 2")));
            root.add(new DefaultMutableTreeNode(new NodeData(3, "child 3")));
            root.add(new DefaultMutableTreeNode(new NodeData(4, "child 4")));
            model = new DefaultTreeModel(root);
            tree.setModel(model);
        public static void main(final String args[]) {new DragJustOneNode().setVisible(true);}
    class NodeData{
        private int id;
        private String data;
        public NodeData(final int id, final String data){
            this.id = id;
            this.data = data;
        public int getId() {return id;}
        public void setId(final int id) {this.id = id;}
        public String getData() {return data;}
        public void setData(final String data) {this.data = data;}
        public String toString() {return data;}
    class TreeTransferable implements Transferable{
        private NodeData nodeData;
        public TreeTransferable(NodeData nodeData){
            this.nodeData = nodeData;
        public DataFlavor[] getTransferDataFlavors() {
            return new DataFlavor[]{DataFlavor.stringFlavor};
        public boolean isDataFlavorSupported(DataFlavor flavor) {
            return true;
        public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
            return nodeData;
    class TreeTransferHandler extends TransferHandler{
        private DefaultMutableTreeNode sourceNode, targetNode;
        public boolean canImport(final JComponent comp, final DataFlavor[] transferFlavors) {
            NodeData nodeData = (NodeData) (sourceNode).getUserObject();
            if(nodeData.getId() == 1) return true;
            return false;
        protected Transferable createTransferable(final JComponent c) {
            JTree tree = ((JTree)c);
            sourceNode = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
            return new TreeTransferable((NodeData) sourceNode.getUserObject());
        public int getSourceActions(final JComponent c) {return DnDConstants.ACTION_MOVE;}
        public boolean importData(final JComponent comp, final Transferable t) {
            JTree tree = ((JTree)comp);
            DefaultTreeModel model = (DefaultTreeModel)tree.getModel();
            targetNode = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
            DefaultMutableTreeNode parent = (DefaultMutableTreeNode)targetNode.getParent();
            if(parent == null) return false;
            model.removeNodeFromParent(sourceNode);
            model.insertNodeInto(sourceNode, parent, parent.getIndex(targetNode));
            tree.setSelectionPath(new TreePath(model.getPathToRoot(sourceNode)));
            return true;
    }

  • How to make a short clip out of the original one ?

    Some days ago, I asked a question on editing a clip in this forum. The responder asked me to provide a few seconds of the clip for his examination. But I got stuck. I didn't know how to make a clip of a few seconds out of the original clip and that it had the exact same format and properties as the original clip.
    Neither Premier nor After Effect have an ouput option such as "same as original source" .
    So, my question is how to make a short clip out of the original one with everything the same properties as the original one.
    Thanks in advance.

    May be I haven't made myself clear
    Sorry, but I think that I am still not following you.
    I want to export and render the short clip to a new file which I want to have everything the same as the original clip. Just like I cut off a few seconds off it and that few seconds becomes an independent file.
    OK, you have your original source file. It is complete and is also unaltered. If you want a "Copy" of it, just use Windows Explorer, or similar to make that Copy. If you want a separate file of your edited version of that source file (as it appears in the Timeline), use the WAB (Work Area Bar) to include just that edited instance of the source footage, and Export just the WAB. This will give you a separate file with the edits in it.
    I still feel that neither is what you want. If you can step me through, maybe with screen-caps, what you have and what you wish to end up with, I can see the operation more clearly.
    Good luck,
    Hunt

  • After plugging my ipod into my mac mini, my screen split into 2 duplicate screens, one on top of the other. How do i make that go away?

    after plugging my ipod into my mac mini, my screen split into 2 duplicate screens, one on top of the other. How do i make that go away?

    I am not sure about everything, but there is something that may fix some of your problems. Go to System Preferences, and choose the "Universal Access" preference pane. In Universal Access, turn off VoiceOver, Zoom (seeing tab), Sticky Keys, Slow Keys (Keyboard tab), and Mouse Keys (Mouse tab). Make sure the "Enable access for assistive devices" checkbox, which is at the bottom of the preference pane. From there, look at other options and see if they are things you want turned off, or changed from how they are set. If you don't know what different options do, click on the help icon at the bottom left corner of the window. And if you are still baffled, ask here and someone will tell you what it does.
    If you use any of the universal access options or think they could be useful, feel free to leave them on.
    Also, go to the Keyboard and Mouse preference pane, choose the Keyboard Shortcuts tab, and make sure there are no strange keyboard shortcuts set that may interfere with the keys you are having issues with.
    Did you install any new software before this started happening, and if so, how many days before it started happening?
    Let us know if these tips get you anywhere.

  • IP precedence CS1 vs. dscp af11 Which one is higher in the hierarchy, which marking will be given priority?

    IP precedence CS1 vs. dscp af11
    Which one is higher in the hierarchy, which marking will be given priority / processed first?
    With dscp AF11, 12, 13
    I believe that af11 will be processed first, having a lower drop priority.
    AF11 has a decimal value of 10, AF12 of 12 and AF13 a decimal value of 14.
    Even though the decimal values increase, higher values (within the class) mean more likely to be dropped.
    Of course, AF21 will have a decimal representation of 18 and there the logic restores itself as AF21 is given higher priority than AF1x.
    My question is this, if within a class, lower is better, does that mean that an ip precedence value of CS1 is given preferential treatment (having a decimal representation of 8)? How exactly do the IP precedence / dscp csales stack up against each other? (apart from being compatible, that is)
    At any rate, which is processed first:
    AF11 or CS1?
    Thank you.

    In theory, CS1 should be treated as higher than AF11.  AF11 would be closer to CS1.  That being said, your QoS policies can be configured to do whatever you want so your switch may be configured to drop CS1 way before it drops AF11.

  • I'm on a label sheet of ten labels, trying to duplicate the ingredients on one label to all the other nine.  How do I do this.

    I'm using a MACO ml-1000 label sheet for ingredients of my beef jerky.  It has 10 labels/sheet.  I've typed in the ingredients on one label.  How do I duplicate that one label over to the other nine labels? 

    Hi makaainana,
    I tried to paste the label off the desktop to the label in TextEdit,
    What is the file type of the label on your desktop? How did you create it? How did you copy it?
    This may work. In TextEdit, make the document Rich Text.
    I copied a screen shot from my desktop and that pasted into TextEdit. I don't know what else will paste.
    Regards,
    Ian.

  • When I open my itunes it shows me two sides one is iTunesU and the other side is Podcasts and I can't connect with iTunes.How can I fix it

    When I open my itunes it shows me two sides one is iTunesU and the other side is Podcasts and I can't connect with iTunes.How can I fix it?

    Hi emzigal,
    Thank you for using Apple Support Communities. 
    Take a look at the following article to make sure that you are not missing any steps necessary for downloading past purchases. 
    Download past purchases - Apple Support
    Cheers,
    Jeff D. 

  • I would like to know how can I set songs in iTunes to play at different times automatically during the day. i.e. one song at 10am the other at 10:30am etc..

    I would like to know how can I set songs in iTunes to play at different times automatically during the day. i.e. one song at 10am the other at 10:30am etc..

  • On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?

    On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?
    In my current Firefox, the "new tab" icon/item from the "customize" pop-up window menu of items is placed next to my home, back, forward buttons near the top-left of my header (Button 1 for "new tab"). Then, the tab bar automatically come with a small tab (with a + sign) to the right of your last tab opened (so you click on + and a new tab opens. Button 2 for "new tab"). I like to have this "new tab" button twice (as a + mini tab, and next to my "home icon".
    When I upgraded to Firefox 4, I seemed to be only able to "customize" or use the "new tab" in one place. Either as an icon next to home button, or as a "+ minitab", but NOT both.
    What can I do to put this button in Firefox 4 on BOTH places???
    Your help is really appreciated. I want to upgrade, but I want my buttons on both places...
    I upgraded to FF 4, but downgraded again just because this feature... that's just me of coarse :-)

    *New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • Two phones one apple account how do I stop imessage from one going automatically to the other?

    two phones one apple account how do I stop imessage from one going automatically to the other?

    You need to setup iMessage on one of the two phones using a different AppleID.

  • I have 2 ipods,one for music and the other for old time radio shows.Each had their own file.My computer crashed and I had to buy a new one.Now both ipod files are merged into one.How do I seperate them.

    I have 2 ipods,one for music and the other for old time radio shows.Each had their own file.My computer crashed and I had to buy a new one.Now both ipod files are merged into one.How do I seperate them on the computer?

    Hi Craig
    Unfortunately, in your case, there isn't really a way to separate them as far as I can think.
    You could try restoring from a backup, and choosing an older backup perhaps
    Cheers

  • I have an Ipad 2. My wife has an Ipad mini. When we connect to Itunes it installs all the apps from one Ipad on to the other. I unchecked the box to automatically update apps, but Itunes still does so. How do I prevent Itunes from intalling apps?

    I have an Ipad 2. My wife has an Ipad mini. When we plug in to Itunes (at different times) it synchs the apps from one Ipad on to the other. We don't want this. I have uncheked the box for Automatically synch apps, but it still does this.
    How do I get Itues to see each Ipad as a separate item, and not try to keep them "equal" as far as apps installed?

    Remove the apps from iTunes with your device connected. You can basically deselect the apps that you don't want on each device. We have three IOS devices on one AppleID and they don't all have the same apps.

  • I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • Installation of FCP on desktop and laptop ....

    Guys this really isn't such a big deal and so sorry to be going over old ground here but before I install FCP on my laptop as well, can I just confirm Apple's ruling on this and am I right in thinking I don't register the software when installing it

  • I have a Iphone 4 and after the last software update iOS.0.4, my phone is no longer connecting to the wifi at my house.

    I have a Iphone 4 and after the last software update iOS.0.4, my phone is no longer connecting to the wifi at my house. My MacBook Air is connected and my roommates phones are also connected, but my iphone that always was connected to the same networ

  • Opening a new form by clicking a button...

    How is it possible to open a new form by clicking a button in a form? I have tried following methods: htp.formOpen(owa_util ... go('<URL>'), call('<URL>'), portal30.www_user_utilities.get_url ... portal30.wwa_app_module.link ...

  • Sys_refcursor from a table variable with columns per row not fixed

    i am creating a crosstab aggregation report where the number of columns in a table is determined at runtime from the dataset. so, i have: type strArray is table of varchar2(32767); type strArray2 is table of strArray index by pls_integer; i want to r

  • Ios 7 video player controls

    When ever i watch videos on my iphone with ios 7 the rev the ff are not responding properly, all they just do is zoom in and zoom out the screen. I hope apple will fix his issue or give a update that will fix all the bug and all some more extra featu