Help with menu

howdy everyone!
i'm working on a new edge navbar for a client and i've run into some problems.
see this link:  http://salesdigital.com/testmenu/  mouseover products to reveal the drop down.
i've got this working pretty good exept my invisible buttons are blocking access to my sublinks.  when i try to but the invisble hot button under the sublinks the close animation gets all squirrely (tries to close when pointing to a link)
any ideas for a fix?  i initially thought to open and close these submenus with a variable and an if statement, but i couldn't get my head around the code.
thanks in advance!
~keith

Hi Fernando,
If you want to add new menu under the Sales A/R Menu,use this code
   oMenu = SBO_Application.Menus
        oCreationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)
        oMenuItem = SBO_Application.Menus.Item("2048") ' // Sales Menu
        oMenu = oMenuItem.SubMenus
        oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING
        oCreationPackage.UniqueID = "mnuABC"
        oCreationPackage.String = "Your Menu"
        oCreationPackage.Enabled = True
        oCreationPackage.Position = 2
        Try
            oMenu.AddEx(oCreationPackage)
        Catch er As Exception
        End Try
You will get menu ID of other modules in UI Help file.
Hope this will help you
regards
BBN

Similar Messages

  • Help with menu please

    Hello All,
    I'm hoping someone can help me out with an iWeb issue. I don't usually do stuff in iWeb (I prefer to build my sites from scratch - or relative scratch lol - using Dreamweaver or the like) but I have a client whose ultimate goal is to be able to do websites updates themselves and wanted me to set up a site using a simple template program (and also didn't want to spend the money for a built-from-scratch site) so we went with iWeb.
    I have the site 99% complete, but I need to add some functional flare and don't know how to do it with iWeb. What I need is this:
    I have a page with a list of name, when I scroll over the names I need for an image to the left of the list to change to correspond with the name I have just moused over. I know how to build this feature in normally, but even putting my already iWeb created page into Dreamweaver doesn't work right, and I don't seem to have full editing capabilities.
    Now I have seen some really cool sites that people have built with iWeb, and they seem to have managed to add all kinds of things to their site that I can't figure out how to do. So I'm hoping someone can help me out with this.
    I'm thinking about just building this page seperately from iWeb, but that's sort of going to defeat the purpose of using iWeb in the first place.
    Thanks in advance for any advice.

    Hi Babdi. Thanks for reply. I do have manual & have downloaded latest pdf. I know I need: MENU | SETTINGS | CONNECTIVITY | USB DATA CABLE | NOKIA MODE. Thing is I can't see where selection is - no screen. Instruction sequence needed in form: MENU | DOWN, DOWN, DOWN, OK | DOWN,DOWN,OK | DOWN, OK | OK . I could then follow this sequence *blind* with the 5200 connected to PC via USB cable so PC will detect it at right point in menus. Any further help much appreciated. Thanks, J.

  • Need HELP with menu integration

    I have a project in which I am needing some seemless integration between movies and menus. Let me explain what I am doing. I am essentually imitating the actions of an iPhone or iPad in which you have the lock slide...icons appear...etc. What I did was create a flash file imitating these actions @ 720x480 then exported to a .MOV file. I then saved the last frame in Flash to a jpg, took into photoshop and created my buttons. See where this is going? So what I want is for the animation to play and end up with the menu (video to menu). My issue lies with the seemlessness of it. Currently when the transition happens from video to menu there is a black pause. I want it to be smooth from one to the other. I KNOW this can be done!! What am I doing wrong? I appreciate the help in advance.
    Troy

    I got my issue resolved (sort of). I used the suggestion of burning my project and playing on a DVD player to see if that
    "black pause" went away and to my dissapointment it didn't. What I found worked though was shortening the duration of the first play
    video under the properties -> motion tab.
    Now another issue I am having is when I preview, everything looks great and to my intentions, but when burned and played on a DVD player the video is one size and the menu is a smaller size. They are both @ the same 720x480 size in Encore so why the difference when played doesn't make sense to me. Any ideas out there? I am not as savvy with this stuff as most on here, so hopefully what I am saying makes sense.
    Thanx
    Troy

  • Need help with menu ring or listbox control.

    Hi,
    I would like a menu ring style of control that does the following. Initially, items will be put into the control through a string array. That is no problem. But,in addition to being able to select any of the existing items, I would like the user to be able to enter a new item. Is this possible with any of the menu or listbox controls? I prefer the menu type controls as I like how when you click on the control you get a pop up of the items in the list, as opposed to the listbox where you have to scroll. Thanks for any help.

    Not as such, but one alternative would be a combination of the menu ring and
    a string. Place the string above the menu ring. When people select something
    from the menu ring it's copied to the string and selected. When people type
    something into the string, it's added to the menu ring if it's not already
    there and again it's selected.
    Bear in mind though that if a menu ring gets too large I suspect a scrollbar
    will appear in it when it's popped up.
    sal wrote in message
    news:[email protected]..
    > Hi,
    >
    > I would like a menu ring style of control that does the following.
    > Initially, items will be put into the control through a string array.
    > That is no problem. But,in addition to being able to select any of
    > the existi
    ng items, I would like the user to be able to enter a new
    > item. Is this possible with any of the menu or listbox controls? I
    > prefer the menu type controls as I like how when you click on the
    > control you get a pop up of the items in the list, as opposed to the
    > listbox where you have to scroll. Thanks for any help.

  • Help with menu button and movie load

    Hello everyone....I am very new to flash and actionscripting
    and am self taught using mostly web research.
    I am building a site with a menu and a banner that is
    controlled by the menu (two swf files). I have managed to get them
    to communicate however, I am stuck at this point.
    When "bt_1" is hit I would like a "mv_1" to load in the
    banner.swf with is respected intro animation...this I figured out
    how to do...however now when "bt_2" is clicked I would like play
    the remainder of the animation of "mv_1" to unload the movie before
    "mv_2" loads with its respected enterance animation....this I would
    like to do for several buttons. The method I am using for my local
    connection is this....
    Sending script
    mySender = new LocalConnection();
    on (release) {
    \\ each button has a different param...1,2,3,4,5,6
    _root.mySender.send("menuconnect", "action", 1);
    \\ this is the best way I could figure out to disable the
    appropriate buttons..there might be a better way??
    home.enabled = false;
    couple.enabled = true;
    events.enabled = true;
    bridal.enabled = true;
    media.enabled = true;
    rsvp.enabled = true;
    Recieving script
    myReceiver = new LocalConnection();
    myReceiver.action = function(doThis) {
    if (doThis == 1)
    gotoAndPlay(2);
    if (doThis == 2)
    gotoAndPlay(3);
    //and so and soforth for all six buttons
    myReceiver.connect("menuconnect");
    If all this makes no sense I'm sorry...I tried my best...
    If some pro out there can understand what I'm trying to do
    and can help me I would greatly appreciate it....thank-you all
    sjs

    KGlad...I'm stuck again....:-(. I guess I'm not understanding
    this linkage thing well enought...
    if you don't mind tell me what you had in mind when you
    helped me with that code...this is my situation again....
    here is the actual website....www.beckyandsangeeth.com
    the menu on the left of course has the buttons and I want the
    animation pertaining to each button to load in the apparent banner
    region, (which I am still working on the indivual animations).
    I guess I'm not understanding where the movies are loaded and
    how they are linked...and so and soforth...thanks again
    Also I don't mean to be specifically speaking to
    kGlad...anyone out there I am open for ideas.
    thanks
    sjsamuel

  • Help with menu customization and video "previews"

    Hello. Thanks in advance for any answers to my question that are offered.
    I just bought a 160GB iPod classic. I have been busy filling it up with music and videos, and had a couple of seemingly simple questions that I am finding it hard to find answers for in all the documentation.
    First: Is there any possible way to separate videos into categories in such a way that they would not all be immediately visible from the video menu?
    Second: Is there a way to turn off the splash screen preview shots randomly displayed when "videos" is selected in the menu? This is the same feature that displays random album art from the music library when "Music" is selected. I would be happy to just turn this feature off altogether to avoid those random stills from showing up when "Videos" is selected.
    Let's just say that there are some videos on my iPod that I don't necessarily want popping up all the time, either in the menu or in those preview stills mentioned in my second question. Is there no way to somehow compartmentalize my videos, separating them into different categories between those suitable for the general public and those not? And if this is not possible, could I not at least deactivate these still shots that randomly display images from my less than suitable for public viewing videos?
    Thank you, and I do appreciate any help or advice that is offered.

    I'm new to the world of iPods too and just got my Classic 160Gb last week. I'd also be interested in learning how to do this sort of categorization too. I hate having all my videos showing up under the "Movies" category and can't figure out how to move them from there to the Music Vid category.
    I know there must be hundreds of users on this forum that should be able to advise how to do this. Your input would be great appreciated.
    Cheers!

  • New to Dreamweaver and need help with menu alignment in IE

    Hi l,
    I am new to Dreamweaver, in fact this is my first ever website / question...
    I have just produced this site for a friend
    http://www.grantgibsondesign.com/A_Morrow1/
    I am happy with how everything looks in Firfox etc. however, with Internet Explorer my menu table alignment goes out the window!
    Can anybody suggest a quick fix?
    I produced it in dreamweaver CS3.
    Thanks in advance
    Gibo
    [Subject edited for clarity by moderator]

    I'm in the same boat that why I asked.  I ran it through browsershots too and everything looked fine:
    http://browsershots.org/http://www.grantgibsondesign.com/A_Morrow1/
    Even went back to IE 6.  Which is why I asked for a screenshot. If you can go back to the person who told you about the design flaw ask them for a screenshot.  Otherwise I can't really do much more than shoot in the dark.

  • Help with menu contents please

    Hello!
    Some time ago I broke my Nano screen. It still works and I use it on shuffle mode. Today, I switched on spoken menus from iTunes and I could perfectly navigate them without my screen, but... As an accident I switched the spoken menus of under the settings menu and now I have the trouble that I couldn't find my way back to switch them on again.
    So, here is my request: could someone please post here the exact contents of the fourth generation Nano Main menu, Settings menu and General menu (where I think the +Spoken menus+ feature is located) so I could find my way to switch them back on.
    Thank you in advance,
    Raul

    Thank you so much for your help! I finally found it.
    I was close before too, but now I discovered that in my Nano, for some reason, the Spoken menus option was the third option, not the second, in the General menu. And in the video you gave, there were 8 options, I had 9. So I don't know what else was in that menu in my iPod.
    But now the problem is solved and I can finally use my iPod again to select a certain song to play When I had a screen, I thought the spoken menus feature was completeley useless, hehe
    But again, thanks for your help!

  • Please help with menu links

    Hello. I'm a new user to CS3. I started building a new site
    and everything looks good except I have no idea how to link the
    menu buttons to their URL's. Every time I enter code in the actions
    I get an error message.
    Background: I created text and then converted them into
    Buttons (i.e., home, about us...). These buttons will link to other
    pages on my site. I'm using a combination of flash and html.
    Thanks

    Mlipkin, an easy way to have buttons link to a url is to use
    "Behavoir's" under the window drop down.
    Select your button pick window, behavoirs, (plus sign) add
    behavoir, go to web page, and type in your url.
    Hope this helps.

  • Help with menu and icon size in Muse app

    The menu and icons in the muse cc app on my lptop are so small that it cant really be used. any help?

    i have the 3200x1800 for the screen, the newest muse cc and windows os 64bit
    On Tue, Aug 12, 2014 at 5:50 PM, Varun Kalra <[email protected]>

  • Help with menu using dreamweaver?

    I have a menu that I WANT to look EXACTLY like this:
    http://www.ivoog.com/link2
    This is what I have so far:
    http://www.ivoog.com/link4
    I have many problems trying to make my menu look exactly like
    the one I showed you. Can anyone EDIT THE CODE to make the menu
    look exactly like the FIRST LINK MENU I showed you; or can anyone
    explain to me how to change the width/height and set a background
    image to the menu by using examples? Thank you and I greatly
    appreciate anyones help.
    Here's the links to the pictures:
    http://www.pics.ivoog.com/boxs1.gif
    http://www.pics.ivoog.com/boxs2.gif
    http://www.pics.ivoog.com/bbb.gif

    Ritesh, Good news for you. There is a 'Select Recently Modified' feature in DW Files panel which will help you. Actually, I did just learn about this today, looking at DW Files panel more in detail (it had skipped my attention all this while!).
    Files panel > Settings fly-out button on the top right corner, Edit > Select Recently Modified. You can choose 'Modified within x days' or you can give a duration of search 'from' and 'to' dates of modification.
    However, this doesn't do exactly what 50 files you worked on 5 days ago, but, somewhat helpful for you.
    Trust this helps.
    PS: I love Adobe for one thing - Been using their products - especially PS and DW for so many years now - and I still learn 1 new thing everyday!

  • Help with menu display on iTunes (windows)

    Hi. I've lost the menu which appeared on teh left side of my screen when i log into iTunes - can anyone tell me how to get it back please?
    Many thanks

    Yes.
    Once your AOL account is gone, try to log onto the iTMS 3 times (it will error out) and it will allow you to change your info.

  • Need help with menu in BC?

    I have set up a menu in BC, a screen grab is below.
    Why do the end two menu items kitchens and bedrooms appear lower than the rest of the items in the same menu, there seems to be enough room?

    Hi,
    Thank you that would be great! The link is www.greystoneinteriors.co.uk
    I also noticed that style issue in the drop down after the the new menu items were added in, but each one seems to appear differently which seems odd too? I've attached screen grabs of the menu style for reference?
    Thanks
    lizre

  • Help with Menu's

    Hi, this is probably blatantly obvious and easy to do but I
    can't figure it out!
    How do I create a Menu which drops down another menu when it
    is hovered over? Like the one at the top of the Macromedia Website.
    I am at a loss trying.
    Any advice would be great thanks.
    James Warren.

    check out
    http://www.projectseven.com/.
    They have menu systems for purchase
    and also a tutorial how to create what you're asking.
    Dan
    "Warren Direct Publishing"
    <[email protected]> wrote in message
    news:e34td1$cl7$[email protected]..
    > Hi, this is probably blatantly obvious and easy to do
    but I can't figure
    > it out!
    > How do I create a Menu which drops down another menu
    when it is hovered
    > over?
    > Like the one at the top of the Macromedia Website. I am
    at a loss trying.
    > Any advice would be great thanks.
    >
    > James Warren.
    >

  • Help with spry tabbed menu bar

    Hi.
    I need help with the spry tabbed menu panel (horizontal) It
    works fine in dreamweaver ( pressing f12 ) but when i goto my
    website www.so-nouveau.com it puts it all over and not in boxes
    either just the writing.
    I ahve double checked all uploading is correct and files are
    located but it wont work.
    Here is what i did >
    new> html> 1 column elastic,centered. i have not
    changed any other settings at all. Do i need to change the doc type
    or css layout in the drop down menus before starting (doc
    type=xhtnl 1.0 transitional and layout css=add to head)
    I am still on cs3 , does this matter ? or is 4 easier ?
    any help out there guys is much appreciated but please bear
    in mind that i am not a web designer or pc expert at all , this is
    just me building my own site , until nowit has been an enjoyable
    experience but grrrrrr when it dont work
    Thanks
    Jay

    so-nouveau wrote:
    > Hi.
    > I need help with the spry tabbed menu panel (horizontal)
    It works fine in
    > dreamweaver ( pressing f12 ) but when i goto my website
    www.so-nouveau.com it
    > puts it all over and not in boxes either just the
    writing.
    Please post links directly to the page having an issue. I saw
    no tabs on the home page, but I noticed that there is a link on the
    bottom of the page to this page that has a Spry tab on it:
    http://www.so-nouveau.com/test%208.html
    > I ahve double checked all uploading is correct and files
    are located but it
    > wont work.
    That page refers to a Spry JavaScript file and a Spry CSS
    file, which should be at the following locations but are not
    present:
    http://www.so-nouveau.com/SpryAssets/SpryTabbedPanels.js
    http://www.so-nouveau.com/SpryAssets/SpryTabbedPanels.css
    Make sure you upload the SpryAssests folder and see where
    you're at after that.
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

Maybe you are looking for