Using PSE 6 and 7 with DPI's larger than 96

Many people have discovered that if they increase the DPI (dots per inch) of their high-resolution Windows monitor to make text more readable, the PSE 6 and 7 Organizer will no longer show the menu bars.
I just discovered a workaround: In the Organizer, set the option Edit > Preferences > General > Use System Font. This works on my Vista system for both 6 and 7, but I havent tested it on XP or other computers.
The results arent always the prettiest, e.g. the font in the Editors menu bar stays small, but the font in the dropdown menus gets large, and much of the PSE text stays small. But this workaround at least lets you keep the DPI large so that you can read the text in all your other applications.

<i>Part II of II</i><br /><br /><b>4. Reconnect folders residing on a network drive.</b> If youve moved folders that originally resided on one network drive to another network drive, the Organizer will treat them as offline rather than missing, and it will show a red circle with a vertical line in the corner of the thumbnails.   An offline file is one that might show up later on, such as when you reconnect your laptop to the network containing your file server or you insert a DVD containing your archived photos.<br /><br />Since the moved files are offline, the PSE 6 Reconnect All Missing command wont do anything but tell you there are no files to reconnect.  You can force PSE to reconnect many offline files at once:<br /><br />a. Select all the photos that are offline.<br /><br />b. Do File > Write Keyword Tag and Properties Info.<br /><br />c. In the Find Offline Volumes window that pops up, select Reconnect and click OK.<br /><br />Unfortunately, method 3 doesnt appear to work with offline files on a network drive.  If you have a large number of individual folders and dont have the patience to reconnect each folder in turn, you can either use method 1 (restore the files to their original location) or recreate the original UNC name for the network drive (e.g. \\mycomputer\share).  (You could also try editing the catalog file using the tool sqlite3  search these forums for how to do it.  But thats sketchy at best.) <br /><br />------------------------------------<br />If you reconnect a file and get the message <old file> was not connected to <new file> or The file already exists in the catalog, then youve stumbled over a PSE bug for which there are workarounds.   See this thread:<br /><br /><a href="/webx?14@@.59b66777/5">John Rolfe Ellis, "Cannot Reconnect; File already exists" #6, 17 Sep 2008 2:49 pm</a><br /><br />------------------------------------<br />I havent tested any this in PSE 5, so I cant say how much works the same way.

Similar Messages

  • How do I send email with pictures attached, using PSE 9 and Windows 7 ?

    How do I send email with pictures attached, using PSE 9 and Windows 7 ?

    Try email attachment workflow in Organizer. http://tv.adobe.com/watch/learn-photoshop-elements-9/sharing-your-images-via-email/
    Thanks
    Andaleeb

  • Using PSE 6 and Lightroom together

    I have been a fan of PSE for years and have built up a catalog with over 20k items. I am working more and more in raw format and Lightroom seems to meet my requiremeents well, but, how to use PSE 6 and Lightroom together. what do people do? keep the catalogs in both applications? catalog in PSE and just edit and print in Lightroom? Are Lightroom changes then reflected back in Elements when viewing images?
    thanks for help and suggestions, Olly

    I'd have to disagree slightly with Barbara - for me LR is primarily a RAW processor with a so-so Organising capability. Of course that's only my opinion.
    Having LR and Elements working together is possible but it's really a one way street. The ability to Import an Elements Catalog is a feature of LR but it doesn't work very well. Tagging hierarchies get lost and even Date/Time info can go astray.
    For me I had to start re-importing all my collection manually into LR and re-keyword them. LR is quick at applying keywords - which can also be done during the import process itself.
    What you can do from LR is to open an image in Elements Editor for any creative work. LR creates a TIF version to edit in Elements and then keeps the results in it's library when you close the image.
    My workflow now is to import new shots directly into LR and Keyword and Process them but I also export TIF files which I then have Elements Organise - Elements will pick up LR keywords correctly.
    I just find Elements Organiser is faster and importantly allows you to select specifc images by selecting multiple AND combinations of Tags. LR only uses an OR function. I.e images that have only London AND Bob as opposed to images that have London OR Bob.
    Printing I still do from Photoshop as I find it more controllable - particularly Print Sharpening.
    Colin

  • Can I use Adobe Premiere and Photoshop (with cloud license) on more thn one computer.

    Can I use Adobe Premiere and Photoshop (with cloud license) on more than one computer? WHen on the oroad I would like to use it n my laptop, while I installed on the desktop.

    Hi Kasiah,
    As per the EULA accepted while you launch Adobe applications you can download & install on 2 systems but can use on one at the same time.
    Source:http://www.adobe.com/in/products/creativecloud/faq.html
    Let me know if you have any questions on this.
    Cheers~!
    -Mandhir

  • TS1347 Have been using an iPhone and syncing with Outlook for several years.  Since downloading latest version of iTunes, contacts and calendars are not syncing.  Both items show to be checked for syncing.  Any suggestions?

    Have been using an iPhone and sysncing with Outlook through iTunes for several years.  Downloaded the recent update to iTunes and now sycing of contacts & calendars is not occuring.  I did see that i had to recheck to sync contacts and calendars again and have done this, but still no syncing is occuring.  Any suggestions?

    Hi Brian!
    I have an article here for you that addresses your issue and can help you troubleshoot this further:
    iPhone, iPad, iPod touch: Troubleshooting contact and calendar syncing via USB on Windows
    http://support.apple.com/kb/HT1692
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • How to upload a file into server using j2ee jsp and servlet with bean?

    How to upload a file into server using j2ee jsp and servlet with bean? Please give me the reference or url about how to do that. If related to struts is more suitable.
    Anyone help me please!

    u don't need j2ee and struts to do file uploading. An example is as such
    in JSP. u use the <input> file tag like
    <input type="file"....>You need a bean to capture the file contents like
    class FileUploadObj {
        private FormFile srcFile;
        private byte[] fileContent;
        // all the getter and setter methods
    }Then in the servlet, you process the file for uploading
        * The following loads the uploaded binary data into a byte Array.
        FileUploadObj form = new FileUploadObj();
        byte[] byteArr = null;
        if (form.signFile != null) {
            int filesize = form.srcFile.getFileSize();
            byteArr = new byte[filesize];
            ByteArrayInputStream bytein = new ByteArrayInputStream (form.srcFile.getFileData());
            bytein.read(byteArr);
            bytein.close();
            form.setFileContent(byteArr);
        // Write file content using Writer class into the destination file in the server.
        ...

  • How to use the eventing and databag with a WAS 6.20 ?

    How to use the eventing and databag with a WAS 6.20 ?
    Is what there is a good guide for these services?
    Thank's

    In the raise event you can pass the value
    like below.
    <SCRIPT>
    function raiseEvt(value1){
    if(window.document.domain == window.location.hostname){
    if ( document.domain.indexOf(".") > 0 ) document.domain = document.domain.substr(document.domain.indexOf(".")+1);
       EPCMPROXY.raiseEvent( "urn:com.sap:BWEvents","BWiViewevent", value1, null );
      // alert('tree domain'+document.domain);
    </SCRIPT>
    and in the
    subscribe event you can get the values like below.
    <script language="javascript">
    if(window.document.domain == window.location.hostname){
    document.domain = document.domain.substring(document.domain.indexOf('.')+1);
        EPCMPROXY.subscribeEvent("urn:com.sap:BWEvents","BWiViewevent", window, "myreceiveEvent");
    function myreceiveEvent( eventObj ) {
          document.forms[0].gp_hidden.value = eventObj.dataObject;
    </script>
    Also look at the following link for a complete documentation.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/Enterprise%20Portal%20Client.pdf
    Regards
    Raja

  • HT5361 Been using mail forever and only with my gmail account. All of a sudden, all my inbox mails are missing except for anything after yest night. I log into gmail on safari and everything is there but not on my mac or iphone in mail

    Been using mail forever and only with my gmail account. All of a sudden, all my inbox mails are missing except for anything after yest night. I log into gmail on safari and everything is there but not on my mac or iphone in mail

    Same problem in 8.1.3
    Apple help!

  • How shall I use my IMac and MacBookPro, with synchronized files

    Hi, how shall I use my IMac and MacBookPro, with synchronized files? I used to work at home and office with those to machines and finally always have different version of my documents. Is there any dispositive that I should use, where all my files are moving with me? os there is something to synchronized the computers using WiFi or bluetooth?

    The following has instructions: OS X Mavericks: Share your Internet connection

  • Why it is keep asking for Username and Password but i didn't use any username and password with my database.

    Why it is keep asking for Username and Password but i didn't use any username and password with my database. Please help me i m very frustrated right now please help anybody. I m new in this.,

    Hi,
    Please check below threads:
    Crystal Report Layout asking for Login Info
    SAP B1 ask for credentials to print or to preview Crystal Reports report

  • Cannot use double tap and move with one finger to select text in Mountain Lion

    I've been using OS X in my Macbook Pro since Snow Leopard, and if I choose "tap with one finger to click", I can use double tap and move with one finger to select text if the cursor is between text.
    It works in Snow Leopard,and Lion However, in Mountain Lion, this doesn't work!! I have to click in the bottom right corner of my trackpad  in order to select the text.
    Can anyone get this fixed ?
    Thanks.

    Caolei,
    I don't know if you'll ever see this, but thank you! I hope this helps somebody else down the line, too.
    re. "I can use double tap and move with one finger to select text if the cursor is between text."
    I've been trying to figure out how to select text with tapping and without clicking.
    This did the trick.
    It's quite finicky to not select a space in between words.
    Zooming in does seem to help (two finger double tapping in a body of text may trigger a SmartZoom and zoom the current frame of text to fill the screen, if anybody doesn't know this.)
    ((There's a smartMagnifyWithEvent Cocoa NSEvent that's not universally supported across all applications for noob OS X developers like me.))
    I haven't been able to find the part about double tapping between text to begin a selection (which seems to work best when double tapping directly next to a letter) anywhere in the help system on or online. I probably just missed it, though.
    Clicking with the built-in trackpad on my MacBook Pro w/ Retina or Magic Mouse just takes too much pressure for an old-time touch typist like me.
    As an aside, I've been trying BetterTouchTool and MagicPrefs to enable one finger tap on the Magic Mouse. BetterTouchTool seems to trigger text selection unwantedly and randomly, though.
    The whole mystique of Mac / Apple being intuitive and user-friendly seems to be one of the greatest marketing coups / unbelievable con jobs of the last century.
    I'm actually somewhat qualified to express an opinion as a software engineer with a degree in Computer Science and programming and user interface design experience in Windows, UNIX, web, Android and other systems, and now OS X and iOS. I could go on and on and on but I won't other to say that I still find Macs buggy and hard to use. I'm now finding that my new iPhone 5 is just as big of a pain (i.e. big thumbs missing landscape keyboard in Contacts.) Of course, I like flexibility and options and custom workflows and more than one way to do things and simply being able to do things at all, so I'm also actually somewhat biased. Sorry for the rant...
    Cheers,
    Hal

  • Can i use my mac and pc with a cloud app?

    can i use my mac and pc with a cloud app

    Yes.
    http://www.adobe.com/products/creativecloud/faq.html
    Yes, as a member of Creative Cloud, you get many benefits that you do not get when you purchase a traditional shrinkwrapped product:
    An ever-expanding membership that provides access to Adobe's latest products, services, features, and workflows as soon as they are available. You no longer have to wait 12, 18, or 24 months for the latest innovations.
    Access to both the Mac OS and Windows® versions of the desktop applications and the ability to install them on your primary computer and one backup computer. So, if you have a Mac at home and a PC at work, you can install your applications on both as long as they are not running at the same time. See the product license agreements page for more information.

  • Using JCheckBox, JButton and JTextArea with JDBC

    Hello shlumph and SoulTech2012.
    thanks for the reply. I�m wondering do any of you have links to web pages that include tutorials and source code on using JCheckBox, JButton and JTextArea with JDBC. would any of you who have experience with using JCheckBox, JButton, JTextArea and JDBC together be able to give me a few tips on how to select certain data from a table using JCheckBox, JButton and display the data in a JTextArea? examples of such data could be CD/DVD/Game data - i want users of my video library system to be able to view CD/DVD/Game information by name, age category, type and year. Users should be able to click on a check box (e.g. view by name, age category, type or year) and press a button. What would happen then is that data from the Product table would appear in the text area (which could be placed beneath the check box + button inside a frame and/or panel).
    Thank you very much for your help.

    Quit triple posting and cross posting your questions all over the forum. You already have a posting in this forum on this topic and another posting in the Swing forum and another posting in the Programming forum.

  • I am using Iphone 3G and running with ios version 4.2.1 .I am looking for to run whatsup apps.Can you guide me which IOS version should i download wherein,it will support whatsup apps

    I am using Iphone 3G and running with ios version 4.2.1 .I am looking for to run whatsup apps.Can you guide me which IOS version should i download wherein,it will support whatsup apps

    with an iphone 3G the most up to date ios is 4.2.1 so you have a problem because whatsapp requires a higher version.  If you saved an earlier version of whatsapp you could install that otherwise you cannot use the app.  You will need to get a more up to date phone

  • When I send an email with an attachment larger than 1 MB in iMail, the email takes forever to be sent.

    When I send an email with an attachment larger than 1 MB from iMail, the email gets suck in the sent folder.  This happens no matter if I am using wireless or using an ethernet connection. 

    Many email programs, including Mail, will send data up to a certain size.
    The good new - there are some solutions. You can compress the file and make the email much faster to send; you can download a free application like Compress, which also allows you to uncompress. Or, you can send your email via your webmail connection (your ISP, like ATT); if you manage your email through your desktop computer, the email should be sent just fine.
    Apple Mail is designed for smaller documents, well under 1mb.

Maybe you are looking for

  • Camera Roll is not the same in Camera app vs Photos app ???

    iPhone 4S issue... I just got a new iPhone 4S. Restored from a 3GS backup. I noticed yesterday that some of the photos that I took with the built-in Camera app aren't showing in the Camera Roll. Specifically, the last 3 pictures that I took plus a co

  • ITunes 7.0.1.8 upgrade issues

    Please tell me if you have any solutions to these problems: -I can play my music from iTunes while I am uploading CDs but it is really laggy and this goes for all audio actually, not just in iTunes -Also, on occasion, I cannot play anything. I will h

  • BPM Error: BPE_ADAPTER MESSAGE_NOT_USED

    Hi, we have an issue in our XI production system, where message is not reaching BPM and its giving below error.   <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Call Adapter   --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message

  • How do i create this kind of click box?? HELP

    Hi There, How do i create a click box that when you double click it a black dot is displayed. Im sorry if im not being clear. I mean a dot in the middle of a circular click box. When you click multiple choice, sort of. Any help would be appreciated!

  • Service PO Sales and Use Tax Conditions

    I'm trying to located where the details of the tax condition JP1I is located. Its not konv. In there you see the NAVS but this is a sum of all levels of tax. Does anyone know where to find JP1I. It might be BSET but I need the link. Any help will be