Bug:10.1.3,dissappear my menu items'  text

When I has finished some menus setting and are going to edit some other menu's text,those menu items' text lost.

Hi,
Can you give me a reproducible testcase of what you are doing?
What Operating System are you using?
Thanks,
Lisa Sherriff
JDev UML QA

Similar Messages

  • Menu Item Text translation

    Hi all,
    I have to translate the menu items text of a program. I tried in SE41 and in SE80 "Go To --> Translation"
    but the item "Transaltion" is not activated.
    How can I translate the menu items text?
    Thanks in advance.
    Flavio

    [http://help.sap.com/saphelp_nw70/helpdata/EN/60/d6ba72ceda11d1953a0000e82de14a/frameset.htm]
    and
    [http://help.sap.com/saphelp_nw70/helpdata/EN/60/d6ba72ceda11d1953a0000e82de14a/frameset.htm]

  • How to change the menu item text

    Hi,
    in cj20n transaction, for one of menu item i have to change the text of the item. How can i change the text.
    Regards,
    Ram

    HI,
    First try to find the exists available for that transaction and find menu exit in that exist. Once you find the exits create project in tcode cmod then go to that menu exit.
    Just double click on that exit, it will show the existing text, if you want to change the text then click on change mode, it will asks for package, you have to provide package then give the text whatever you want and save it and activate it.
    The new text will be available in your transaction.
    Regards,
    Venu

  • Setting visible/invisible when menu item is contained/not contained

    Hello All,
    I have a vertical rectangle (the containerButtonsRect) that contains menu items (text). The items slide up and down when using up and down keys. When the items go out the container I want to make them invisible. When they come back in the containerButtonsRect I want to make them visible. The following code does not work:
    override public function create(): Node {
            for (i in [0..sizeof labelButtons - 1]) {
                def menuItem:MenuItem = MenuItem {
                            x: bind containerButtonsRect.x
                            y: bind (containerButtonsRect.y + (i+1)*ySpacing + i*maxButtonHeight)
                            width: bind containerButtonsRect.width
                            height: bind maxButtonHeight
                            content: labelButtons[i]
                            translateY: bind tracker*deltaY
                            visible: bind ((menuItem.y + translateY > containerButtonsRect.y) and ((menuItem.y + translateY + maxButtonHeight) < (containerButtonsRect.y + containerButtonsRect.height)))
                insert menuItem into menuItems;
                if (i == focusedIndexItem) {
                    menuItems[focusedIndexItem].selected = true;
                updateMaxSize(menuItem);
            return Group {
                content: bind [
                    containerButtonsRect,
                    selectionRect,
                    menuItems
        }It is strange that the following line:
    visible: bind ((menuItem.y + translateY > containerButtonsRect.y) and ((menuItem.y + translateY + maxButtonHeight) < (containerButtonsRect.y + containerButtonsRect.height)))does not do the job.
    Is there a better way to set the visible attribute based on the logic described above?
    Thanks.
    Edited by: sacchett88 on Jun 9, 2010 2:10 PM

    Thank for the response.
    The translateY is set to provide vertical motion. A time line is controlling the tracker variable. So when I move arrow up/down the items scroll up/down.
    I agree JavaFX have way complicated the different variables you can set to position components and retrieve width and height. This cause a lot of problems hard to debug.
    Interesting your ideas of setting the clip of the group. I am not to familiar with that attribute as well the description in the docs: http://java.sun.com/javafx/1.3/docs/api/javafx.scene/javafx.scene.Group.html is poor:
    "Specifies a Node to use to define the the clipping shape for this Node."
    Is there any example you could point me out to ?
    Thanks.

  • Unwanted corner radius in menu items

    I have eliminated corner radiuses on my main menu items. So why am I still getting corner radiuses, mostly just on the left side of each menu item?
    idlefreevt.org
    And also why is there now (since latest Muse upgrade) an unwanted stroke around bottom-of-page menu items?
    An answer would be greatly appreciated.

    The first issue is solved. I guess once I relaunched Safari, the corner radiuses were gone. But the second issue - stroked boxes around the supplemental menu items - persists. I just want those menu items text only.
    BTW, the stroke does not show in Muse Design and Preview - On Master pages, stroke is set at 0 and no color.

  • With 3.6.12, Help menu item "For Internet Explorer Users" results in a "Page Not Found" error. Is this a known bug? Is it being addressed?

    Clicking the 3.6.12 Help menu item "For Internet Explorers" item results in a "Page Not Found" error.
    The URL of the resultant page is https://support.mozilla.com/en-US/kb/Windows%20start%20page?as=u
    Is this a known bug, if so, is it being addressed? If so, someone needs to work faster.
    If it is not a known bug, someone needs to get right on it - you want people to switch to Firefox and then there is this bug -- not a good way to impress Internet Explorer users.

    Hi Claudio Roca,
    I have encountered the same problem. Do you found the solution for this issue? I will much appreciated if you willing to share your solution and email to [email protected] Thank you so much.
    Regards,
    Hau Chee

  • Forms 6i menu item not being re-enabled. Is this a known bug?

    I am trying to re-enable a menu item in a When-Button-Pressed trigger. However the set_menu_item_property doesn't always work. Is this a known Oracle bug?

    Hi
    Its working perfectly fine. Can u mention a specific scenario where its being reproducible at your end or u can send across
    a scenario specific fmb and mmb files to me.
    Thanks and regards
    Amit

  • Bug report: Photoshop can't record an action where you insert the menu item "Tile all horizontally".

    I am running CS6 beta on Mac OS 10.7.3
    Photoshop can't record an action where you insert the menu item "Tile all horizontally".
    Expected behavior: add the tile all horizontally action to your actions.
    Behavior: nothing happens.
    This does work for Tile all vertically.

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • Why am I getting Run-time menu error (Error 88 occurred at One or more illegal menu item index in...) in my built applicatio​n (single .exe) , but don't get any error when running/de​bugging it?

    I am using LabVIEW 6.02 & also downloaded the application builder patch. For my runtime menus, I've a subVI that first calls "Delete Menu Items.vi" to get rid of the standard menu items and then "Insert Menu Items.vi" to add my own. I only get an error when I try to run the built application.

    There was a similar issue in LabVIEW 5.0 where you would get the error if you passed an empty array to the 'items' input of Delete Menu Items. This was corrected in version 5.0.1. Did you mass compile your VI's after upgrading to version 6.0.2?
    I tried to reproduce the problem in a small VI but was not successful. I can run an executable built from this example without any problems. I am attaching it for you to test.
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect
    Attachments:
    menu.llb ‏33 KB

  • Audibooks and Podcasts main menu items screw things up!

    I'll apologize in advance if this has been covered before. I'm new to the forum and I searched around and didn't find anything.
    Ok, I've got a weird bug going on. I have a 4GB 2nd Gen iPod Mini. I have the latest (1.4.1) software. I only just began noticing this issue because I just began subscribing to and listening to podcasts last week. Normally, I listen to lots of audiobooks.
    Here is my issue:
    -I have had "Audiobooks" on my main menu. I just added "Podcasts" to my main menu.
    -If I choose "Podcasts" from the main menu, and then go back and go into "Audiobooks", it is a blank list.
    -If I then go to Music>>Audiobooks, they are there.
    -After choosing Music>>Audiobooks above, I can then view them when I go to "Audiobooks" off of the main menu.
    -However, if I DO go to Audiobooks on the main menu, then the list of Podcasts dissappears from the "Podcasts" menu option on the main menu.
    -However, if I go to Music>>Podcasts, they are all listed there. And after selecting Music>>Podcasts, they will now appear magically on the Podcasts main menu option.
    -Unfortunately, if I go to Podcasts on the main menu, my audiobooks disappear from my Audiobooks main menu item.
    AHAHHHHHHHH!!!!! It *****. Basically, it will always work if I choose either Audiobooks or Podcasts from the Music submenu. But if I choose either from the main menu it causes the OTHER to have all the items in it disappear!!!
    Has anyone else noticed this??!?

    yes.. my audiobooks are showing up under Music/Audiobooks.. and missing from the main men audiobooks, where they used to be. Some kinda bug, as they used to be there. Most of the are from Audible

  • Equal Space between Menu Items and Drop Down Menü left aligned not possible?

    It seems like I can either have equal spacing between the horizontal menu items and the drop down menu will show up centered , or I say the menu items should be of equal size, and then drop down will be left aligned. Is there any way of having equal space AND left aligned drop down???? Thanks in advance!

    Hello Anjum,
    Thank you for reporting the issue. It seems to be a Bug and we have logged the same. Hopefully it will get fixed in coming releases.
    As of now we do not have any workaround for same. However once we have some workaround, we will definitely share it with you.
    Regards,
    Sachin

  • Alt+mnemonic key is not working properly for Menu Items

    Assume there are two menus , File Menu with mnemonic Alt+F
    and Save Menu with mnemonic Alt+S. File Menu contains the
    menu items like PageSetup with Mnemonic S. Save menu has
    the menu item Properties with Mnemonic P.
    Pressing Alt+F opens the File Menu which has the menu item
    PageSetup.Pressing S activates the PageSetup menu item.
    Similarly Pressing Alt+S opens the Save Menu which has the
    menu item Properties. Pressing P activates the Properties
    menu item acion. But Pressing Alt+P also activates the
    Properties menu item action(it is not the desired behaviour)
    Pressing Alt+Mnemonic key has to open only the Menus.It
    should not consider the menu items.
    STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
    1.Press Alt+F
    2.File Menu is invoked
    3.Press S
    4. Invokes the menu item action
    5. Press Alt+S
    6. Save menu is invoked
    7. Press P
    8. Invokes the menu item action
    9. Press Alt+P
    10. Invokes the menu item action
    EXPECTED VERSUS ACTUAL BEHAVIOR :
    Pressing of Alt+Mnemonic key invokes the menu and also menu
    item actions. If the same mnemonic is present in the Menu
    it is giving the priority to Menu only.Pressing of Alt key
    alone does not hiding the pull down menu
    Expected Result;
    Pressing of Alt+Mnemonic key has to list out the pull
    down menu only.It should not consider the menu items with
    the same mnemonic. If Alt key alone is pressed the pull
    down menu has to hide.
    REPRODUCIBILITY :
    This bug can be reproduced always.
    ---------- BEGIN SOURCE ----------
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class JavaBug extends JFrame
    public JavaBug()
    // Create menu bar
    JMenuBar menuBar = new JMenuBar(); // Create menu bar
    setJMenuBar(menuBar); // Add menu bar to window
    // Create first option on menuBar
    JMenu m1 = new JMenu("File");
    m1.setMnemonic('F');
    JMenuItem m1o1 = new JMenuItem("PageSetup");
    m1o1.setMnemonic('S');
    m1o1.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    System.out.println("File/PageSetup was selected");
    m1.add(m1o1);
    // Create second option on menuBar
    JMenu m2 = new JMenu("Save");
    m2.setMnemonic('S');
    JMenuItem m2o1 = new JMenuItem("Properties");
    m2o1.setMnemonic('P');
    m2o1.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    System.out.println("Save/Properties was selected");
    m2.add(m2o1);
    menuBar.add(m1);
    menuBar.add(m2);
    this.setTitle("Mnemonic Bugs");
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    setSize(400,250);
    show();
    public static void main(String[] args)
    JavaBug bug = new JavaBug();
    Suggestions welcomed
    punniya

    I tried your code, but didn't get your "bug" using jdk 1.3 on windows 2000 (at my school).
    Kind regards,
    Levi

  • Is it possible to add a single Entry Point menu item to a LabVIEW OI menu?

    Using the "TestStand - Insert Commands in Menu (Application Manager).vi" library VI, I can add all Configure menu items to a menu with the "CommandKind_ConfigurationEntryPoints_Set" option for the "Commands" input.  But the VI is missing an "Index" input to specify a single item from the collection.  (UnlikeThe "AplicationMgr.ConnectCommand()" function, which allows you to specify a single item with an index.)
    The issue is the same for Execution Entry Points and Tools as it is for Configuration Entry Point--I can create a menu containing the entire collection, but not a single item.  I tried to delve into the VI to change it to allow specification of individual commands using an index using the Commands.Insert() function instead of the Commands.InsertKind() function, but without success.
    As an aside, even when I add all Tools to a menu (using CommandKind_Tools_Set), TestStand exits with a warning that 12 "RunTimeMenuItem" objects were not released.  I'm wondering if I should be using the Engine.GetRunTimeToolMenuItems interface instead.  But if that's the case, I think I have to build the menu myself and can't use the TestStand library VIs to automatically run commands when their corresponding menu items are selected.  Maybe this is just a bug in the TestStand VIs?
    I am using TestStand 2010 SP1 with LabVIEW 2014.
    Any advice would be appreciated.  Thanks.
    -Jeff

    I am closing the TestStand Engine, VI Refnum, Quit Application event, and Event Callback, just like in the example.  I get the TestStand unreleased reference error only if I call that VI to include the Tools menu.  The fact that the unreleased objects are "RunTimeMenuItem" objects also implies to me that the problem is specific to the Tools menu items.  Since Tools menus seem to have their own API (which involves RunTimeMenuItems), it seems to me that the VI (or the TestStand Engine?) is doing something with RunTimeMenuItems that I can't see, and is somehow losing track of them (because that VI gives me no visibility to any RunTimeMenuItem objects).  Is it possible that one should explicitly use RunTimeMenuItem objects instead of the menu VI when dealing with Tools menus?  (Maybe the error is due to my using TestStand 2010 SP1 on Windows 8.1, for which TestStand 2010 SP1 is not officially supported?)

  • Firefox 18.0.1 Mac OS 10.6.8: "Services Menu" items no longer available, "No Services Apply" only item showing.

    Where have the 'services menu' items gone? How can they be recovered/reinstated? Tried 'reset' ; tried restart -- still no 'services' (e.g. "email address", "open URL").

    Thanks, that answer would SEEM to make sense.
    But I deleted  all the preference files (not just the one you suggest) and restarted , etc... several times.
    End result: Flash CS4 still crashes, if not on opening, then everytime I try to open my old documents and reset the preferences.
    I am currently reinstalling my entire hard drive just to try to get CS4 to work again.
    I have worked with Flash since 1998, using it professionally for everything from short interactive demos to feature length animated films.
    CS4 is without a doubt the most poorly designed, inefficient version I have ever dealt with.
    A great and useful animation program was turned into a piece of bloated garbage filled with bugs and inefficiencies.
    I will switch to the first animation program that comes along to replace it, now that adobe seems to think the only real use for flash is to create low level acton scripts (despite being used for tv show level animation production for years.)
    These forums amply demonstrate that adobe has almost no useful support for its products and no real vision or idea of what it is doing.
    The fact that you can no longer even export flash as a quicktime movie that actually accurately plays is another nail in the coffin.
    I wish somebody at Adobe cared.

  • Spry Menu Widget puts white borders around menu items in IE7

    I have adjusted the Spry Menu css field to work with images
    rather than block style menu items to achieve an aesthetically more
    pleasing result. It all works fin in
    Firefox...
    When I have a look at the very same page in IE7, I can see
    borders or margins drawn around all menu items.
    Like
    so...
    Interestingly, when I remove the background image, I still
    bet right hand side border/margin on the menu bar, but none for the
    submenu items.
    Like
    so...
    I thought first of an IE7 vs. Firefox incompatibility issue,
    but then removed the SpryMenu.js from the file and got
    this
    result in IE7...
    Of course the menu does not work anymore, but the rendering
    is correct in IE7 and FireFox.
    Any idea or suggestion, whether I am looking at a
    compatibility issue or a bug in SpryMenu.js? More important, any
    suggestions to make the page behave in IE7 just as in Firefox? Any
    suggestion is welcome.
    Cheers
    chillifire
    Appendix
    test.php
    inluding html code
    SpryMenuBarHorizontal.css
    css code

    It appears to be a bug in the SpryMenuBar.js v0.12 after all.
    I found an acceptable solution by commenting out line 163
    changing
    this.addClassName(items
    , this.isieClass);
    to
    // this.addClassName(items, this.isieClass);
    Now the menu is rendered correctly without the white
    borders/margins.
    I guess it is not always IE's fault ;-)
    Something for the Adobe crew to pick up for their next
    version...

Maybe you are looking for

  • Read data from Table at XI during Mapping

    Hi experts How we can pick data from one database table during Mapping, the table is at XI system. when we are picking data from table at R/3, we are using RFC Function Module/ BPM, can we pick data from XI database table during mapping ? what will b

  • Issue with Calling Stored procedure in DeskiXIR2

    I have similar requirment. I have created a procedure like below CREATE OR REPLACE PROCEDURE TEST_1( g_id IN employee.employee_id%type, e_id OUT employee.employee_id%type, f_name OUT employee.first_name%type, l_name OUT employee.last_name%type) IS BE

  • Event pass to subpanel

    Hello I know there is a lot written in the forum about this topic. My problem is that I would create a subpanel in a event. In the subpanel vi there should run a serial link continuously. For a application writer this is looking as I would create new

  • Adding individual cells from 3D array's pages to make one 2D array

    Hi everyone, Am a beginner, and have begun to like Labview. Especially because of great help available online (here) and other videos. Have managed to use all basic functionalities, but when I tried to add cell(i,j) across all k's (pages) of my 3D ar

  • Create object failed

    oo4o installed 8.1.7.3.15 Db 8.1.7.4 set OraSession = server.createobject("OracleInProcServer.XOraSession") set oraDatabase = oraSession.DbOpenDatabase("dev", "user/user03", cint(0)) Server object error 'ASP 0177 : 800401f3' Server.CreateObject Faile