Kuler functions don't work in InDesign

Hi,
I can't search or use any of the drop down menus in the Kuler panel. When I click them, they show then disappear. There are color schemes showing and I can select them and go to the Create tab, but once there I can't access the Select Rule drop down menu.
Kuler works fine in Illustrator and Photoshop.
I'm using CS5 Master Collection on OS 10.6.6.
Any suggestions?
Thanks

Solved: in fact, the snmp assembly that I was using just needed to be dotNet registered.
rvfr.

Similar Messages

  • InDesign copy, cut or move box functions don't work

    I am having trouble with the copy, cut and move box commands. When a text or shape box is active, I cannot move it with the cursor. It will move if I use the arrow keys, but the box behaves like it were "locked." I deleted my preferences, but that makes no difference. This problem persists whether I am in an existing ID document, or if I start a new one.
    The copy and cut functions don't work either.

    Of course replacing your prefs is a possibility, and has nothing to do with the need to force quit (but will probably cure it). Replacing prefs is done with the application closed, either using the keyboard combination as you relaunch, or by deleting or renaming the specified files, both ow hich are desribed inthe link in the previous post.
    You posted that you had already deleted the prefs, I believe, but many users are not aware they can use the keyboard or that there are two files involved for ID and are not successful, and thus think repacing the the prefs is not going to solve the problem. Hence my previous question. Did you use one of the methods in the link?

  • Mobile wifi mouse back and forward functions don't work

    I just bought the hp wifi mobile mouse model MOWFFKUL and back and forward functions don't work and it's driving me crazy. I bought it for these specific functions. At first I thought that it was a broken mouse. So I went and returned it, got back home, and the same thing. I set the side buttons to other functrion options and they work. What the hell??? just the back and forward buttons don't. I'm losing my mind big time because I REALLY NEED those buttons/functions to work!! All the regular top buttons functrion fine, it's only the back forward setting that DOESN't WORK.

    I restarted my laptop, and the buttons worked! For only 2 minutes. Then nada ever again. What a POS. Come on HP, give a solution. I bought and returned it twice, which makes this my third wifi mouse. What a waste of my time. I think I'm just gonna return this mouse and forget the wifi mouse. Functionality is more important than a freed up USB port. I bought it for the forward/backward buttons specifically. HP used to make wonderful products, but this experience bring that into question now.

  • Asynchronuous functions don't work in a C# dll used by a CVI application

    Hello,
    I have an existing application written with CVI 9.0.1, which have to interact with a C# 2010 dll (which doesn't have any window) via a CVI<->.net wrapper (created using the usefull .net controller of CVI).
    This C# dll uses asynchronuous functions, like NetworkStream.BeginRead() and EndRead() functions of a System.Net.Sockets.TcpClient object for example.
    These asynchronuous functions work fine when the C# dll is used by a C# application (having a main window) or when the C# dll is converted in a standalone C# program (having a main window with buttons, to call its methods, just to try), but asynchronuous functions don't work when my C# dll is called by my CVI application (which is my goal): execution stays inside NetworkStream.BeginRead() for example (for the concerned thread).
    NetworkStream.BeginRead() can be successfully bypassed by using the synchronuous function NetworkStream.Read() instead, but the C# dll uses others asynchronuous functions wich have no associated synchronuous functions.
    Here is a portion of C# code (I don't have the source code for the Snmp object ; got_trap() method is never called when asynchonuous calls don't work):
    public void run() // the thread
     Snmp snmp = null;
     try
      snmp = new Snmp(true);
      snmp.NotifyListenPort = 162;
      snmp.NotifyRegister(null, null, new NotifyCallback(got_trap), CB_DATA_);
      isActive = true;
      Thread.Sleep(Timeout.Infinite);
    Thinking it could be a problem with window messages which could be not processed (in the C# dll), I tried to replace the Thread.Sleep(Timeout.Infinite) instruction, in the code where the asynchronuous management take place, by a window creation plus my Win32 window message loop, but asynchronuous functions don't work better (whereas my loop seems to successfully process messages):
    Form myForm = new Form(); // an empty window
    myForm.Show();
    int bRet;
    MSG msg = new MSG();
    while ((bRet = GetMessage(out msg, IntPtr.Zero, 0, 0)) != 0)
        if (bRet == -1)
           // handle the error and possibly exit
        else
          switch (msg.message)
            default: // everything else
            TranslateMessage(ref msg);
            DispatchMessage(ref msg);
            break;
    Any idea ?
    Thank you,
    rvfr.
    Solved!
    Go to Solution.

    Solved: in fact, the snmp assembly that I was using just needed to be dotNet registered.
    rvfr.

  • IOS6 Headset / Headphone "Skip to the next chapter" & "Return to the previous chapter" functions don't work in the Music App

    "Skip to the next chapter" & "Return to the previous chapter" functions don't work in the iOS 6 Music App when listening to Podcasts and Audiobooks through Headsets (Apple & 3rd party), Speaker Docks, and in my autos handsfree bluetooth system (Ford Sync).
    Listening with the Podcasts App allows "Skip" and "Return" to work. So, this is either a bug or Apple is forcing the use of the Podcast App to get the "Skip" & "Return" controls. All the other headset functions work as designed.
    I listen to news Podcasts in chronological order. In iTunes I set up smart playlists sorted by release date for the podcasts. The Podcast App doesn't support playlists therefore I need to use the Music App.
    Is anyone able to get "Skip" and "Return" to work in the Music app?
    Thanks for any insight!

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple. If you want to leave feedback for Apple then you can do so here : http://www.apple.com/feedback/ipad.html

  • I have spotty signal at my home, so some functions don't work until I leave the house. I noticed on the main screen, it says I have 54 emails, but when I open the app, I only have 4. I powered down and back up. No fix. What gives?

    I have spotty signal at my home, so some functions don't work until I leave the house. I noticed on the main screen, it says I have 54 emails, but when I open the app, I only have 4. I powered down and back up. No fix. What gives?

    Im having this same problem an my phone is about 3 weeks old. I am not sure about the voice over part though...I have not yet figured out how to work the voice recognition part of the phone...I am such a newbie with this phone. I did the power off/on suggestion, several times. I tried leaving it off for 10 minutes. Tried to reset with the power on/off and home button pressed at the same time. Charged battery. Still makes no difference. You cannot scroll any direction. Have to double click to open apps. Have to double click letters when texting or emailing in order to get the letter in the text box. Can scroll through app choices, have to click on the line with the dots in it and move from page to page. Can't access the settings - > general - > accessibility - because it won't allow me to scroll down to "general".
    Anyone help you with your fix yet?

  • Javascript functions don't work

    Hi,
    I have just tried the following code putting the script
    header to execute it on the client side:
    <script>
    if(ParentValue == String("Y"))
    EnableSubGroup();
    else
    DisableSubGroup();
    </script>
    I do not get the object expected error anymore
    but the functions don't work, why is this?
    ----Function definition ------
    <script type="text/javascript">
    function EnableSubGroup()
    document.forms["SubForm"].elements["SubGroupDD"].disabled='false';
    function DisableSubGroup()
    document.forms["SubForm"].elements["SubGroupDD"].disabled='true';
    </script>
    Thanks
    Fifi

    fifo85 wrote:
    > Hi,
    >
    > I have just tried the following code putting the script
    header to execute it
    > on the client side:
    > <script>
    > if(ParentValue == String("Y"))
    > {
    > EnableSubGroup();
    > }
    > else
    > {
    > DisableSubGroup();
    > }
    > </script>
    onload=function(){
    document.forms["SubForm"].elements["SubGroupDD"].disabled =
    !(ParentValue == "Y")
    This will disable SubGroup if "ParentValue" is not "Y"
    Mick
    >
    > I do not get the object expected error anymore
    > but the functions don't work, why is this?
    >
    > ----Function definition ------
    > <script type="text/javascript">
    > function EnableSubGroup()
    > {
    >
    document.forms["SubForm"].elements["SubGroupDD"].disabled='false';
    > }
    > function DisableSubGroup()
    > {
    >
    document.forms["SubForm"].elements["SubGroupDD"].disabled='true';
    > }
    > </script>
    >
    > Thanks
    >
    > Fifi
    >

  • 5800 expressmusic functions don't work after updat...

    Hi!
    I bought my 5800 expressmusic, and was glad for it, until i updated it first time. After the first update all the shortcuts and functoins on the background didn't work. I could live with that, so I waited for the next update.
    Now i've updated it again, now the functions didn't work before, they work now, but now the musicplayer don't work probably. I can go into the musicplayer, but when i try to update the library and get the music from my SD card into the player like I used to do.. It only finds about 20 songs of 180 songs..
    Anybody now how I can solve this problem? 
    Thanks

    it's usually good to do a reset after an update;
    Soft reset (reformat). Type *#7370# and the phone's lock code (Nokia default lock code is 12345). Soft reset wipes the C drive.
    If you want to thank someone, just click on the blue star at the bottom of their post

  • Eject function don't work anymore in my user

    Hi there! My first post in this forum! =)
    Since few day's the eject function doens't work anymore in my user. Not in finder, not with the eject key and not by drag and drop to the trash.
    In disk utilly it work normaly and if I change user it works too. Shut down with ctrl, comd works too.
    How can I reset my keyboard?
    By the way - I installed win 7 and also win 7 bootcamp with virtualbox in the last days...
    Thanks for all help!

    Hi there! My first post in this forum! =)
    Since few day's the eject function doens't work anymore in my user. Not in finder, not with the eject key and not by drag and drop to the trash.
    In disk utilly it work normaly and if I change user it works too. Shut down with ctrl, comd works too.
    How can I reset my keyboard?
    By the way - I installed win 7 and also win 7 bootcamp with virtualbox in the last days...
    Thanks for all help!

  • MSI fx5600 VTDR-128, video in function don't work

    VIDEO IN DO NOT WORK!!!
    drivers ver: 52.16 and wdm: 2.20
    tried many different capturing software
    checked video source and cable
    don't work s-vhs nor composite
    nview: disabled
    Any help welcome!!!

    ewaller wrote:
    What is under the switches tab?
    Oh -- By the way, that picture is over the size limit defined in the forum rules in tems of pixels, but the file size is okay.  I'll let it slide.  Watch the bumping as well.
    If you want to post the switches tab, upload it to someplace like http://img3.imageshack.us/, copy the thumbnail (which has the link to the original)  back here, and you are golden.
    I had a bear of a time getting the microphone working on my HP DV4, but it does work.  I'll look at the set up when I get home tonight [USA-PDT].
    Sorry for the picture and the "bumping"... I have asked in irc in arch and alsa channels and no luck yet... one guy from alsa said I had to wait for the alsa-driver-1.0.24 package (currently I have alsa-driver-1.0.23) but it is weird because the microphone worked some months ago...
    So here is what it is under the switches tab

  • Audigy 2ZS PCMCIA notebook card most functions don't work with Vi

    As I've found out the hard way many of the features of this card don't work due to Vista, I've spent hours reading the many problems associated with the different cards and vista, I cannot find the recording source Line in with the Creative media source player so I cannot transfer music from cassette?or Vinyl?to MP3 or what ever. The mixer and?equilizer?won't work either, as with the smart management volume normalization, I've reinstalled the drivers as per the advice of many still doesn't solve my problems. Would be nice if some of these feartures worked as that's the reason for buying the card. Don't bother contacting customer support they don't get back to you. Any help out there?

    Okay, God knows how it happened but I have sound again
    I opened the Creative Audio Console and pushed reestablish standards and now it goes.
    I still got a nasty crackling but that's a minor evil

  • Mouse functions don't work

    my mouse functions have stopped working! It doesn't matter what mouse I use - wireless or wired - these are the problems: I cannot click on anything to open or close it. I cannot click on a application on my dock and open it. I cannot drag a file or document on my desktop. I see the cursor moving around the desktop, but it has no effect.
    No solution has worked and I've tried many of them.
    Help!!

    I restarted my laptop, and the buttons worked! For only 2 minutes. Then nada ever again. What a POS. Come on HP, give a solution. I bought and returned it twice, which makes this my third wifi mouse. What a waste of my time. I think I'm just gonna return this mouse and forget the wifi mouse. Functionality is more important than a freed up USB port. I bought it for the forward/backward buttons specifically. HP used to make wonderful products, but this experience bring that into question now.

  • Functions don't work after swf loops

    I have a five mouse click functions, each with a different navigateToURL link, and each one appears on a different key frame. The probelm is that once the end of the swf is reached and it loops, it gets stuck on the last function and therefor only links to that last URL.
    Is there a way to reset functions at the begining? Or is there a better way to do this?
    Thanks.
    Code from one of my keyframes:
    First_btn.addEventListener(MouseEvent.CLICK,onMouseClickFirst);
    function onMouseClickFirst(e:MouseEvent):void
        navigateToURL(new URLRequest('http://FirstLink.com'));

    On the button code you are waiting for a particular button to be pressed: myButton.addEventListener, right.This means there's a listener waiting for myButton to do something, in this case it is waiting for myButton to perform a CLICK event. It doesn't matter that the code isn't in the same keyframe as the button itself. If you have your button on the stage and you have given it an instance name, then your function will be called on the click, if your button is within a movie clip on the stage, then you can add to your event listener: myMovieClip.myButton.addEventListener and the click will still register the event.
    If you want to create one function that will work for all buttons then you need to do a couple of things to set it up.
    Create an object that stores all your buttons in it:
    private var BUTTONS = {
            playButton:'PLAY',
            pauseButton:'PLAY',
            prevButton:'PREV',
            muteButton:'MUTE',
            unmuteButton:'MUTE'
    Create a function to add the listener:
    private function setButtons()
            for(var itm in BUTTONS)
                if(myMovie[itm])
                    myMovie[itm].buttonMode = true;
                    myMovie[itm].addEventListener(MouseEvent.CLICK, clickHandler);
                    myMovie[itm].addEventListener(MouseEvent.MOUSE_OVER, overHandler);
                    myMovie[itm].addEventListener(MouseEvent.MOUSE_OUT, outHandler);
    Does that help?

  • Mac Keyboard Functions Don't Work

    I have just discovered that the Mac keyboard has a very useful feature: press and hold a key and all the options for that character show in a little pop-up window, i.e., accents, tilde's, etc. This works in all my other programs (Word, Excel, Pages, Mail, etc.), but not in Adobe's Illustrator or InDesign. I do a project every summer that has lots of foreign names and words, and I am constantly having to ferret out these unusual characters, so having them all available right on the keyboard would be a huge time saver for me, so I was devastated to learn that Adobe's programs don't support them (when I press and hold a keyboard key in InDesign, it just repeats the character over and over as long as I hold the key down, which is the way the keyboard worked several Apple systems ago). Is there a preference or something somewhere that I am missing?

    While InDesign and Illustrator don't have access to the Apple feature to show special characters, you have an even better feature in InDesign and Illustrator—the Glyphs panel. It lets you view every character (glyph) in every font on your computer. You can insert a character by double clicking it. In InDesign, choose Type > Glyphs to open it up. Use the font menu at the bottom to switch fonts. Choose from the Show menu in the middle some collections of special characters for different purposes.

  • Mac laptop (OS X) trackpad functions don't work since I installed new firefox (but works on Safari)

    My trackpad functions such as using 2 fingers to enlarge or decrease size of page do not work since i installed the upgraded firefox on my Mac laptop (OS X - Ver 10.5.8). Installed new version on May 5, 2011. Please help!

    You don't have to disable any addons or extentions!!!You guys are not going to believe this I figured out the problem it's really dumb...ok here goes the attachment uploader loads seperate so I got to thinking it's a popup so I went to options content and under block pop ups there is an option exceptions click on that and in the box type firefox.com and hit allow pow its fixed!!!!! :-)

Maybe you are looking for

  • What application will allow me to play movies with an external disc drive?

    What application will allow me to play movies with an external disc drive? I recently purchased an external disc drive and when testing it discovered that it only played the audio of the DVD, not the video.  Very frustrated.

  • Can't update my iphone 4 to iOS, says check network settings

    Been trying to update for a couple of weeks, I have tried everything I know to do.  HELP!

  • IOS7 missing contacts and deleting photos?

    Hi All, After a quick search, it seems I'm not the only one whose contacts have mysteriously gone missing since upgrading to iOS7. Turns out the iCloud had mysteriously turned itself off and I ended up having to restore from the last iCloud backup. I

  • Airplay with older iMac

    I just bought an Apple TV, it works fine with iTunes but I cannot stream from Quicktime or other video software. That means a waste of time converting video files to mp4. I know that it's because I have a rather old iMac (mid 2010 mod. 11,3), still I

  • Itunes downloading music

    i have accessed a free wi-fi network on my iphone but when i try to go into the itunes store from phone it wont open. how do i open the store