Using Keys of Shortcuts in a Subpanel

I HAVE An APPLICATION THAT INSERTS VI'S IN SUBPANEL. Does THOSE VI´S THAT you/they are INSERTED IN SUBPANEL POSSESS BUTTONS THAT NEED to HAVE KEYS OF SHORTCUTS, do they PUT WHEN THAT SAW it is OPENED IN SUBPANEL, don't THE KEYS OF SHORTCUT OF THESE BUTTONS WORK, WHAT should I MAKE?

If I understand your question, the issue is whether key navigation works for VIs in subpanels, and the answer is no. You will need to trap them on the VI that contains the subpanel and pass them to the VI in the subpanel in some way (like firing an event).
Mike...
PS: You might also want to repost your question in your native language as there are a large number of international users on this forum.
Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion
"... after all, He's not a tame lion..."
Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Similar Messages

  • Command C andV stop working just in Microsoft Word. what should i do?i can't use them as shortcut keys in word documents!

    Hi:
    I have a really annoying problem. command C andV stop working just in Microsoft Word. what should i do?i can't use them as shortcut keys in word documents! however they are working in other applications, the problem is just in word documents!

    I just had the same thing happen on my Macbook but was able to resolve it (at least for now!). Here's what I did:
    Go to Tools>Customize Keyboard
    You can then select 'edit' on the left side under categories. Then on the right side, you'll see lots of commands. Scroll down till you find the ones that aren't working. Ex. Editcopy, Editpaste.
    Select each one and check to see if there is a command short cut. Ex. for editcopy it should read: "Command C"
    If it does not (i.e. the problem), put the cursor in "Press new keyboard shortcut." Then press the command key along with the corresponding letter. Note you will not type the letters out but actually do the command. Then press "Assign." The shortcut command should then appear under 'Current Keys.' Go through and check all of the ones that aren't working for you.
    BTW, this is a nifty was to add some cool commands that you use often. Ex. insert row on table, etc.
    Quit Word and restart it. It should work. Hope that helps!

  • Why can't tool shortcuts contain either function keys or the Cmd or Opt modifiers? I can do this in InDesign and want to use the same shortcuts in Illustrator.

    For example, I started using F4 for the Selection tool, because typing "v" for the most basic tool is risky when working with type. I was updating my shortcuts in Illustrator to mirror my InDesign shortcuts and got shut down on the function key as shortcut. "Tool shortcuts cannot contain either function keys or the Cmd or Opt modifiers."

    What is the add-on that's keeping you from installing Firefox 14?
    A problem was noticed last week with certain ways of managing Facebook cookies. You can check these threads and see whether that issue is relevant to you:
    * [https://support.mozilla.org/en-US/questions/934784 Certain websites do not work properly in normal browsing mode but work in private browsing perfectly.]
    * [https://support.mozilla.org/en-US/questions/934791 facebook post area when clicked gives https://www.facebook.com/ajax/metacomposer/attachment/status/status.php?targetid=695296250&xhpc=composerTourStart]

  • Access Keys / Keyboard Shortcuts / Mnemonics

    I am trying to use the SetAsFunctionKey method and FunctionKeyPress
    event to define keyboard shortcuts for window widgets such as buttons on
    a Windows 95 client running Forte 3.0.E.
    If I add the ampersand (&) to the caption of a button, the letter
    following the ampersand is underlined. Normally, in other development
    tools such as Visual Basic, if you do this for a button, then clicking
    the ALT key along with that one letter automatically fires the Click
    event for the button. There is no other coding necessary. I basically
    have two questions:
    1. Is there a better way of implementing this in Forte, other than using
    the SetAsFunctionKey method?
    2. If not, I have the following dilemma. My application consists of a
    main window and several nested windows. The nested windows do not have
    their own event loops, instead, they have Event Handlers that are
    registered in the parent window. Both the parent window and its nested
    windows need the keyboard shortcuts and would therefore need to register
    for the FunctionKeyPress event. The problem is if I register for the
    event in the nested window, the registration of that same event in the
    parent window is overridden, effectively disabling my ability to process
    the keyboard shortcut for the parent window. I am assuming that since
    there is only one event loop in this scenario, it is the only one that
    receives the FunctionKeyPress event. Is there any way to make this work
    without making the parent window aware of all the keyboard shortcuts of
    its nested windows?
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET

    You are right Dave, Windows 95 also generates the beep. I just hadn't
    noticed it before. If you or anyone else finds a way to suppress this
    behavior, please let me know.
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    From: Dave Dixson (Ext. 513)[SMTP:[email protected]]
    Sent: Friday, October 03, 1997 10:43 AM
    To: Van Vuong
    Subject: RE: Access Keys / Keyboard Shortcuts / Mnemonics
    I am using forte 3E under NT4.
    I also can capture the speed key press, but I cant stop the warning
    beep that is generated automatically by windows. Maybe this doesnt
    happen under win95, or maybe you have the warning beep turned off in
    your control panel.
    Dave.
    -> From: Van Vuong <[email protected]>
    To: "'Dave Dixson (Ext. 513)'" <[email protected]>
    Subject: RE: Access Keys / Keyboard Shortcuts / Mnemonics
    Date: Fri, 3 Oct 1997 08:51:12 -0500
    Which version of Forte are you using? I wrote a quick test program using
    3.0.E and contrary to the documentation, I am able to capture the
    Alt-key shortcut on my Windows 95 client.
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    From: Dave Dixson (Ext. 513)[SMTP:[email protected]]
    Sent: Friday, October 03, 1997 3:38 AM
    To: [email protected]
    Subject: Re: Access Keys / Keyboard Shortcuts / Mnemonics
    I have also used the SetAsFunctioKey method to implement Alt-Key
    shortcuts, but have found that because windows does not recognise my
    pretend shortcut, it beeps a warning whenever the Alt-Key combination
    is pressed.
    Has anyone found a way of stopping this from happening (without
    changing the window control panel settings).
    Dave.
    From: Van Vuong <[email protected]>
    To: "'Forte Users Discussion'" <[email protected]>
    Subject: Access Keys / Keyboard Shortcuts / Mnemonics
    Date: Thu, 2 Oct 1997 18:47:29 -0500
    Reply-to: Van Vuong <[email protected]>
    I am trying to use the SetAsFunctionKey method and FunctionKeyPress
    event to define keyboard shortcuts for window widgets such as buttons on
    a Windows 95 client running Forte 3.0.E.
    If I add the ampersand (&) to the caption of a button, the letter
    following the ampersand is underlined. Normally, in other development
    tools such as Visual Basic, if you do this for a button, then clicking
    the ALT key along with that one letter automatically fires the Click
    event for the button. There is no other coding necessary. I basically
    have two questions:
    1. Is there a better way of implementing this in Forte, other than using
    the SetAsFunctionKey method?
    2. If not, I have the following dilemma. My application consists of a
    main window and several nested windows. The nested windows do not have
    their own event loops, instead, they have Event Handlers that are
    registered in the parent window. Both the parent window and its nested
    windows need the keyboard shortcuts and would therefore need to register
    for the FunctionKeyPress event. The problem is if I register for the
    event in the nested window, the registration of that same event in the
    parent window is overridden, effectively disabling my ability to process
    the keyboard shortcut for the parent window. I am assuming that since
    there is only one event loop in this scenario, it is the only one that
    receives the FunctionKeyPress event. Is there any way to make this work
    without making the parent window aware of all the keyboard shortcuts of
    its nested windows?
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    DaVE
    Triad Group PLC, EMail:[email protected]
    GU7 1XE, England. Tel: 01483 860222 X 513
    DaVE
    Triad Group PLC, EMail:[email protected]
    GU7 1XE, England. Tel: 01483 860222 X 513

  • Insert, Append to Storyline Key Command Shortcuts Not Working

    Hi,
    When I try to use the keyboard shortcuts for Append to Storyline (E), Insert (W), etc are no longer working in my FCP X.
    Any suggestions would be appreciated.
    Running FCPX 10.1.4

    Thanks Tom!
    I trashed the FCPX preferences (command and option keys while starting FCP X) and restarted the computer. That fixed the issue.

  • Flash and HTML Access Keys/Keyboard Shortcuts

    I have a webpage with embedded Flash. I am attempting to use my HTML Access Keys/Keyboard Shortcuts while in the Flash piece, and it will not work until I exit the Flash. Is this normal behavior, or is there something wrong with my code?
    Perhaps HTML  Access Keys/Keyboard Shortcuts do not operate when the user is in the Flash piece?
    Thanks for the help!    

    Would you mind reposting this question over on the Flash Professional forums (http://adobe.ly/XnCf1)?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience.
    Thanks,
    Chris

  • Using iCal Keyboard Shortcuts when Spaces is Enabled

    Hi everyone!
    I'm trying to use the command-right arrow and command-left arrow to quickly move between months on iCal, but it keeps activating spaces and sending me to an empty space on my desktop.
    Any ideas to use the iCal shortcuts without disabling Spaces?
    Thanks!
    - Jena

    Hi Jena,
    You can change the Spaces shortcuts. Go to *System Preferences* > *Exposé & Spaces*, select the Spaces tab and change the *'To switch between spaces:'* option there. You can change it to use the Control or Option key instead of the Command key.
    Best wishes
    John M

  • Spotlight will not remember key board shortcut

    I can not get spotlight to open using my keyboard short cuts.
    I set them to 'option' 'space' and when I close the 'system preferences' and try using 'option' 'space' -- nothing happens. When I go back in to the spotlight system preferences -- my key board shortcuts are gone.

    no that's not the case. when I re-open system preferences and click on 'spotlight' (and takes about 45 second to load and open spotlight preferences, strange it's soooo slow to open) -- and I look at the 'spotlight menu keyboard shortcut' -- the earlier assign value 'control space' (using the dropdown) is cleared. I can re-assign it to 'contol space' and then try using 'control space' but nothing happens.

  • Launchpad key board shortcut not working please help me

    My launchpad keyboard shortcut not working please anybody help me...

    Hello, did it work in the past? Is the key you chose in use by another shortcut?
    http://www.cultofmac.com/208908/easily-access-launchpad-with-a-keyboard-shortcut -os-x-tips/
    http://imagineric.ericd.net/2011/07/21/keyboard-shortcut-to-launchpad-on-os-x-li on/
    Have you done a PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/HT1379
    In fact, do 3 in a row, takes a bit of time.

  • I am trying to copy and paste a work document into my online class. POP up states that Cut, Copy, and Paste are disabled by my Modzilla broser and that I could use key board short cuts or visit the website.

    '''bold text'''Want to copy & paste word doc onto my online class discussion post. Unable to. I either need directions on how to use key board short cuts. I have visited the Modzilla web site like it also stated but am unable to find an answer to this.

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/

  • Passing Parameters using key mapping in web envirnment

    if I use the url for passing parameters directly to report as
    http://appserver/dev60cgi/rwcgi60?report=inv.rep+server=server=repserver+userid=scott/tiger@db+param1=1+param2=2+DESTYPE etc;
    it works fine but Now the problem is I m using key mapping to hide username and password for this the url is
    http://appserver/dev60cgi/rwcgi60?mapkey+report=inv.rep+server=repserver+param1=1+param2=2;
    where mapkey is defined in CGIcmd.dat file as
    mapkey := scott/tiger@db
    I have checked by rearranging the order of paramerters but still get error.
    Oracle Reports Server CGI - Reports Server name is not specified.
    but I m mentioning the server name as server=repserver
    Hope to get it soon
    Thnx in advance

    You key defined in the cgicmd.dat file should be:
    mapkey := userid=scott/tiger@db *
    You need parameter name 'userid=' before scott, and need space character and '*' in the line. Without '*', cgi won't take any more parameter from the URL after the key, so '+report=inv.rep+server=repserver+param1=1+param2=2' is ignored if there is no '*' for mapkey.

  • I can no longer use the keyboard shortcuts, 'command  C' and 'command   V'.  Did I inadvertently do something to my keyboard or computer that caused this?  Is there a way to fix it?

    I can no longer use the keyboard shortcuts, 'command  C' and 'command   V'.  Did I inadvertently do something to my keyboard or computer that caused this?  Is there a way to fix it?

    You can also check in System Preferences > Keyboard > Keyboard Shortcuts, make sure that custom shortcuts were not created using those same commands. If ones were, they could be creating a conflict. Step throuogh each of the items in the left list, checking the array presented in the right pane for each.

  • Combine two reports in query designer using key figure with sap exit

    Hi experts,
    i want to combine two reports in query designer using key figure with sap exit
    in the report 1 key figure calculation based on the open on key date(0P_DATE_OPEN)
    to calculate due and not due in two columns
    in report 2 key figure calculate in the time zones using given in variable Grid Width (0DPM_BV0) like due in 1 to 30 days, 31 to 60 days...the due amount based on the open on key date(0P_DATE_OPEN)
    to calculate in 1-30, 31-60, 61-90, 91-120, 121-150 and >150 days in 6 columns
    now i have requirement like this
    not due, 1-30, 31-60, >60, due,1-30, 31-60, >60 in 8 columns
    or
    not due, due, 1-30, 31-60, 61-90, 91-120, 121-150 and >150 in 8 col
    thank you

    Hi Dirk,
    you perhaps know my requirement,
    for the management to make used in one report,
    we have in reporting finacials Ehp3.
    Vendor Due Date Analysis - which show due, not due
    Vendor Overdue Analysis - show only due and analysis in time grid frame
    i want to combine in one report that show NOT DUE, DUE, DUE time frames in grid.
    krish...

  • How to switch from a word doc to another using a keyboard shortcut?

    how to switch from a word doc to another using a keyboard shortcut?

    Cmd+tilde to switch between open Word documents, or
    Cmd+tab to switch between open applications, if that's what you are after?

  • Using key position to lock navigation when you scroll to bottom on tablet page starts to zoom.

    Using key position to lock navigation in place after scrolling, this portion works but when you scroll to the bottom the page starts to zoom. I have narrowed it down to the key positioning by eliminating everything else on a fresh page. Sam Friedman [Adobe Muse] - any thoughts on this?

    Hi - sorry for the delayed response, I've been on vacation. Do you have a published example you could show me?

Maybe you are looking for

  • Unable to navigate past movie menu on Apple TV 1st Gen

    I purchased a movie in iTunes that includes iTunes Extras.  It will play fine on my desktop.  When I try to play it on my Apple TV, it brings up the movie menu, just as though it was a DVD or Blu-ray.  I can highlight different menu options, like "Pl

  • Gallery tree swf not loading

    I am using the gallery_tree.fla provided in the Samples for Flash 8 Pro to build a small photo gallery, substituting the name of my xml file in this line of code in the action script: treeDP_xml.load("bbq_gallery_07.xml"); . I used the gallery_tree.x

  • Parsing Error while Parsing XML file

    Hi I am trying to parse an xml file with use of an stylehseet as shown below but its giving an error message as follows [Fatal Error] myfile2.xml:1:8: The processing instruction target matching "[xX][mM][lL]" is not allowed. org.xml.sax.SAXParseExcep

  • Mini to stereo receiver for music only vs. CD player or ipod

    Thinking of ditching my CD player and just ripping 'em all to itunes on my Mini and connecting it directly to my stereo receiver. I figure that with an external HD I can pip them at CD quality rather than mp3 with an ipod. Any problems with this thin

  • Is there any way to sync individual songs to your iPhone?

    I have iTunes 11.1.2 and a 4s iPhone. I cant seem to sync individual songs. You would figure Apple would make improvements with new iTunes instead of horribly regress backwards. Any help is greatly appreciated.