Problems Running Kuler Desktop using Air (Mac)

I am having problems with Kuler Desktop which runs via Adobe
Air. I have tried reinstalling both, Adobe Air and Kuler Desktop,
without any luck. Air and Kuler both install without any errors.
Once I launch the application "Kuler Desktop" the color wheel just
spins in the center of the window with the message "sorry, no items
were found" at the top of the window. I can use my Kuler dashboard
widget just fine and since that works I don't think it's a
connection problem.
Am I missing something? Has anyone else had this problem?
- d

Hi dmane,
Please try the following steps:
1. Go to user > Library > Preferences, delete
com.adobe.kuler.Desktop.[variable] folder
2. Go to user > Library > Application Support >
Adobe > AIR > ELS, delete com.adobe.kuler.Desktop.[variable]
folder.
3. Restart system and launch kuler desktop again.
Good luck!
- dhu

Similar Messages

  • Sync problem with Blackberry Desktop Software for Mac

    Can someone help. I have synchronization problem with my contact in the Outlook for Mac using blackberry desktop software for mac. Seems all details in my blackberry handheld contact got synchronized, but not email addresses (so all names, jobs, companies, work phone, mobile - all got synchronized, but not email addresses). All data is in my handheld. I wish I could just "replace" (not merge/sync) outlook contact with all contact in the handheld but seems there is no option to do that. Let me know please if someone has similar experience and has found out solution. Thanks!

    Can someone help. I have synchronization problem with my contact in the Outlook for Mac using blackberry desktop software for mac. Seems all details in my blackberry handheld contact got synchronized, but not email addresses (so all names, jobs, companies, work phone, mobile - all got synchronized, but not email addresses). All data is in my handheld. I wish I could just "replace" (not merge/sync) outlook contact with all contact in the handheld but seems there is no option to do that. Let me know please if someone has similar experience and has found out solution. Thanks!

  • [Air + Flash] Problem of filestream saving using AIR libraries

    Hi All,
    I am developing a flash stand-alone application and encounter some problem in using Air libraries
    The app should be running in fullscreen mode and I called "StageDisplayState.FULL_SCREEN" and it comes out a series of problemst
    First of all,
    I use the flash.filesystem.filestream to save a jpg captured in the app
    (I dont want to use FileReference as I dont want to have the dialog and change my screen to not in fullscreen)
    When I call the new FileStream() in the exported swf, the app stopped running and error occur
    This code work fine when I use it in flash debug mode, and I have set the publish setting for calling AIR
    Second,
    When I use the fullscreen, I cannot use the key "Spacebar" to trigger my app menu
    As I know, spacebar can be intented to use in fullscreen mode
    Thirdly,
    I found that the exported version of .air and .exe files is differ from the .swf, but I need to make a standalone version for my client
    If you are expert enough to solve the solutions,
    Please kindly tell me a better way to achieve my project, I have been finding the solution days by days and it is the only method to post my problems here for help
    Thanks you very much!
    Ricky

    Hi Alessandro,
    Please try rerunning the Adobe AIR Update for Flash CS3 to
    see if the problem can be solved.
    If after running the updater again and it still doesn't work,
    the workaround is to create a Flash 9 (ActionScript 3.0) fla. Then
    selecting Commands > AIR - Application and Installer Settings
    and Flash will ask if you want convert the publish settings to
    Adobe AIR, click yes.
    Thanks,
    San

  • Problems Running Kuler

    I'm anxious to start working with the Kuler program, but I
    can't seem to load the desktop. Could I have a bug somewhere or
    could Apollo be the problem?

    Hi, did the Apollo runtime load up?
    http://labs.adobe.com/downloads/apolloruntime.html
    Install Apollo first, then the kuler desktop .air file. If
    you can provide more details on your steps and errors you are
    getting that will help for troubleshooting. Browser/OS is also
    helpful.
    Sami

  • Problems running  SSL connection using JRUN 4.0/JDK 1.4.2

    Hi,
    Our project is to run a SSL connection to FedEx. When we test the connection with WebSphere 5.0 test server, it connected and worked. But, when we tested with our environment (JRUN4), exception thrown:
    The following are the exceptions:
    ===========================
    socket = (SSLSocket)factory.createSocket("gateway.fedex.com", 443);
    causes the error:
    java.net.SocketException: Export restriction: this JSSE implementation is non-pluggable.
    Which implies that we are trying to use a SSL impementation other than Sun's, which is not allowed in JDK 1.4.x. Googleing for similar cases confirms that creating SSL sockets has been problematic for JDK 1.4.x users in particular.
    However, the following code
    SSLSocketFactory factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
    System.out.println("Classname: "+factory.getClass().getName());
    produces
    Classname: javax.net.ssl.DefaultSSLSocketFactory
    This seems to imply that we are using the Sun SSL implementation. So I am not sure what could be causing the error. Have any you ever run into this particular problem before and if so what is your recommendation?
    Any idea, thinking is greatly appreciated.
    Thank you.

    I have plenty of HD space (130GB) left, so that's not the problem.
    Actually, the amount of free space is not nearly as relevant to the issue as the % of free space.  If your HD is over about 50% full, especially doing video, there will be performance degradation compared to an HD that is less than about 50% full.  It's the physics of the hard drive.  In addition, if you are working on HD video you can easily need 50-100GB per hour of video for working storage & render files.  And if you render multiple times, FCE is not good at cleaning up old render files, so multiple renders take more & more disk space. The only effective way to clean out old render files is to manually delete them from your FCE  /Render Files folder.  And it's nearly impossible to tell which render files are actually in current use, so you end up having to delete them all and then re-render your entire timeline if you really want to free up disk space.
    To answer your question about upgrading, yes, once you install Snow Leopard you should be able to update to 10.6.8 via Software Update.  That's how I've always done it.
    If your black Macbook is the one I suspect it is, the official max is 4GB RAM but it appears it will work with 6GB.  Overall, the system specs are on the low side for FCE 4
    As for still images, I have generally found sizing them to no more than 2x your video frame size works pretty well.  Larger than that, FCE will be discarding lots of pixels to fit the image into your video frame.   You need to consider the actual pixel dimensions of your image, not the embedded resolution or dpi.  Actual pixel dimensions are what's important.  The larger your jpeg image the more pixels will be discarded, so images that are much larger than your frame size are not advisable.

  • Problems running JMUnit tests using JME SDK 3.0

    Hi
    I've got a regular installation of JME SDK 3.0 on Windows Vista. In netBeans 6.7.1 I create jme project with hello midlet, create a class with one method and create a test case for it using tools context menu. Then I run my project and on emulated device select TestSuite to run. Unfortunately I get an exception:
    java.lang.SecurityException: MIDlet not constructed by createMIDlet.
            at com.sun.midp.midlet.MIDletStateHandler.newMIDletPeer(), bci=24
            at javax.microedition.midlet.MIDlet.<init>(), bci=9
            at jmunit.framework.cldc10.Assertion.<init>(), bci=1
            at jmunit.framework.cldc10.Test.<init>(), bci=1
            at jmunit.framework.cldc10.TestCase.<init>(), bci=2
            at hello.XTest.<init>(XTest.java:20)
            at java.lang.Class.newInstance(), bci=0
            at jmunit.framework.cldc10.TestSuite.<init>(), bci=58
            at java.lang.Class.newInstance(), bci=0
            at com.sun.midp.main.CldcMIDletLoader.newInstance(), bci=46
            at com.sun.midp.midlet.MIDletStateHandler.createMIDlet(), bci=66
            at com.sun.midp.midlet.MIDletStateHandler.createAndRegisterMIDlet(), bci=17
            at com.sun.midp.midlet.MIDletStateHandler.startSuite(), bci=27
            at com.sun.midp.main.AbstractMIDletSuiteLoader.startSuite(), bci=52
            at com.sun.midp.main.CldcMIDletSuiteLoader.startSuite(), bci=8
            at com.sun.midp.main.AbstractMIDletSuiteLoader.runMIDletSuite(), bci=161
            at com.sun.midp.main.AppIsolateMIDletSuiteLoader.main(), bci=26When I run the same project using emulator from older JWT 2.5, everything is just fine. I've also tried Eclipse wit MJT plugin and SDK 3.0 fails to execute the test as well while JWT 2.5 works fine.
    Any ideas how to overcome the above exception on SDK 3.0 ??

    Hello Iaryy,
    You won't be able to run TestSuites in most simulators/emulators and real devices (as explained in the JMUnit manual [1]). You could either check the following link [2], that provides a patch and instructions to solve this problem for CLDC 1.1 (CLDC 1.0 have a similar solution), or wait until JMUnit 2.0 (which will be released soon).
    Regards,
    Francisco
    [1] http://hammingweight.com/modules/jmunit/userguide.pdf
    [2] http://sites.google.com/site/franciscobenitezleon/projects/jmunit-revised

  • Is there a problem running Java applications on my mac?

    I am trying to set up a new website, and am therefore trying to upload photos.  I get a warning message saying:
    "this application will run with unrestricted access which may put your computer and personal information at risk.  Run this application only if you trust the location and publisher above." and  
    "This application will be blocked in a future Java security update because the JAR file manifest does not contain the Permissions attribute.  Please contact the Publisher for more information"
    Does anyone have any advice for me?

    There is no official iBook app for the Mac, but there are plenty of applications for reading a variety of ebook formats as above.  Another is Calibre, which can read the ePub format that is used for iBooks.  The software is free, take a look here:
    http://www.macworld.com/article/160425/2011/06/calibre.html

  • Problem start when I use another mac!!

    As my mac has down.....I have moved my hard disk to another mac for working.
    But when I use the new mac.....the Adobe has notice for me!!
    How to solve this problem??
    Anyone can help me??

    You should uninstall and reinstall the software. 

  • Problem running Portal query using precalculated data

    We are trying to use precalcualated data to run queries in our portal and are running into some issues.
    We have a query with an attached template which uses the cost center group parameter (ksg) to show particular cost centers from a hierarchy created in RSH1.  The query works fine from the BW menu and shows only those cost centers which it should, based on the hierarchy.
    In the Reporting Agent Setting of Administrators workbench (RSA1) we created a reporting agent setting to precalcuate the data and scheduled it to run every couple of hours.
    We have an ivew on our portal which runs the query with the template.  If we add a data_mode parameter and set it to stored, the query seems to use the precalculated data but it seems to ignore the users ksg parameter setting and shows the entire hierarchy of cost centers on the first screen.  If we scroll down to the bottom of the screen and use the down arrow to get the next set of rows, the next screen show the data for only our cost centers based on our ksg parameter setting. 
    However, if we change the data_mode parameter setting to u2018newu2019 the query works as it should and we see the correct cost centers, and not all the ones in the hierarchy so it is going to the OLAP engine for new data and not using the precalculated data.
    We have tried various combination of settings on the Parameter tab of the Change Reporting Agent Setting screen.  We have specified the query name in the Cntrl Query screen.  If we switch from u2018no filteringu2019 to u2018explicity through Query Rsltu2019 the process chain errors out and will not precalc the data.
    Can anyone help?  Thanks.

    Issue SET DEFINE OFF in SQL-Plus before your statement runs.

  • Problems with blackberry desktop manager for Mac

    I just updated the software and during the sync it wants to erase all calendar entries and notes.  Has anyone else had this issue and can it be fixed

    There is a separate forum for the Mac desktop software. I'll ask a moderator to move this thread.

  • Problem running portable hard drive on Mac pro please help

    Hello People, Look I bought a WD Elements (portable storage 2TB ex hardware drive). I plugged it into my Mac pro (snow leopard 10.6.8) and it won't read and checking the WD site it says that my Drive is likely corrupted, what can I do please

    format the drive for Mac OSX extended journaled.
    Verify after format that it cant be written to.
    If not return and get a Toshiba or Hitachi HD.  Recommend avoiding WD drives.

  • Kuler desktop installation problems?

    If you downloaded the Adobe AIR (Apollo) runtime and then
    installed the kuler desktop and you are experiencing problems:
    1. Troubleshooting: Completely uninstall the Adobe AIR
    runtime and the kuler desktop application. If you are using the Mac
    OS, empty your trash too. Then install the AIR file and kuler
    desktop files on the
    Links page on kuler. under
    "kuler content."
    2. Reporting: If you are still having issues, please report
    the problem with the following information:
    - Describe what happened/steps to repro.
    - What version of the Adobe AIR (Apollo) are you using?
    (e.g., air_b1_win_061107.exe)
    - What version of the kuler desktop are you using? (e.g.,
    kuler_desktop_061007)
    - What is your OS?
    - Please attach a screengrab of any error message you are
    receiving.
    Thank you!
    Sami

    I am having a problem with kuler desktop, it installed fine
    but when I log into the kuler desktop, it logs me in but
    immediately gives me a error message "kuler kutoff! Your session
    has timed out. Please sign in again.
    I then sign out (the icon is green in the lower right hand
    corner and says Sign Out), then resign in and I get the same error.
    I am using XP SP3 and have no problems with kuler in FF3 only
    with the kuler desktop application. I really want the integration
    of kuler with CS3 Photoshop and was hoping that this would give me
    that integration.
    Any help is greatly appreciated.

  • Using IPD files to restore data using a Mac

    HI
    Whilst my daughter was living at home I was backing up her BB 9700 using my PC. However she has now gone off to university and lost her BB which has been replaced under insurance. We now need to restore all of her contacts etc. The problem is that she uses a Mac and I am trying to find out if I can get the Mac desktop software to read IPD files. Is there anyway to do this?
    Thanks
    Mike

    I'm guessing the reason you want to 'bundle' up the files is to avoid the slower copy speed of lots of small files? If that or the desire to compress the data is you reason for using a disk image, zip them instead. Windows and most Macs will be able to open the zip file without additional software and any Macs that are running Jaguar or older OS versions will almost certainly have Stuffit Expander which can also decompress zip files.

  • How to run older program on newer Mac?

    I recently made the switch from Windows to Mac with a brand new Macbook Air. It's running OS X Yosemite 10.10. I'm a screenwriter and so a friend of mine gave me an older copy of Final Draft that was torrented and said it could be used on Lion and Mountain Lion. Every time I go to install it on my Air the Installer says it has to close and then re open then says its going to run a package to see if it can be installed on my computer then spits out an error saying I need to have a newer version of OS X but as far as I can tell I have the newest version. Anybody know a way around this or why it's doing this?

    Sorry. You're not going to get help here. You're also not going to get any sympathy for the fact that you're having problems running stolen software on your Mac.

  • Problems with the new Pages for Mac

    I'm starting to see countless problems running the new Pages for Mac (5.0.1) and I can't find a way to resolve them.
    1. when I'm typing and want to delete word(s), I'll use the alt+delete function for ease, however this starts deleting words after the cursor, merging words together and changing my sentece. It comes from when I'm deleting as the new pages is giving me the dropdown menu for the autocorrect word.
    2. grammar check is off. Namely, it picks a random point in a word and moves on from there. EX: "because of the" will have "use of the" underlined in green and give me recommendations to change to "because of the" or "cause of the". Using those recommendations, I'll end up with something like: "becabecause of the"
    3. the find and replace function jumps around in the paper, and sometimes doesn't even display the word currently selected (leaving the user to scroll around looking for what is selected)
    4. Autocorrect has vanished for some reason: no autocapitalization, no turning fractions such as 1/2 into a tidy and neat fraction with small numbers for numerators/denominators, etc.
    I'm still using it, and these are what I have found, so there may be more later as I continue to use it. If anyone has found ways around these bugs, please let me know.
    Thanks!

    Semnani wrote:
    4. Autocorrect has vanished for some reason: no autocapitalization, no turning fractions such as 1/2 into a tidy and neat fraction with small numbers for numerators/denominators, etc.
    Pages 5 now uses the system autocorrect, which does not have as many features as the one inside Pages 4.  Some things you can add manually there.   Others you have to ask Apple to add via
    http://www.apple.com/feedback
    Or continue to use Pages 4 instead.

Maybe you are looking for