Remove Keyword from Filter dialog box help

When I imported my iPhoto library of about 5,000 photos Aperture created two keyword filters (visible when I open the FILTER dialog box and select "All Images" under the main Project Library. It created "iPhoto Edited" and "iPhoto Original" keywords. each of my imported iphoto photos had one of the keywords attached to them. I found originally that filtering through all images took forever - so I removed these two keywords from all of the imported iPhoto files.
Question: how do I remove these two keywords from the FILTER dialog box? Note that these two keywords do not appear in the Keyword HUD at any time.

Here is the code:
var cResponse = app.response({ cQuestion: "Enter the Month & Year of Published Ad (i.e. August 2008)", cTitle: "Published Ad"});
if (cResponse == null) app.alert("Process Cancelled");
else ConvertToPA();
function ConvertToPA() {
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 792) & (size[3] == 0))
{ this.addWatermarkFromFile ({bOnTop: true, nHorizAlign: app.constants.align.left , nVertAlign: app.constants.align.bottom , nHorizValue: 184, nVertValue: 12,
cDIPath: "/Macintosh HD/Users/ben/Desktop/Printer's Final PDF's/Printer's Final (Flyer Stamp).pdf"});
this.addWatermarkFromText ({cText: cResponse + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; // Flyer Ad Horiz
var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 792) & (size[2] == 612) & (size[3] == 0))
{ this.addWatermarkFromFile ({bOnTop: true, nHorizAlign: app.constants.align.left , nVertAlign: app.constants.align.bottom , nHorizValue: 184, nVertValue: 12,
cDIPath: "/Macintosh HD/Users/ben/Desktop/Printer's Final PDF's/Printer's Final (Flyer Stamp).pdf"});
this.addWatermarkFromText ({cText: cResponse + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; // Flyer Ad Vert

Similar Messages

  • Remove keywords from multiple pictures -  how to??

    REMOVING keywords from multiple images doesn't work here on Aperture 2.1.1. I select multiple pictures, remove a common keyword from the list in the Metadata inspector and... only the keyword from the picture which I selected last is being removed. All other pictures still have the keyword attached. Edit > Primary Only is not 'turned on'.
    What did I miss?

    Go to 'Window' > 'Show Keyword Controls'.
    In the text box, write the keyword that need to be removed from all selected images and press SHIFT + ENTER.
    If you use the Keyword Button Sets, you can also click on the keyword to be removed while holding down the SHIFT- key.
    Regards
    Paul K

  • How place xmp metadata from a dialog box

    Hi  expert JS guys,
    I'd want add xmp custom metadata (f.e.: custom, subject, operator...) from a dialog box when I launch a js that save my id file. Someone can helps me?
    Thnx very much.

    I solve easly the question:
    app.menuActions.itemByID(75265).invoke();

  • When I add a photo filter to an image, I can't use the color sampler in the photo filter dialog box. It automatically selects white. What am I doing wrong?

    Whenever I add a photo filter to an image, I can't use the sampler tool that automatically appears when you open the photo filter dialog box to manually select the color of your filter. Whenever I try to use it, it automatically selects white (#ffffff), no matter where I click in the image. Does anyone know what I'm doing wrong?
    Thanks

    When you add an adjustment layer, the layer mask is automatically active. You need to activate the pixel (image) layer by clicking on it in the Layers panel.

  • How to uncheck a checkbox from a dialog box and remove from view

    Hi All,
    I have button where on click opens a dialog box which has 5 check boxes with text for each check box [generating dynamically using row repeater].
    If one or all of the check box is checked, the check box with its text should get displayed in the view on closing the dialog box. I am able to display this, that is the checked ones.
    But, after closing the dialog box if the user wants to unselect a check box that is not required for the next time, the check box that is unchecked should get removed from the view.  How is this possible ?
    Thanks,
    Ravikiran

    Hi Robin,
    Pleas find the below code,
    var oDialogScope = new sap.ui.commons.Dialog({
      width : "20%"
      oDialogScope.setTitle("Add Scope of Work");
      var oScopeButton = new sap.ui.commons.Button({
      text : "OK",
      var oRowRep = new sap.ui.commons.RowRepeater();
      var oChkBox = new sap.ui.commons.CheckBox({
      text : "{EventDropDown>label}",
      checked : "{EventDropDown>checked}",
      change : function(oEvent) {
      var l1 = new sap.ui.commons.CheckBox({
      editable : false
      l1.setChecked(this.getChecked());
      l1.setText(this.getText());
      oScopeButton.attachPress(function() {
      var cellM = new sap.ui.commons.layout.MatrixLayoutCell();
      cellM.addContent(l1);
      var oScopeRow = sap.ui.getCore().byId("SR1");
      oScopeRow.addCell(cellM);
      oDialogScope.close();
      return;
      oRowRep.bindRows("EventDropDown>/checked", oChkBox);
      oDialogScope.addContent(oRowRep);
      oDialogScope.addContent(oScopeButton);
      oDialogScope.addStyleClass("DialogCss");
      oDialogScope.open();
    Regards,
    Ravikiran

  • Can't remove keywords from multiple files

    I can't believe I can't get this working.
    Say I have 15 images with the same 10 keywords in every file. One of the keywords is "banana" and I want to remove it from all 15 files.
    I select all the 15 files. When I do that one becomes "active" (it gets lighter gray highlight than the 14 other images).
    I then go to the Keywording panel and manually remove "banana" from the list.
    When I look through files to see the change all but the one that was active STILL has the "banana" keyword applied.
    I have also tried selecting the 15 files and made the file without the banana keyword active and run "Sync Metadata" and removed "banana" from the "Keywords" field in the dialog box. Same thing happens. No change to the files that aren't active.
    What am I doing wrong?
    Thanks in advance,
    Unicorn

    Simple. Don't take photos of bananas!
    Actually, I believe you need to select the photos in the Grid, not in the filmstrip. Then, removing keywords should work as expected, and then when you try to remove the keyword, this keyword will be removed from all selected photos.

  • Removing keyword from multiple images at the same time

    None of the documented methods seem to work for me.
    1     Select all the images. Go to Metadata > Remove Keyword [my keyword] - the keyword is only removed from the image that is selected in the batch - i.e the one that has the yellow border round it to show it's the active image.
    2     Select all the images, enter [my keyword] in the Add Keyword field when Keyword Controls is visible and press Shift + Enter - does the same thing as 1 above (removes it from the active image only).
    3     Select all the images, Shift Click on the keyword that I have in my Keyword Controls in the Control Bar - does the same things as 1 above.
    So all these methods, which are supposed to work, do not work for me. The removal of the keyword is only applied to the image that has the yellow border showing it to be the currently active image in the selected batch - the remaining selected imaged still retain the keyword. I can remove it "one at a a time" but it would be great if I could find a solution as to why this isn't working.
    Any ideas?
    If it helps, I'm running Aperture 3.1.3 in OS X 10.6.8.
    thanks
    Alan

    Based on the frequency with which this trips up users, the Aperture team is going to have to add a much stronger visual indication that "Primary Only" is active.  Marching ants, anyone?  Or a pink selection marquee?
    At least in the Viewer when multiple Images are selected the thin white selection marquee is dropped when Primary Only is active.  There is no such change in the Browser.

  • How to display image using from open dialog box?

    I've developed a program that can display image by named the file that I want to display in my program.
    But how can I display an image from an Open Dialog Box?
    I attch here with my program.
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.filechooser.*;
    public class SuDisplayTool6 extends JFrame implements InternalFrameListener,ActionListener
    JTextArea display1;
    JDesktopPane desktop;
    JInternalFrame displayWindow;
    JInternalFrame listenedToWindow;
    static final String SHOW = "Show Image";
    static final int desktopWidth = 800;
    static final int desktopHeight = 600;
    private static final int kControlX = 88 ;
    private DrawingPanel panel;
    public SuDisplayTool6(String title)
    super("Internal Frame");
    desktop = new JDesktopPane();
    desktop.putClientProperty("JDesktopPane.dragMode","outline");
    desktop.setPreferredSize(new Dimension(desktopWidth, desktopHeight));
    setContentPane(desktop);
    addMenu();
    createDisplayWindow();
    desktop.add(displayWindow);
    Dimension displaySize = displayWindow.getSize();
    displayWindow.setSize(desktopWidth, displaySize.height);
    protected void createDisplayWindow()
    JButton b1 = new JButton("Show Image");
    b1.setActionCommand(SHOW);
    b1.addActionListener(this);
    display1 = new JTextArea(3,30);
    display1.setEditable(false);
    JScrollPane textScroller = new JScrollPane(display1);
    textScroller.setPreferredSize(new Dimension(200,75));
    textScroller.setMinimumSize(new Dimension(10,10));
    displayWindow = new JInternalFrame("Header Graph",true,false,true,true);
    JPanel contentPane = new JPanel();
    contentPane.setBorder(BorderFactory.createEmptyBorder(10,10,10,10));
    contentPane.setLayout(new BoxLayout(contentPane, BoxLayout.Y_AXIS));
    contentPane.add(Box.createRigidArea(new Dimension(0,5)));
    contentPane.add(textScroller);
    b1.setAlignmentX(CENTER_ALIGNMENT);
    contentPane.add(b1);
    displayWindow.setContentPane(contentPane);
    displayWindow.pack();
    displayWindow.show();
    protected void createListenedToWindow()
    listenedToWindow = new JInternalFrame("Image",true,true,true,true);
    listenedToWindow.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
    listenedToWindow.setSize(800,450);
    panel = new DrawingPanel();
    listenedToWindow.setContentPane(panel);
    public void internalFrameClosing(InternalFrameEvent e)
    public void internalFrameClosed(InternalFrameEvent e)
    listenedToWindow = null;
    public void internalFrameOpened(InternalFrameEvent e)
    public void internalFrameIconified(InternalFrameEvent e)
    public void internalFrameDeiconified(InternalFrameEvent e)
    public void internalFrameActivated(InternalFrameEvent e)
    public void internalFrameDeactivated(InternalFrameEvent e)
    public void actionPerformed(ActionEvent e)
    if (e.getActionCommand().equals(SHOW))
    if (listenedToWindow == null)
    createListenedToWindow();
    listenedToWindow.addInternalFrameListener(this);
    desktop.add(listenedToWindow);
    listenedToWindow.setLocation(desktopWidth/2 - listenedToWindow.getWidth()/2,
    desktopHeight - listenedToWindow.getHeight());
    listenedToWindow.show();
    else
    public static void main(String[] args)
    JFrame frame = new SuDisplayTool6("Su Display Tool");
    frame.addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e)
    System.exit(0);
    frame.pack();
    frame.setVisible(true);
    private void addMenu()
    JMenuBar menuBar;
    JMenu menu, submenu;
    JMenuItem menuItem;
    final JFileChooser fc = new JFileChooser();
    fc.addChoosableFileFilter(new ImageFilter());
    menuBar = new JMenuBar();
    setJMenuBar(menuBar);
    menu = new JMenu("File");
    menuBar.add(menu);
    menuItem = new JMenuItem("Open...");
    menu.add(menuItem).addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
    int returnVal = fc.showOpenDialog(SuDisplayTool6.this);
    menuItem = new JMenuItem("Save");
    menu.add(menuItem);
    menuItem = new JMenuItem("Save As...");
    menu.add(menuItem).addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
    int returnVal = fc.showSaveDialog(SuDisplayTool6.this);
    menuItem = new JMenuItem("Close");
    menu.add(menuItem);
    menu.addSeparator();
    menuItem = new JMenuItem("Exit");
    menu.add(menuItem).addActionListener(new WindowHandler());
    menu = new JMenu("Edit");
    menuBar.add(menu);
    menu = new JMenu("View");
    menuBar.add(menu);
    menuItem = new JMenuItem("Zoom In");
    menu.add(menuItem);
    menuItem = new JMenuItem("Zoom Out");
    menu.add(menuItem);
    menu.addSeparator();
    submenu = new JMenu("Header");
    menuItem = new JMenuItem("CDPX");
    submenu.add(menuItem);
    menuItem = new JMenuItem("SX");
    submenu.add(menuItem);
    menuItem = new JMenuItem("CX");
    submenu.add(menuItem);
    menu.add(submenu);
    menu = new JMenu("Help");
    menuBar.add(menu);
    menuItem = new JMenuItem("About");
    menu.add(menuItem).addActionListener(new WindowHandler());
    private class WindowHandler extends WindowAdapter implements ActionListener
    public void windowClosing(WindowEvent e)
    System.exit(0);
    public void actionPerformed(ActionEvent e)
    if(e.getActionCommand().equalsIgnoreCase("exit"))
    System.exit(0);
    else if(e.getActionCommand().equalsIgnoreCase("About"))
    JOptionPane.showMessageDialog(null,"This program is written by Nenny Ruthfalydia.","About",JOptionPane.PLAIN_MESSAGE);
    class DrawingPanel extends Panel
    final ImageIcon imageIcon = new ImageIcon("image8.jpg");
    Image image = imageIcon.getImage();
    public void paint (Graphics g)
    g.drawImage(image, 10, 10, this);

    so much wrong with this post...
    a) use the code tags to format the code. Now it is an unreadable mess
    b) scriptlets in your JSP. I don't even want to look at that mess. Learn how to combine servlets and JSPs to create clean, readable and maintainable code in which view logic and business logic are separated. The rule: no java code in your JSP, only tags and EL expressions (learn about JSTL).
    So you get a blank screen. When you do "view source" in your browser, do you see anything there? If nothing, check if you are behind a proxy server. The solution to a post of not too long ago was that the blank screen was being caused by faulty proxy server settings (the user figured it out himself, I don't know what was done to solve it).
    If all this fails you will have to do some debugging magic using your favorite IDE. It will probably be something stupid you are overlooking in the code. It is annoying, but debugging code that does not work is a big part of your job. Better get good at it.

  • Removing keywords from multiple images when the keyword isn't in the list?

    So, I know that the method for removing a keyword from multiple images is to select the images, type the keyword in the inspector and press Shift-Return.
    However, that doesn't seem to work if the keyword I want to remove is not in the keyword database (i.e. it's not in the keyword HUD).
    For example, I deleted the iPhoto keyword group from the keyword HUD because I decided I didn't like that. I've got a bunch of photos that still have keywords like "Beach (iPhoto)". Typing "Beach" Shift-Return does nothing. Typing "Beach (iPhoto)" Shift-Return does nothing.
    Adding an iPhoto group back to the HUD and a child keyword of Beach and then Typing "Beach" Shift-Return works, but I can't believe that's how it's supposed to work.
    Is that the only way to do this? I've got a lot of those old iPhoto keywords to remove and that's going to be a major pain... there must be a better way.
    PowerMac Dual G5 2.0   Mac OS X (10.4.6)  

    I don't know if this will help you or not but it contains the roots of what you would need to script the removal of unwanted and unlisted keywords.
    -- script begins
    tell application "Aperture"
      -- set the target to the "Smart beetles" album at the top level of the library.
      tell album "Smart beetles" of folder ""
        -- get a list of the images in the album.
        set x to every image version
        -- move through the images one by one, deleting and creating the appropriate keywords
        repeat with i from 1 to x's length
          tell x's item i
            -- Note. if the keyword is top level, then the parents value is "".
            delete (every keyword whose name is "Australia" and parents is "Location")
            make new keyword with properties {name:"Sydney", parents:"Location"}
          end tell
        end repeat
      end tell
    end tell
    -- script ends

  • Return results from custom dialog box not visibly updating field value

    I have a form with custom dialog boxes (execDialog) for data entry. The dialog box is being called from the Entry event successfully. I also have it called from the Click event. So, here's what I get:
    1. On entering the field, I get the dialog box pop up, I select a value, it visibly changes the field raw value and leaves focus in the field.
    2. If I exit the field and re-enter, it also works as in point 1 (as expected)
    3. If, while focus is already in the field, I click in the field, I get the dialog box, as expected, but after selecting a value from the dialog, the field raw value DOES NOT VISIBLY change until I exit the field! It's kind of like the click event is working in conjunction with the Exit event. This is totally counter-intuitive for a production form that is being designed for the general populace.
    Anyone had any experience with this?
    Cheers,
    Marty.

    Thom Parker answered this here: http://forums.adobe.com/message/2614570#2614570
    Answer copied below:
    "The problem is that when the focus is on the text box
    it's in edit mode. It's only displaying the value interactively entered by
    the user, or as a consequence of the change event.  What you need to do is
    force the focus off of the text box in code.  You can do a little trick
    where you bounce it to a tiny transparent field, which then bounds the focus
    back so it doesn't look like the focus changed."
    What I ended up doing was calling up the dialog box, then using setfocus with no parameters to remove focus from the field, as follows:
    this.rawValue = this.dialogBoxFunction(this.rawValue); // passing current value so dialog box defaults to that value
    xfa.host.setFocus();
    Cheers,
    Marty.

  • Updated iTunes and now can't remove songs from my iPod - please help

    I've updated iTunes to version 11.0.0.163 and have an iPod Nano 16gb 5th generation.
    In iTunes, I'm no longer able to manually select songs to remove them from my iPod - I can't even see the list of music that's on my iPod. The only option it gives me is to sync, and I don't want to do that. Before I upgraded iTunes, it was easy to move music between my iPod and iTunes, now I can't - what's happened?
    My iPod is full so I want to remove some music, not all of it. Any advice? Please help - I'm going round in circles!
    Thanks

    Ctrl + B for show Top Menu
    View > Show Sidebar
    itunes will now look more like itunes 10.
    You can click on your device in the lefthand window as before
    You may prefer to use the Music Sync page to select or deselect Playlists, Artists, Albums etc and click apply.
    Delete your files is enabled by ticking the Manualy manage music option on the Device Summary page. You may have to scroll down to find it

  • Delete from Open Dialog Box?

    I'm a new convert from Windows to Mac.
    My question is: Is there a way to delete a file from a list of files in an Open or Save As dialog box?
    (On Windows I could just highlight the filename and press the Delete key.)
    Thanks.
    MacBook   Mac OS X (10.4.10)  

    There is no built-in way, but a lot of us use a third-party add-on called DefaultFolder which solves this problem and a lot of other problems with the open/save dialogs.

  • Removing Items from Populated List-Box

    I have a drop down box populate a list box. (change: ListBox1.addItem(xfa.event.newText)) But I can add more then one of the same selection so how do I remove them from the ListBox. Upon click? somehow? I don't konw the lingo.

    There is a selectedIndex property that will give you back the index of the 1st item that is selected.
    Paul

  • Msg states: "your Mac os x startup disk has no more space available for application memory...Removing files from startup disk may help." yet, I have 299.11GB of 319.73GB available. Why is msg received?

    The full message reads as, "
    Force Quit Applications
    Your Mac OS X startup disk has no more space available for application memory. 
    To avoid problems with your computer, quit any applications you are not using.  Closing windows and removing files from your startup disk will also help."
    Currently I have:
    Capacity: 319.73GB ; Available: 299.11GB ; Used: 20.62GB
    Why am I receiving this message and being forced to force quit items?  Both times the message has been received, Safari was open (frozen) while checking yahoo! mail.
    I received my MacBook Pro as a gift less than a month ago and I have only saved 20 pictures within iPhoto and installed Skype and Vuze...no other modifications from default have been made.
    Any idea?

    The full message reads as, "
    Force Quit Applications
    Your Mac OS X startup disk has no more space available for application memory. 
    To avoid problems with your computer, quit any applications you are not using.  Closing windows and removing files from your startup disk will also help."
    Currently I have:
    Capacity: 319.73GB ; Available: 299.11GB ; Used: 20.62GB
    Why am I receiving this message and being forced to force quit items?  Both times the message has been received, Safari was open (frozen) while checking yahoo! mail.
    I received my MacBook Pro as a gift less than a month ago and I have only saved 20 pictures within iPhoto and installed Skype and Vuze...no other modifications from default have been made.
    Any idea?

  • Enable "Prevent this website from creating dialog boxes" for a page

    Firefox has an option to prevent a website from creating a any more dialog boxes. I have a website which creates too many of them, so I want those to be disabled whenever I visit that website.
    So, is it possible to disable dialog boxes permanently for a page, or even something that I can do everytime before visiting that page..

    See http://forums.mozillazine.org/viewtopic.php?f=25&t=2172671

Maybe you are looking for

  • H67MA-E45 Updated to latest BIOS now won't load BIOS?

    Hi, I ran the latest BIOS update 7678v32, all seemed to go fine and it said BIOS update completed will now restart. Now the LED and fan starts for 1-2 secs then goes off straight away, this repeats every 10secs or so. I've tried clearing CMOS but sti

  • AlignToPage.jsx every page of a document

    I use a script to place multiple pdfs in Indesign CS4. It works fine but does not center them to the page. I then go to every page, select the item than run AlignToPage.jsx for every page. I'm trying to modify the script so every placed pdf of all th

  • I can't update to 5.1.1 on my iPad 1

    I tried to update my iOS on mh iPad 1 to 5.1.1. I did the update with the iPad 1 connected to my iMac. I received an error stating that the iPad could not be updated. I did save the updater log. What's up? Is this an issue relating to the first gener

  • JSF - Tomcats Realm - General Question

    Hi @ ll, I've written a wep app in JSF. Evererything works fine. Also the autentification by Tomcats JDBC Realm. My problem is. only the login is not written in JSF, cause every form get id prefix. I know its "normal" in in JSF. But Tomcat expect a s

  • The screen goes gray while using the iPod

    after, the ipod turns off and apple logo automatically appears as if it were turned off and then turn on