Impossible to select the time range in dropdown menu-foglight PASS UI.

Hello

I'm new to foglight and is having a little problem with the user interface. I doubt if I'm in the right place to ask this question.

I use Foglight for SQL Server 7.0 v. Under UI, there is a drop down for the time interval, which, in my view, does not work as expected.

Please see the snapshot. Here, when I click on "last hour", next to the slot, a drop down menu arrow rises but it disappears very quickly and I can't change. I think that this menu has options like "last 15 minutes, last 6 h etc.

Please notify.

Thank you

I found the solution. It was because of two monitors.   Once I went to the main screen, I could see menu items drop down.

Tags: Dell Tech

Similar Questions

  • Impossible to select the value from the search screen (quick select, then) on OFA

    Hello

    We have a problem with a user who are not able to select any value from the LOV on any page of the Oracle.

    1. click the button of LOV

    2. search + go

    3. Select or quick selection nothing happens (error on the Page appears in the left corner of the homepage)

    4. only cancel works.

    Any suggestion would be appreciated.

    I saw a similar question posted Impossible to select the value from the search screen (quick select, then) on OFA

    But unfortunately this is not the answer.

    Thank you

    Sam

    Display of the solution to help others. I tried to connect a SR and suddenly a pop Note ups that helped.

    The problem is related to the profile "Self Service Accessibility Features" customer has defined for the user concerned.

    Follow these steps:

    1 change the value of 'None' profile at the user level.

    2 disconnect / connect to the application and testing.

    See you soon.

  • Select the page range

    Hello

    How select the page range and perform our duties with the special pages?

    Selva

    The example script below focuses on the dialog box that is used to get the scope of the user pages. Run the script and parse the code. You should be able to apply it to your needs. I hope this helps.

    try {}

    assume that the document is opened

    docRef var = app.documents.item (0);

    maxPages var = docRef.pages.count ();

    provide the variable to contain the user's response

    var userResponse = dialogWChoices ("Name of dialogue', while 'label here", maxPages);

    Enter the function call that treats all pages

    If (userResponse [0] == 0) {}

    Class (docRef, 0, maxPages);

    } else {}

    var minPageRef = userResponse [1] - 1;

    var maxPageRef = userResponse [2] - 1;

    Class (docRef, minPageRef, maxPageRef);

    }

    } catch (e) {}

    alert (e);

    }

    Alert ("Input by the user" + userResponse [0] + "" + userResponse [1] + "" + userResponse [2]);

    function to treat the page range

    function class (docRef, minPageRef, maxPageRef) {}

    var thispage, thisFrame, docOffset;

    for (var i = minPageRef; I<= maxpageref;="" i++)="">

    Thispage = docRef.pages.item (i);

    docOffset = (thisPage.documentOffset) + 1;

    thisFrame = thisPage.textFrames.add ({geometricBounds: [36, 72, 100, 300]});

    thisFrame.contents = 'Page of Hello' + docOffset

    }

    }

    function gets the page range, or 'all' of the user

    function dialogWChoices (dlgName, cancelIt, dLabel maxPages) {}

    var userCancelled = false;

    var origValue = app.scriptPreferences.userInteractionLevel;

    Make sure that the levels of user interaction will allow a dialogue

    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;

    create the dialog box

    var dlgRef = app.dialogs.add ({name: dlgName, cancel: cancelIt, label: dLabel});

    Add a column

    var dlgColumn1 = dlgRef.dialogColumns.add ();

    var dlgColumn2 = dlgRef.dialogColumns.add ();

    var dlgColumn3 = dlgRef.dialogColumns.add ();

    Add widgets for the first column

    dlgColumn1.staticTexts.add ({staticLabel: "PageRange :"});})

    Add widgets to the second column

    radioGroup var = dlgColumn2.radiobuttonGroups.add ();

    radioGroup.radiobuttonControls.add ({staticLabel: "All", checkedState:true});})

    radioGroup.radiobuttonControls.add ({staticLabel: "Range", checkedState:true});})

    Add widgets in the third column; put the reference in a variable

    var emptyRow = dlgColumn3.dialogRows.add ();

    emptyRow.staticTexts.add ({staticLabel: ""});

    var inputRow = dlgColumn3.dialogRows.add ();

    var firstField = inputRow.integerEditboxes.add ({minWidth:36, minimumValue:1, maximumValue:maxPages});})

    inputRow.staticTexts.add ({staticLabel: "thru '" "});

    var secondField = inputRow.integerEditboxes.add ({minWidth:36, minimumValue:1, maximumValue:maxPages});})

    display the dialog box and capture the result

    If (dlgRef.show () == true) {}

    var firstVal = 0;

    var secondVal = 0;

    var selButton = radioGroup.selectedButton;

    If (selButton == 1) {}

    var firstVal = firstField.editValue;

    var secondVal = secondField.editValue;

    }

    } else {}

    userCancelled = true;

    }

    dlgRef.destroy ();

    app.scriptPreferences.userInteractionLevel = origValue;

    If {(userCancelled)

    throw ("user canceled");

    }

    destroying the dialog box; script gets here if the user cancels

    return [selButton, firstVal, secondVal];

    }

  • Impossible to select the uniqueness

    I'm unable to select unique characters in documents Pages by using my trackpad. I click on w/one finger, then check the box on the other hand, as I always have done and can do in this online editor. The character will show in blue light, but as soon as I raise my left finger of the trackpad to type, the highlighting disappears. For awhile, I thought that it was not possible to replace a selection in a document typing, as typing would be always inserted beside the original characters. This feature works sometimes, but does not work most of the time.

    Pages using 5.6.2 & El Capitan.

    I'm not on a Mac at the moment, but you can use a combination of arrow keys + shift + option keys to select the different characters, words, lines, paragraphs and documents together.

    Experiment.

    Peter

  • Impossible to select the categories of Project reports

    Using the monitoring of the Instantis 15.2 company. When a resource goes into the timesheet module and creates a timesheet, reports of administrative time categories and reports of nonworking time categories are displayed, but the project Reporting categories are not. If you click on the button select the categories, the option for a list of the categories of project Reporting is not verified and it is greyed out if it cannot be selected. In the module Administration, resources and Security Admin > project Reporting categories screen, there are categories defined and enabled for the initiative. What else needs to be configured to allow the categories of project reports time to appear on time sheets?

    It is a setting in your function parameters.  The boxes must be checked for each time segment. I'm assuming that they be checked because it's the default.  Before go you there, log in with Admin Access and check your resource permissions.  There is a permission of role at the level of project and non-project time.

  • Bind the time range slider to input fields

    I went through a bunch of tutorials and can't seem to find the answer to this. I'm trying to implement a cursor of the chronological range for entry into a database. I started with the example

    http://codepen.io/caseymhunt/pen/kertA.

    I have two input fields IDs StartTimeEntry and EndTimeEntry . How can I get the values of the scabbard for updating the values of these two fields of entry form?

    Thank you.

    Locate the following line in the script jQuery on CodePen:

    $('.slider-time').html (hours1 + ':' + minutes1);

    Replace it with this:

    $('#startTimeEntry').val (hours1 + ';' + minutes1);

    Similarly, replace this:

    $('.slider-time2').html (hours2 + ':' + minutes2);

    with this:

    $('#endTimeEntry').val (hours2 + ':' + minutes2);

  • Impossible to select the other than the position using CC 2015, second output tracking method.

    I can't select the method for tracking Position, scale and Rotation in the effects control video color change. I use CC 2015, second exit. The key tool is here, I see all 3 options, but when I click on anything whatsoever other than position, it does not change.

    He could.  I have many times seen the bugs reported on Mac for things that work very well under Windows.

  • Impossible to select the same graphic style on glued eps

    I opened an eps.

    Copy the whole graph.

    Open the correct model and paste the chart copied.

    The template styles to graphics with the same background and outline (no other attributes don't exist) pasted chart.

    However, I can not select items from pasted chart based on the pasted graphic graphic even if Style contains elements with the same stroke and fill.

    I can't select the same outline and complete either.

    I checked the Document Color Mode and made sure it was RGB color.

    However, when I select the item and double-click on the initial window color picker shows new 1100 color so I suspect even if the same style Illustrator is affecting the color of the element and running like new.

    This selection process is a step in an action to apply styles and works - so this isn't.

    Probably something simple changed the settings, but appreciate any suggestions as to where the issue could be found.

    It's old CS2 on Mac PPC G5 pays for itself always perform the simple processing of the output files.

    All advice appreciated as many hours trying to figure this out.

    Thank you

    Michael

    Awesome! Works a treat. I have to just make sure that Document Color Mode is CMYK and color as you say Graphic Styles are defined to same in the imported graphic. I thought I was smart by setting Document Mode of color RGB and graphic Style as well.

    Thank you for identifying and really, really appreciate your time and knowledge.

    Kind regards

    Michael Gilbert

  • Impossible to select the layer.

    I make a film of typography. I am now at the part that I do a composition of each 5 layers. But after several times I'm stuck. Because as soon as I select a layer I select the publication I've done. It's just scared because I still get the error when I'm away in. Losing hours of work.

    If you never turned on, how ' end Open GL?  It should be off, too.  After these two easy to do things, you can dig deeper in the previous proposals if necessary.

  • Impossible to select the buttons on a Web site, including FB. Cleared cookies and cache and resarted unsuccessfully

    Unable to connect, click on the buttons, including the facebook button. This affects evry Web site with buttons.

    I have deleted the cookies and cache without success. I also restarted FF.

    Hello hpgirl18, try Firefox Safe Mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • Under Windows, you can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. It might help others who have the same problem.

    Thank you.

  • BlackBerry Facebook prob: impossible to select the right descriptor transportation

    I use Blackberry Facebook SDK (FacebookBlackBerrySDK - v0.8.25.jar) for the integration of facebook for my application. I use the following code.

    ApplicationSettings = new ApplicationSettings (NEXT_URL, APPLICATION_ID, APPLICATION_SECRET, PERMISSIONS);
    Facebook fb = Facebook.getInstance (ACE);
    User user = fb.getCurrentUser ();

    I tested the app in OS 5.0 and Device Simulator and Simulator for OS 6.0. It works very well. But when I test the same in an OS 5.0 device, it gives "unable to select the good descriptor of Transport." What can be the problem behind it? Is it related to the device? How to solve the problem?

    There is problem of SMEs of the internet unit. I solved the problem. Automatically that the problem facebook is resolved.

  • DateFields 5.0 + operating systems. Impossible to select the current date.

    Have a slight situation.    Have a date with the value field by default of - etc.   The user is not able to select the current date, and must choose another date and what to do again to select the current date.

    This works very well in the pre - 5.0 OSes, but does not work with 5.0 +.

    The date field popup works fine, but if the user tries to select the current date, it is not get populated in the date field.

    I see what you mean now.  I connected it the Issue Tracker here: https://www.blackberry.com/jira/browse/JAVAAPI-1163

  • Impossible to select the host for the pool, can only select Cluster

    Hello

    I try to assess the view and go into the Guide of the evaluators.  When I set up the parameters of resource under the vCenter part settings of the linked Clone Pool where I'm supposed to be able to select a host or a Cluster, I have only the option to select my (not an individual host) cluster.  The problem is that not all hosts in my cluster have access to the SAN that I use for this assessment, so I wanted to be able to isolate the pool to a single host.  Is there some kind of trick to get the hosts present themselves individually?  The hosts are 5.5 ESXi and vCenter vCenter 5.5 Standard

    Thank you

    Dylan

    You can only select the cluster. "Host or a cluster" refers to the fact that if you have a stand-alone Host which is not in a cluster, you can use - so you'd have to move the host you want to use on a stand-alone host or in its own cluster.

    Mike

  • Impossible to select the preset to Clipboard.

    In Photoshop CS6, for some reason, I can't select the preset "Clipboard". When I go to file > new, it automatically puts the "custom" preset "Clipboard" is grayed out and cannot be selected. That happened today when I saved an image a reopened the Photoshop, I couldn't select the preset "Clipboard".clipboard.jpg

    Can someone help me?
    Thank you.

    Probably because you don't have an image on the Clipboard. Hit Print Screen/print screen and try to make a new document in Ps again.

    Benjamin

  • Impossible to disable the time synchronization in VMWare Workstation 8.0.1

    I read 1189 KB # as well as various articles on disabling time synchronization between host and guest, but I can't seem to stop synchronization.

    I closed the comments and edited the VMX file as follows:

    tools.syncTime = "FALSE".
    Time.Synchronize.continue = "FALSE".
    Time.Synchronize.Restore = "FALSE".
    Time.Synchronize.Resume.Disk = "FALSE".
    Time.Synchronize.Shrink = "FALSE".
    Tools.Synchronize.Tools.Startup = "FALSE".

    But no matter what, the time of comments still synchronizes to the host after turning the power on or return to.

    I tried on the hosts Windows 2008 x 86 and Windows 2008 R2 with the same results.  I also disabled the functionality of Windows to "synchronize with a time server Internet.

    I'm using VMWare Workstation 8.0.1 on Windows 7 Pro x 64.

    Clues as to what I'm missing?

    Thank you.

    Your initial message, I found that something is different with the content of KB.

    Will keep you ' tools.synchronize.tools.startup = 'FALSE' but the KB said there should be time.synchronize.tools.startup = 'FALSE'.»

    Please copy and paste below your *.vmx file model.

    tools.syncTime = "FALSE".
    Time.Synchronize.continue = "FALSE".
    Time.Synchronize.Restore = "FALSE".
    Time.Synchronize.Resume.Disk = "FALSE".
    Time.Synchronize.Shrink = "FALSE".
    Time.Synchronize.Tools.Startup = "FALSE".
    Time.Synchronize.Tools.Enable = "FALSE".
    Time.Synchronize.Resume.Host = "FALSE".

Maybe you are looking for