Cross-platform custom cursor: please assist to solve!!!

Hi all,
I'm looking for solution for problem of cursor size when creating custom cursor. Please take a moment and run the code below on platform you are working on, after this please post the results here.
Thanks in advance for help!
public class CursorTest {
    public static void main(String[] args) {
        for ( int cnt = 0; cnt < 100; cnt++ )
            System.out.println("Size " + cnt + ": " +
                    java.awt.Toolkit.getDefaultToolkit().getBestCursorSize(cnt, cnt));
}

Sample output on Win2000:
Size 0: java.awt.Dimension[width=32,height=32]
Size 1: java.awt.Dimension[width=32,height=32]
Size 2: java.awt.Dimension[width=32,height=32]
Size 3: java.awt.Dimension[width=32,height=32]
Size 4: java.awt.Dimension[width=32,height=32]
Size 5: java.awt.Dimension[width=32,height=32]
Size 6: java.awt.Dimension[width=32,height=32]
Size 7: java.awt.Dimension[width=32,height=32]
Size 8: java.awt.Dimension[width=32,height=32]
Size 9: java.awt.Dimension[width=32,height=32]
Size 10: java.awt.Dimension[width=32,height=32]
Size 11: java.awt.Dimension[width=32,height=32]
Size 12: java.awt.Dimension[width=32,height=32]
Size 13: java.awt.Dimension[width=32,height=32]
Size 14: java.awt.Dimension[width=32,height=32]
Size 15: java.awt.Dimension[width=32,height=32]
Size 16: java.awt.Dimension[width=32,height=32]
Size 17: java.awt.Dimension[width=32,height=32]
Size 18: java.awt.Dimension[width=32,height=32]
Size 19: java.awt.Dimension[width=32,height=32]
Size 20: java.awt.Dimension[width=32,height=32]
Size 21: java.awt.Dimension[width=32,height=32]
Size 22: java.awt.Dimension[width=32,height=32]
Size 23: java.awt.Dimension[width=32,height=32]
Size 24: java.awt.Dimension[width=32,height=32]
Size 25: java.awt.Dimension[width=32,height=32]
Size 26: java.awt.Dimension[width=32,height=32]
Size 27: java.awt.Dimension[width=32,height=32]
Size 28: java.awt.Dimension[width=32,height=32]
Size 29: java.awt.Dimension[width=32,height=32]
Size 30: java.awt.Dimension[width=32,height=32]
Size 31: java.awt.Dimension[width=32,height=32]
Size 32: java.awt.Dimension[width=32,height=32]
Size 33: java.awt.Dimension[width=32,height=32]
Size 34: java.awt.Dimension[width=32,height=32]
Size 35: java.awt.Dimension[width=32,height=32]
Size 36: java.awt.Dimension[width=32,height=32]
Size 37: java.awt.Dimension[width=32,height=32]
Size 38: java.awt.Dimension[width=32,height=32]
Size 39: java.awt.Dimension[width=32,height=32]
Size 40: java.awt.Dimension[width=32,height=32]
Size 41: java.awt.Dimension[width=32,height=32]
Size 42: java.awt.Dimension[width=32,height=32]
Size 43: java.awt.Dimension[width=32,height=32]
Size 44: java.awt.Dimension[width=32,height=32]
Size 45: java.awt.Dimension[width=32,height=32]
Size 46: java.awt.Dimension[width=32,height=32]
Size 47: java.awt.Dimension[width=32,height=32]
Size 48: java.awt.Dimension[width=32,height=32]
Size 49: java.awt.Dimension[width=32,height=32]
Size 50: java.awt.Dimension[width=32,height=32]
Size 51: java.awt.Dimension[width=32,height=32]
Size 52: java.awt.Dimension[width=32,height=32]
Size 53: java.awt.Dimension[width=32,height=32]
Size 54: java.awt.Dimension[width=32,height=32]
Size 55: java.awt.Dimension[width=32,height=32]
Size 56: java.awt.Dimension[width=32,height=32]
Size 57: java.awt.Dimension[width=32,height=32]
Size 58: java.awt.Dimension[width=32,height=32]
Size 59: java.awt.Dimension[width=32,height=32]
Size 60: java.awt.Dimension[width=32,height=32]
Size 61: java.awt.Dimension[width=32,height=32]
Size 62: java.awt.Dimension[width=32,height=32]
Size 63: java.awt.Dimension[width=32,height=32]
Size 64: java.awt.Dimension[width=32,height=32]
Size 65: java.awt.Dimension[width=32,height=32]
Size 66: java.awt.Dimension[width=32,height=32]
Size 67: java.awt.Dimension[width=32,height=32]
Size 68: java.awt.Dimension[width=32,height=32]
Size 69: java.awt.Dimension[width=32,height=32]
Size 70: java.awt.Dimension[width=32,height=32]
Size 71: java.awt.Dimension[width=32,height=32]
Size 72: java.awt.Dimension[width=32,height=32]
Size 73: java.awt.Dimension[width=32,height=32]
Size 74: java.awt.Dimension[width=32,height=32]
Size 75: java.awt.Dimension[width=32,height=32]
Size 76: java.awt.Dimension[width=32,height=32]
Size 77: java.awt.Dimension[width=32,height=32]
Size 78: java.awt.Dimension[width=32,height=32]
Size 79: java.awt.Dimension[width=32,height=32]
Size 80: java.awt.Dimension[width=32,height=32]
Size 81: java.awt.Dimension[width=32,height=32]
Size 82: java.awt.Dimension[width=32,height=32]
Size 83: java.awt.Dimension[width=32,height=32]
Size 84: java.awt.Dimension[width=32,height=32]
Size 85: java.awt.Dimension[width=32,height=32]
Size 86: java.awt.Dimension[width=32,height=32]
Size 87: java.awt.Dimension[width=32,height=32]
Size 88: java.awt.Dimension[width=32,height=32]
Size 89: java.awt.Dimension[width=32,height=32]
Size 90: java.awt.Dimension[width=32,height=32]
Size 91: java.awt.Dimension[width=32,height=32]
Size 92: java.awt.Dimension[width=32,height=32]
Size 93: java.awt.Dimension[width=32,height=32]
Size 94: java.awt.Dimension[width=32,height=32]
Size 95: java.awt.Dimension[width=32,height=32]
Size 96: java.awt.Dimension[width=32,height=32]
Size 97: java.awt.Dimension[width=32,height=32]
Size 98: java.awt.Dimension[width=32,height=32]
Size 99: java.awt.Dimension[width=32,height=32]

Similar Messages

  • Hi, my name is Amit, my hot corners stop working after some time. Have to go to mission control to reset them, however they stop again after some time. This is annoying. Can someone please assist to solve this problem? Thanks Amit.

    Hi my name is Amit, after upgrading to OS X Maverick I often have problem of my Hot corners stop working after a short period of time. I have to go to mission control and have to reset them for them to start working again. However this is temparory and they stop working again and this is quite annoying. Can someone suggest a cure to this problem please. I will be grateful. Thanks Amit.

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Preferences/com.apple.dock.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Desktop, leaving the window open. Log out or restart the computer and test. If there's no change, put the item you moved back where it was, overwriting the one that may have been created in its place. Log out again. Otherwise, delete the item you moved.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • I am trying to redeem my iTunes account with a gift card and it keeps coming up with "the Gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes customer support for assistance" what does this mean?

    I am trying to redeem my iTunes account with a gift card and it keeps coming up with "the Gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes customer support for assistance" what does this mean?

    It all comes down to contact iTunes customer support for assistance.
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store

  • New iMac will not play Adobe. APPLE directed me to you to solve the issue. Please assist.

    Please assist. My new iMac with latest operating platform by APPLE will not play Adobe on Safari. ESPN.com, as example, has articles that have videos attached. The error message pops up that I must upload / update ADOBE. I do that, but it does not resolve the issue. APPLE believes that the program should be deleted, removed from the Mac, and then re-uploaded via Adobe Technical Support. Can you assist? Thanks. Bob

    Hi novibob,
    Are you referring to Adobe Flash Player here.
    Please refer the KB Doc: http://helpx.adobe.com/flash-player/kb/troubleshoot-games-video-audio-flash.html
    Regards,
    Rave

  • Need Help in Cross Platform Migration

    Hi Gurus,
    can you please tell me best way to do Corss Platform Migration with minimum down time and we are planning to do from AIX TO HP-UX.
    oracle version is 10g
    and can we do the data sync using streems if it is can you give the steps to configure streems in cross platform.
    Thanks in advance.

    High Availability Customer Case Studies, Presentations, Profiles, Analyst Reports, and Press Releases
    [http://www.oracle.com/technology/deploy/availability/htdocs/HA_CaseStudies.html?_template=/ocom/print]
    Check under Transportable Tablespace at the bottom
    [Multi Terabyte Database Migration|http://www.oracle.com/technology/deploy/availability/pdf/TheHartfordProfile_XTTS.pdf]
    HTH
    Anantha

  • Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance.

    I have an iMac that meets system requirements.  I have downloaded CS4 from Adobe and when I try to install it says "Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance."  This happens while it is checking the system profile.  I have read many forums and tried the following:
    Re-downloading the software
    Moving the download to an external drive to install
    Deleting all Adobe programs on my computer
    Clearing all caches
    Installing in safe mode
    Verifying the disk
    Creating a new administrator and then installing
    Attempting to re-install after the error
    None of these options have seemed to make a bit of difference. If there is another option could someone please share?  Adobe said they will not ship actual discs although I own the program.  They have yet to be able to help me when I have called. 
    Thank you in advance for any help!

    cs4 wasn't designed for that os, System requirements | CS4, Point Products
    you can check other users success here, http://roaringapps.com/apps:table
    you can try cleaning before installing, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    and, if all else fails, you can check your log files for more detailed error info, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • Any cross platform chat app (eg. Whatsapp) for Ash...

    Hello,
    Does anyone know any cross platform chat app which can be used on Asha 501? I bought the phone today and I was only able to find Nokia Chat which is preinstalled on the phone but that app is not available on android.
    Any help regarding this?
    Thanks.
    Solved!
    Go to Solution.

    PrakashGupta wrote:
    can any one tell whatsapp application supports for nokia asha 501?
    Hello !  Please  tell me the battery life  ,  is very good ? 

  • Cross-platform upgrade question

    I'm posting this question here as I have had less than satisfactory results from asking Customer Support about this issue. I know this forum is moderated by some great folks at Adobe and am hoping someone can clear up this question for me.
    I currently own CS3 Design Premium for Windows, and need to purchase CS5 for Mac. A search for "Cross platform swap" on Adobe brought me to this page: http://kb2.adobe.com/cps/405/kb405819.html. However, the instructions there don't match what is offered on the support page. Under Return/Exchange/Refund I have only the following options:
    Duplicate Order
    Product Didn't perform/ work as expected
    Purchased Incorrect upgrade
    Purchased Wrong Product/Platform/Language
    Shipping Problems
    Unable to Download Order
    Wrong Product delivered
    None of those options is correct as described in the KB article. I decided to chat with Customer Support, and the rep told me that all I had to do is order the upgrade and I could choose which platform to install on first run. Really? The Rep said CS5 included two discs, one for Windows install and one for OS X. He assured me that I would have no problem installing a CS5 upgrade on my Mac, even though I have never installed CS3 on that machine.
    I am skeptical about this solution for two reasons: one, Adobe has never offered Win and Mac discs together for CS versions. Two, when I go to pre-order CS5 I need to make a choice between platforms.
    Has Adobe changed its method of delivering Creative Suite products? Are both platform discs really included? If not, there are two things that need to be done:
    Article http://kb2.adobe.com/cps/405/kb405819.html needs to be corrected. The steps as described cannot be completed.
    Customer Support reps need to be notified that they are providing incorrect information regarding cross-platform upgrade procedures.
    Finally, I need correct information as to how to go about upgrading my CS3 Windows to CS5 Mac. Do I purchase an upgrade disc and use my CS3 serial number to install? Do I do some sort of return, and if so, how?
    Thanks in advance to anyone from Adobe who is willing to take the time to answer my question.

    I don't represent Adobe in any capacity other than a mostly satisfied user. Here's what I did on a cross platform (Windows to Mac) exchange--not an upgrade, but my experience may help you.
    I, too, found that the directions didn't match the support web site.  So I used 'Purchased wrong...' as my subject.  I then completely described what I wanted to do in the comments section.  I included my current platform version and serial number in the comments. After posting I had a case number to enter onto the Letter of Destruction (LOD) which I then attached to the case. I don't know if a LOD is required in your situation as you will be paying for an upgrade.  You should be able to keep both packages active-but customer support will probably know.  In my case I had to certify that I had destroyed the original Windows package.
    After this was posted to the Adobe Customer Support Portal I then had a case number I could give to the telephone customer support so I called them.  While on the line with them they read my case file and informed me my credit card would be charged $5.95 for shipping.  Six days later I had the CS4 Design Premium for the Mac.  It *should* be just as easy for you.
    I must say that I have had to call Adobe Customer Support a handful of times in the last couple of years.  In each and every case I received prompt and accurate information that solved my problem or pointed me directly to the solution.  I am aware that this is not always the case and wish you good luck.

  • Issues when a cross platform android app is run on Blackberry 10 alpha simulator

    I am facing problems in running a cross platform android App in blackberry 10 Alpha simulator.The App works fine when run in iphone,android devices.But when I run it in blackberry 10 it doesn't load the template files hence a blank screen.The project is based on backbone framework hence template files.Currently the files are local in my hard-disk. I am loading the templates using an ajax call. The logcat output generated of the same is listed below:- 02-08 05:30:51.861: D/CordovaLog(233525377): {"readyState":4,"responseText":"","status":404,"statusText":"error"}
    I have added in config.xml file . Is there anything else I am missing to make the app run on blackberry 10?? I had the same issue with nook HD which was avoided by using super.appView.getSettings().setAllowUniversalAccessFromFileURLs(true); in the onCreate method.But since blackberry uses 2.3.3 of Android,I am unable to add the same settings. Please let me know If I am missing any specific configuration related content for blackberry 10.Thanks

    Hey Steve_web,
    This issue can be caused when MAC address filtering is enabled on the Wi-Fi network, and the MAC address of the BlackBerry Playbook is not accepted. Try adding the MAC address of the BlackBerry Playbook to the accepted MAC address list for the Wi-Fi network and test.
    The following article may be helpful as well:
    Troubleshooting Wi-Fi and networking on the BlackBerry PlayBook
    http://btsc.webapps.blackberry.com/btsc/KB26096
    Also if you contact the BlackBerry PlayBook support team they can do log review to determine the cause; you can find the contact information here: http://us.blackberry.com/legal/blackberry-playbook-complimentary-support-plan-terms-and-conditions.h...
    Thanks.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Cross platform migration question.

    I have a customer that is currently runnning oracle 10g databases on solaris 64 bit operating system on sun m4000 and m5000 hardware. The customer is looking to move to the redhat 6 operating system.
    I am wanting to know what method will be available for me to migrate the databases as the endian on the files are different? Will transportable tablespaces work with the different endian?
    Thanks.

    Hi;
    I suggest please also see:
    How To Use RMAN CONVERT DATABASE on Source Host for Cross Platform Migration [ID 413586.1]
    Master Note For Oracle Database Upgrades and Migrations [ID 1152016.1]
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Suggestion on using Cross platform JMF

    hi all,
    I have been using JMF windows performance pack to run audio and video in an applet.After creating jar file out of that, i tried running it in another system and found that,my jar file executes only after installing JMF in that system.How to solve this problem.What if i want to execute my jar file in other platforms such as linux,mac os x,etc.Should i use CROSS PLATFORM JMF.Please help me solve this problem.
    Thanks in advance
    Regards

    The performance pack versions of JMF are "generally" just for video capture functionality, eg. webcams and tv cards.
    If your code just requires JMF to play media ( video/sound) then I suspect you can get away with the cross-platform version. But if you need video capture, then that's too intensive for pure java, and Sun had to use native code, which required the separate "performance pack" releases.
    regards,
    Owen

  • Custom Cursor in Java

    I am working on an application in java , where I want to create a
    cursor of CrossHair type in which the horizontal and the vertical
    hairs/lines should run across the entire screen/panel , and not limited to
    32x32 pixel size. With the method Toolkit.createCustomCursor(Image ,
    Hotspot , String) one can create cursors with images of one's choice , BUT
    ONLY OF 32X32 PIXEL SIZE. How can I overcome this restriction ? Is there
    any other way to go about it ?
    I shall be obliged if could please help me solve this problem.
    Yours sincerely ,
    Karunesh Tripathi

    Your idea is worth appreciatoin and holds promise of providing a solution indirectly. I would elaborate my problem further. I want to show this big cursor over a JPanel , occupying a major part of the screen , which is contained in a JFrame alongwith the usual JMenuBar and JToolBar.
    In fact , presently , I am already drawing a cross hair across the panel by g2D.drawLine(int , int , int , int) method in paintComponent(Graphics g) of the JPanel. But it does not move as fast as a cursor , especially when the painting load on the panel increases , because the painting of the cross hair at new location can take place only after the method repaint() as well as the event handler returns.
    Therefore, the solution may have to be searched in the OS (Windows 98 , in this case) and the basic code of java.awt.Toolkit.createCustomCursor(Image , HotSpot , String).
    Your idea may, however , improve the situation significantly , provided the applet is made to float over the JPanel with a transparent background and without borders etc. Can this be done ? I shall be obliged , if you could extend your expertise further.

  • Making cross-platform AVIs readable by Windows?

    Okay, before describing the whole problem, we're using Compressor 2.0.1 Academic, not 2.3 as we have G5 Macs here and didn't feel the need to do the crossgrade upgrade, and I don't necessarily need a Compressor based solution, just any solution that works. (if not Compressor, then hopefully some freeware app)
    Basically, I need to get cross-platform AVIs that are readable by Windows, of finished projects, that can then be converted into WMV format with Windows Media Encoder. I'm aware of solutions like Flip4Mac and Cleaner, but I don't want to limit myself to WMV7 support, and Flip4Mac doesn't give advanced enough options in terms of setting things like bitrate.
    I've tried a variety of tools, including Compressor, MPEG Streamclip, ffMpegX, and I just can't get cross-platform readable AVIs, either in uncompressed format, or using Apple Motion-JPEG at 100% quality.
    The main problem with Compressor, at least 2.0.1 (if they've fixed it in 2.3 please let me know), is that once an AVI gets above a certain file size, it seems to be 4GB, but this isn't a FAT32 file system limitation, then the index header just gets corrupt.
    That is, let's say I want to compress HDV to WMV. I have to:
    a) Compress from HDV to a H.264 100% quality (or Apple Motion-JPEG 100%) RESIZED to 960x540. (half size) This is because Compressor can't resize files going to AVI
    b) then compress that file to an uncompressed AVI
    c) drag that AVI into VirtualDub on a PC, which will read it, but has to reindex the file, and then output another uncompressed copy
    This does work, but it's cumbersome as ****, and there has to be a better solution.
    The guys at Squared5 (MPEGStreamclip) said 1.8 fixed the problem with AVI's not being cross-platform readable, but I tried that version, and I'm getting errors, so I've sent them error logs to try and troubleshoot it. The error log in question is here:
    http://www.goodcowfilms.com/web/mpegstreamclip18errorlog.rtf
    ffMpegX will kinda work, if I use the Microsoft MPEG4v2 codec, but only up to a certain filesize as well.
    DivX Pro won't take HDV files, so that isn't helpful.
    Any suggestions here? I just need to make AVIs, in a lossless (or near close, like 100% JPEG) format that are cross-platform compatible.
    Thanks in advance.
    work: 4x2.5GHz G5, 4GB DDR2 SDRAM/home: 1.83GHz Core Duo, 1GB 667MHz DDR2 SDRAM   Mac OS X (10.4.8)  

    How new is the version you speak of? I tried the demo for their highest end WMV suite about a month ago, and not only did it not allow you to set custom bitrates, but when converting video it left a green tinge on it that would come and go. (HDV to WMV)
    I also apparently found out the exact feature or support I need... I need a Mac program that can write an AVI 2.0 complaint file. AVI 1.0 doesn't support files over 4GB, whereas AVI 2.0 has an unlimited file size limit.
    Squared5, the makers of MPEGStreamclip, are going to look into adding it into their next version.
    work: 4x2.5GHz G5, 4GB DDR2 SDRAM/home: 1.83GHz Core Duo, 1GB 667MHz DDR2 SDRAM Mac OS X (10.4.8)

  • I need a cross-platform upgrade.

    How can I get that?  Did one of you has been able to get it?
    Is it just me of ADOBE customer service is simply uncapable???
    My story is a long one!  I'll make it short.
    I've moved from Windows to Mac.
    So I've ordered a CS4 upgrade on your web site on may 26th.  When, 3 weeks later, i wanted to activate it, it said my previous windows key was not valid.
    I called, mailed, open cases, filled out LOD, sent them, uploaded them, faxed them, called again, again, etc, etc...  Problem is the on the website, YOU CAN'T ORDER cross-platform upgrade!!!!!  But it is not mentionned anywhere!!
    I then tried to get reimbursed and just redo the process over phone.  Refund? Did I say refund??  So I called, mailed, open cases, filled out LOD, sent them, uploaded them, faxed them, called again, again, etc, etc...  End of July, I was completely resourceless, so I called MasterCard and told them my story.  They reimbursed me.
    10 days ago I called back by phone to order the cross-platform upgrade since they told me it was the way of doing it.  I ordered, and even added on the order a lightroom 2.  I paid again on credit card.  They asked me again (!) to fill out a new LOD and upload it.  I did.  Now, 10 days later, today, I called back and guess what?  They will escalate my case to upper level!!!!!!!  They haven't ship anything yet!!!!!!!!!!!
    I CAN'T BELIEVE THIS!!!  Please tell me that someone cares for loyal customer at Adobe!!!  I could just pirate the software but I want to pay and use it legally!!!!  And this is how I am being served!!!!!
    Is it just me or somebody else could help??  By the way, when I called today, the Indian guy hung-up on me!!!!  I can't believe this!!!
    Who else had the same problem and more important, How did you get your product shipped??
    Serge

    That's exactly what I did!!  I called them, placed my order, paid for it, filled the Letter of Destruction they asked, uploaded it on the open case in the support portal and then, 10 days later, I call back to hear the same story again!
    Nothing has been done and they will escalate my case!!!!!!  Could you imagine?!  I originally started the process of simply buying a product on May 26th and still can't get it!!!!!!!!!!
    Again, I'm not surprised if a lot of people other alternatives!!!!!  They really are lucky not real good alternatives existed to Photoshop cause I would be gone weeks ago!!  The product is good and is the only one, so they know! 
    Do you have other suggestions??  Phone numbers?  What about a VP Customer Service?  VP Sales?  Someone that is based in USA and cares for customers!!!!!
    Thanks for any kind of help!!!

  • Cross platform CS on PC to CS3 on Mac does not work like video says

    Your video on cross platform workflow states that you can import older Premier CS files on a PC into CS3 on a Mac. I tried this and get the message, "this project was saved in a aversion prior to Adobe Premiere Pro CS3 and cannot be opened on a Mac. Please refer to the User Guide for import options." I guess I have to assume then that the video, www.adobe.com/go/vid0236, is wrong about this? Can someone please explain how I can salvage the work I did 3 years ago on Premiere Pro 1 on a PC when I am now exclusively working on the Mac in CS3?
    Thank you.

    Ty,
    This has come up a few times and the solution is to find a PC CS3 user, who will Open the Project and then Save it in CS3-CS4 for you. I does mean that you'll have to befriend a PC-person, but who knows, maybe you can reciprocate later on. In each previous instance, this workflow, PC to PC to Mac worked perfectly. Note: the same holds for Encore Projects, and there is some PC to PC incompatibilities between very early versions and later versions. I had to Open and Save an Enocre 1.0 Project in CS2, so a CS4 (only) user could then Open in CS4. This stuff happens, and the skip in Mac porting can play a role in it. If I had CS3 on my PC's, I'd do it for you, but CS2 will not hlep you.
    I believe that P 6.5 was the last previous version ported for the Mac, until CS3.
    Good luck,
    Hunt

Maybe you are looking for