Keyword edit view

A keyword edit view would be nice. Just some UI widget that would one more easily create, delete and edit keywords. The current UI is pretty tweaking when trying to create parent-child relationships (try adding Apple under Zebra when you have hundreds of keywords). Also, allowing one to select multiple keywords for batch ops, like creating synonyms, would be nice.
An export (and import) to/from XML or some other normalized form would be sweet, too.

<[email protected]> wrote in message <br />news:[email protected]..<br />> What would be nice is to regroup and integrate all keyword tools into one <br />> pop-up window or panel, as they are too<br />>much spread in the present Lightroom interface.<br /><br />I think a consolidated keyword popup would be great.  Especially if it had the <br />different functions (create/edit/delete, add keywords to image, etc) on tabs or <br />something, and had a different keyboard shortcut for each tab.  What I'd ideally <br />like to be able to do is hit a keyboard shortcut (Ctrl-K would be my preference) <br />and then have a popup where I could type the keywords I want to add to the <br />selected image(s) and hit Enter to save and close the dialog.<br /><br />The current Ctrl-K functionality is a bit awkward - it puts focus in the keyword <br />panel on the right (showing it if I have it hidden), and selects the entire text <br />area containing the keywords for the selected image(s).  So I have to hit <br />Ctrl-K, hit End, hit Comma, then type my keywords.  If I happened to be viewing <br />with panels turned off, I now have to click the "hide right panel" arrow. <br />Yuck!<br /><br />-- <br />Rob Freundlich<br />"Males ae biologically driven to go out and hunt giraffes." - Newt Gingrich<br />"Some folks you don't have to satirize, you just quote 'em." - Tom Paxton

Similar Messages

  • Keyword Editing Bugs - Help

    I have two separate (but likely related) problems with Keywords editing in iPhoto '11:
    (1) When viewing a Smart Album, attempting to edit the Keywords of a single photo is frequently changing the Keywords of every photo in the Smart Album. (This is obviously yielding disastrous results. Now thousands of my photos are tagged incorrectly.) I click a single photo -- or Command-Click three or four photos -- and, after confirming that only the photos I want to update are selected (the top right message reports "3 photos selected", for example), I modify the Keywords. Then when I click "Return", every photo in the album is updated with the new Keyword(s).
    (2) When attempting to edit Keywords anywhere -- albums, smart albums, etc. -- I am unable to delete a keyword unless I do it multiple times. For example, the photo will be tagged with Keywords "Alpha", "Bravo", "Delta", and "Echo". I delete "Bravo" and hit "Return", and then the "Bravo" Keyword comes back. I delete it. It comes back. I delete it again, and it finally disappears.
    I have rebuilt my library multiple times at iPhoto startup, but nothing seems to resolve this problem.
    My entire iPhoto library is now an epic disaster. I have 23,000+ photos and now thousands of them are tagged incorrectly. Attempting to fix them keeps making everything worse.
    Does anyone have any ideas?

    Mistrustful aren't we?
    1. Using iPhoto Library Manager to rebuild a Library requires no purchase. You can download and use the app for free. Some extra features (like merging libraries) require a purchase. So, even if I had a beneficial interest in iPhoto Library Manager what would it gain me when the most frequent (by a mile...) use I suggest the app for costs nothing.
    I don't know that I'm a "vocal advocate" for the application. I recommend it as a way to solve library corruption issues. I'm not the only person on here who does. All the most experienced posters here do. There's a reason for that. It's the best solution on offer.
    2. I have no interest in, financial relationship with, or anything to gain from anyone using iPhoto Library Manager for any reason whatever. Neither do I have anything to gain from your using Apple products - I'm neither an employee nor a shareholder - or indeed, any other hardware or software.
    3. iPhoto Library Manager is not a workaround it's a solution. You cannot repair that database. There is no way to. You may be reticent to accept that. Good. If you can find an way or another app to repair the database I'll happily recommend that instead of iPhoto Library Manager. (And I'll have no financial relationship with that, either)
    4. Your Library is corrupted. You have four options now:
    Rebuild with iPhoto's own tools - that hasn't worked for you
    Restore from a known-good back up. That's the next best option
    Everything from now on means some data loss
    Rebuild with iPhoto Library Manager - minimise the data loss
    Make a new Library and start over from scratch. Maximum pain and dataloss.
    Your choice.
    Regards
    TD

  • I downloaded Firefox 3.6 and now my tool bar is gone. No back arrows, forward arrows, file, edit, view, history, bookmark, tools....how do I get my web browser to look like a regular browser again?

    I downloaded the new Mozilla web browser and I had a Bing homepage setting. I changed back to yahoo but I ever since downloading I dont have any back arrows, forward arrows, file, edit, view, history, bookmark, tools, address bar....how do I get my web browser to look like a regular browser again?

    For details of how to restore the menus see [https://support.mozilla.com/kb/menu+bar+is+missing]
    Once the menus are back, you can use the View menu, then select Toolbars and click on the names of the toolbars to toggle displaying them.

  • Unable to Edit View; Java Error then View is lost

    I need help understanding what might be going wrong and how to fix it, or file a bug and then work around the problem.
    Running SQL Developer 3.0.04,
    Java - should be using jdk 1.6.0_23, but I'm not sure how to verify this. I also don't know how to change which of the different Javas on my PC SQL Developer would use, if I gave the wrong answer when I installed SQL Develoeper.
    Windows 7 64-bit and 32-bit.
    DB is 9i, 9.2.0.6.0.
    Server is Linux 2.6.9-89.0.20.EL.xs5.6.0.58xenU.
    Problem does not occur on DB 11.1.0.7.0 running on same server.
    The problem occurs when I select a view, and click edit. Edit View panel opens. One easy change that causes the problem is to click the Select clause and simply reorder the columns, moving one column up. The syntax checks OK. The test query works OK. When I click the panel's OK button, I get a new window: Edit Object Error.
    An error was encountered:
    java.sql.SQLRecoverableException: No more data to read from socket
    The following SQL statement failed:
    [then there's a box with the CREATE FORCE VIEW statement.]
    I click OK acknowledging the error. I get another Edit Object Error window, with the same message about the socket, but this time the failing SQL statement is DROP VIEW PV_MYVIEW_NAME. After acknowledging this error by clicking OK, it reappears if I click OK for the Edit View panel. I am forced to click Cancel in the Edit View panel.
    The connection goes inactive. If I try to expand the tree of tables and views, the + signs go away. They don't expand. I need to disconnect and connect.
    My view is now gone.
    I tried lots of changes to the view, even adding a comment causes the failure.
    The Logging Page has entries like these:
    SEVERE     57     50     oracle.dbtools.db.DBUtil     Warning, unhandled exception: ORA-02248: invalid option for ALTER SESSION
    SEVERE     56     49     oracle.dbtools.db.DBUtil     Warning, unhandled exception: ORA-02248: invalid option for ALTER SESSION
    SEVERE     55     3637     oracle.dbtools.db.DBUtil     Warning, unhandled exception: ORA-02248: invalid option for ALTER SESSION
    SEVERE     54     2471     oracle.dbtools.db.DBUtil     Warning, unhandled exception: ORA-02248: invalid option for ALTER SESSION
    SEVERE     53     15997     oracle.dbtools.raptor.utils.DBObject     Could not get schema Object:java.sql.SQLRecoverableException: No more data to read from socket
    SEVERE     52     451     oracle.dbtools.raptor.utils.DBObject     Could not get schema Object:java.sql.SQLRecoverableException: No more data to read from socket
    SEVERE     51     3812     oracle.dbtools.raptor.utils.DBObject     Could not get schema Object:java.sql.SQLRecoverableException: No more data to read from socket
    SEVERE     50     416189     oracle.dbtools.raptor.utils.DBObject     Could not get schema Object:java.sql.SQLRecoverableException: No more data to read from socket
    Thanks,
    Skip

    Hi Anne,
    Well, given your OS configuration, suggestion (2) probably doesn't apply to you anyway. Sorry if I wasted your time on that one.
    As for suggestion (1), even if it didn't work, at least it seems to verify that this is a JDBC driver issue. So, as noted above, SQL Developer 3.0 is not certified on 9i. And Oracle 9i Extended Support ended the middle of last year. The ojdbc5.jar/ojdbc6.jar (11.1/11.2 drivers) files shipped with the 2.1/3.0 releases, respectively, can generally connect to any Oracle database back to 9.0.1, but perhaps the functionality is not completely stable when using the oldest database releases.
    The main question though, is which JDBC driver are you actually using? If you have an Oracle client installed, SQL Developer will look in the Oracle home first and use the driver there, not what comes with SQL Developer. If you do have an Oracle client installed, and everything else (Prod/Dev) is working, then I hesitate recommending that you change anything. Possibly if you have no client, or an older client, installing a 10.2 client might help but it's difficult to know.
    Best wishes,
    Gary

  • Page Forward & Reverse buttons do not work & are "grayed-out" after upgrading to, as is the Main-Menu Items such as File-Edit-view etc...

    After upgrading to Firefox 3.6.12 all functionality appeared to be intact. Then after a few days it lost the ability to "page forward" or to "page back" and are "grayed-out". Additionally, the Main menu items such as File, Edit, View, History, Bookmarks, Tools & Help are also grayed-out and non-functioning.
    Also, the "Search Window" does not search, Web Searches need to be performed from within the URL window instead, for some crazy reason. If the URL window is blank when I enter a search into the actual search window the following appears in the URL window, "Search Bookmarks and History", which makes no sense.
    I have noticed similar complaints in this Forum in the past but I have not seen any posted resolution to these issues. Is there a solution?

    Create a new profile as a test to check if your current profile is causing the problems.<br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • File, edit, view, history, etc. will NOT open on menu bar how to fix

    The file, edit, view, history, bookmarks, tools, help options on the menu bar will not open. This started to happen, intermittently, in the last few hours . . . and, now, seems permanent. I suspect an update. There are, also, other options which will not open. I cannot use my address book on webmail because of this and am in dire need of a solution.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Ever since the latest update, my task bar (if it's called that - it's the one with "file,edit,view, etc") will "grey out" and I won't be able to type into any websites I visit. Only way to fix:either restart Firefox or reduce the window and open it again.

    Ever since the latest update, my task bar (if it's called that - it's the one with "file,edit,view, etc") will "grey out" and I won't be able to type into any websites I visit. Only way I can proceed is if either restart Firefox (very annoying) or reduce the window and open it again. Please help!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I can't click on Firefox's "file edit view..." bar. It works for a few seconds right after opening Firefox, then stops. I have a mac, and can't think of anything I did that could have caused this.

    Other programs work fine while Firefox is open, but when I go back to the Firefox window, the problem starts again. I click on the "fiel edit view" buttons, but nothing at all happens. It's been like this for a few days.

    Try to remove the Firefox plist file (org.mozilla.firefox.plist).
    * http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results
    Go to "Library > Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist).
    Try to repair the disk permissions:
    * http://thexlab.com/faqs/repairprocess.html

  • How can i display a portlet in the Edit view only ?

    Dear All,
    I'm developing a portal in which the end user can change the content of the portal page (personalize) using Edit smart link and i ask How can i display a portlet in the Edit view only ? not shown in the production view ?

    Last time I heard with Oracle they said the only way is to look at the current URL. If it contais _mode=16 then we are in edit mode.
    This is a function I use:
    FUNCTION inEditMode return boolean is
    bEdit boolean := false;
    begin
    if PORTAL.wwpro_api_parameters.get_value('_mode', 'qaz') = '16' then
    bEdit := true;
    end if;
    return bEdit;
    end inEditMode;
    Kind regards
    Tomas Albinsson
    Stockholm, Sweden

  • On my laptop running windows 7 most of the information has disappeared from the window - headings (file, edit, view, etc), address bar and navigation buttons - all i can see is tabs - how do i get the missing items to display

    On my laptop running windows 7 all the info displayed at the top of the homepage window is missing. All headings, i. e. File, Edit View, etc. are gone. There is no address bar. There is no home button, refresh button, etc. My wife was using the machine when it happened so I don't know what she did. How do I restore these features?

    F11 did not work F10 did. ThaNK YOU FOR THE HELP

  • How do I get "File", "Edit", "View", etc. to show up on my toolbar rather than them all being consolidated into "Menu"?

    I don't want everything consolidated under "Menu", I want to see "File", "Edit", "View", etc. listed across my toolbar. I played around with it as much as possible, and I have searched Firefox Help to no avail. I can't believe this option would be non-existent. The consolidation may be visually pleasing, but functionally it's annoying and is slightly more time consuming. Please help, thank you very much. (^-^)/

    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.
    Go to "View > Toolbars" or right-click the "Menu Bar" to select which toolbars to show or hide (click on an entry to toggle the state).
    See also:
    * https://support.mozilla.com/kb/Menu+bar+is+missing

  • Weird things happen in Edit view...

    Some (but NOT all)of my photos do weird things when you Double-Click them to get into Edit view. Most of my photos zoom in to their appropriate sizes and are viewed 'normally', however, other photos initially come up in their normal zoomed size then in a second of two, zoom in again several times larger than they should be, and the colors will pop your eyes out, like a reverse negative or something and the photos gets all 'chunky' or 'blocky'. Fortunately, only a small number of my photos zoom in wildly like this.
    Anyone seen this, have a clue what causes it and most importantly, can it be fixed to STOP doing this?
    Thanks

    Well, I used to see this problem way back in the v7 days of the purple app. It's not an FCP exclusive problem, though I have seen it happen one time with Final Cut.
    Glad to help you solve this one, Jamie. You can help others who come to this thread later, by marking the Helpful & Solved posts in the thread. That way, when others are searching for solutions to this problem, they can scan down quickly and easily to those posts, and see the yellow and green stars.
    I've posted this request on a number of threads, both those I've helped or solved, and those I had no helpful contributions for. I'm just trying to help make the new forum as usable as ut can be.

  • Blog post : "Bug in Create/Edit View Criteria Wizard (JDeveloper 11g)"

    hi
    Using steps 1 to 13 from the blog post "Bug in Create/Edit View Criteria Wizard (JDeveloper 11g)" by Andrejus Baranovskis, I have been able to reproduce the issue he describes.
    see http://andrejusb.blogspot.com/2008/12/bug-in-createedit-view-criteria-wizard.html
    I the blog post comments he writes "... there was no time for me to fill bug in Metalink ...".
    Maybe someone from Oracle can pick it up from this forum post and file it as a bug if it is one (and if possible post the bug number here).
    many thanks
    Jan Vervecken

    The mechanism is to create a reproduceable test case, create a Service Request in metalink.oracle.com, post the test case, and convince the analyst to file it as a bug.
    It may be not efficient at some time, but this the way it is handled.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • When I open Firefox there is absolutely no toolbar at the top. No 'File' 'Edit' 'View' 'Favorites' 'Tools' 'Help' buttons, no anything. Any idea's??

    When I open Firefox there is no toolbar at all. I have tried deleting and then re-downloading it, but when I click on the icon on my desktop, all that comes up is a page that says "Widgets, Gadgets, RSS feeds, and more." There is no search box to surf the web, there is nothing.
    == This happened ==
    Every time Firefox opened
    == I cancelled out a few of the access points for things like Linkedin. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.6)

    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(~~red:Linux & OSX see~~: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M then release the key
    <u>''Windows'' Method 2.</u> Tap once on the F10 key, while the Menu bar is visible, choose "View > Toolbars", click "Menu Bar" so that a check mark is placed next to Menu Bar
    <u>''Windows'' Method 3.</u> Tap once and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar so that a check mark is placed next to Menu Bar
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See:
    http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    http://kb.mozillazine.org/Toolbar_customization#Restoring_missing_menu_or_other_toolbars
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    '''[http://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar How to customize the toolbar]'''

  • My photos are stuck in the editing view

    All of my photos are stuck in the editing view and I am unable to return to thumbnail view.  I can move to different "events" and photos, but they are all in the editing view.  When I select view and then go to thumbnails, the options are unavailable.  Does anyone know how to fix this?

    I probably didn't explain the problem clearly. 
    When I open an event I would like to see the collection of photos, in thumbnail version.  Since last night, the photos are in the large view - one photo at a time.  I have to scroll through them to find the photo I want.  This is the case in all of my events and albums. 
    When I go to the view tab and click on thumbnails, the options are unavailable - they are there, but are light grey and they aren't accessible when I click on them.
    When I refered to my photos being stuck in the editing view, I should have said they are stuck in the large view, showing one photo at a time only.

Maybe you are looking for