Can't edit or select items on tab control

I have no idea what happened... was programming my app and now i can't select, edit or move anything that is placed with-in the tab control area of the program, I can't even select the tab control from the front panel. Any ideas? i really dont want to have and start all over again!!!

See if you acidentally locked it (see image)?
Maybe you placed a huge transpared decoration over it all?
Is the VI in edit mode or run mode? (ctrl+m to toggle)
Attach the VI and we can check for some other possibilities.
Message Edited by altenbach on 04-26-2008 12:49 PM
LabVIEW Champion . Do more with less code and in less time .
Attachments:
unlock.png ‏11 KB

Similar Messages

  • Can't delete multiple selected items in List or Library

    I am experiencing quirky behavior when attempting to delete multiple selected items from a library or list. I select a few items via check box for each item I would like to delete. Then I click the delete button in the ribbon, and all I get is "Deleting...",
    but no page refresh and the items are not deleted. However if I access the same list or library via the App server and select a few items, then hit delete, the page refreshes and the items are deleted.
    So I consulted the Logs and compared the Web Server vs App Server, and the there is a lot of cryptic entries. The few lines that stands out most to me is the App server is:
    ConnectionString: 'Data Source=database;Initial Catalog=Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'   
    ConnectionState: Closed ConnectionTimeout: 15
    In fireItemEvent(), for list Building Locations, and item: 1
    In fireSyncItemEvent(), calling ExecuteItemEventReceivers()
    Calling ExecuteItemEventReceivers() for list 0f773535-3b22-4c29-97f1-fd2b70b50dd3 on item 1
    Entering monitored scope (Event Receiver (Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, Microsoft.SharePoint.Publishing.Internal.PublishingWebEventReceiver))
    Releasing SPRequest with allocation Id {FE9A45A8-C042-4223-8FCC-4BD873C93885}
    PublishingWebEventReceiver:ItemDeleting: item 
    These calls are not in the web server log.
    The list I was doing the delete action on was "Building Locations". We are using claims based authentication
    Thanks for any insight or thoughts.
    Brandon

    I confirmed that there is no rewrite tags in either web config (app or web).
    I did download fiddler, and when I try and delete on the web front end I get:
    It tries to access the URL https://mysite/_layouts/_vti_bin/client.svc/processQuery
    Then it sends me here since I have been denied
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="https://mysite/_layouts/AccessDenied.aspx">here</a>.</h2>
    </body></html>
    The app server goes to
    http://mysite/_layouts/_vti_bin/client.svc/processQuery doesn't get denied and deletes the items.

  • How can I edit the selected tree node immediately?

    I have completed a popup menu ,which appeares when I have a mouse rightclicked event
    over the selected tree node.when I selected the popup menu item,i can edit the tree node ,but
    I feel that the tree celleditor appear slowly ,what should i do? the following is my code:
    menuItemRenameNode.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent ae)
    renameNode_ActionPerformed(ae);
    void renameNode_ActionPerformed(ActionEvent ae){
    setEditable(true);
    this.getCellEditor().addCellEditorListener(new CellEditorListener(){
    public void editingCanceled(ChangeEvent e){
    CellEditor cellEditor =(CellEditor)e.getSource();
    System.out.println("editing canceled:"+cellEditor.getCellEditorValue().toString());
    protected boolean canEditImmediately(EventObject e){
    return true;
    public void editingStopped(ChangeEvent e){
    CellEditor cellEditor =(CellEditor)e.getSource();
    System.out.println("editing stopped:"+cellEditor.getCellEditorValue().toString());

    Please check the suggestions in the thread: https://forums.adobe.com/thread/692020?tstart=0
    Regards,
    | T. Ravi Kumar

  • Created text, now can't edit or select it???

    I have created text using the typwriter tool, I selected it then copied and pasted it but now I cant select or edit either the original one or the copy. I find acrobat one of the most frustrating softwares I have ever used for simple task as editing text.
    Any help would be really appreciated.
    Many thanks
    Nick

    Hi all,
    Many thanks for your replies, I did manage to work round it as LoriAUC sugested, I just found it very difficult to do what seems like a simple task, I was completing a form that I had recieved and one of the fields wouldn't let me put text in it correctly hence I used the typwriter tool. But sorted it now. I get that Bill2VT, it seems to be very limited in its editing capablities text wise, and I will have a look at the tutorials thanks Alec.
    Again, thanks for all your help.
    Regards
    Nick

  • Tree control - How to get the full path of selected Item in tree control

    I am Flex newbie. When the user clicks the particular item in
    the tree control I just wanted to get it name along with it's full
    parent.
    Here is my XML
    var dirXML:XML=<root basename="/home/tcegrid">
    <Directories>
    <Dir Name=".autosave" />
    <Dir Name=".emacs.d" />
    <Dir Name="AnsysDistributed">
    <Dir Name="opt"/>
    <Dir Name="root" />
    </Dir>
    <Dir Name="postgres"/>
    <Dir Name="FineTurbo"/>
    <Directories>
    </root>
    The above XML is data provider for Tree control. When the
    user clicks the Dir Name called opt. I wanted it absolute path in
    XML. say Directories.Dir.Dir.@Name is opt
    Can any one tell me how to get this?

    "Thamizhannal" <[email protected]> wrote in
    message
    news:gam9q8$4es$[email protected]..
    >I am Flex newbie. When the user clicks the particular
    item in the tree
    >control
    > I just wanted to get it name along with it's full
    parent.
    > Here is my XML
    > var dirXML:XML=<root basename="/home/tcegrid">
    > <Directories>
    > <Dir Name=".autosave" />
    > <Dir Name=".emacs.d" />
    > <Dir Name="AnsysDistributed">
    > <Dir Name="opt"/>
    > <Dir Name="root" />
    > </Dir>
    > <Dir Name="postgres"/>
    > <Dir Name="FineTurbo"/>
    > <Directories>
    > </root>
    >
    > The above XML is data provider for Tree control. When
    the user clicks the
    > Dir
    > Name called opt. I wanted it absolute path in XML. say
    > Directories.Dir.Dir.@Name is opt
    > Can any one tell me how to get this?
    loop until the parent() property of the XML node is empty.
    HTH;
    Amy

  • How can I edit text labels in a numeric display?

    I have this numeric display, type U16, that displays specific messages, for example 'PASS' when the input is 1. I need to add another message.
    I added a placeholder, for input = 3 (verified by the digital display) for the new message by rightclicking/'Add After' but I'm not able to add the new message. I can't edit the text (can't select it) for the existing messages either so I know I'm on the wrong track.
    The G programming reference for LV 5.1 (page 9-17) says to use the labeling tool so I tried the 'Edit Text' tool on the tools palette. Is there another labeling tool? Any help is appreciated.
    Thanks,
    Jeff Bledsoe
    Jeffrey Bledsoe
    Electrical Engineer

    Jeff,
    It sounds to me as if your U16 ring control is, or is linked to, a typdef (Type Definition), which LabVIEW programmers can employ to impose sharp constraints on the way a control looks or behaves. This would explain why you can't edit the text items, or add one. The bit about adding an item for '3' is confusing, but maybe it has to do with the ring being set to allow undefined values.
    I can't recall how to manage these things under LabVIEW 5.1, but in 7.x, I would right-click on the control and see if "Open Type Def" was one of my options; if so, this diagnosis is correct, and you can make your changes only be editing the actual type def. The changes would then automatically be applied to any other control or indicator that is linked to the same type def, which is a very powerful programming technique.
    Your best move might be to read up on Type Definitions in your LabVIEW User Manual, or in Application Note 159, and then proceed.
    Hope this helps,
    John

  • Cant find item document tab on product catalog

    hi,
    I have created a product catalog but while adding products to the catalog area i have chosen Edit->Product hierarchy->......,(i.e.,products added directly from the  product master) instead of adding the products to the catalog area manually,but the problem is on the item data level the item document tab is missing,which is normally present when the products are added manually,
    so my question is can we still make the item document tab available by adding the products to the product catalog area from the product master directly.
    and if you follow this process even we cannot deactivate the product.
    regards
    chandu

    Hi
    You cannot see the item document tab because the 'Folder template' is missing for items in customizing for 'automatic type' catalog. You can create your own types and customize it as per your needs.

  • Trinidad Myfaces - selectManyShuttle - initially selected items?

    Hi,
    In selectManyShuttle, how can I display initially selected items. In backing bean, how should I handle it?
    Thanks in advance,
    Srihari

    Just preset the property behind its 'value' attribute in the constructor or initialization block of the backing bean.

  • Can Not Edit JSP Page

    Running SJSC2.1 on XP
    I have a project which uses tables and DB
    I can not edit the JSP page (the tab for the Page1.jsp page has an asterisk) after the name.
    The IDE can not edit the page either, I add a table column for display and the design mode shows the added column but the JSP page does not show the new column, nor does the new column show when the app is deployed..
    I can edit the file with wordpad outside of the IDE
    What gives???
    Thanks

    Actually, I did say that I am able to edit the file and save it in WordPad..
    Outside of the IDE..
    Thanks anyway...
    I have restarted the IDE, Rebooted the system (which reboots the app server) made sure there are no "hanging" "app module" entries in the domain.xml file...
    Anybody know why the "*" is shown with the filename on the SJSC Design tab..
    There was also a series of very small "red somethings" to the upper left of the file name in the Files> listing
    The red somethings looked like:
    | | | |
    | o |
    I have no idea what this red something is.. I thought if might say something but even with a magnifying glass it is unreadable, if in fact the somethings is text
    Thanks
    any help would be appreciated...

  • Get the selected item in a dropdown

    please how can in get the selected item in a dropdown ?
    I am using t"his.selectedIndex" but it gives me just de index of the previous selected item, I am using the CHANGE event with javascript

    I found the solution with xpa.event.newText

  • Horizontal tabs when they are on the left side of tab control

    I have a tab control for a touch screen where I was going to use buttons along the left side to change tabs, and hide the tabs. However, I realized I can put the tabs on the left side of the tab control and remove my buttons all together. Only issue is, I would like them (along with their font) to be horizontal, not vertical as they are shown in my screenshot. Is there a way to change this?
    CLA, LabVIEW Versions 2010-2013
    Solved!
    Go to Solution.
    Attachments:
    touchscreen.PNG ‏118 KB

    It's a really poor design aspect of tab controls that the text is sideways when the tabs are on the left or right side.
    I've looked into it and found no way to re-orient the text.
    However you can put images on the tabs instead of text, and the images can be of text (correctly oriented of course).
    The attached code can be used to generate such a tab control.
    Attachments:
    Create_Good_Tab_2.llb ‏98 KB

  • Navigate pages of tab control with radio buttons

    hi guy,
    i need to navigate 7 pages of a tab control container usings custom buttons. that is, when i click on a button, i takes me to the specific page on the tab control container.
    i think this can be done using radio buttons and tab control container, but i dnt really know how. please any help will be appreciated.
    thanks....

    Hi jiggaharry,
    I think I may have a link that addresses you issue. Do have a look at this link:
    Navigate Tab Control with Custom Buttons:
    http://forums.ni.com/ni/board/message?board.id=300​&message.id=6123
    We have a vast array of data on ni.com for examples and tutorials which could be very helpful in your code development. Do feel free to browse through and use the examples are they are all free of charge
    Hope the link is useful to you.
    Regards,
    Manick | AE | NI ASEAN

  • Tab controling Tab

    My goal is following
    When i press the A tab on the test tab control, the B tab shall disepear in test tab control and only the A tab should be visible in test2 tab control( not greyed out) . The same thing shall happen when B are pressed, that wil say only will be visible.
    In other word , i want to use one tab control to control another tabcontrols visible tabs
    Solved!
    Go to Solution.
    Attachments:
    Tabcontrol.vi ‏6 KB

    You can create a property node of a tab control to give you references to all of the pages (a 1-D array).  From there, you can create a property node on a particular reference and set the visibility of that page.
    Attachments:
    Tabcontrol[1]_BD.png ‏13 KB

  • Change the pages of a TAB control programmatically

    How can I change the pages of a TAB control programmatically, but not by pushing the tabs in Front Panel when program runs?

    100% correct, Thanks
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

  • The 'selected items' color randomly changes and I can't figure out why.

    Hi everybody, I recently upgraded to Firefox 13, which appears to be the most stable browser version so far and I really like it. I have loved Firefox very much, having used it since somewhere between versions 2 and 3.
    After upgrading to version 13 I noticed something that annoys me quite a bit. This may have been present before but I can't remember and I did not notice until now.
    On my computer (Windows 7 x64 Ultimate) I have set the color of the 'selected items' (specifically text) to be lime green text on a slightly off black background. I chose this color scheme because it blends very well with Firefox itself (I have the NASA night launch theme), Windows Explorer, and many web pages that I have changed to a dark theme (using the Stylish browser extension). This color scheme has excellent contrast in areas with black text on a light background, as well as light text on a dark background. It has served me well.
    After upgrading to Firefox 13 I have noticed that if the web page is dark with light text, the 'selected items' color changes to lime green text on a light grey background. (Less frequently, it changes instead to off-black text on a lime green background). I have not been able to isolate the threshold where this change occurs (meaning how dark the website background needs to be /how light the text needs to be for this to happen) nor have I found a solution.
    This problem sometimes extends even to sites that have dark text on a light background: when tabs are switched, with no input fields clicked and the address bar is not clicked. This very page (Firefox support) is apparently vulnerable as well.
    This problem only happens on rendered web pages. Firefox's menus, buttons and toolbars, as well as all other programs and Windows itself, are unaffected.
    I want the 'selected items' to remain as I have set it, and not deviate regardless of the apparent contrast or color scheme of the web page being displayed.
    [Edit #1]: Interestingly, as I was copying the information from about:support I noticed that it is affected as well.
    Any suggestions? Thanks so much, and I am sorry for the long-winded description. tl;dr look at the pictures.
    [http://i.imgur.com/vmLZ6.png selected items]
    [http://i.imgur.com/d8xsa.png example1]
    [http://i.imgur.com/2OE9J.png example2]
    [http://i.imgur.com/1lhvb.png example3]
    [http://i.imgur.com/UWOOp.png example4]

    It is always best to avoid making changes to the selected text colors.<br />
    Firefox uses an algorithm to check if the contrast is sufficient and will swap text and background colors if that test fails.<br />
    *http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsTextFrameThebes.cpp#3349
    *http://forums.mozillazine.org/viewtopic.php?f=38&t=1331845

Maybe you are looking for

  • Variable initialized with wrong message type

    Hi, I have a BPEL process variableA of Message type A as defined in the partnerlink WSDL file. This variable get initialized during operation A from the partnerlink. The WSDL has another message type B defined for another operation B. During runtime

  • How do i get itunes to see my apple TV

    my apple TV's light is flashing and i can not start it. i tried to restore it on my computer but my itunes does not see my apple TV how do i get itunes to recognize my apple TV?

  • How to transport web xml content in portal

    Hi Everyone, I have created web xml content in my dev portal which has user messages.Now i wanr to transport all these to QA portal.i have transported all the content using KM content transport procedure. i even transported /etc/xmlforms. now if i ch

  • Restricting infoobject in query designer with authorization object

    Hi, We have to restrict CUSTOMER infoobject with a authorization object in query designer. How to do this task ? Request kindly suggest.

  • ADF 11g - Web service called too early

    I can call a Web Service from a set of simple Java files created from a WSDL. I launch the call from a button and all happens as expected. This allows me to set up the parameters to be sent to the service prior to clicking the button. However when I