Possible bug off & gray Listbox?

Hi all

I have 2 drop-down lists enabled & disabled and grayed out. When I drag an item (from one active) I can drop in mobility & gray!

Is this a normal behavior?

Work around: when disable & dimmed the lisbox pragmatically, also set to allow it to be filed.


Tags: NI Software

Similar Questions

  • Are you aware of a possible bug in the version 3.6.23? In the browser, for example, "two /" appears with the slash through the 'o'. Is this a known bug? Thank you

    Are you aware of a possible bug in the version 3.6.23? In the browser, for example, "two /" appears with the slash through the 'o'. Is this a known bug?

    When the same text is seen in another browser, it is displayed correctly as "two."

    The same question is displayed on another computer.

    Thank you.

    Sounds that you use a font that supports ligatures (Palatino?).

  • possible bug in match pattern string of dot and a special character

    Hi friend recently and I find something in game chain model that it looks like bug, I want to know labveiw expert opinion on it
    the possible bug is
    have you ever tried to match (.) dot for use in regular expression? this icon could not find the point inside the string? 
    I also think what happens if we try to find a character within a string that is a piece of special character
    for example how you can use this icon to find \b inside the string as (hatef\blabview)?

    [.] to find the period

    \\B to find the backslash b

  • Possible bug: save the table with double and extended precision to the worksheet

    If one concatenates an array of double-precision and an array of precision extended with the 'build' vi table, then recorded using 'Write in a spreadsheet file' vi any digits to the right of the decimal are reset to zero in the saved file. Regardless of the entry of signifier of format (for example %.10f) to the vi 'Write in a spreadsheet file'.

    I'm on Vista Ultimate 32 bit and labview 9.0

    This is a possible bug that is easily circumvented by the conversion of a type before you incorporate arrar in a worksheet. Nevertheless, it's a bug and it cost me some time.

    Hi JL,.

    No, this is not a bug - it's a feature

    Well, if you'd look closer you would recognize the 'save to spreadsheet' as polymorphic VI. As this polymorphic VI does not support the EXTENSION numbers internally (it only supports DBL, I64, and String) LabVIEW selects the instance with more precision: I64 (I64 a 64 bits of precision, DBL that 53...). Your options are:

    -the value of the instance to use as the DBL (by right click and "Select type... »)

    -make a copy of this VI, save it under a different name and make support number of POST (not rework the polymorphic VI like you would break compatibility with other facilities of LV or future revisions)

  • Possible bug on role assignments

    I am using SOA/BPM 11.1.1.7.

    I found a possible bug when you deploy a BPM Application which mixed assignments (some directly to one user, others to a role of Application BPM (created in the workspace).

    I did two tests.

    Test 1.  Created a project/process of BPM with two lanes.  In organization, I assigned the roles of corridor users (to the embedded Weblogic LDAP).  On deployment, these roles were driven from the area space of work/Administration/roles (when logged in as a Weblogic).

    Test 2.

    In the workspace I created a few BPM roles (and put assignments users), then in a project of assigned BPM Application roles to my role of corridor.

    However, I created a corridor and made the assignment directly to the user.

    On deployment, the role which has been directly attributed to the user at the level of BPM projects has been eliminated NOT to the role area.

    A video of it is here: http://youtu.be/bWtEIRavlEY

    Stuart

    Hi Stuart,

    Could check you how your mapping roles work if you check "deployment of existing objects of update on ' option in organization.xml?

  • APEX translated application 4.2 available possible bugs on theme 25

    Hello everyone,

    I try APEX 4.2 with reactive Blue theme (theme 25). So far so good. When I tried to do an application translated from my one shot (I don't translate any string, just de-seeded and released the app), I discovered some possible bugs on the page layout. For example, in areas of form, fields with the scope of auto column cannot be aligned in the same line. They are moved to a new line, although in the original application, it works. I know it's easy to fix by setting a specific value in the scope of column. But how can I fix the page layout in the pages who are magicians (with the standard model of region) and fields are placed in the table not div like in the initial application. Is there a difference between a translated application (which is actually not yet translated) and on the initial page rendering?

    Thanks in advance.

    Hi Grandmaster,

    I think that you are hit bug 15922307 - model of presentation of the grid of a translation application is not used
    who sets us 4.2.1.00.08. Can you check if you're on this version or if you are still on APEX 4.2.0

    Concerning
    Patrick
    -----------
    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Possible bug in a Select NULL-option list

    Hi all
    I tried to use a list to select a tabular form and found a possible bug.
    I have reproduced the issue on apex.oracle.com.
    Please visit http://apex.oracle.com/pls/apex/f?p=38499:2.
    It seems that the fields for 'Display value Null' and 'return Null value are switched.
    Can someone try this and tell me if I'm doing something wrong or it's really a bug?

    Kind regards
    Moritz

    Hello

    what I saw bug # 10095760 has been filed for this issue.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • possible bug in class date

    I stumbled upon a possible bug in the class Date. When comparing two dates of November 20, 2007 and on November 22, 2007, I get false logic.

    public var expireDate: Date = new Date ("2007", "11", "20");
    public var todaysDate:Date = new Date();

    If (todaysDate.getTime () > = expireDate.getTime ())
    {
    this.currentState = "courseExpired";
    }
    on the other
    {
    this.currentState = 'loggedIn ';
    }

    todaysDate.getTime (returned): 1198126800000

    expireDate.getTime (returned): 1195742469234

    But whatever happens, todaysDate wins even if it shouldn't. Courses should have shown have expired.

    probably because the month is zero means the basis therefore 11 December November not :) (I know its not very obvious, but it's like that in flex and java as well).

  • possible bug? formatting number 0 is displayed as 4 294 967 295

    This is really two questions in one. First of all, I have a routine that sometimes gives a result of 0, which is * sometimes * displayed in an AdvancedDataGrid column in the form of 4 294 967 295, which I assume is somehow a significant number (more big int?). In any case, I have one ADG with a column defined as:

    < mx:AdvancedDataGridColumn headerText = "Remaining work" labelFunction = "rem_work_fmt" textAlign = "right" / >

    The called labelFunction is illustrated below:

    private void rem_work_fmt(item:Object,_column:AdvancedDataGridColumn):String
    {
    var num:String = numberFormatter.format (item.get_remaining_work ());
    trace ("result:" + num);
    return num;
    }
    Track of exit impressions: "result: 0" as expected, but the number displayed in the grid is sometimes 0 and 4294967295 sometimes.

    More strangeness, this only happens to the last column in the ADG. I call the same logic of format on another column and have never seen a wrong result. In addition, the same 'get_remaining_work()' function is called on the same data and the result is properly displayed in a field of text as 0.

    Second question, I met a few other possible bugs, I didn't report because I found a work around. How to do that in the beta program?

    LW1001,

    Bugs can be filed in the public bug at http://bugs.adobe.com/flex/
    You will need to register before you can submit bugs.
    Also, if you can attach files to bug to the bug report, it makes it much easier for Adobe to investigate.

    Let me know if you have any other questions/problems.

    Peter

  • unmatched iwatch of iphone and incorrect password (power off) gray of iwatch

    My iwatch is locked and it is showing the error "wrong access code open the Apple Watch app on your iphone, go to access code, then tap reactivate entry password to try again. I tried the hard reset, but it did not work. I can't reset the iPhone because it is non-matched and when I tried to reset to iwatch again then power off and power reserve options are grayed out.

    Can someone help me please?

    Hello

    Follow these steps to clear your locked Watch:

    • Connect your watch to its charging cable - with power connected.
    • Hold down the side button until you see the cursor off the power.
    • Press firmly (IE more firmly than usual) on Power Off and then press erase content and settings.

    Then re-pair shows your watch by using the app on your iPhone, choose to restore from backup when the possibility.

    More information:

    Set up your Apple Watch - Apple Support

    If you have forgotten the password for your Apple Watch - Apple Support

  • Possible bug in LR6 (CC) re: list of keywords

    Something strange is happening in my new LRcc, which looks like a bug, but there may be a new behavior that I don't understand.

    When I try to add a new keyword by clicking on "+" in the "Keywork list" header, the new keyword is not in the list.  It does not "keywords recent' set in the keywords Panel.  He also gets attached to a selected photo if I have this checked when I create the key word as a tag.  But, nothing in the list.  However, if I create a new keyword, which is a sub of an existing keyword, by clicking right on, say, "birds" in my list of keywords and selecting 'create tag keyword inside the birds', the keyword appears.  I confirmed that it worked as planned in LR5.  Y at - it a new procedure to put a new keyword in the list, or is it just a bug?  Or do I do something stupid (always a distinct possibility).

    CC of LR newest release, MacOS 10.10.2 on a MacPro.

    Thank you, in advance, for advice or fix.

    No, it wasn't the problem (I had not checked the option 'people' on the keyword, and I was showing the keyword 'all' in the list) but I discover.  It turns out that one of my key words had the option "Put new keywords inside this keyword" set, which meant that my new keywords appear at the top level, but were inside my keyword "teams" where I could not see them.  I do not know if this option existed in LR5, and I have no idea why it has been activated for "teams", but who, off, solved the problem.

  • Bug Yosemite gray iMac screen at startup

    Hi all

    Hi all

    I come after you on a bug that makes me creasy for several days now...

    My iMac late 2009 (screen and hard drive have been changed 3 years ago) under Yosemite 10.10, which worked well decided to bug at startup:
    After a classic boot - logo apple with the loading bar - loading for 1/4 - after gray screen and stay like that.

    Here what I did:
    -Restart the RAM P: unsuccessful

    -restart without extensions: success - so I got permission and clean the disk and restart - unsuccessful

    -reboot with HD recovery: repeated failure

    What should I do?

    Thank you for your help...

    Benjamin

    Hello to you all,

    I allows me to ask for your help on a bug that is beginning to take the lead for a few days...

    My computer, iMac late 2009 (slab screen changed and DDI changed 3 years ago) under Yosemite 10.10, DDI partitioned into 2 (data and system) running perfectly up to now has decided to me dropped from the start:

    After a classic start - Apple and bar loading appear - loading Pendant 1/4 then fixed gray screen - and then nothing.

    This is the operation performed:

    -J' blew the PRam repeatedly: without success

    -Restart in 'safe' mode: that a market so the disk cleanup and repair of the authorization, but same result

    -recovery of reboot in HD mode: it worked also, but after downloading I still the same result.

    So what to do?

    Thanks for your help

    Start - gray screen at startup - Yosemite

    Resolve startup problems-

    Resolve startup problems - (2)

    Resolve startup problems - (3)

  • Possible BUG in Subvi

    Hello again to all the experts in labview
    I think that perhaps this problem I want to explain is some sort of bug to report
    and I want to know my friends opinions in the forum
    the issue is
    If we use a vi as Subvi inside the other vi but for the Subvi in icon editor we turn off all the layers in the user
    This sub - VI will be transparent insde the block, and also a part not selectable for slip and fall or move inside the block diagram
    I think that if we consider be transparent is reasonable but being unselectable is not reasonable and NOR should solve this problem


  • Possible bug in sv_Harmonic distortion and Noise.vi

    Hello

    I ran into what seems to be a bug in distortion and Noise.vi sv_Harmonic

    I call this VI into a higher level VI which is part of the box sound & Vibration tool (SVT SNR without harmonic (time) (1ch) .vi)

    What is happening is that I sometimes get error 0xFFFFB1A3 (-20061):

    Error-20061 occurred at NI_MABase.lvlibine Waveform.vi:22 > NI_MABase.lvlib:ma_Trap Fgen parameter Errors.vi:1
    frequency must be<= sampling="">

    Possible reasons:

    Analysis: The selection is not valid.

    This error is actually produced in distortion and Noise.vi sv_Harmonic by one of his subVIs (your unique information (complex) .vi svc_Extract) although I'm not able to activate debugging for this VI so I can't dig deeper.

    What seems to be the case, it is for certain fundamental frequencies that result in higher order harmonic which is located very close to Fs/2, you get the error.  I have attached a waveform and a simple VI that generates the error.  My debugging, it seems that the error occurred when the code attempts to extract the harmonic at 5119,53 Hz.  FS/2 is 5120Hz, so it must be valid, but generates an error.

    Thank you

    -mat

    Hey Matt,

    I spoke with R & D and the source of this problem is we're detects peaking at exactly the Nyquist frequency for the 127th harmonic, while it should work, we get the false error. To work around the problem, you can specify the frequency range of 0-126 harmonics as seen in the image below.  Have one less harmonic should not be a big problem as the harmonic 127th is anyway in the noise.  R & D is now aware of the issue and look forward to it.   Thank you!

  • possible bug in Agilent ENA series LabVIEW Plug - and - Play (project-style) Instrument driver

    think I found a bug in this driver and I wanted to get confirmation.  (Here's the link to the driver page, to help locate the driver):
    ( http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=74D1F1D4EB5268E8E04400144FB7D2...)

    The VI in question is public > Action-status > configure > marker Configuration > Configure Marker.vi.

    The question that I saw was that the marker was not be set to the frequency transmitted to the VI.  (The parameter named 'Stimulus'.)  I looked at the guide to the programmer for the Agilent 5071 B and decided that the format of the SCPI command string should probably:

    %.;:Calc%ld:Mark%ld %s;
    : CALC % ld: % ld MARK: X % lf

    The ": X" had disappeared but seems necessary.

    Can this be verified?

    Thank you for taking the time to look at it.

    -Joel

    Snood1,

    I took a glance at the driver and manual of the programmer. It seems to me that the driver behaves as described in the manual should. Configure the Marker.vi use the following string to format the command:

    %.;:CALC%ld:MARK%ld %s;
    :CALC%ld:MARK%ld:X %lf
    

    Is that what you see too? Looks like that's what you added yourself. What was the previous text? This is the text that was there when I downloaded the driver. When it is interpreted, it looks like this

    :CALC1:MARK1 OFF;
    :CALC1:MARK1:X 0.000000
    

    As described in the ENA series Programmer manual, the first turns of the line of the marker reads OFF (page 283). The second line sets the value of the marker 1 (page 295) stimulation.

    Let me know if this looks OK to you.

    Kind regards

Maybe you are looking for

  • Clicking on new tab no longer opens list pinned tabs...

    .. .it opens at AOL. I tried everything: config, newtab, on: newtab, etc.. I don't know what is the cause, but I wish you to get results to pinned tabs. Each procedure troubleshooting I've tried has failed.

  • Windows XP cannot find NTLDR on PC Windows XP-Win7 dual-boot

    I have a PC that has been working fine until yesterday.  I booted into Win7... and he locked himself more tight as a drum... has not identified ctrl-alt-del, esc or a right click on the start bar.  The only option was to make a difficult stop holding

  • T500: ATI GPU has disappeared from the Device Manager!

    Hello! I've recently updated my T500 and realized that my ATI GPU has disappeared from my list of display adapter in Device Manager and my system tray. Instead the intel GMA appears. I downloaded the switchable graphics driver on the Lenovo site and

  • Java (TM) spell customer upgrade

    I get this coming upward on my computor, Java (TM) update client ckecker. A problem caused the prgram to stop working correctly. Windows will close the program and notify you if a solution is available.  I close the box, but he keeps coming back. Wha

  • Windows desktop

    Win 7, that is to say 11 I have problems of execution of internet shortcuts from the desktop. Can I start IE in the start menu and drop the desktop on open IE shortcuts but can't run directly from the desktop? Ideas?