C# Menu Item event problems

Hey All,
Hopefully my post gets through this time. I am having an issue with my C# application not receiving the menu events from Business One. If I run the sample VB app on my machine it works fine, and my C# code has the same logic. I have seen posts on the forum before with people having this issue but I do not think anyone has posted the reason.
Any ideas why this is happening specifically with C#? Any SAP people out there had this happen before?

Yes I have an event filter enabled on my forms. When i turn that off the menu event fires. That is weird isn't it?
How do i add the menuitem event to my filter? I do not see that type in the help files. Also is there a certain order the filters need to be applied if I add the menuitem event?
Thanks for the help

Similar Messages

  • MenuBar Menu Items Events?

    Hi
    I have just started playing with Flex 2 Builder and I have
    built a simple
    app to get my feet wet. I have a menubar at the top of my app
    with three
    menus each with three choices
    MENU1
    SUB1A
    SUB1B
    SUB1C
    MENU2
    SUB2A
    SUB2B
    SUB2C
    MENU3
    SUB3A
    SUB3B
    SUB3C
    My problem is that there does not seem to be a way to access
    the sub menu
    items and assign events to each. When I put an onClick event
    in the
    <mx:MenuBar> it fires regardless of which submenu item
    I choose.
    Is there a way, or what is the best way, to create individual
    events for
    each submenu? Additionally, can I add additional elements to
    my <menuitem>
    tags such as <menuitem label="SUB3A" someValue="XYZ">
    and then access
    "someValue" from whatever event I get to fire when the sub
    menu is clicked?
    Thanks
    Rich

    Hi --
    Thanks for this example. This should really help me out.
    Rich
    "ntsiii" <[email protected]> wrote in message
    news:e8bnbt$2lk$[email protected]..
    > When the event fires, the event object passed into the
    handler can be used
    > to
    > access the item that created the menu option. You can
    use information in
    > the
    > item to decide what action to take. Here is a simple
    example:
    >
    > Tracy
    >
    > <?xml version="1.0"?>
    > <!-- Simple example to demonstrate the MenuBar
    control. -->
    > <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    > creationComplete="initCollections();" >
    >
    > <mx:Script>
    > <![CDATA[
    >
    > import mx.events.MenuEvent;
    > import mx.controls.Alert;
    > import mx.collections.*;
    >
    > [Bindable]
    > public var menuBarCollection:XMLListCollection;
    >
    > private var menubarXML:XML =
    > <root>
    > <menuitem label="Menu1">
    > <menuitem label="MenuItem 1-A" data="1A"/>
    > <menuitem label="MenuItem 1-B" data="1B"/>
    > </menuitem>
    > <menuitem label="Menu2">
    > <menuitem label="MenuItem 2-A" type="check"
    > data="2A"/>
    > <menuitem type="separator" />
    > <menuitem label="MenuItem 2-B" >
    > <menuitem label="SubMenuItem 3-A" type="radio"
    > groupName="one" data="3A"/>
    > <menuitem label="SubMenuItem 3-B" type="radio"
    > groupName="one" data="3B"/>
    > </menuitem>
    > </menuitem>
    > </root>;
    >
    > // Event handler for the MenuBar control's change event.
    > private function menuHandler(event:MenuEvent):void
    > {
    > Alert.show("Label: " + event.item.@label + "Data: " +
    > event.item.@data, "Clicked menu item");
    > }
    >
    > // Event handler to initialize the MenuBar control.
    > private function initCollections():void
    > {
    > menuBarCollection = new
    > XMLListCollection(menubarXML.children());
    > }
    > ]]>
    > </mx:Script>
    >
    > <mx:Panel title="MenuBar Control Example"
    height="75%" width="75%"
    > paddingTop="10" paddingLeft="10">
    >
    > <mx:MenuBar labelField="@label"
    change="menuHandler(event);"
    > dataProvider="{menuBarCollection}" />
    >
    > </mx:Panel>
    > </mx:Application>
    >
    >

  • AddOn Item Event Problem

    Hi @all,
    I have created an AddOn that adds an additional menu and loads a new form from XML.
    The form has two buttons for different functionalities. During the development the AddOn works without problems and all events are captured correctly.
    Now, I created the AddOn setup with the Simple AddOnInstaller Wizard form the B1DE and installed it as a new AddOn <b>(System: SBO 2005 SP01 PL11)</b>.
    The AddOn starts correctly, creates the menu and opens the form from XML but when I press one of the buttons nothing happens.
    I used the following code to capture the item event:
    If pVal.ItemUID = "btnSelect" And _
                (pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED) And _
                (pVal.BeforeAction = True) Then
              End If
    Perhaps someone can help me with that problem??

    I profiled my addon wiht the B1 .NET Profiler and I receive the following exceptions when I click on a button in the new form:
    System.IO.FileNotFoundException
    System.IO.FileNotFoundException
    System.Reflection.TargetInvocationException
    Unfortunately I don't know which file is meant because all needed files (XML, DLL) exist in the addon directory.

  • DW menu item font problems Snow Leopard

    I am having a problem in Dreamweaver with the font used for menu items. Out of PS, Fireworks, and Dreamweaver this is the only Adobe program where this problem is evident. I have tried many resolutions on the computer such as clearing font casche, diabling fonts, changing font charastics within DW, installing the latest PS font patch from apple, etc. If anyone has anything I can try to resolve this problem I would appreaciate it.

    I've been using Lion since it's release, it's fine.  Don't know what's holding you back.
    Did you take a higher res screenshot and run it through what the font?  From a glance I'm guessing at Conceilian outline, White Wolf.  And upgrading won't solve this problem because the font will still reside on the system.  An OS upgrade does not remove your custom fonts. It's going to be a process but you might just have to go through every outline font on your system.

  • Menu item stroke problems

    I am unable to add a right aligned stroke on the word 'Snowdon Super Cup' because the border cuts across the word 'Cup'. (the stroke appears where the word 'Cup' starts)
    How to I extend the border area in order for the menu item 'Snowdon Super Cup' to fit within the correct boundaries?

    Hello,
    Please confirm are you using Manual menu here?
    If yes, please select the label "Snowdon Super Cup" by clicking on it twice and stretch the text box.
    You can also clock on the tiny white arrow in blue circle at the top right corner, and in widget properties, change the "Item size" drop down to uniform size or uniform spacing.
    Hope this helps.
    Regards,
    Sachin

  • Menu disappears when accessing menu items in Web Dynpro

    Hi friends,
    I have a peculiar problem. I created a webdynpro application in WD for ABAP which displays a menu of Employee self services(ESS). In the window on the leftside the menu is displayed. if you click on any of the service name, the corresponding service will be displayed on the right side of the window. If another service is clicked, the previous service session will be logged out and the new service will be started in a new session. This is working fine.
    But if the user clicks on two or more services alternately, for a random number of times, sometimes the menu disappears and the whole of the window is occupied by the service frame itself. Sometimes this happens for a second click itself and sometimes it doesn't happen at all. Some other times it happens after clicking the services for nearly 50 times.
    It is difficult to test even because we do not know after how many attempts the menu will disappear and whether it will disappear at all.
    Can anyone suggest a solution.
    Edited by: yogesh devaramapti on Jun 4, 2009 9:48 AM
    Edited by: yogesh devaramapti on Jun 4, 2009 9:51 AM

    Hi Sujesh,
        First create a menu. Add menu items and then bind the menu item events to view controller actions. Define an event parameter mapping if you need to determine the menu item that triggered the action, or use separate actions for the menu items.
    For api see the link below:
    https://media.sdn.sap.com/javadocs/NW04/SP9/webdynpro/index.html
    Hope this helps.
    Regards,
    Pooja.

  • Handling event problem

    Hi boys and girls.
    I've been working in a multiframe GUI. I have a main window (a custom class extending JFrame) with a menu.
    My menu items events are beeing handled by my custom class that implements ActionListener. This cutom class, through actionPerformed(ActionEvent e) method, handles all my button events and the menu items events. To manage focus i also implemented in this class the WindowListener interface, listening to all other frames of my application, so that they can behave more or less like a modal JDialog does.
    One of my menu items is a 'Quit' option. It simply exits the application if there is no changed data on a JList or asks the user if he wants to save changes first. As i said before this action is handled by actionPerformed(ActionEvent e) in my custom class.
    Once the WindowListener interface is already implemented i thought i could make the frame respond the same way when the user clicks the 'X' icon just by implementing on the windowClosing(WindowEvent we) method a redirection to actionPerformed li ke this:
    public void windowClosing(WindowEvent e){
              this.dispacthEvent(new ActionEvent(quitItem, ActionEvent.ACTION_PERFORMED, quitItem.getActionCommand()));
    being quitItem my JMenuItem. My interpretation is that, before exiting the system, it would first launch the code that i've established within actionPerformed for the quit option.
    Am i completely wrong or am i doing at least something correctly?
    Please help me. Thank you

    Instead of that do this:
            mainWindow.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE); //This is handled by windowClosing.
            mainWindow.addWindowListener(new QuitListener());
            menuItem = new JMenuItem("Quit", KeyEvent.VK_Q);
            menuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_F4, ActionEvent.ALT_MASK));
            menuItem.getAccessibleContext().setAccessibleDescription("Exit the program");
            menuItem.addActionListener(new QuitListener());
            menu.add(menuItem);
    class QuitListener implements ActionListener, WindowListener{
            public void actionPerformed(ActionEvent event) {
                    checkForSaveAndClose(); //Or System.exit(0) if you don't want to do something on close.
            public void windowClosing(WindowEvent e) {
                    checkForSaveAndClose();
            public void windowClosed(WindowEvent e) { }
            public void windowOpened(WindowEvent e) { }
            public void windowIconified(WindowEvent e) { }
            public void windowDeiconified(WindowEvent e) { }
            public void windowActivated(WindowEvent e) { }
            public void windowDeactivated(WindowEvent e) { }
            public void windowGainedFocus(WindowEvent e) { }
            public void windowLostFocus(WindowEvent e) { }
            public void windowStateChanged(WindowEvent e) { }
    }Or, at least, that's what I'm doing. As I understand it this is the more correct way. Feel free to correct me if I'm wrong.

  • Menu Item to run trusted JavaScript problem

    I am trying to add a menu item that runs a script. I converted the script from a batch process and found that I have to make the addWatermarkFromFile a trusted function. I am having problems though. It errors with an internal error has occured. This is what I have:
    app.addSubMenu({ cName: "Specials", cParent:"Tools"});
    app.addMenuItem({ cName: "Convert to CCR", cParent:"Specials", cExec:" ConvertToCCR()"});
    function ConvertToCCR() {var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 396) & (size[2] == 612) & (size[3] == 0))
    { this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
    trustedAddWatermark ({bOnTop:false, cDIPath:"/Macintosh HD/Users/ben/Desktop/Acrobat Reference PDF's/Copy Change Request Half.pdf"});
    var inch = 72;
    for (var p = 0; p < this.numPages; p++) {
    // position rectangle
    var aRect = this.getPageBox( {nPage: p} );
    aRect[0] += 7.08*inch; // from upper left hand corner of page.
    aRect[2] = aRect[0]+1.18*inch; // Make it 1.38 inch wide
    aRect[1] = 1.05*inch;
    aRect[3] = aRect[1] - 24; // and 25 points high
    // now construct text field
    var f = this.addField("Month 1", "text", p, aRect )
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var cRect = this.getPageBox( {nPage: p} );
    cRect[0] += 7.08*inch; // from upper left hand corner of page.
    cRect[2] = cRect[0]+1.18*inch; // Make it 1.38 inch wide
    cRect[1] = .72*inch;
    cRect[3] = aRect[1] - 46; // and 45 points high
    // now construct text field
    var f = this.addField("Month 1 Exp", "text", p, cRect )
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var f = this.getField("Month 1"); // get the Field Object
    var myRect = f.rect; // and get its rectangle
    // make needed coordinate adjustments for new field
    myRect[0] = f.rect[2]+.32*inch; // the ulx for new = lrx for old
    myRect[2] = myRect[0]+1.18*inch; // move two inches for lry
    f = this.addField("Month 2", "text", p, myRect);
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var f = this.getField("Month 1 Exp"); // get the Field Object
    var myRect = f.rect; // and get its rectangle
    // make needed coordinate adjustments for new field
    myRect[0] = f.rect[2]+.32*inch; // the ulx for new = lrx for old
    myRect[2] = myRect[0]+1.18*inch; // move two inches for lry
    f = this.addField("Month 2 Exp", "text", p, myRect);
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var bRect = this.getPageBox( {nPage: p} );
    bRect[0] += 6.08*inch; // from upper left hand corner of page.
    bRect[2] = bRect[0]+.69*inch; // Make it .68 inch wide
    bRect[1] = .72*inch;
    bRect[3] = cRect[1] - 22; // and 22 points high
    // now construct text field
    var f = this.addField("Rep", "text", p, bRect )
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;}
    Then I also have another file called "trustedAddWatermark"
    trustedAddWatermark = app.trustedFunction( function (bOnTop, cDIPath) {
    app.beginPriv();
    this.addWatermarkFromFile ({bOnTop: false, cDIPath: "/Macintosh HD/Users/ben/Desktop/Acrobat Reference PDF's/Copy Change Request Half.pdf"});
    app.endPriv();
    Then I get the error in the JS console when it is run:
    TypeError: this.addWatermarkFromFile is not a function
    3:Folder-Level:User:trustedAddWatermark.js
    The thing that I don't get is if I put the 1st script in a button using the Form tools it works fine but I can't get it to work as a menu item. Where am I going wrong???

    The first example I found was Ted Padova's goNext function:
    function goNext(oItem, oEvent, cName) {
    try{ // error catcher
    AFNumber_Keystroke(0, 0, 0, 0, "",true);
    if (oEvent.rc && AFMergeChange(oEvent).length == oEvent.target.charLimit)
    oItem.getField(cName).setFocus();
    } catch(eMsg) { // trap error display error message, field in and next field
    app.beep(3); // beep
    console.println("Error: " + eMsg + "\nField: " + oEvent.target.name + "\nNext Field: " + cName);
    } finally { // always run
    return; }
    } //end // goNext
    // call the goNext function in the field's format custom keystroke
    goNext(this, event,"NextField");

  • Multiple menu items != multiple event handlers?

    I'm developing a program whereby a user can rate how much they like certain images when displayed on screen. The bulk of the work is done, but my rating mechanism (first attempt at one) is currently a right-click pop-up menu with the values 1-10 in ten menu items - naff I know, but its early design stages ;)
    This brings obvious problems, and I don't want to have to code event handlers for each and every Menu item just to set the same parameter to a different value depending on which menu item the user clicked (i.e. I don't want to have to create an event for the first menu item that simply sets and int variable to 1, and do the same for #2 through 10). What I was wondering was, is there any simpler way of implementing this? I.e. can I use the same event for the whole popup menu and detect the value of the option clicked and set the value accordingly? This would also mean, should I need to extend the rating scale above ten, say perhaps to twenty, then there would be no further coding necessary (which is nice! Lol!).
    Can anyone offer any suggestions? I did search, but tbh didn't have a clue what to search for. Your advice is appreciated.

    Implement the ActionListner that allows the constructor to take an argument as to the rating of the menu item, and then set the required rating variable to this when called. For example
    class MyRatingSystem
        int rating = 0;
        public void createMenus()
            JMenu ratings = new JMenu("Ratings");
            for(int i = 0; i < 10; i++)
                JMenuItem rating = new JMenuItem("Vote: " + i);
                rating.addActionListener(new RatingListener(i));
                ratings.add(rating);
        class RatingListener imlpements ActionListener{
            final int rate;
            public RatingListener(int rate)
                this.rate = rate;
            public void actionPerformed(ActionEvent ae)
                rating = this.rate;
    }The above code is inefficient and is only there to serve the purpose of an example(look at the loop, although I would think the compiler could do some loop unrolling?)
    HTH

  • Can I programmatically trigger a menu item tag selected event?

    I am trying to trigger a menu item selected event using built-in vi's. I want my Handle Menu vi to handle the case where the user checks on a boolean control as well as slected the menu option. I don't want to use POSTMESSAGE with acceleration key combination. Are there any built-in vi's which can "post" such a message?

    I have a similar situation and understand why adding a message to the menu queue would be an elegant solution to the problem.
    I have lots of menu bar selections in my program, and I would like to set up a button bar like most applications now have. To do this using the "in parallel" way becomes a ratsnets of wires and would take up a lot of window space.
    I have attached a file that is a good example of how to solve this problem with Event Structures in LabVIEW 6.1. It doesn't take up much additional diagram space and it can be quickly and easily reconfigured.
    It would be nice if future versions of LabVIEW had a more integrated button bar.
    Matt
    Attachments:
    Menu_and_button_bars.vi ‏68 KB

  • Problem when trying to add a link to the left menu item!!!!

    Hi everyone,
    I am trying to put a new menu group on the left menu,with a link in that group for every one.On checking with the customization guide this is what i did
    for one link i did add the following lines in each of the files
    1)xlWebAdmin.properties
    - menuGroup.Misc-Menu=Misc Menu
    - menuItem.Misc-Menu.My-Nomination=My Nomination
    2) xlDefaultAdmin.properties
    - menuItem.Misc-Menu.My-Nomination.link=mynomineefrm?showfrm
    3) repacked the war and the ear
    4) Restarted my server
    When I login into the administration(xelsysadm) page I didnt see any menu item with name "My Nomination" which i am supposed to see.
    secondly it shows the menu item when ever i select some group and click on assign menu item.
    Moreover, when I try to assign this menu item to all users group it gives me this error
    On browser it prints
    Permission Denied to Assign Selected Menu Items
    You do not have the permissions to assign one or more selected menu items.
    on console it prints
    ERROR [SERVER] Class/Method: tcDataObj/eventPreInsert Error :Insert
    permission is denied
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: maoRejections:You do not have permission to insert this obje
    ct.
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: Error occurred while adding menu items.
    ERROR [WEBAPP] Class/Method: UserGroupMenuItemsAction/commitGroupAs
    signMenuItems encounter some problems: {1}
    Thor.API.Exceptions.tcBulkException
    This problem eat my happy sunday :-(, any one has solution for this problem?
    - Also if some one can help on how to link jsp to the new link will be helpful for me!
    Thanks,
    doki

    Design Console > Form Information > add new
    Class Name Organizations.Merge
    Description Move users from one organization to another
    Type menuitem
    Add following to xlWebAdmin.properties, xlWebAdmin_en_US.properties
    Organizations.Merge=mergeOrgs.do?Display
    menuItem.Organizations.Merge.link=mergeOrgs.do?MergeOrganizations
    menuItem.Organizations.Merge=Merge
    mergeOrgs.button.display=Merge Organizations
    Even you have to assign first to System Administrator group
    First go to Manage Group
    Select System Administrator Group
    Select Menu Item
    Click Assign and select newly craeted Menu Item and click Confirm
    These are the steps to see the new menu item. To make this menu item working:
    you'll have to write action class, form bean class and you'll have to create JSPs and make their entry in struts-config as welll as in Tiles-def.xml
    Then your menu item will work.

  • Repainting problems of the Menu items in Oracle Help Navigator

    All,
    I am facing a strange problem when using Oracle Help for my application which is developed in Java,Swings.
    Whenever, I open Help for any component through my application, the menu items in the Help screen are not visible. They are not getting repainted. Only when user drags the mouse over the items, they are getting repainted and visible to the user. This has been raised as a bug by our testing people. I couldn't get any help in aspects of any errors/exceptions being logged when the action takes place.
    Where can I have the log files for Help window?
    Can anyone help me and guide me to the right solution in this regards.
    My environ is like this:
    Windows NT, JRE1.4, Oracle Help - ohj-jewt-4_1_16.jar,
    Thanks in advance for all.
    regards,
    Kishore.

    iweb2 navbar is rendered by javascript widget, therefore you can change navbar font style with javascript; this is an efficient way to change navbar font style.
    Copy and paste the following into your pages using HTML Snippet:
    <script type = 'text/javascript'>
    function changeNavbar() {
    navCSS = parent.document.getElementById('widget0-navbar');
    navCSS.style.fontSize = '0.75em'; // font size, change to less than 1em to change font smaller;
    navCSSbg = parent.document.getElementById('widget0-bg');
    navCSSbg.style.textAlign = 'center'; // navbar list alignment;
    clearInterval(chkNavbar);
    chkNavbar = setInterval('changeNavbar()', 500);
    note: You won't see the changes in iweb, but you will see the change when view the pages online - after publishing.

  • Spry Menu Bar (horizontal) - Problems with uneveness (height variance) between adjacent items

    Hello:
    Like many I will confess that I am new to the spry experience and attempting to catch up.  I am trying to design a horizontal menu bar that employs a background image (repeating GIF gradient bar repeated along the the x-access) to create a beveled/rounded edge effect.  I have another with a different hue that is used on focus and mouse over, etc.  While this works well with the drop downs, there appears to be a "boxiness" between adjacent top level menu items and they appear to have slightly different height.  This seems to be determined by the text forms the content of any link or menu item.  In effect it creates other differences in appearance as the outer most (top and bottom edges) of the GIF appear to be cut off from one menu item to the next.  This leaves a very undesirable look to the page as it juts up and then falls back as it the top level item moves across the web page.
    The other point I should make is that this problem, although it exists in all browsers to some extent, is most pronounced in IE6 and below.  Unfortunately many of the anticipated visitors to this site are forced by their IT department to use IE6.
    My question is:  can you set a variable that overrides or determines the height of the background of the menu items?  Alternatively is there some other way of addressing the problem so that I can get a uniform look as the menu items transition to each other.
    Thanks in advance for any help that can be offered.
    Steve.

    Announcement: New to Spry, or  the Spry forums?
    Hide Details
    Before you post a topic please verify  that:
    You  are using the latest Spry files
    The latest version of  the Adobe Spry Framework is 1.6.1, this is the same version that ships  with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its  wise to upgrade your files to the latest version. This can easily be  done using the Spry Updater that can be found here.
    Your  question was not asked before
    Using the search  functionality on forums you can easily find out if your question has  been answered before. While you are in search, you can specify the  search locations. The Spry forum can be found under:
    Adobe  Labs > Spry Framework for Ajax
    Your question can not be  found in the existing documentation
    Spry provides you  with allot of documentation this can found on different locations. In  the sidebar of this forum you can find a small summary of resources that  will help you on your way.
    If these options do not apply to your question,  please be so kind to also supply the following information in your topic  together with a clear description of your issue:
    What  browsers does this issue occure:
    example: Internet Explorer 8 on  Window 7 and Firefox 3.0 on Mac OSX
    What version  of Spry are using:
    example: Spry 1.6.1 ( the version number can  be found in license header of the .css and .js files )
    What  is the url of your website or page in issue:
    example: http://www.example.com/page/in/issue.html
    Step  to reproduce the issue:
    example: Scroll down till you find the  header "help", there you will see a Spry Accordion. When you click on it  it will not open or close.
    So users can provide you with a  better answer, without having to ask you for further details.

  • Javascript menu items problem.

    Hi,
    We have created a cutom iview which logs the user into a PHP web application. The login works fine. If we make the iview to appear in a new window, i can see all the menu items (coded in javscript) along with the other information on the webpage. On the other hand if we make the iview to appear in the content area of the portal, we see everything except the menu items.
    can anyone tell me what could be the problem. we have tried a lot of options but the result is still the same.
    Thanks in advance.
    Regards
    Hassan

    Hi Hassan,
    maybe you should change the iView's Isolation Method to URL
    hope it helps,
    Yoav
    Message was edited by: Yoav Toussia Cohen

  • 30EA2 problem: Menu items not available

    After having used Data Modeler 30EA2 successfully for a while, suddenly several menu items are missing.
    E.g. in my File menu "Open" is not shown (in fact only "Save", "Save as", "Compare With" and "Exit" is shown). This clearly makes the modeler unusable, as I cannot open my models!
    The problem continues even after I download the product (Product Version: 3.0.0.653) from OTN, unzip in a new location and use that.
    Any suggestions?
    -- Peter

    Hi Peter.
    please try removing (or renaming the folder called .oraclesqldeveloperdatamodeler in C:\Documents and Settings\<YOUR_WINDOWS_USER>)
    This is a folder where the datamodeler IDE caches are stored.
    Hope that helps,
    Ivaylo

Maybe you are looking for

  • Ipod Touch & Mini not recognized by iTunes 5.7

    I've been having this problem for a while and haven't seen any real solutions besides the 5 Rs (and they don't fix it). Basically, my ipod touch (1st gen, I believe) and ipod mini (1st gen) are not recognized by iTunes 5.7. I've done the 5 Rs - well,

  • Screen glitch after update to 10.10.3

    Hello , I'm experiencing screen glitch to my macbook pro mid 2012 13inch after updates to 10.10.3, Please any suggestions 

  • Material Type for Test Equipments

    Hi, What is the standard material type used for Test Equipment.This material type is not used for consumtion.This is used only for testing purposes. Regards, Nitin Amritkar

  • Nokia "Original" RS DV MMC cards

    I've got a Nokia E60 and uptil now I've had a 256MB Yama or something like that RS MMC card for the phone, which was working great, it was fast in read/write operations. Not long ago I purchased one from Nokia, the so called "Original Nokia". Well I

  • Help on determining parked date on posted documents.

    i need help in determining the original parked date of a posted document. i have tried searching for this info on tables BKPF, BSEG, and VBKPF. any help would be greatly appreciated. Regards, Shane