Search options bug in 1.2.1.32 (and what about the Help?)

Hi,
this is a little bug I experience both in 1.2.1.32.00 and 1.2.1.32.13.
I don't know exactly what triggers it, so I can only describe the symptoms, hoping someone will be able to reproduce somehow.
1) Edit a package
2) Try searching: you can access the option box normally
3) After a bit of editing, the option box refuses to appear: if you click on the binocular icon (or press Alt-Down) you only get a blank option box for a fraction of a second
The only way I have found to get it back is clicking the con and pressing Return simultaneously.
Also, in build 1.2.1.32.13 the Help menu doesn't work, except the About option.
Regards.
Alessandro

Hi Sue.
The above described problem seems to be fixed in 1.5 (haven't experienced it since the EA days, AFAIR).
A very minor glitch you might want to check (not worth a new thread, I think) is in the Help Search: try searching for any keyword and you'll see that in the Results window each topic description starts with null.
Regards.
Alessandro

Similar Messages

  • HT5137 How can I get my castleville legends to connect to facebook?  I select the option to connect, it goes to facebook and back to the app, but it still won't connect.  I have both restarted the app and my phone wiht no luck.

    How can I get my castleville legends to connect to facebook?  I select the option to connect, it goes to facebook and back to the app, but it still won't connect.  I have both restarted the app and my phone wiht no luck.

    Hello sdrail81,
    The following article provides tips that can help resolve most issues with apps from the App Store.
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Cheers,
    Allen

  • HT203163 I cannot gift or purchase CARMEL and CARMEL VALLEY travel app at the iTunes store. The options are "grayed out" on my iMac. What's the problem?

    I cannot gift or purchase CARMEL and CARMEL VALLEY travel app at the iTunes store. The options are "grayed out" on my iMac. What's the problem?

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • I have all tabs set to open with Google search, but when I open a new tab and start typing, the letters appear in the address bar and not the Google search bar. It didn't used to be like this!

    Firefox 9.01; Windows 7 64 bit;
    One of my set of home pages is the basic Google search page. When I open this, I can immediately start typing and the words appear in the Google search box.
    If however I open a new tab (white cross far right of tab bar) and start typing, the words appear in the address bar, not in the Google search box. Of course once I click in the search box I can carry on: but I'd like to make it start there as it does with the homepage.

    If you want a specific webpage (like the Google page) to always open when you open a New Tab, you can use the following add-on to Open New Tabs with your Favorite Pages:
    -> NewTabURL 2.2.3
    * https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    * NewTabURL will not work until you set the page that you want to open in the Options for it.
    * click Add-ons > Extensions, click Options next to NewTabURL.
    Check and tell if its working.
    Not related to your problem but do the following:
    -> Update Firefox to the latest version 10
    * [[Installing Firefox on Windows]]
    -> Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • How to search for a pattern string in entire registry and delete all the keys and subkeys that contain the pattern (C# or VB)?

    I want to search for a pattern string in the entire registry and need to delete all the keys and sub-keys that contain the pattern. How can I implement this in VB Script or C#? Appreciate if you can give some sample examples. Now every time, I am manually
    searching for the pattern in registry and deleting one by one.
    Thanks Prasad

    There is no built in way to do this. You'll end up having to enumerate all keys and values in the entire registry and comparing each one for a pattern using Regex or similar.  This is going to be really slow but there isn't much else you can do about
    it (other than parallelize the enumeration).  Also note that you won't have permissions to all keys for read and/or write access so you'll need to skip over those using exception handling.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • When to rebuild? and what is the rebuild later option?

    Hi,
    Something happened yesterday that is causing aperture to crash repeatedly. I think the problem may be with one project where I tried to edit a few raw files and also tried to do a round trip in photoshop with another file. The first symptoms were that the edits using the hud tool did not show up on the display in the viewer or alternate display. Then I quit aperture and restarted it and got about 54 versions of the file I was trying to edit. Then I deleted these and tried to do the edit in photoshop. First time I tried 'edit in external' it didn't open photoshop, then on the second try it did. Well the photoshop edit made it back, but now aperture just quits abruptly whenever I try to do anything.
    Is this a case for rebuilding my library? I've got some concerns before trying this because I have about 70,000 images in several hundred projects. Also how long with this take? Finally, what is the option to rebuild later for? The dialog box informs me this will clear the database and I can rebuild later.... hmm that doesn't sound good. Are they expecting me to rebuild from the vault or what? I've got 7 projects not yet backed up to the vault.
    Thanks in advance for your help.

    Hi Kendall,
    Thanks for the suggestions. I actually had already tried this before my post and had first moved the two projects that I worked on last outside the library but that didn't solve my problem because aperture still shows the projects in the list but grayed out. When I tried to delete these projects it would crash. Its possible that I didn't find the project that was causing the trouble and in any case, I think yours was a good idea so maybe it will work in other instances. Oddly I was able to back up my library to the vault without crashing with the two projects replaced back into the library and then I just hit the rebuild option which took much less than the time needed to back up to the vault. Now everything is okay!
    Eric

  • What about the memory leak Bug in foreach tag

    Hi,
    does anybody knows if this bug is resolved already ?
    http://issues.apache.org/bugzilla/show_bug.cgi?id=25623.
    I see memory leaks in our application, and deeper check with YourKit profiler show that the objects retained in the jstl tags?
    Any help?

    Thanks for the info.
    The bug is in 'WONT FIX' status which is a shame.
    ram.

  • Bug? EJB method Return Value and Client Catch the Exception?

    oc4j 9.0.3 on the windows 2000
    I write a Stateless Session Bean named SB1 ,
    and define application exception.
    The Code as follow:
    public class AppErrorException extends Exception
    public interface SB1 extends EJBObject
    public String getMemono(String sysID, String rptKind, String parentMemono)
    throws RemoteException, AppErrorException;
    public class SB1Bean implements SessionBean
    public String getMemono(String sysID, String rptKind, String parentMemono)
    throws RemoteException, AppErrorException
    throw new AppErrorException("Error in getMemono");
    public class SB1TestClient
    try
    memomo= sb1.getMemono(.....);
    catch(AppErrorException ae)
    ae.printStackTrace();
    I found a bug.
    If SB1.getMemono() throws the AppErrorException, but SB1TestClient will not catch any Exception.
    It is not normal!!!!
    [cf]
    But If I convert "public String getMemono(...)" into "public void getMemono(...)",
    When SB1.getMemono() throws the AppErrorException, but SB1TestClient will catch any Exception.
    It is normal.

    getMemono(.......)'s code as follow:
    public String getMemono(String sysID, String rptKind, String parentMemono)
    throws AppErrorException
    log("getMemono("+sysID+", "+rptKind+", "+parentMemono+")");
    Connection connection= null;
    CallableStatement statement = null;
    String memono= "";
    short retCode= -1;
    String retMsg= "";
    try
    String sql= this.CALL_SPGETMEMONO;
    connection = ResourceAssistant.getDBConnectionLocal("awmsDS");
    statement= connection.prepareCall(sql);
    statement.setString(1, sysID.trim());
    statement.setString(2, rptKind.trim());
    statement.setString(3, parentMemono.trim());
    statement.registerOutParameter(4, java.sql.Types.VARCHAR);
    statement.registerOutParameter(5, java.sql.Types.SMALLINT);
    statement.registerOutParameter(6, java.sql.Types.VARCHAR);
    statement.executeQuery();
    retCode= statement.getShort(5);
    retMsg= statement.getString(6);
    log("retCode="+retCode);
    log("retMsg="+retMsg);
    if (retCode==AppConfig.SHORT_SP_RETCODE_FAILED)
    log("retCode==AppConfig.SHORT_SP_RETCODE_FAILED");
    this.sessionContext.setRollbackOnly();
    throw new AppErrorException(retMsg);
    memono= statement.getString(4);
    log("memono="+memono);
    if (rptKind.trim().length()<6)
    log("rptKind.trim().length()<6");
    this.sessionContext.setRollbackOnly();
    throw new AppErrorException("rptKind.trim().length()<6");
    memono= "SS";
    catch (AppErrorException ae)
    log("catch(AppErrorException ae)");
    throw ae;
    //throw new EJBException(ae.getErrMsg());
    catch (Exception e)
    log("catch (Exception e)");
    this.sessionContext.setRollbackOnly();
    throw new AppErrorException(IExceptionConst.ERR_MSG_SYSMEMONO_00000, e.toString());
    //throw new EJBException(IExceptionConst.ERR_MSG_SYSMEMONO_00000+", "+e.toString());
    finally
    log("this.sessionContext.getRollbackOnly()="+this.sessionContext.getRollbackOnly());
    ResourceAssistant.cleanup(connection,statement);
    return memono;

  • Fixed - So what about the flashplayer x64 bug?

    i still dont see any progress on the internet anywher eon the adbode flash x64 bug that makes browsers crash in gmail. have you all heard anything? this is pathetic. adobe totally failed, but the weird thing is it only effects some users. also if i use another user login on my machine i dont get the problem. ive tried everything, deleteing profiles the list goes on, this has been happening for months
    !- i fixed this, it was adblock, find the fix at http://kb.mozillazine.org/Problematic_extensions
    Last edited by ahronzombi (2009-07-08 00:31:36)

    i still dont see any progress on the internet anywher eon the adbode flash x64 bug that makes browsers crash in gmail. have you all heard anything? this is pathetic. adobe totally failed, but the weird thing is it only effects some users. also if i use another user login on my machine i dont get the problem. ive tried everything, deleteing profiles the list goes on, this has been happening for months
    !- i fixed this, it was adblock, find the fix at http://kb.mozillazine.org/Problematic_extensions
    Last edited by ahronzombi (2009-07-08 00:31:36)

  • HT1766 How do I find my back-up files, and what is the likelihood I will find the contents of camera roll that I took on a new iphone 4S before plugging it into my laptop, registering it & then accidentally opting for the restore settings option which of

    any help with this would be mucgh appreciated - i think I need to look at my back-up files, but don't know where to find them in Itunes?

    IOS how to backup and restore http://support.apple.com/kb/HT1766
    If you haven't done a backup of your phone as suggested by the link, then your pics are gone.  If you do have a backup then you can restore to it.

  • I have purchased i phone on bill from india and now i am in usa but unfortunately i dropped my i phone 5s in water so will i get warrenty on that and what is the best option for me?

    i want to know that will i get international warrenty in india if i buy product from usa?

    As with most any product and most any warranty, damage is not covered.
    Sorry.
    You may be able to buy an out of warranty replacement in India.

  • HT201412 IPAD 2, TRIED TO GET ICLOUD TO WORK.  IPAD IS FROZE WITH NOT ENOUGH STORAGE, THIS IPAD CANNOT BE BACKED UP ,  THE OPTION(CLOSE) OR SETTINGS  WILL NOT RESPOND AND CANNOT SHUT THE IPAD OFF HELP!!!!!

    IPAD 2 FROZE UP WITH NOT ENOUGH MEMORY ON ICLOUD.  CAN'T SHUT IPAD OFF AS IT IS FROZE

    Try a reset:
    Hold the Sleep and Home button down for about 10 second until you see the Apple logo.

  • Colorblind red/green, how does that affect PS and what are the options.

    Like so many men, I am Colorblind (not in full) for red/green.  As a photographer I manipulate pictures like all of us. My main tools are LR-3 and PS-5.
    I operate in the Pro-Photo colorspace on am Imac with a Eizo graphical monitor all calibrated.
    The problem arrises when I start to work on skin and other elements, as I am coloblind (partial) my manipulations tend to result in a bit to redisch pictures. A comment I receive many times.
    I don't see it that way, but after a colorblindness test it was comfirmed.
    So here is the question:  Is there a tool/colorprofile/colospace or whatever that could be used by me as a red/green colorblind person so that I can manipulate the pictures as I would like to.
    The colorprofile/space/tool would compensate.  Once done with the job I could then simply convert it back to a normal human view.  Does this exist ?
    Note that I always work with graycard and a ColorChecker from X-rite..
    Any recommendation is more then welcome.

    Interesting…  If I understand the issue correctly, you need the opposite of this:
    This shows a person with normal vision how an image will look to a color blind person.  I can see how the opposite may pose quite a challenge for the programmers. 
    Wo Tai Lao Le
    我太老了

  • Can't change search options in Outlook 2007 on Windows Server 2008R2 Remote Desktop Users

    One of my users is trying to change search options in Outlook 2007.
    But he can't change the search options.
    He is working with Outlook 2007 on Remote Desktop Services 2008 r2.
    We doen't use cache mode on terminal server.
    Any sugesstion how we can enabling search options for remote desktop  users ?

    Hi Roel,
    Thank you for posting in Windows Server Forum.
    To customize Instant Search options by using Group Policy 
    - In Group Policy, load the Office Outlook 2007 template (Outlk12.adm).
    - To customize how results are displayed, under
    User Configuration\Administrative Templates\Microsoft Office Outlook 2007\Tools | Options\Preferences\Search Options, double-click the setting that you want to set. For example, double-click Turn off wordwheel.
    - Click Enabled. For hit highlighting color, choose a color from the Background Color drop-down list.
    - Click OK.
    More information.
    Configure Instant Search options in Outlook 2007
    http://technet.microsoft.com/en-in/library/cc178983(v=office.12).aspx
    In addition, perform below steps to edit the registry key and check.
    Step 1: Open the Registry Editor application.
    Step 2: In the Registry Editor, click the Edit menu and select Find. Type PreventIndexingOutlook in the search field and click Find Next.
    Step 3: Right click PreventIndexingOutlook and select Modify. Change its Value data to
    0 and click OK.
    Step 4: Search again by clicking the Edit menu and select Find. Type SetupCompletedSuccessfully in the search field and click Find Next. Locate this key.
    Step 5: Right click the SetupCompletedSuccessfully key and select Modify. Change its Value Data to 0 and click OK.
    Step 6: Restart your computer and you will now be able to perform advanced searches in Microsoft Outlook.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Mailbox search Option in IE11

    Hi,
    We are using Exchange 2003 and OWA to work with mails. If we open OWA 2003 in IE11 for viewing mails it is not showing mailbox search option. Can any one tell us how to enable the search option in IE11?

    Hi sathv,
    Is OWA running in light mode?
    If yes, you may check to see if you have the following updates installed:
    Can't load OWA Premium by using Internet Explorer 11 in an Exchange Server environment
    If issue insists, please take a try to ask in Exchange forum and see if there could be any further assistance offered.
    https://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrgenerallegacy
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for