Link Properties For A Single Floating Box

The tutorial that Nate Baldwin referred me to did not cut through my ignorance level on this subject, so I'll try this question phrased another way - more specifically.
If I want to change the link text color within only one single floating box, what do I do? I'm in GoLive 6.

http://www.golivebasics.com/csstut/css07.html
If you know nothing about css start with page 1 from the menu on the left.

Similar Messages

  • How can i add multiple validations for a single input box in adf?

    hi,
    i want to add multiple validation for a single input text control in adf like number validation and its existence in database.
    MY JDEV VERSION IS 11.1.1.5.0
    pls help !!!!

    Hi,
    1.I want to validate if the value entered is pure integer
    Option 1-
    select the component and in the Property Inspector, in the "Core" category select a "Converter" format, select javax.faces.Number, if the user put a string, adf show a dialog error or message error...
    Option 2-
    or use the Regular expression:-
    http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_validateRegExp.html
    https://blogs.oracle.com/shay/entry/regular_expression_validation
    Also check this:-
    http://docs.oracle.com/cd/E15523_01/web.1111/b31973/af_validate.htm#BABHAHEI
    Option 3-
    Frank in his great book 'Oracle Fusion Developer Guide' shows a example using a javascript for input which is allowed only for numbers. You can manipulate for your requirement.
    Here is the code:
    function filterForNumbers(evt) {
        //get ADF Faces event source, InputText.js
        var inputField = evt.getSource();
        var oldValue = inputField.getValue();
        var ignoredControlKeys = new Array(AdfKeyStroke.BACKSPACE_KEY, AdfKeyStroke.TAB_KEY, AdfKeyStroke.ARROWLEFT_KEY, AdfKeyStroke.ARROWRIGHT_KEY, AdfKeyStroke.ESC_KEY, AdfKeyStroke.ENTER_KEY, AdfKeyStroke.DELETE_KEY);
        //define the key range to exclude from field input
        var minNumberKeyCode = 48;
        var maxNumberKeyCode = 57;
        var minNumberPadKeyCode = 96;
        var maxNumberPadKeyCode = 105;
        //key pressed by the user
        var keyCodePressed = evt.getKeyCode();
        //if it is a control key, don't suppress it
        var ignoreKey = false;
        for (keyPos in ignoredControlKeys) {
            if (keyCodePressed == ignoredControlKeys[keyPos]) {
                ignoreKey = true;
                break;
        //return if key should be ignored
        if (ignoreKey == true) {
            return true;
        //filter keyboard input
        if (keyCodePressed < minNumberKeyCode || keyCodePressed > maxNumberPadKeyCode) {
            //set value back to previous value
            inputField.setValue(oldValue);
            //no need for the event to propagate to the server, so cancel
            //it
            evt.cancel();
            return true;
        if (keyCodePressed > maxNumberKeyCode && keyCodePressed < minNumberPadKeyCode) {
            //set value back to previous value
            inputField.setValue(oldValue);
            evt.cancel();
            return true;
    2.I want to check if the value exists in my respective DB You must be having EO or VO if you want to validate with database in that case use the solution suggested by Timo.
    Thanks
    --NavinK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Link Properties box

    In my office we noted that in version 8 of Acrobat you cannot keep your link properties box open while navigating to multiple links. Instead this box has to be closed before moving to the next link and/or bookmark. Unlike version 7 which does allow the link properties box to remain open. This feature in my organization is without a doubt amazingly helpful - and will unfortunately prevent us from updating the remaing stations to version 8.
    Is this an intended change to the product and/or have there been any patches made to resolve this? The problem my environment has with this change is it increases the work load by doubling the amount of mouse interaction needed to link and/or audit already created links to a PDF package.

    Thank you for your post. These forums are specific to the
    Acrobat.com website and its set of hosted services, and do not
    cover the Acrobat family of desktop products. Please visit the
    following forums for any questions related to the Acrobat family of
    desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/

  • More than one style for a single link state?

    RH 8 outputting CHM
    Hello,
    Is it possible to define more than one style for a single link state?
    For example, I would like a link in the footer of my master page to be smaller than the links that appear in the body of my topics. I want to retain behavior, and simply change the point size.
    I can't simply hand format in Design mode, because my link is within a script. Or, am I missing something easy here?
    Thanks much.

    I'm pleased to say I figured out how to change the formatting of a hyperlink embedded within a script.
    Within the script, I used a var string to reproduce the text in my link. Then I used another var to change the string size.
    So, here's the part of my script that produces what I'm after:
    var mailDisplay = 'Was this information helpful? ';
    var str = 'Was this information helpful?';
    var mailDisplay = str.fontsize("1");
    Upon generation of the CHM, the script trumps the CSS. It's a beautiful thing.

  • The icons for links are gone. In their place are hyphentated boxes. After I click on the link once the real icon comes back. But litterally EVERY link icon is now a hyphenated box till I click once. How can I fix this?

    The icons for links are gone. In their place are hyphenated boxes. After I click on an existing link once the real icon comes back. For Example: I have several bookmark links for Amazon. Those links now have hyphenated boxes as their icons not the Amazon icon. Once I click on an existing link the Amazon icon is activated and replaces the hyphenated boxes. Literally EVERY bookmark / link icon is now a hyphenated box till I click once. How can I fix this? I'm running Firefox 8.0 on windows XP. This problem started this week. Before and After upgrading to firefox 8.0 from 7.xxxx. See screen shot example.jpg i've attached below. Double click to enlarge it for better viewing. Any input welcomed. Not a major problem but I would like to have the icons back.
    Thanks
    Maxboyd

    Thanks. That solved it. I had my doubts since I wasn't concerned about my lost bookmarks. I was concerned about the broken functionality. In any event, restoring from a backup solved both the functionality and the lost bookmarks. I appreciate the response!

  • "Oracle Provider for OLE DB" not in "Data Link Properties"

    Hello,
    we install the "Oracle Provider for OLE DB" in the Oracle Database. But
    we miss the entry in the "Data Link Properties".
    The entry was needfull for the Identity Center configuration wizzard.
    I found no hint how to add manual a entry to the "Data Link Properties".
    Have anyone a idea?
    Mfg
    Rainer Kunz

    Hi Matt,
    if you speak about CLASSPATH you mean the environment-parameter PATH?
    If yes,
    D:\oracle\MIM\102\BIN>set PATH
    Path=D:\oracle\MIM\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wb
    em;C:\j2sdk1.4.2_17-x64\bin;C:\j2sdk1.4.2_17-x64;C:\j2sdk1.4.2_17-x64\jre;C:\j2s
    dk1.4.2_17-x64\lib;D:\usr\sap\MIM\SYS\exe\uc\NTAMD64
    In D:\oracle\MIM\102\BIN i see the follow files:
    06.01.2009  23:27           539.648 OraOLEDB10.dll
    06.01.2009  23:27             1.712 OraOLEDB10.tlb
    06.01.2009  23:27            24.576 OraOLEDB10d.dll
    06.01.2009  23:27             7.168 OraOLEDB10us.dll
    06.01.2009  23:27           146.944 OraOLEDBgmr10.dll
    06.01.2009  23:27            12.800 OraOLEDBpus10.dll
    06.01.2009  23:27             9.216 OraOLEDBrfc10.dll
    06.01.2009  23:27             7.168 OraOLEDBrmc10.dll
    06.01.2009  23:27           187.904 OraOLEDBrst10.dll
    06.01.2009  23:27            17.408 OraOLEDButl10.dll
    Mfg
    Rainer

  • Why No Floating Boxes on IE8?

    I am using Adobe GL ver. 6.0 and I just spent hours formatting an image map to show/hide 7 images in floating boxes. I even placed the images carefully so there was no interference with the mouse over on the map. When I preview the page in IE it works fine but with a warning about Active X controls. But when I upload the page to the hosted website it does not even show the hotspots on the image or any type of action. Did I just waste my time? Do I have to go out and buy Flash?   Website is at the homepage for www.junglemistorchids.com and the image map is at the bottom of the page. Each orchid should display a larger image with a title. Please help!

    To use and understand the .site file is very importent for using golive ... it is the heart and soule
    when you begin a new website you have to start by making site/folder/projekt frome in GoLive
    Start by taking a backup/copy of you websitefolder now .....
    to start a website:
    when you open GL you will be askd if you want to  "new document" or "new folder" Chose "new document"
    (If you already hase GL open, go to file>new document in the menu)
    youll get this window:
    Chose the site at the left menu and create site in the middel to start/create a new site.
    Follow the instuctions in the wizzard (you dont have to specifi anny FPT yet but you can - leav blank if you want to do that later)
    Golive now creat a folder on you computer (wher you chose to place it) and GL open you new site...
    This is you site window ... ALWAYS work inside this / form this:
    Its split in left and  right... to the left is filewindow with your files for you webpages and to the right you see the server window wher if conected you can se the files on the server. The new site contains a index.html file and a css folder with a basic.css file (index.html and basic.css are blank) and GL is now ready to work in...
    If you find the folder GL made for the site youll see  it contains 3 folders and 3 files:
    The importent ones are:
    web-content folder contains all you pages, images, script and so for you site and are shown in the sitewindows leftside
    And the New Site.site file (or what you chosen to name your site in the wizzard)
    The .site file is the is the one that contains the site window in golive... it keeps track of all link/content/actions and so on you site... and when you want to work on the site you simple click this one.
    When you work in the site window GL will know what you do and where the difrent things are, and if you move eg. a picture/file frome one place inside the window to another GL will know this and rewrite the corosponding URL's (les work for you)
    When you ad adctions (funktions) to a page golive use its scriptLibery to make the scripts neede ... and place a "script" folder in the site:
    That folder/file  contains the scripts neede for the actions to work.. If you dont work in the sitewindow/file GL dont know where to place this and therfor the URL will point to GL's own folder and the script will only work local...
    (You can in the prefrence chosae to write scripts in the document, but i wont recomend that)
    When you ar done and want to upload you site to a server... right click in window and chose puplish server .. if you have not specifide a server youll be askd to.. else it will connect ...
    Now you can right click in window and chose puplish server and chose how to upload you site and Gl will upload all the files with correct url's including the script folder (Before upload its a good ideer to rightclick and chose update>flatten scriptlibery to make the scriptLib smaller)
    Hope this helps you understand the site file and importens of using this..
    Now for getting you website to work corectly....

  • GL floating boxes with rollovers

    I'm working on a project that is similar to a target--bullseye in center with rings around it. I have created the text/phrases that go in each ring in Illustrator and put the whole thing together in a layered PS file. No problems yet, but when I separate all of the text/phrase into images with 2 states for the rollover and put them into GL floating boxes, the boxes overlap in some area so the mouseover rollover doesn't always work. For example, mouseover one text image and another one will show the color change rollover because the mouse is really over an area of the image that is transparent. Is the only way around this to re-arrange the box z-index to try to avoid the overlap or is there some way that I am missing? Frustrating!

    Like I said, you can use the Set Image URL action for the rollover. You can set multiple actions to change more than 1 pic on mouse enter if you need to. You won't need any more layers than you currently have, and only the area where you place the image map will be active (rollover won't trigger in transparent areas).
    As for overlib, (I'm not familiar with that) if it's a javascript that's added to your links/rollovers, you can move it to the image maps in the source, it should work fine.

  • Problem-less Floating Boxes?

    I saw the recent thread about problems with relative positioning. All of a sudden I'm insecure again. I have a page with 34 floating boxes (none nested, but many overlap) and their positions remain stable when my browser window is resized. No sleight of hand, just dragged boxes into position and filled with content (default settings in F.B. inspector). So I was feeling confident. Safari, Explorer, Aol all show the page as locked down, reacting to window re-sizing and scrolling just like any other conventional page design. Should I be worried? Is such a layout going to corrupt itself, or glitch-out, or crawl out from under my bed at night and bite my hand? I'm worried that I'm naive and missing something because of the complexity of that previous thread.

    >I saw the recent thread about problems with relative positioning
    There are no problems with relative positioning other than not understanding
    how it works. There are many *more* problems with absolute positioning,
    especially when text is placed in absolutely positioned elements.
    > just like any other conventional page design. Should I be worried?
    Yes. Resize your text in the browser and see what happens. Or better, post
    a link to your page so we can see its code and anticipate problems for you.
    Murray

  • Setting CSS link properties in Dreamweaver CS4

    I'm a Dreamweaver CS4 newbie working on my first page. I'm setting the link <a> properties for my page, and while I understand how to set them manually by writing them into the CSS file, I'm wondering if there's a way to set them using Dreamweaver's usual, more "automatic" methods.
    For example, if I choose New CSS Rule, the dialogue box comes up where I can choose Tag, then choose "a" from the list of Selectors. But is there a way using this New CSS Rule box to create rules for a:hover, a:visited and a:active? Or do I just have to write those manually in my CSS file?
    Sorry for such a basic question. I did a search here and came up empty.
    Thanks in advance.
    Scott

    Using  DW Page Properties to create a basic CSS style sheet
    http://kb2.adobe.com/community/publishing/505/cpsid_50576.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How can a script access all link properties?

    I'm really glad to find this pool of expertise out in the cloud. TIA for all replies.
    I'm looking for proper syntax to access the more detailed properties of graphic file links, such as the page# on which they appear and effective PPI. These are visible in the link window, but I cannot find them in the ESTK for CS4 Object Model Viewer. There is are name, filePath, and linkType, which are all very useful and also visible in the link window. But as for the other info I see only a suggestive attribute called "properties" which is itself an object, and I cannot seem to query its contents.
    As I'm very, very new to scripting the cause could be little more than my own ignorance.
    Is there a way to convert and object to strings so I can see how it is built?
    In case anyone is interested, I'm trying to amplify a very helpful little script written three years ago by Steve Wareham:
    // ====== ListLinks ====== \\
    /* This is a JavaScript for InDesign. It will create a new text box on the first page of your document, and list all the links used in your document.
    A dialog box provides options to list the links names, files paths, and file types. Created by Steve Wareham 5/08/2007
    attempts to amplify with addition of Page and Effective PPP by Marc Shargel May 2010 */
    // ----- Dialog Box ------\\
    var myDialog = app.dialogs.add({name:"Link Lister", canCancel:true});
    with(myDialog){
    with(dialogColumns.add()){
    with(borderPanels.add()){
    with(borderPanels.add()){
    staticTexts.add({staticLabel:"What link information do you want? "});
    with(dialogColumns.add()){
    with(borderPanels.add()){
    var my1RadioButton = checkboxControls.add({staticLabel:"Names", checkedState:true});
    var my2RadioButton = checkboxControls.add({staticLabel:"Paths"});
    var my3RadioButton = checkboxControls.add({staticLabel:"File type"});
    var my4RadioButton = checkboxControls.add({staticLabel:"Page"});
    var my5RadioButton = checkboxControls.add({staticLabel:"Effective PPI"});
    // extending the dialogue box was easy...
    // ----- End of Dialog Box ----- \\
    //----- Begin ----- \\
    if(myDialog.show() == true){
    var myDocument = app.activeDocument;
    var totalLinks = myDocument.links.length;
    var myNewTextFrame = myDocument.textFrames.add() // Add a text frame to display the list of links
    myNewTextFrame.geometricBounds = [ "0p0", "0p0", "50p5", "50p5"];
    for ( i = 0;  i < totalLinks;  i++ )
    if (my1RadioButton.checkedState == true) {
    myNewTextFrame.contents = ( myNewTextFrame.contents + "File: " + myDocument.links.item(i).name );
    if (my1RadioButton.checkedState == true) {
    myNewTextFrame.contents = ( myNewTextFrame.contents + " Path: " + myDocument.links.item(i).filePath );
    if (my3RadioButton.checkedState == true) {
    myNewTextFrame.contents = ( myNewTextFrame.contents + " Type: " + myDocument.links.item(i).linkType );
    //... but the following lines do not work. I can refer to "myDocument.links.item(i).properties" but it is reported as an object.
    //if (my4RadioButton.checkedState == true) {
    //myNewTextFrame.contents = ( myNewTextFrame.contents + " Page#: " + myDocument.links.item(i).page );
    //if (my5RadioButton.checkedState == true) {
    // myNewTextFrame.contents = ( myNewTextFrame.contents + " PPI: " + myDocument.links.item(i).effectivePPI );
    myNewTextFrame.contents = ( myNewTextFrame.contents + '\r' );
    myDialog.destroy();

    Is there a way to convert and object to strings so I can see how it is built?
    Whoops, I'd meant to answer this. Sure, you can just loop over the object. For instance, since you were curious about the "properties" member, suppose we wanted to look at the individual members of the properties object of a link.
    Just type in the JavaScript console:
    { var p = app.activeDocument.links[0].properties; for (var i in p) $.writeln(i + "\t"+p[i]); }
    which produces:
    versionState     1986221653
    editingState     1986217301
    linkXmp     [object LinkMetadata]
    index     0
    parent     [object Image]
    assetURL    
    assetEtag    
    assetID    
    edited     false
    name     yeti.png
    needed     true
    status     1852797549
    linkType     Portable Network Graphics (PNG)
    date     Mon May 24 2010 15:36:52 GMT-0400
    size     113083
    filePath     Hermann Zapf:Users:writer:Desktop:yeti.png
    id     209
    label
    You'll note that these are all the same members that the links[0] object itself has. Again, "properties" is just a convenience for setting more than one at once. So compare the output to:
    { var p =  app.activeDocument.links[0]; for (var i in p) $.writeln(i +  "\t"+p[i]); }
    How does that work? Well, the syntax "for (i in p)" calls the for loop once for every member of the Object p, and then we print out the name of each member along with its value.
    (I guess the good JavaScript programmers would encourage you to put {}'s around the $.writeln, and the really anal people would remind you that JavaScript does not have block scope* and therefore you should wrap the whole thing in:
    "function(){ ... }()".
    (*:reference is to Javascript: The Good Parts; Awful Parts, a book (well, chapter thereof) well worth reading.))

  • Information/Properties for Premiere project

    Hi..
    Premiere Pro CS5 Production Suite
    iMac
    I've just completed a short film in Premiere and sent it to Encore via Dynamic Link, and has all gone to plan ending in a successful DVD being burned.
    However, I need to find out some information about the project.
    This is :
    Format and Codec
    File Size
    Data Rate
    Frame Rate
    Frame Size
    I am fine with Frame Rate and Size. The format I know is PAL, but because I have sent this via Dynamic Link there doesn't seem to be a codec for it.
    My file size is 770KB (as it is essentially borrowing the media from my files) but is there a total file size including these?
    How can I find out what the Average Data Rate is? I have looked but can't seem to find anything?
    This information is easy to find when a sequence has been exported to another format, but I am unable to find this either in Premiere or Encore.
    Any help would be greatly appreciated.
    Thanks
    Andy

    The Data Rate in Encore shows up as 8,192KB/sec, however I have just selected my sequence in Premiere and clicked File>Get Properties for>Selection, which brings up a number of windows showing the properties for each asset.  I thought that maybe there would be a data rate for the finished movie, if not in Premiere, then in Encore.
    What do you mean by the datarate in Encore?
    The datarate of the movie on disk is what Harm indicated, the datarate of the vob.  (In gspot or mediainfo, you can get the video and audio datarates.)
    There is no finished movie in Premiere.  There is only your source, and then, the "finished movie" on disk (and see below re Encore's work files).
    As you may have seen, there is more than one vob that includes your movie, so no single source there.
    Part of the point here is that your search for the "finished movie" may not be the single file you imagined.  And adding things up may or may not be meaningful - are you looking for what the storage needs are?
    Encore saves all its transcoded assets, menus, etc, in a directory structure below the encore project file itself.  If you export/transcode a DVD ready file from Premiere (you are not), you will not find it in the project structure; it is found only where you exported it.  When you dynamic link (or import a non-DVD-ready file), the Encore transcoded file will be in the Encore subdirectories.  Unlike the vobs on disk, you will find a single file with the video (for DVD an m2v) and audio.

  • Creating 3 links each with pop-up text box on the same slide

    Hi,
    I'm trying to create a slide that has 3 links and each link has a pop-up text box. I do not want to separate the pop-up text into separate slides. I have it so that there are 3 click boxes and each have the action "show" the proper text box. I also created another click box that acts as a close button where the action is to hide the pop-up box. I have an extra click box hidden on the page to make sure the user stays on the page and not automatically advance.
    Once I have the user click on the first "link" it shows the text box. Once the user clicks the close click box it takes the user to the next slide. I just need it so that it shows the user the pop-up text and then when the user closes the pop-up and returns to showing the 3 options/links. So it basically refreshes the slide instead of going to the next slide.
    Thanks,

    This will be a little tricky to achieve. This is because per default Adobe has decided that any interactive object (like a button or a click box) that has a user defined action on it (like continue, pause, open URL etc.) automatically continues to play the project when clicked.
    Therefore when you click your button it will show your textbox, but it will also continue to play on your timeline.
    You can read some more about it here: http://forums.adobe.com/thread/479725?tstart=0
    I did something similar to what you want one time and I just created a bunch of click boxes and made them very small and put them in a corner. The click boxes were placed on the timeline with 0.2 seconds between the pauses. Then I created my "real" buttons to show/hide the text boxes and placed them on the timeline before the other click boxes.
    The result is that once a user clicks your button it will show the text caption you want - continue on the timeline and pause at the first click box. When they click another button the same will happen. Just make sure that you have a lot of click boxes (I think I put like 30) and make sure that your navigation button for advancing to the next slide is set to "go to next slide" and not "continue" as that would make it pause at all your click boxes as well.
    /Michael
    Click here to visit the www.captivate4.com blog

  • Custom 404-page for a single directory ?

    Is it possible to change the 404 error response for a single directory (and ist
    subdirectories)? Like I can do with a ".htaccess" - file on an apache webserver?
    I know it's possible to do it global with weblogic.httpd.errorPage.xxx=URL in
    weblogic.properties. That's not what I like to do.
    Thanks in advance for any help.
    Bert

    [att1.html]

  • Default credentials not being saved in Hyper-V Manager for a single VM

    Greetings,
    I have a Server 2008 R2 SP1 Standard Hyper-V box running about 8 virtual machines on it.  The machine is  joined to a 2008 domain. 
    Recently, I moved the .VHD file for a single machine from one folder to another folder.  After doing so, when I connect to ONLY that specific machine via Hyper-V manager, I receive the error: "Your credentials did not work.  Your system administrator
    does not allow the use of default credentials to log on to the remote computer XXXXXX because its identity is not fully verified.  Please enter new credentials."
    I have the "Use default credentials automatically (no prompt)" option checked in the Hyper-V settings, and I have tried checking and unchecking this box and saving multiple times.  I have also deleted the saved credentials and the system reports no
    saved credentials.
    I have attempted to change settings in the group policy (gpedit.msc) regarding enabling the Local Computer Policy > Computer Configuration > Administrative Templates > System > Credentials Delegation > Allow Delegating Saved Credentials with
    NTLM-only Server Authenticaton setting, something I found in older blog posts here in the Hyper-V forum and on other websites, and it has not made any difference.
    At this point, I can only assume this must be some sort of bug because I cannot identify any other possible solution for getting rid of this annoying Windows Security pop-up box.  There are no entries in the Windows event log that indicate anything
    odd.  When I enter the correct username/password, I can still access the VM, but the credentials are never remembered, and ONLY for this single VM.
    Does anybody have any knowledge of how to fix this issue?  I can't believe that just moving a VHD caused all these problems.
    Thanks!

    Ah, finally found a solution!  I cannot explain why this suddenly got changed other than to assume it must have had something to do with a recent Windows Update or me trying to install Remote Desktop Services and Network Policy and Access Services.
    I roughly followed the directions from
    KB954357 or this
    older post on the Hyper-V forum.
    FIX:
    1) Run gpedit.msc on the Hyper-V host that exhibits the problem.
    2) Enable the policy setting Local Computer Policy > Computer Configuration > Administrative Templates > System > Credentials Delegation > Allow Delegating Default Credentials with NTLM-only Server Authentication.  Click the Show... button
    next to "Add Servers to the list", and add the value "Microsoft Virtual Console Service/*" without the double quotes.  Click OK.  Click OK again to exit the dialog box.
    3) Run a command prompt and execute gpupdate /force to refresh the group policy.
    4) Now try to log into a machine in Hyper-V manager with default credentials enabled, and note that you are not prompted.
    Again, I don't know why I had to do this, but it's working fine now.

Maybe you are looking for

  • EJB 3 reference problem

    Hello all. I use glassfish b48. I need two classes with unidirectional ManyToOne relation: Pupil -> Grade Pupil.java: @Entity public class Pupil extends Person {     @ManyToOne     private Grade grade; }Person.java: @Entity public class Person extend

  • ATP after Sales Order Line Item Configuration

    Hello experts, I have a question regarding the ATP at the time of Sales Order entry. I am in the process of creating a technical spec for creation of program that looks at the lowest level of BOM explosion. Here are the details: 1) It is a MTO enviro

  • What is conversion exit in SAP BI

    Hi to all, Please can any body can tell me what is conversion exit in SAP BI. Regards Pavneet Rana If you do a search in http://help.sap.com/erp2005_ehp_04/helpdata/EN/2a/fa0115493111d182b70000e829fbfe/frameset.htm you will find lots of documentation

  • SOAP - Content Management Service - create document

    I'm creating a meeting, and I want to add a file attachment. I suppose that to accomplish this I have to use the createDocument method in the ContentManagementService. From the documentation the method payload is just the metadata, the file must have

  • Color shift from Photoshop to InDesign?

    I'm using Adobe's Creative Cloud family of apps, which have been color synchronized with Adobe Bridge using the North American General Purpose 2 color setting. All of the files I'm working with are set to CMYK. My Photoshop files are set to 8 bits/ch