Problems adding context menus to each form

Hi,
I have some problems by adding a new MenuItem to a SBO Context menu.
I just try the following method:
    With oMenuParam
        .Checked = False
        .Enabled = True
        .Type = SAPbouiCOM.BoMenuType.mt_STRING
        .UniqueID = "DWSEARCH"
        .String = "Search for..."
    End With
    oForm.Menu.AddEx oMenuParam
I execute this code after FormLoad, the code add a new MenuItem, BUT... now my big problem:
when I click on the buttons in the toolbar to switch between different records of e.g. invoice, SBO removes the MenuItem from the ContextMenu.
When I watch into the object i can't find the menu. When I want to readd the menu, SBO says "Menu already exist"
Where is my fault? What can I do?
Thanks, Sebastian

Hi Sebastian, it's not clear to me if you are trying to add a Menu exactly as the ones are showed in the main window of SAP B1. If this is the case you have to use type POPUP instead of String. You will have to add a node to the POPUP to make it visible.
Please check the sample "AddingMenuItems" delivered in the UI API folder under the Sap Business One SDK folder. Please put attention also at the position.
The menuitem was already entered in the Menu Collections of the application, even when you cant see it, this is why you are getting the message that the form already exist. In order to refresh the UI API you will have to reinitialize Business One.
Best Regards,
Felipe

Similar Messages

  • Problems adding movie menus - PE12 unresponsive

    Hi.
    I'm trying to add movie menus to a project with multiple scene markers (21), and have found that:
    Any menu theme that is downloaded only shows the "spinning wheel" in the preview
    Selecting one of these themes results in Premiere Elements becoming unresponsive
    I've tried uninstalling and reinstalling, and also adding menus to a single clip with no menu markers, all with the same results.
    My system is a Core i5, 4GB RAM, Windows 7 64-bit.
    Any suggestions?
    Thanks.
    -Gabe

    Gabe Thomas
    Catching up on your thread and the current focus which seems to be the installation location for the program and its features (specifically DVD Templates).
    You should be able to install your Premiere Elements on other than the Local Disk C, but there are certain components that have default locations that you cannot change. Let me explain by example.
    Given Premiere Elements 11 on Windows 7 64 bit (on Local Disk C and Program Files) and the Online Folder and the Broadway DVD theme (on Local Disc C and Program Data). Let us say that I have not downloaded any of the DVD themes in the Online Folder.
    a. If I take the Online Folder and move if from its Program Data location to the computer desktop....
    b. then open Premiere Elements 11 to Movie Menu, Broadway, and download it,
    c. then the downloaded files required to make Broadway work are not in the Online Folder on the Desktop
    d. however, Broadway is still displayed in Movie Menu as a choice without the blue ban and is fully functional in Premiere Elements 11 project....why?
    The why is that the program automatically created a new Online Folder and the download for Broadway went there and not the original Online Folder that was moved to the computer desktop. So, at this time, I do not believe your issue has anything to do with the downloads and the Online Folder location. You are getting the .psd and associated files. And, you apparently have no say on where that Online Folder is going to be other than Program Data.
    What may be happening is a problem between the association of the Content in Online and the program itself, perhaps related to the drive location and drive conditions related to the Premiere Elements install.
    Please describe your drive set up. What is your Local C Drive? And, what is this E drive...an internal hard drive or an external hard drive?
    Please review and then let us know if I overlooked any of your prior details that might tie this together.
    Thanks.
    ATR

  • Problem adding dynamic sections in a form

    Hello,
    I've previously used LiveCycle to design static forms, but am now trying to create a dynamic interactive form.  I'm completely new to this process so I thought I'd learn by trying to re-create the sample Purchase Order form that comes with the software, to ease myself into it.
    I'm using LiveCycle Designer 7.0 on Windows XP Professional.
    Within the Purchase Order example, the two subforms I'm concerned with are the detailHeader subform which contains an 'Add Item' button and five static text objects; and the detail subform, which contains one drop-down, one text field and three numeric fields.
    The Add Item button is scripted to add an instance of the detail subform upon clicking.
    Now, I created the subforms and objects as shown in the sample Purchase Order form, and I entered the JavaScript exactly as it is in the example.  I've set the whole form to 'Flowing Content', and have the same binding settings for each of the subforms as in the example.  But when I go to the PDF Preview the addInstance just doesn't work.
    The script reads as follows:
    // Invoke the Instance Manager to add one instance of the detail subform.
    _detail.addInstance(1);
    Can anyone suggest what it is I'm overlooking?

    Check two things..
    1) check whether you have set the subform to Repeat fotr each data item..(Check the below image).
      https://acrobat.com/#d=tgYANswsX6VA5BmmE7kvOA
    2) See if you have set the form as Dynamic by following the below..
         1) Goto File menu -> Form Properties and select Defaults tab. Change the Default Render Format as Dynamic XML form
         2) Select the Preview Tab. Set the Preview type as "Interactive Form" and Preview Adobe XML form as Dynamic XML form
         3) Finally while saving the PDF select Save As Type as "Adobe Dynamic XML Form".
    If you still have issues please let me know..
    Thanks
    Srini

  • Adding new menus, forms ... into system ...

    I used sample code to add Menu item to system, and the Menus added. But when I close system, and open again, those menus're lost. Pls help me how to save them to use for later times. Thank for all gurus.

    Best advise I could give you is to look through the examples in your SDK folder under c:\program files\sap manage\sap business one sdk. There is simple examples from Hello World to changing menus, working with forms and how to create an installer.
    Seeing that your problem is not solved, please remove the option that it has been solved. The blue star next to your question shows that it is solved. This will result in other people not looking at your query.
    Kindest regards,
    Adele

  • Create a multiple Pg PDF with Forms, while adding up total of each page.

    My name is Javier Morales, I am working on a project for a client in the clothing business. I created a form that it is working very good. I would like your help on figuring out how to insert additional pages to a Pdf form document and keep on adding the Totals of each page.
    My email [email protected] I will really appreciate your prompt response. Right now I have them as single PDF documents, which work fine, as long as I dont try to combine them.

    Fields within an AcroForm PDF need to uniquely named unless you want the identically named fields to share the same value.
    You may have to rethink your approach. You should look at using the template object to spawn additional pages. Unformtuately templates do not function in versions of Reader before XI.

  • Problem with APEX tree in 4.1.1.00.23-while adding context menu

    Hi,
    Version : Apex 4.1.1.00.23 and Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    i wanted to add context menu to my tree region.i followed Jason's blog
    http://jastraub.blogspot.com/2010/09/adding-context-menu-to-tree-region.html
    But after i add the javascript code he mentioned,nothing seems to have changed.The context menu appears the same way it was before.
    Is there anyone facing similar problem?
    Appreciate your comments,

    Also using Apex 4.1 and I successfully adapted the steps to my application and it worked well ... the context menu and the tool tips come up well and are functional. The only issue I am still having is that the drop-down arrows no longer work ... I had to use a dynamic action to keep the trees all expanded when the page loads. However, I cannot collapse them as I used to (if needed). I am looking forward to a fix to this issue too.
    Gerald

  • Regarding context menus

    hi,
    How to create contextmenus in the dilog module programing ?
    my requirement is to create expand and collapse contextmenus.?
    can anyone help how to do expand and collapse contextmenus?? step by step process..?

    Hi,
    Hi,
    Context Menus
    The user interface of a screen is defined by a GUI status, which you define in the Menu Painter and assign the type Dialog status. For each dialog status, the system automatically creates a standard context menu, which the user can display by clicking the right-hand mouse button on the screen (or choosing Shift+F10 ). The standard context menu contains all of the function keys to which functions are assigned. It therefore makes it easy to access any function code that is available using the keyboard, since normally only the most important are assigned to the application toolbar.
    However, as well as the standard context menu, you can define context-specific menus for any of the following screen elements:
    Input/output fields
    Text fields
    Table controls
    Group boxes
    Subscreens
    When you select one of these elements using the right-hand mouse button, you can create a dynamic context menu in the ABAP program. This may contain any functions, and is not restricted to function keys. You cannot assign context menus to pushbuttons, checkboxes, or radio buttons. However, you can assign unique function codes to them instead.
    Global Class CL_CTMENU
    Context menus are objects of the global ABAP Objects class CL_CTMENU. In the class library, the class belongs to the Frontend Services component, in which the classes of the Control Framework are also stored (see Custom Controls). It contains methods that allow you to define context menus dynamically in a program. As a template, you can create your own context menus statically in the Menu Painter.
    The most important methods of the class CL_CTMENU are:
    Method
    Function
    LOAD_GUI_STATUS
    Assigns a context menu that has already been defined statically in the Menu Painter to a local context menu in a program
    ADD_FUNCTION
    Assigns a single function to a context menu in a program
    ADD_MENU
    Assigns another local context menu to the current local context menu in the program
    ADD_SUBMENU
    Assigns another local context menu to the current local context menu in the program as a cascading menu
    ADD_SEPARATOR
    Adds a separator
    HIDE_FUNCTIONS
    Hides functions
    SHOW_FUNCTIONS
    Shows functions
    DISABLE_FUNCTIONS
    Deactivates functions
    ENABLE_FUNCTIONS
    Activates functions
    SET_DEFAULT_FUNCTION
    Sets a default function, which is highlighted when the menu is displayed
    In the above table, "local context menu in a program" means an object of class CL_CTMENU. You use CL_CTMENU in different ways depending on the context:
    If you use a context menu in a control, whether or not you need to create objects of the class CL_CTMENU depends on the wrapper of the class. (The relevant functions may already be encapsulated in the control class.) Normally, control users do not have to create their own context menus. This ensures that no conflicts occur with the event handling of the control. For further information, refer to the documentation of the individual control classes.
    When you define a context menu on a screen (or list), the relevant objects of class CL_CTMENU are created automatically by the runtime environment, not explicitly in the program. References to the object are passed as the parameters of special callback routines in the ABAP program.
    Context Menus for Elements on Screens
    In order to link a context menu with one of the screen elements above, you only need to enter an ID <context> in the Context menu field in the element attributes in the Screen Painter. If you do not define a context menu for a particular screen element, it inherits the context menu from the hierarchically next-highest element. For example, all screen elements in a group box that do not have their own context menu would inherit the context menu of the group box. The highest hierarchy level is the default context menu, containing all of the key settings of the current dialog status.
    If a screen element is linked with a context menu u2013 either its own or one that it has inherited, a special subroutine
    ON_CTMENU_<context>
    is called in the ABAP program when the user clicks the right-hand mouse button. The PAI event is not triggered. You use this subroutine (callback routine) to define the context menu dynamically. You must program it in the processing logic. If the subroutine does not exist, the context menu is not displayed.
    You can link the same context menu <context> to any number of screen elements. They then all work with the same subroutine.
    Defining Context Menus in the Processing Logic
    For each context menu that you want to call for an element on a screen, you need to program a corresponding callback routine:
    FORM ON_CTMENU_<context> USING <l_menu> TYPE REF TO cl_ctmenu.
    ENDFORM.
    Each routine must have a single USING parameter, typed as a reference variable to class CL_CTMENU. For each context menu assigned to an element on a screen, the runtime environment automatically creates an object of the class. When the user requests the context menu by clicking the right-hand mouse button, the system calls the corresponding subroutine and passes a reference to the corresponding object to the formal parameter.
    When the object is passed it is initial u2013 the context menu contains no entries. In the subroutine, you can work with the methods of the object (as listed above) to construct the context menu dynamically.
    Using Predefined Context Menus
    As well as dialog statuses and dialog box statuses, there is a third kind of GUI status that you can define in the Menu Painter, namely a context menu. To find out how to create context menus in the Menu Painter, refer to Creating Context Menus.
    Predefined context menus allow you to make groups of statically-defined function coded available context-specifically. The method LOAD_GUI_STATUS allows you to load a context menu from any ABAP program into a local context menu in a program. As a rule, you use predefined context menus to reuse the function codes from a dialog status with the same semantics, but context-specifically. Once you have loaded a predefined context menu into a local context menu in a program, you can modify it in any way (append other predefined context menus, add or remove functions, add other context menus).
    Defining New Context Menus
    You can create new context-specific menus either by modifying existing ones or by constructing new menus.
    You can add any number of new functions to a context menu. When you add a new function, you must specify the function text, function code, and function type (for example, E for an unconditional module call).
    However, you can also add any other local context menu from the program. In this case, you only have to pass a reference to another context menu (see example below). You can create a collection of context menu objects in your program and use and combine them as necessary. You can also construct submenus. You can have deep-nested menus by adding submenus to existing submenus.
    Ergonomic Guidelines
    When you create context menus, you should observe the following rules:
    The functions in a context menu should be a subset of the functions in the program You can ensure this by using predefined context menus
    Context menus should not contain more than ten entries at a single level.
    If you use a context menu for a screen element, it should contain all of the functions possible for that element, but at least the standard comments such as Select, Copy, Cut, and Paste.
    The sequence of the functions should be as follows: Object-specific commands, copy commands, other commands.
    You should not duplicate functions that can be selected using the left-hand mouse button in a context menu.
    Displaying the Context Menu
    Once you have defined the context menu dynamically in the callback routine, the system displays it on the screen immediately. When the user chooses a function from the menu, the system triggers the PAI event and places the corresponding function code in SY-UCOMM and the OK CODE field.
    cheers,
    sowjanya

  • Problems with sub menus in Internet Explorer

    My menu bars work great in Chrome and Firefox however my submenus are jacked up in Internet Explorer. Can someone please give me some direction? Thanks.
    The website is www.aptyssolutions.com

    Have a look here http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one
    Then have a look at what you have got
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
           display: block;
            f\loat: auto;
            background:
    and
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: AUTO;
        position: absolute;
        left: -1000em;
       top: 23px;
        height: 35px;
        background-image: url(/images/bluebar.png);
    There is more, but the above is most likely what is causing the problem.
    I suggest that you resurrect the original SpryMenuBarHorizontal.css and start again.

  • Problems adding an image title?

    Hi,
    When I place an image in Muse I'm having problems adding an image title. When I Control click the image in Design view the choices I get at the bottom of the pop up menu are
    Edit original
    Edit Image Properties
    When I looked it up in help it tells me I should also see another item "Add Title" but I don't get that as a choice. When I click on "Edit Image Properties" I get a choice of Tooltips or Alt Text but no place for a title.
    Thanks,
    Bill

    This is the page
    http://www.adobekb.com/strategies_for_seo.html#addingmetadata
    To be clear when I right click on an image I only get the choice of "Edit Original" & "Edit Image Properties". When I click on "Edit Image Properties" I only get a choice of Tooltips or Alt Text, nothing for title
    Thanks,
    Bill
    Adding titles and alternative text to images
    After you place images on a page, you can access the Image Properties dialog box to set both a title and alternative text (also sometimes called alt text) that is assigned to the image.
    Here's a brief description of each property:
    Title: In many browsers, the title is displayed in addition to the image, typically as a tooltip that appears when a cursor hovers over it.
    Alternate text: If the image file cannot be shown, this text is displayed in place of the image. Alternate text is also used to describe images to visually impaired visitors using assistive technologies to access page content.
    It is ideal to set titles and alternative text for every site asset, to ensure that visitors have the best experience when navigating your site. Tooltips are helpful for including additional information about graphics and alternative text makes pages more accessible for screen readers that verbally present graphic content.
    To add titles and alternative text, follow these steps:
    1. Select a placed image.
    2. Right-click on the image and select Add Title or Add Alternative Text from the context menu that appears (see Figure 3).

  • Firefox freezes for at least 5 seconds when opening context menus

    Well I've been looking for a reason to switch to Chrome... I guess now i have one.
    Problem: Firefox freezes for 5 seconds when opening context menus (screen goes gray for @3s)
    Firefox 32
    Ubuntu 12.04
    I first noticed it this morning when I tried to open up a Bookmark menu. Continued testing and found that right-clicking(anywhere) caused the same behavior. There are tons of posts going back years of similar behavior (although I doubt they're all related), so I ran therough the standard troubleshooting steps (restarting firefox after each step):
    * cleared the caches
    * Lowered cache memory allocation
    * Created a new profile (did not carry-over any previous bookmarks or add-ons)
    * Restarted firefox in safe-mode.
    * Reset firefox (from safe-mode command)
    Restarting firefox with all add-ons disabled is not included here because that is assumed in 'created a new profile' (correct?).
    Furthermore, when I went to reinstall I got the error: "E: I wasn't able to locate a file for the firefox package. This might mean you need to manually fix this package."
    I don't know what happened over the weekend, but I guess I'll try a full manual reinstall, when I have more time to mess with it. FF has been a primary tool for development, but for now it's dead to me.
    P.S. On an unrelated issue. Maybe I'm old-school, but I miss the original drop-down menus up top. I don't think there's anything wrong with improving on the existing model, but why would you replace something that's worked well for DECADES.

    Thanks for your response and sorry for the delay in my rep[ly.
    Today I tested the Linux-64 version (Firefox 33) from the link you suggested. There weren't any install instructions or a README, but based on the file-system layout I guess it just needs to be extracted. I downloaded and extracted to my Downloads directory and ran the executable via command-line as my user (not root).
    Firefox popped up right away, but it was not usable for at least 30s. It asked to import from Chrome which I did (no errors). Every click on the top bar (address bar search, buttons to the right of search, bookmarks toolbar) resulted in a dimming un-dimming sequence of @7s, after which nothing (couldn't focus in the address bar, occasionally the bookmark menu would appear, but was not functional). Basically, it's un-usable.
    As I mentioned in an earlier reply, I am having similar problems with Komodo which is apparently also Mozilla based.
    Are there any logs I could tail and post that might help track this down?
    Not sure what to do at this point.

  • Cannot place order ERROR: "There was a problem adding your product to cart"

    Hey guys,
    Well, once again Best Buy's online system is preventing me from making an order. It seems like nearly every time I log in I experience some new problem. This time, I'm unable to add anything to my cart. It doesn't matter what item I try to add to my cart or what browser I use or if I clear cookies...it happens every time, on every browser, with every product in the store. The error shows a red & white triangle with a message "There was a problem adding your product to cart".
    Just to clarify ahead of time: 1) I have already tried signing in using 4 different browsers (explorer, firefox, chrome, opera) & they all give the same error; 2) Prior to posting here I researched this problem & found out it is somewhat common & has been occurring since at least 2012 on BestBuy.com; 3) Every time someone posts in here about this problem, customer service offers the same "fix" every time - to sign out, clear their browser cache of cookies, shut down the browser, restart the browser, sign back in, etc.... The only problem is, this "solution" has not worked ONE time our of the many times this problem has cropped up in here over the past 3+ years. Why this "solution" keeps getting told to people even though it never works is beyond me. But, there you have it.
    Just to clarify: I have already tried this solution, And just like with everyone else before me, it didn't work for me either. So, what's the next step? There must be something else that can be done other than waiting a couple more days for it to magically fix itself (it seems that is the only thing that ever "works"...is to let several days go by and the problem ends up getting fixed in some back-end server-side patch up). 
    What I'm hoping for from you is a solution that can fix this immediately. This problem has already prevented me from making a couple purchases for items that were temporarily on sale over the past couple days. So, those are lost sales for Best Buy. What I'm hoping to do now is pre-order the Elder Scrolls Online (PS4) in order to take advantage of the $10 pre-order reward. The game releases on Tuesday the 9th. So, in order to get this done in time I need to place the order sometime today (on the 8th).
    With all these repeated technical problems making purchasing a chore & wasting my time every single time I want to buy a product it's almost as if Best Buy is telling customers "We don't care if our online system works reliably...go spend your money at Amazon instead". lol
    Thank you in advance for your timely help on this matter.
    -Marc (removed per forum guidelines)

    Hello mjswooosh,
    I'm very disheartened to hear that you've had ongoing problems when attempting to order from BestBuy.com. Our goal is ever to provide a fun and efficient shopping environment! Certainly creating aggravation serves neither you nor us and I apologize sincerely for this having been your experience.
    We recommend the troubleshooting steps you mentioned (i.e., clearing the browser cache, deleting temporary internet files and cookies) because this is the most common cause of this type of problem. I too have encountered this issue from time to time and these steps have almost always resolved the problem. I say almost always because there's one further step you can try: ensure that you have signed out of BestBuy.com, then perform the browser maintenance steps we've recommended. Afterward, before signing in to BestBuy.com, add your desired items to your cart and sign in as part of the checkout process. When the standard steps have not netted a resolution for me, this has solved the problem each time.
    I hope this helps. I'm very grateful that you took the time to write to us with your concerns and for sharing your very valuable feedback about your online experience.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Font Problems Upgrading from LC 7.2 Forms to ES Update 1 (8.2)

    Old Environment:  LC 7.2 Forms, Windows 2003, Weblogic 8.1 SP5, Oracle 10.2.0.4
    Old Fonts Directory:  c:\windows\fonts.  The customer fonts were also added to this directory and the fonts were embedded into the adobe-FontManager.ear.
    New Environment:  LC ES Update 1 (8.2) SP3, Solaris 10, WebLogic 10.0 MP2, Oracle 10.2.0.4
    New Fonts:  Copied all the adobe-FontManager.ear ttfs into the customer fonts specified directory.
    Problem:  I have the same XDP template being used in the old and new environment.  I have two environments (Old or New) with the code to invoke the LC Forms server.  The old environment prints out a Chinese form correctly.  The new environment prints out the Chinese form, but a lot of the text are bolded when it wasn't showing that problem before in LC 7.2 Forms.  Any thoughts on what might be cauasing this issue?
    Thank you for your help.

    I couldn't get a LC ES Forms server solution to this problem.  Adobe LC support stated that I had to modify the XDPs that show the bolding problem.  According to Product Engineering and Escalations group, LC ES 8.2.1 contained changes with respect to font attributes that we need to modify the XDP.  There are no server level changes that can solve the problem.
    Solution for me:
    1.  Open the XDP that showed the bolding problem in LC Designer ES SP3.
    2.  Find the bolded Chinese characters and unbold them.  Save the XDP.
    3.  Drop the updated XDP on to the LC ES Update 1 (8.2.1) Forms server.
    4.  Render the form in LC ES Update 1 (8.2.1).  No unwanted bolded characters for me.  As a plus I noticed the XDP size grow smaller in terms of file size after I saved it on ES Designer SP3.

  • Why is the font used in context menus displayed incorrectly/differently?

    hello, I upgraded from Fx 3.6.23 to 8.0.1 and found the font rendering in context menus to be "wrong" or at least different/changed in 8.0.1 - it is like a bold font, but also slightly pixelated... and quite ugly.
    How do I get a normally rendered font in my context menus?
    I thought it might be something inside my user profile so I created a brand new profile and still had the same problem.
    Thanks =)
    UPDATE Nov. 28 - I also just noticed that both favicon graphics AND fonts are not rendering correctly (or as they have in past versions of Fx) when I push and hold the the forward and back buttons down.

    You can do a check for corrupted and duplicate fonts and other font issues:
    *http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts
    *http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html
    Try to disable hardware acceleration.
    *Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • Affiliation of each form (report) to application, manage customized parts

    Hi!
    The real problem is that we have to make a list of all cutomizations and for that we need to know percent of customization in each module.
    Another questions are:
    1) Is there any way to see the whole list of all customized parts (let's focus on forms and reports) that we have now. With that list we can later see probable patches and affections an our system and percentage of customization in our EBS system (thread Re: Implemented modules is the answer for licensed applications...but is there a way to see customizations on standard objects ...i.e. forms and reports at least)?
    2) We'd also like to know for each form and report (regardless is it original or custom) to which application (module) it belongs to. I think that for every registered object EBS has a report of such a kind...but we do not know it now.
    3) How to see if any of those applications are really used-we thought that we have paid a lot of applications (modules) and we do not use some of them...so we'd like to make clear view of the current situation.
    Our system EBS 11.5.10.2, RUP 4, Linux RHEL EE 4 R4
    THX in advance,
    Damir

    Hi!
    THX for your answers....
    My aim to find out (any how) percentage of our customization in EBS. This looks to me very normal task...but it is more then tricky...at least to me!
    Any help to make that as much as possible alive? Have anyone done such a thing? Any best practice on that?
    THX in advance.

  • Problem adding elements to a group after removing everything...

    Hi everyone,
    I would really appreciate some help on something. I have a Group that has some Buttons in it. This Group is in one of fours States, and there is a componant for each State. After the user goes through the rest of the program and comes back to this State, I want to remove the old buttons, and add new buttons with new values. Bascially, I want to refresh the componant when it is visited a second time. I have a problem adding new Buttons to the group when the user revisits the componant / state.
    The group is created:
              <s:VGroup id="buttons"  x="0" y="35"  height="400" width="280" />
    When the init function for that componant is called, buttons are added from an array of buttons:
    for(var i:int = 0; i < 10; i++){
              var button:Button = questions[i];
              trace(button);
              button.addEventListener(MouseEvent.CLICK, myEventHandler);
              trace(buttons);
              buttons.addElement(button);
    When the user moves on to the next State, the buttons are removed:
    if(counter == 4){
              buttons.removeAllElements();
              FlexGlobals.topLevelApplication.currentState = 'Summary';
    When the user comes back to the initial state, the buttons are not added to the Group like they are the first time. The output of the trace as each button is added is also different the second time:
    First time: (successful)
    Main.MainBackground2.contentGroup.gameComp.buttons
    button8
    Second time:
    buttons
    button8
    Can anyone point me in the right direction? And better question, is there a better way I should be doing this?
    Is there a better way to refresh everything within a component upon viewing it s second time?
    Thanks in advance!

    I'm not sure why you are using addElement() to add the buttons. Aren't you supposed to let the state functionality handle when the buttons should be visible? That's the cleanest way to do it in most cases. You may want to post a larger code sample, where you have boiled down the code into a minimal sample that still enhibits the issue.
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex Training and Support Services

Maybe you are looking for

  • How can I transfer data from my PC to Apple air?

    Want to transfer camera instructions from PC to iPad Air. Can anyone help me. Thanx Tom G.

  • Menu Bar Icons Missing

    Pre-Yosemite I was running Obsidian Bar and Bartender but since I've update my menu is missing several icons including the time, batter image/percentage, and user. When I go to System Preferences and select Date & Time and go to clock, whenever I che

  • MAIL USING PL/SQL PROCEDURE TCP CONNECTION ERROR

    I was trying to send an e-mail using the demo-mail helper package which uses UTL_SMTP package and on execution, it gives the following TCP Connection error. Is it some something to do with mail configuration? This is the sample code I was trying to r

  • [SOLVED] Mounting /tmp as a ramdisk with systemd

    Hi, how would one go about setting up /tmp to be a ramdisk when using systemd?  (I'm entirely new to systemd, but since Arch is switching to it I guess I need to learn it.)  With rc.sysinit it was simple; I just added a call to "mount" early on in th

  • Dynamic Interactive Form Values not updated

    Hi All,    I am having a Dynamic Interactive form. Once I have changed values and save it,then when i try opening the pdf form, the  saved changes are not displaying ,only previous data  displayed. Please suggest a solution for this Regards, Vinoth