creation of menus

Hi, how can I create menu including a few positions (es close, do_smth1, do_smth2, etc.)? I took a quick look on the Menu class, but it is is not clear to me how to add positions.

Do something like that. Other things you discuss.

 protected void makeMenu(Menu menu, int instance)
   {
        menu.add(_testItem);
   }
------------
 private MenuItem _testItem = new MenuItem("Hide", 100, 9)
    {
            public void run(){
                 Dialog.inform("test");
             }
    };

Tags: BlackBerry Developers

Similar Questions

  • Creation of menus to display the video and text?

    Hi all

    Adobe offers everything that we would create a menu or a slideshow to view our learning modules online? My colleague would like to video miniature displays on the left side and the text on the right. Any suggestions?

    Thank you

    Your question is not very clear. You propose to create a Web site where a page is a catalogue of modules or do you think a stand-alone program?

    If this is the first, then take a look at Bootstrap which is included in the latest versions of Dreamweaver. You can choose to have a (carousel) view, or you can insert a media as by object

  • Creation of Menus in Dreamweaver CC

    What do you call three short horizontal lines that if clicked, produce a menu, and how do I create that in Dreamweaver cc?

    'S called it a hamburger. You can find more information at the three line Menu Navicon | CSS-Tricks

  • Support for the creation of menus in which is the center of the screen using AS3, with MovieClip that contains buttons

    Hello beautiful ActionScript Guru-

    I'm new on learn AS3 and have run obstacle after roadblock to getting what, in my view, should be a simple thing to work. I'm trying to create a menu on many levels using a MovieClip that contains simple buttons. I'm facing 2 problems while posting what I've built.

    1. my Menu.as (code below), says it takes "5000: the class 'Menu' must subclass"flash.display.SimpleButton"because it is linked to a symbol in the library of this type.» That's fine, except when I don't change the code to reflect the change the error message wants to difficulty, my beautiful menu driven with options turns into an absolutely useless image, with no opportunity to serve a menu at all. I have read other forums that I have what Miss me is to create a MovieClip that contains buttons, but I think that's exactly what I did. I'm not sure how to fix this error.

    2. when I compile my main class (ConsStartMenu.as) did not finish the compilation error 1119: line 29 and 46, claiming that my link to my subclass (Menu.as) called a potentially indefinite property Menu through a reference with static type ConsStartMenu. After searching on Google and the forums navigation for long hours, I do have absolutely no idea what means this error, or what he wants me to difficulty. I think that this is also the reason why my sizing and centering code does not work. It's as if he can't quite find my Menu.as. Maybe a quick glance at my code will shed some light on this?

    Thank you very much in advance for your help.

    -connor

    errors.png

    ConsStartMenu.as-

    package {}

    import flash.display.MovieClip;

    import stuff from the lib of valve

    Import ValveLib.Globals;

    Import ValveLib.ResizeManager;

    SerializableAttribute public class ConsStartMenu extends MovieClip {}

    These three variables are required by the engine

    public var gameAPI:Object;

    public var globals: Object;

    public var elementName:String;

    public void ConsStartMenu(): void {}

    }

    This function is called when the user interface is loaded

    public void onLoaded(): void {}

    make this visible user interface

    Visible = true;

    Let customer across the user interface

    Globals.instance.resizeManager.AddListener (this);

    trace ("Cons Start Menu loaded!");

    This. Menu.Setup (this.gameAPI, this.globals);

    }

    public void onResize(re:ResizeManager): * {}

    var scaleRatioY:Number = re. ScreenHeight/900;

    If (re. ScreenHeight > 900) {}

    scaleRatioY = 1;

    }

    This. Menu.screenResize (re. ScreenWidth, re. ScreenHeight, scaleRatioY);

    }

    }

    }

    Menu.As-

    package {}

    import flash.display.MovieClip;

    import flash.events.MouseEvent;

    Import fl.transitions.Tween;

    Fl.transitions.easing import. *;

    to import flash.display.SimpleButton;

    SerializableAttribute public class Menu extends MovieClip {}

    var gameAPI:Object;

    globals var: Object;

    public void Menu() {}

    }

    public void Setup (api: Object, globals: Object) {}

    define our variables

    api = this.gameAPI;

    Globals = This.Globals;

    }

    public void screenResize (stageX:int, stageY: int, scaleRatio:Number) {}

    'this', the position being this module, in the center of the screen

    This.x = stageX/2;

    This.y = stageY/2;

    Save the original scale of this movieClip

    If (this ["originalXScale"] is nothing)

    {

    This ["originalXScale"] =-this.scaleX;

    This ["originalYScale"] = this.scaleY;

    }

    This module/movieClip to scale the scaleRatio

    this.scaleX = this.originalXScale * scaleRatio;

    this.scaleY = this.originalYScale * scaleRatio;

    }

    }

    }

    you are missing a fundamental knowledge of classes and how they work.

    the bottom line: you cannot reference Menu unless it's a static class.

    You must create an instance of your class of Menu:

    menu: Menu of var = new Menu();

    and then you can add to your addChild (menu) for the use of ConsStartMenu, or maybe that you don't have.  I can't.

    is ConsStartMenu your document class?

  • Question about the script action and creation of menus

    I use flash for a while now and never formally trained in the design of web sites, so I always wonder if I use best practices. Here is the code I wrote for a menu. I try to use the script to control everything, I think that there is a more effective way to achieve this. Any help would be appreciated. Menu design and the current site work can be viewed here: http://www.studiojarch.com

    Advice on how to optimize the code would be appreciated.

    on {(press)
    If (project._currentframe == 25) {}
    }
    else {}
    getURL ("http://www.studiojarch.com/contact/", "studio_james_cornetet");
    project.gotoAndStop (25);
    }}

    on {(overview)
    If (_parent. Contact.goalPos == 290) {}
    _parent. Highlighter.goalPosy = 299;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    Project.Reverse = false;
    Project.Play ();
    }
    ElseIf (_parent. Contact.goalPos == 330) {}
    _parent. Highlighter.goalPosy = 339;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    Project.Reverse = false;
    Project.Play ();
    }
    ElseIf (project._currentframe == 25) {}
    _parent. Highlighter.goalPosy = 259;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    }
    else {}
    _parent. Highlighter.goalPosy = 259;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    Project.Reverse = false;
    Project.Play ();
    }}

    on {(deployment)
    If (project._currentframe == 25) {}
    Project.Reverse = false;
    }
    else {}
    _parent. Highlighter.Reverse = true;
    _parent. Highlighter.goalPosx = - 10;
    Project.Reverse = true;
    }}

    on (release) {}
    If (animation_hl_contact._currentframe == 24) {}
    }
    else {}
    _parent. James_Cornetet.project.gotoAndStop (1);
    _parent. Architecture.project.gotoAndStop (1);
    _parent. Awards.project.gotoAndStop (1);
    _parent. Blog.project.gotoAndStop (1);
    _parent. News.project.gotoAndStop (1);
    _parent. Publications.project.gotoAndStop (1);

    _parent. James_Cornetet.reverse = true;
    _parent. Architecture.Reverse = true;

    _parent. Architecture.goalPos = 100;
    _parent. Awards.goalPos = 130;
    _parent. Blog.goalPos = 160;
    _parent. News.goalPos = 190;
    _parent. Publications.goalPos = 220;
    _parent. Contact.goalPos = 250;

    _parent. James_Cornetet.about.gotoAndStop (1);
    _parent. James_Cornetet.CV.gotoAndStop (1);
    _parent. Architecture.category.gotoAndStop (1);
    _parent. Architecture.date.gotoAndStop (1);
    _parent. Archtiecture.bylocation.gotoAndStop (1);
    _parent. Architecture.typology.gotoAndStop (1);

    animation_hl_contact. Reverse = false;
    animation_hl_contact. Play();
    _parent. James_Cornetet.animation_hl_james_cornetet. Reverse = true;
    _parent. Architecture.animation_hl_architecture. Reverse = true;
    _parent. Awards.animation_hl_awards. Reverse = true;
    _parent. Blog.animation_hl_blog. Reverse = true;
    _parent. News.animation_hl_news. Reverse = true;
    _parent. Publications.animation_hl_publications. Reverse = true;

    }}

    One thing that stands out as being undesirable that recommended going is that you place on the items (using the on() approach) code.  The right approach is to assign instance names to your interactive objects and use them to place all code on the timeline where it is easily visible.  In doing so, you will find just that a lot of code that show you can be modularized in functions that can be shared by different objects rather than having each carrying a load full on his back. You will find that you can pass arguments to shared functions that do the same functions capable of supporting interactions with different objects

    Your call you (press) performs a conditional test useless.  If you change the status to be if (project._currentframe! = 25) you can avoid this.

    In all of your executed appeal of conditional statements, you have a few lines that are repeated in each condition, so they can be moved to the end off the conditional statements.

    Your call to it (release) has the same problem as your call you (press).  Use the _parent target overflow is also an indication that most of the code in this appeal would probably serve you better sitting in the _parent timeline and your button could just call this function

  • Yet an another installation tips - new generation I7 - 5930K

    Hi all

    I am building a new platform for publishing and I need some advice, I'll be happy if someone can look over it and check I don't miss anything.

    View profile

    • Software used
      • Adobe first CC
      • Media Encoder - export to dvd + h264
      • Yet Media - creation of menus
      • AE will be used in the future
    • The 40-minute film editing, loaded with effects (both 1st and 3rd part as the red giant)
    • Images:
      • Currently - various sequences of different cameras I've worked with several photographers video.
      • It is mainly DSLR and GOPRO, and the size is about 100-200 GB per movie.
      • Future proofing - Assembly of the 4 k images

    Pending issues

    • Is it balanced?
    • will it be sufficient for 4 k?
    • Should I buy an additional graphics card?
    • I don't know a lot about the coolers, I appreciate your help with this.
      • At the moment I just took the noctua to the only CPU - I don't know yet, it fits the case
      • What extra cooling?
    • I reuse disks hard 'old', don't you think it's ok? or is not a good place to save. I don't want to create a neck of the bottle after this purchase.
      • OS / software - SAMSUNG 850 PRO 128 GB
      • Work - Raid drive of 2 * Western Digital Caviar Black 1 TB
      • Offline files / backup - 2 * Western Digital Caviar Green 2 TB
      • Scratch disk is the new listed 950 down

    Build

    Processor: Intel Core i7 - 5930 K 3.5 GHz 6 - Core Processor

    CPU cooler: Noctua NH - D15 CFM 82.5 CPU Cooler

    Motherboard: Asus X 99 - DELUXE/U3.1 ATX LGA2011-3 motherboard

    Memory: G.Skill Ripjaws V Series 32 GB (2 x 16GB) DDR4-3000 memory

    Storage: Samsung 950 PRO 512 GB solid state drive m2-2280

    Video card: EVGA GeForce GTX 980 Ti 6 GB Superclocked + ACX 2.0 + video card

    : Nineteen hundred red Full Tower ATX Antec case

    Power supply: Antec 1300W 80 + Platinum Certified fully modular ATX power supply

    The budget was stretched to build this platform, so please, be gentle with your recommendations

    Any help will be MUCH appreciated.

    Edit:

    Should I get off at 5820 & 99 x - a MOBO and add a 2nd SSD for the media?

    Kind regards

    Mehdi.

    I saw the 5820 k markers once overclocked, similar to the k 5930 scene. so for me the upgrade to the k 5930 is only for the pcie lanes. If you're looking for more quickly, 5960 x 8 cores is the next step toward the top, but more than 2 x the price. If you need that performance, I will try to use the as a temporary remnant 5820 k, just to get to broadwell-e 10-core. It is rumored to 2016 q2 release.

    It will cover 4 k edition?  Read this recent post:

    Re: First generation PC - GoPro 4 K video editing with Premiere Pro and AE - Opinions

    One word: glorious! 4K video editing is out of this world. In the source monitor and program videos are played with a 'complete' resolution with zero loss of images. Classification and color of the color correction is amazing also. I can manipulate each parameter and see it change during video playback. The rendering is seconds fast, light for a 2 min clip. The encoding is super fast.

    What to update then?  We can only try to recommend a balanced build based on your projects and media. If you do not have the system and launched, you would be able to see where the bottleneck using performance monitoring programs. first and most of the software adobe for the most part depend on the cpu. Since you have the gtx 980 ti and samsung 950, the next update would probably be the cpu. If the 5820 k is not enough, the next upgrade of processor will the kernel broadwell-e 8-database $600-ish or 10 at the $1 k - ish. the only faster cpu upgrade option for the asus x 99 mbd would be a xeon, but which would be very costly and require an ecc memory. After broadwell-e/ep next gen cpu will require a new motherboard.

  • I ask for child Pages without a Parent?

    I'm working on a horizontal simple regular menu. One of the menu items is POINTS and underneath there is a POINT A and POINT B. This means that I have three pages. Even though I want the creation of menus to behave this way, I don't really want a page for ITEMS. I just want to be there in the menu and then when people spend on them they see choices below (POINT A and POINT B) and choose one of the two available choices. How can I do this?

    Hello

    You need to change the options of the Menu of the page 'items '. Please right click on the page in outline view > Menu Options > Insert Page without hyperlink. Please refer to the following screenshot: http://prntscr.com/2qe1xt

    See you soon!

    Aish

  • LMS request

    Hello

    In our current design we have buttons on the side of a module of e-leaning that brings you to separate subjects/slides. My thoughts are that when we receive the LMS system it will be able to pick up or return to the entire record and not to individual topics in the publication of a swf file. So I think I have to do a new design that publishes each topic as being a swf file and then the LMS can be configured to collect related files in an e-learning modules. Topics can then be reused in different modules as needed. A hope that someone could do me know if a good thought pattern way?

    Thank you, Ellen

    Some LMS products support 'Packages of multiple-SCO' - so you can load
    Multiple SCOs in a .zip file, download, and the LMS that will see
    a 'course' or 'lesson' contains various SCO to navigate between and
    the score. They are often released in a frameset window, a frame being
    the list of the SCO (menu) and the other showing the selected lesson).

    Other LMS products do not support and encourage simple download
    lesson of SCO and allowing the creation of menus/navigation to get through the LMS.

    The LMS I use (Inquisiq) is one of these. You download each "lesson".
    as an individual SCO which places them in your library of lesson.
    Then, you create a class how you choose which you lessons
    you want to include in this course. This allows you to reuse through lessons
    However, many courses you want.

    If you import a package of multiple-SCO, Inquisiq will see them but will
    Load them all as individual lessons. It will not retain any sort of
    link between them.
    Erik

    ellenwill wrote:

    > So I'm
    > thinking I have to do a new design that publishes each topic as being a swf file
    > and then the LMS can be configured to collect related files in
    > an e-learning modules. Topics can then be reused in different modules as
    > required.

    --
    Erik Lord
    http://www.capemedia.NET
    Adobe Community Expert - e-Learning
    http://www.Adobe.com/communities/experts/
    ------------------------------------------------------------------------
    http://www.awaretips.net - Authorware tips!

  • Cloud App creation has lack of text in the menus, buttons etc

    My Cloud Creative application was working fine, but all the text disappeared from the menus, buttons etc. It is therefore impossible to use.

    I am running Windows 8.1. This is a clean install, and as I said everything runs ok for about a week but stopped. I removed all installed and reinstalled Adobe Creative cloud applications, but it has not fixed the problem.

    If you update to the current version of the creative cloud desktop application should allow you to solve this difficulty.  For more information, see creative cloud desktop has lack of text of point 8.1 of Windows - http://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-missing-text.html.

    My thanks to Garethm who is screenshot has been used in the creation of this technical paper.  You published an effective example of the question that should help others who may know this difficulty.

  • PRE11 - creation sharing online with Menus

    I would like to know if it is possible to share a creation a file or YouTube etc PC and have the function of menus?  I burn my creation for a BluRay and there my menus on the disk.  However if I record the creation as say an AVCHD file that later, I upload it to youtube, I can't find a way for this file in order to have the menus.

    Is it possible - help appreciated.

    RFMclaughlin3

    Premiere Elements allows for menus only with

    burn on DVD-VIDEO on DVD

    burn to DVD AVCHD Disc

    burn to Blu - ray disc on Blu - ray disc format

    and

    webDVD who is not a DVD-VIDEO, but rather a flash file that can include a menu.

    That's all.

    Please let us know if you need any clarification on what I wrote.

    Thank you.

    RTA

  • Creation of custom Menus

    What I see < netuix:singleLevelMenu > and < netuix:multiLevelMenu > are the only options available in the file .menu - and the skeleton jsp is resolved may be on the basis of < netuix: tagUsed >

    We have a requirement for the menu from a JSON file maintained externallly - this design allows the team of the company to change the menu without intervention of the development team. We have create a menu - framework/markup/menu/myCustomMenu.menu.

    But there is no documentation on how to do it. URL http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/portals/develop_ui_lookfeel.html#wp1032617 provides only information about customizing the out-of-box singleLevel or multilevel menus.

    Ask your advice on how we can proceed with the creation of our custom menu?

    Thank you
    Prashanth

    In your custom menu file, specify the skeletonUri the path of the file JSP that you want to use to display the menu. Then take a look at the existing singlelevel or multilevel menu.jsp files of source code examples make everything what you want to do

    <>
    title = "Custom Menu" description = "e.g. menu."
    markupType = markupName "Menu" = 'CustomMenu' don't
    skeletonUri = "custom.jsp" > "

  • Creation of two different menus in Muse

    I would put two menus of different horizontal navigation on my site, along the top, the other along the bottom. I can't find a way of making them different however (i.e. of each navigation menu so you to different parts of the site). Inside one reflects all changes to the top. Is it possible to which allows you to navigate to the different pages of the site on two different menus? Any help much appreciated.

    Thank you.

    You need to create your menus to be on "Manual" rather than rely on the program to implement the menu automatically for you. Use the menu widget to create a menu, right click on the small blue arrow appear on the upper right corner, which opens a window. Select "Menu Type" and move it to the manual. This for both and you should be able to edit them independently.

    With this configuration, you must manually bind each button of the menu itself to the corrosponding page using the fature of hyperlinks...

  • Creation of blu - ray and DVD standard of same video project - issue of menus

    Hello

    I have a video project, I intend to distribute on blu - ray and standard DVD. I plan create all menus and buttons for the blu - ray disc first. Can I just reduce the menus and buttons in again when I go to create the DVD standard? Or better, I'll recreate the standard DVD menus in Photoshop? Someone else to create the menus same br and standard DVDs? Any tips? I'm using CS5. Thank you.

    Cheers, Steve

    I would certainly agree with Jim's response above too.

    The problem with trying to use the same image is not massively different resolution (1920 x 1080 from 720 x 480), but also the size of the pixels.

    BD uses square pixels and what you design is what you get in the disc - DVD on the other hand uses non-square pixels and it can be a nightmare to design if you try at the scale of the images of high Resolutiom down to SD

    The SPHL button are also different - BD requires a separate layer for each State of the button to coloiurs up to 256 while DVD gives you the complete package on 2 bits of an image indexed with a total of 3 corridors.

    I would definitely say to create separate menus for each project.

  • Creation of sub menus drop-down

    Am I missing something, I can't create submenus. If these not automatically drop button menu when I have a brother page that extends from this page.

    Eugene

    I juist learned how to do this so I can help you.

    In Design Mode, click in your bar menu and then right on the arrow blue option for her. Onder Options/Menu Type Choose all Pages. Then, you will get a menu dropdown showing your submenus.

  • The synchronized application: creation of menu items for each call to makeMenu SQLite?

    A matter of design, which is a good implementation of the following?

    My requirements are:

    1. Have a different menu for each screen.
    2. The battery of the screen will be high both a single screen.
    3. To switch screens, the user must use the menu.

    I created the menu for each screen by the following:

    protected void makeMenu(Menu menu, int instance) {
    super.makeMenu(menu, instance);
    Database db = null;
    try {
    
      db = ResourceManager.getConnection(true);
      mCoffeeDao = new FlavshellDao();
      mTabDao = new FlavmDao();
    
      if (instance == Menu.INSTANCE_CONTEXT) {
          Bitmap logoWbg = Bitmap.getBitmapResource(resource
                  .getString(ScoreCenterResource.logo));
          Image image = ImageFactory.createImage(logoWbg);
    
          gMenu.setIcon(image);
          nMenu.setIcon(image);
          aMenu.setIcon(image);
          shMenu.setIcon(image);
          avMenu.setIcon(image);
          logoMenu.setIcon(image);
    
          menu.add(gMenu);
          menu.add(nMenu);
          menu.add(aMenu);
          menu.add(shMenu);
          menu.add(avMenu);
          menu.add(logoMenu);
      }
    
      if (instance == Menu.INSTANCE_DEFAULT) {
          menu.add(logMenu);
          menu.add(exitMenu);
    
          shell = mCoffeeDao.findAll();
    
          for (int i = 0; i < shell.length; i++) {
              Flavshell m = shell[i];
              /**
               * Ordering parameter, lower values are placed closer to the
               * top of the menu screen.
               */
              item = new FlavMenuItem(m.getPk(), m.getFlavortitle(),
                      200 + i);
              menu.add(item);
          }
    
          String[] params = {
              Integer.toString(this.mCoffeePk)
          };
          Flavm[] m = mTabDao.findByDynamicWhere("FLAVOR = ?",
                  params);
    
          if (m.length > 0) {
              for (int j = 0; j < m.length; j++) {
                  if (m[j] != null) {
                      Flavm specificMenu = m[j];
                      item = new FlavMenuItem(specificMenu.getPk(),
                              specificMenu.getTitle(), 100 + j);
                      menu.add(item);
                  }
              }
    
              menu.add(MenuItem.separator(105));
          }
      }
    
    } catch (FlavshellDaoException e) {
      Logger.logEventError(e.getMessage());
    
    } catch (FlavmDaoException e) {
      Logger.logEventError(e.getMessage());
    
    } finally {
      try {
          db.close();
      } catch (DatabaseException e) {
          Logger.logEventError("Menu Database error: " + e);
      }
    }
    

    I created a database with a single link object read in the following text:

    public synchronized static final Database getConnection(
        final boolean readOnly) {
    Database db = null;
    try {
        URI userFileURL = URI.create(System
                .getProperty("fileconn.dir.memorycard")
                + resource.getString(CoffeeHouseResource.db_path)
                + resource.getString(CoffeeHouseResource.db_name));
    
        db = DatabaseFactory.open(userFileURL, readOnly);
    
    } catch (MalformedURIException e) {
        Logger.logError("Get connection: URI: " + e.getMessage());
    } catch (ControlledAccessException e) {
        Logger.logError("Get connection: Controlled Access: "
                + e.getMessage());
    } catch (DatabasePathException e) {
        Logger.logError("Get connection: Database Path: "
                + e.getMessage());
    } catch (DatabaseIOException e) {
        Logger.logError("Get connection: Database IO: "
                + e.getMessage());
    } catch (Exception e) {
        Logger.logError(e.getMessage());
    }
    return db;
    }
    

    My question is,

    • If the user to call the menu as happening in any other activity database (SQLite), making the synchronized method will prevent database locks?
    • Should I design my makeMenu got a call from the database at all? It seems to me that all this works, this could potentially cause a lot of traffic on the SQLite database?
    • I thought to move the menu to a vector and storing the menu in storage Runtime, but I read that the Runtime Storage has the memory leak issues?

    Your basic design principles seem well - I have a number of applications that actually have "tabs" screens, so clicking on a tab or using the menu swaps from one screen to the other.  You can just push the new screen and pop, that. In fact, here's a menu from a screen, that I am currently working:

    _StatsMenu MenuItem = new MenuItem ("Stats", 110, 10) {}
    public void run() {}
    UiApplication.getUiApplication () .pushScreen (new StatsScreen (System.currentTimeMillis (), 0));
    UiApplication.getUiApplication () .popScreen (BaseScreenWithToolBar.this);
    }
    };

    While I haven't looked in detail, but your code dangerous look.

    I've never tested, but I suspect makeMenu is called using the EventThread.  Doing things like database connections in this method will cause you problems.  Do not.  If you need to query the database, do so before makeMenu is called.  Starts a separate Thread and set the appropriate menus if this Thread is not finished.  or block the user interface, until he made.

    In addition, I wouldn't do it in makeMenu:

    Bitmap logoWbg = Bitmap.getBitmapResource (resource
    .getString (ScoreCenterResource.logo));
    Image image = ImageFactory.createImage (logoWbg);

    You can do it once to the creation of the screen, or better yet, once at startup and save it in a shared domain.

    If you do not want to create a dynamic menu, then use the normal persistent store - or check out the details for the database once at startup and use them after that RAM.

    And avoid lifting heavy objects in makeMenu.

    I hope this helps.

Maybe you are looking for

  • Telenet Flanders on AppleTV

    I can't use the YelloTV application that is on my IPad on Apple TV. 3rd generation. There is a message "not authorized connection" and Telenet gave a very stupid answer on that of rights... Is this possible on the 4th generation?

  • Lost a ton of music and playlists - how to restore

    Hello I just went to try to play music on my iPad and my iTunes on my Windows laptop, 10, but to my surprise I discovered not only did I lost ALL my playlists but I lost a TON of my personal music (ripped from my own CD... How to restore a previous l

  • 10.11.3 OSX download failure

    I tried to download OSX 10.11.3 twice.  Both times, it gives a message saying it could not be verified that all parties have not been downloaded, etc.. Downloads went smoothly (40 minutes), and the two failed with the same message.

  • FT2232 in mpsse mode

    Hi all I am really new in using the ft2232 chip. I want to use it in mpsse mode. I met also provided by ftdi labview support and all related doccumnets. also, I read http://forums.ni.com/ni/board/message?board.id=170&thread.id=293740 this discussion

  • Heb een heel stil geluid op mijn mediaplayer

    Heb een heel stil geluid op mijn mediaplayer langs mijn oortjes is het wel goed geluid