I need a __tip__ on menus!

I need a sorce code for a very simple menu, nothing fancy, just a normal:
======================File Edit Help====================
...Menu, Plese someone help me!Should I use a Jmenu___ a UI control, or whatever!Sorce code or tips are fine!

import javax.swing.*;
import java.awt.event.*;
public class Test extends JFrame{
     public Test (){
          setSize(400,400);
          setJMenuBar(createMenuBar());
     protected JMenuBar createMenuBar() {
        JMenuBar menuBar = new JMenuBar();
          //---File Menu
          JMenu fileMenu = new JMenu("File");
          fileMenu.setMnemonic(KeyEvent.VK_F);
          JMenuItem openOption = new JMenuItem("Open");
          openOption.setMnemonic(KeyEvent.VK_O);
          fileMenu.add(openOption);
          JMenuItem saveOption = new JMenuItem("Save");
          saveOption.setMnemonic(KeyEvent.VK_S);
          fileMenu.add(saveOption);
          JMenuItem newOption = new JMenuItem("New");
          newOption.setMnemonic(KeyEvent.VK_N);
          fileMenu.add(newOption);
          JMenuItem quitOption = new JMenuItem("Quit");
          quitOption.setMnemonic(KeyEvent.VK_Q);
          fileMenu.add(quitOption);
          menuBar.add(fileMenu);
          return menuBar;
     public static void main (String [] args){
          JFrame f = new Test();
          f.show();
          f.addWindowListener(new WindowAdapter() {
            public void windowClosing(WindowEvent e) {
                System.exit(0);
        f.setVisible(true);
}

Similar Messages

  • More info needed on BC Dynamic menus and using CSS with them

    Hi all,
    The BC Gurus tutorial on Dynamic Menus and how to style them with CSS made no sense to me, unfortunately. The presentation was too rushed and the screen too small to see what was happening.
    In a previous question I found out how to apply CSS classes to BC menus after a bit of a run around.
    I was putting the # in front of the Item ID name and a . in front of the class name and this was not necessary.
    I have further questions though, as I am still struggling to get a BC Dynamic menu to style properly with the CSS I have created.
    1. If you choose CSS as the menu type, can you set the font, background colour and rollover state of the menu items in the Dynamic menu section? Or do you have to style it all in the CSS stylesheet?
    2. If you choose CSS as the menu type, the option to say how the submenu sits under the root menu disappears. So do you need to set this in the CSS stylesheet? And if so in which element? UL or LI?
    3. If you choose CSS/HTML only, how is this different to the option of CSS for the dynamic menu?
    4. If you choose CSS as the menu type and if you set a width and height in the menu item, and then set a different width and height in the CSS stylesheet, which width and height wins?
    5. If you want a dynamic menu to show on an Android phone, do you have to choose CSS/HTML only and do all the styling in the CSS stylesheet? Or should you avoid dynamic menus all together and just use a UL list in the template? (I am doing a responsive fluid grid layout in DW for the template).
    6. I am finding that the dynamic menu I have done, with CSS as the type, does not show and hide the sub menu items properly on an Android phone. Is there a problem with the javascript in Dynamic menus?
    Thanks for any help you folks can give on these questions!

    .pacnew files are only created if you have modified the default (or a change has been made to the config upstream); in both cases, you should be looking to incorporate the changes.
    It seems some new options are being shipped with lxdm: you want those in your config (turning them on or off is a matter for you and the man page to sort out)...

  • Desperately need solution for multiple menus

    I'm using Dreamweaver 8 and am using only CSS for layout and
    controlling all the page elements. One thing I've never found any
    instruction books it is naming conventions when you're using
    multiple menus on a page. I give all my menus unique IDs and that
    seems to work so far BUT I've run into a problem now and have
    worked on fixes for about five hours. I'm completely baffled and
    wonder if there is a CSS was out there who can help out.
    The first 3 navigation menus appear properly and there are no
    problems. This page has the first three menus:
    http://www.aexcea.com/ANGELA/indexTest.html
    . It even worked fine when I did the header and footer as a PHP
    include:
    http://www.aexcea.com/ANGELA/indexTestIncludes.php
    So far, so good.
    Now I had to add a left navigation bar for the client and
    that's when all hell broke loose:
    http://www.aexcea.com/ANGELA/TemplateLeftNav.php
    4th menu
    added
    The fourth menu works but now the first three menus are going
    crazy. They don't display properly in Firefox and in IE they're
    jumping all over the place with the mouse overs. I've changed the
    names of all the menus so they are completely different from each
    other, I tried them as DIV ID, as SPan classes, as a combination of
    the two, I took out the PHP include, put the 4th menu CSS in its
    own file and I've studied the stylesheets till I'm bug-eyed, and I
    have no idea why it's acting this way.
    I'm including the stylesheets below with the relevant code
    and the HTML for the page were all 4 menus will be at the end.
    I'm at the end of my rope and I'm desperately hoping somebody
    can help. Also if anybody can shed some light on the standard
    naming conventions for multiple menus I'd be very grateful.
    Tatania

    The guy is totally correctin his review.
    That is how FireWire works. The FireWire bus will run only as fast as the slowest device on the bus. So as soon as plug in a FW400 device, everything is then clocked down to 400FW.
    If you need to have both FW800 and FW400 devices running at their native speeds you need two FW busses each with their own controller.
    Because of the limited expansion capability of the iMac, I don't see any way for you to get around this limitation.
    If you get a Mac Pro then you could use a FW PCIe card for the second bus and controller.
    Allan

  • Need Help & Urgent Response --Menus

    Hi,
    I am facing problem in manipulating menu (PL/SQL-code).
    Wanted to...
    1. I ve specific entities assigend specific users
    2. On the basis of specific login user replacing the menu
    3. Using GLOBAL variables transfering user id to calling forms
    Problem:
    I wana create a cursor to gather info abt specific user's entities assigend and dependign uopn these entities (if ...then... else) enabling/disabling menus BUT cursor is created in the menu SQL editor but unable to recognize cursor's fecthed records ....like
    Code for Mune Item:
    declare
    cursor c1 is select entities ....;
    c_rec c1%type;
    begin
    open c1;
    loop...
    fetch c1 into c_rec;
    if c_rec.entity = 1 then
    en/disable menu;
    else
    end if;
    ERROR: c_rec is not defined / unrecognized ....
    Plz help me in this regard and also tell me some other solutions to do this.
    waiting
    Thanking you in anticipation
    Regards

    yes at the start time all the menu items are enabled ....on the basis of info getting from cursor i wanted to enable/ disable the menu item????? Got my point???

  • Need help with jump menus

    I'm 53 and electronically challenged.  I am an artist and am re-doing my extremely simple/basic website, and would like to add jump menus. However, when I try to insert the Form Object...Jump Menu, the dialog box tries to open, but then I receive an error message "When executing...a JavaScript error occurred."  After  I hit OK, everything freezes up, and I have to hit the Ctl/Alt/Delete to get out of the program.  I have been trying to find instructions; I went to File/Debug, but I receive a message saying the document cannot be debugged because it contains no JavaScript. Honestly,  I don't even know what that is.  Perhaps I'm trying for something too complicated...I really just want to add those drop-down menus which every other website seems to have.  Navigating my site has become too complicated, and I would like to simplify the process.  If anyone responds to this (my first forum message, ever), please use baby-computer language.  Thank you very much.

    Thank you for the referral.  After reading and answering the first response, I was led to another question/answer about JavaScript and did go to the troubleshooting page (where I've been since writing).  Not that I understand 1/10th of what it said, but on my computer I wound up here:
    ...\DreamweaverUltradev\Conf\Objects\Forms
    It wasn't the same path as the article said (at least not on my computer), but I looked at all the "icons" and discovered that everything had at least 2 icons (Image Field has 3), but the Form Insert only had one icon, which looks to me like a dollar sign inside a box.  Everything else either has what looks like an Internet Explorer symbol, or a page with a broken corner (Dreamweaver icon?).  Anyway, I keep reading suggestions about reloading the program, so I guess I'll do that, unless someone can make an easier suggestion (I am terribly inept and for some reason have difficulty loading programs).
    Thanks.

  • Need multiple drop down menus to populate text in one text box

    Not sure how to do this. I have 27 drop down boxes with the choice of true or false. What I need is that everytime someone chooses false it will create a list of subjects that were false at the end of the document in the notes section.
    I tried a simple false export value and on blur - run a java script 'this.getField('NOTES: Resource concerns').value = event.value;', but it will replace the previous drop down boxes subject. Is there a way for me to get multiple lines included in the notes section?
    Thank you

    This is quick and from memory, i can't test it right now, but it should give you an idea. Put this in a document level script:
    function SetNotesField() {
         // Set up a variable to hold the entire NOTES field value
         var Notes
         // Add the value for each dropdown box here (replace 'GetValueFor_SE_FieldHere' with the value you will use for that dropdown)
         if (this.getField('SE').value == 'true') {
              Notes = Notes + 'GetValueFor_SE_FieldHere' + '\r'  // add a carriage return if needed
         if (this.getField('SQ').value == 'true') {
              Notes = Notes + 'GetValueFor_SQ_FieldHere' + '\r'  // add a carriage return if needed
        //...Duplicate the above for any other fields you need
         // Set the value of the notes field to the concatenated value for all dropdowns.
         this.getField('NOTES').value = Notes
    For each dropdown field, add the following to the 'OnBlur' event:
    SetNotesField()

  • Need help with Flash Menus

    IM working on this Flash menu and i can't seem to change the names on the menu please someone help me how to change the names thanks     
    http://i294.photobucket.com/albums/mm87/Gorla89/Untitled.png
    Here is the source file
    [URL=http://www.zshare.net/download/77446323dd7b876b/]header1_v8.fla - 2.10MB[/URL]

    IM working on this Flash menu and i can't seem to change the names on the menu please someone help me how to change the names thanks     
    http://i294.photobucket.com/albums/mm87/Gorla89/Untitled.png
    Here is the source file
    [URL=http://www.zshare.net/download/77446323dd7b876b/]header1_v8.fla - 2.10MB[/URL]

  • Needs help.....Please about using different classes

    I don't know how to use differenet classes.
    Please tell me how to write class to suit Start. This stuff me up. Please .... help me
    <<My program>>
    //Start
    public class Start
    {  private Artist[] Artists;
    private Record[] records;
    private Person[] Manager;
    private TextMenu makeMenu = new TextMenu();
    public static void main(String[] args)
         Start studio = new Start();
    studio.menu();
    public Start()
    {  //Person.Manager(ManagerName,HouseNumber,StreetNumber,PhoneNumber)
         Manager = new Person[1];
         Manager[0] = new Person("Yangfan",88,"Young ST",11118888);
         //Artist(GroupID,ArtistName,HouseNumber,StreetNumber,PhoneNumber)
         Artists = new Artist[5];
    Artists[0] = new Artist(1,"Backstreet Boys",58,"Music ST",99998888);
    Artists[1] = new Artist(2,"Santana",68,"Music ST",99998899);
    Artists[2] = new Artist(3,"Macy Gray",78,"Music ST",55558888);
    Artists[3] = new Artist(4,"Ricky Martin",88,"Music AVE",77778888);
    Artists[4] = new Artist(5,"Did Rock",55,"Music Road",66667777);
    //Record(RecordingID,RecordName,Artist,StartTime,FinishTime,RecordingDate,GuestArtist1,GuestArtist2)
    records = new Record[6];
    records[0] = new Record(1,"I want it that way",Artists[0],11,12,"05/08/2001",Artists[1],Artists[3]);
    records[1] = new Record(2,"Smooth",Artists[1],11,12,"05/08/2001",Artists[1],"");
    records[2] = new Record(3,"Do something",Artists[2],11,"05/08/2001",Artists[3],"");
    records[3] = new Record(4,"Livin La Vida Loca",Artists[3],11,12,"05/08/2001",Artists[1],Artists[3]);
    records[4] = new Record(5,"Bawitdaba",Artists[4],11,13,"05/08/2001",Artists[1],"");
    records[5] = new Record(6,"The one",Artists[0],11,14,"05/08/2001",Artists[1],"");
    public void menu()
    {  String[] choices = {">>>List Manager Details",">>>List All Artist Names",">>>List An Artist Telephone-Number",">>>Show Details For One Recording",">>>Add A New Recording",">>>List The Recording Costs For All Artists",">>>List Artist's Reocording",">>>Exit Program"};
    while (true)
    {  switch (makeMenu.getChoice(choices))
    {  case 1: showAllArtists();
    break;
    case 2: showAllRecords();
    break;
    case 3: System.exit(0);
    break;
    case 4: System.exit(0);
    break;
    case 5: System.exit(0);
    break;
    case 6: System.exit(0);
    break;
    case 7: System.exit(0);
    break;
    case 8: System.exit(0);
    break;
    default:
    public void showAllArtists()
    {  int numArtists = Artists.length;
    for(int i = 0; i < numArtists; i++)
    {  Artists[i].displayArtistDetails();
    public void showAllRecords()
    {  for (int i = 0; i < records.length; i++)
    {  System.out.println();
    records.printRecordDetails();
    <<Assignment>>
    Due - midnight, Wednesday August 22nd
    This assignment will test your knowledge of Java programming using classes, encapsulation and javadoc.
    The base requirements
    Write a complete Java class to manage a Digital Recording Studio. The studio wants to keep a list of all Artists that use the studio and also wishes to keep track of all Recordings that have been made. An important function of the program is to calculate the time spent making a recording and charge the Artist for the time used.
    You must create at least the following classes, Start, Studio, Person, Artist, Recording, Address. You may create other classes if needed as well
    Start will contain main(), create one instance of a Studio and execute a Menu of commands to test your code. Studio should contain a studio name, an array of Artist and an array of Recording plus the studio manager (a Person). Each Artist should contain the name of the group and an Address. Each Person will have a name and a home address. Each recording will have a Title (usually song title), an Artist (only one), and a list of guestArtist (they are Artist�s but will not receive royalties) the number of the CD the recording is stored on (numbers are numerical and recordings are saved on CD-R), plus the recording start and finish times for the recording session (suggest you use Java Date class � refer to the API). An Address will contain, house number (integers only), a street name and a telephone number. There is no need to store city and country.
    To enter a set of data for testing your program � main() should call a method in the Start class that will fill in a set of values by creating objects and filling in values by calling methods in each class. This is the ONLY method allowed to be longer than 1 page long � normally we would read the data from a file but there are no O-O principles that can be learnt with simply filling in data values. It is suggested to create say at least 4 Artist�s and 6 Recordings (at least one with 1 guest Artist and one with 2 guestArtist�s)
    A menu for testing your program should be provided (it is suggested to put the Menu into a separate class as you need at least 3 menus). While other commands are possible, only the following ones will receive marks.
    Menu commands needed are
    List the Managers name, address and telephone number
    List all Artist Names
    List an Artist telephone number (a sub menu showing valid Artist�s is required)
    Show all details for one Recording ( sub menu of valid Recordings will be needed and remember there can be more than one guestArtist)
    Add a new Recording, user will need to be prompted for all details.
    List the recording costs for all Artists � show each Artist on a separate line with their name and total amount, charge for using the studio is $1000 per hour or part thereof, example for a 1 hour and 10 minute recording the Artist will be billed for 2 hours.
    List all the Recording�s one Artist has worked on (sub menu of Artists needed), the list should show whether they were the Artist or a guestArtist
    Exit program
    Use fixed sizes for arrays, suggest 20 is suitable for all arrays. Java can handle dynamic data structures (where the number of elements can grow or shrink), but that is beyond a first assignment.
    Do NOT make ANY methods static - this defeats the Object Oriented approach and will result in ZERO marks for the entire assignment.
    Data MUST be encapsulated, this means that all the data relating to an object are to be stored INSIDE an object. None of the data detail is to be globally available within your program - hence do not store Artist names in either Studio or Recordings � just store a reference instead. Do NOT create ID numbers for Artists, you should use References instead � for many students this will be the hardest part as you have to use Objects, not program in a C style to solve the problem. Note that if there are any non-private data in classes then zero will given for marks for encapsulation.
    Good programming style is expected (see web page or lecture notes). In particular, you must use javadoc to generate a set of html pages for your classes. Make sure you use the special javadoc style comments in your source code. Marks will be granted for both using javadoc and also for including sensible javadoc comments on each class and each public method.
    What to Hand In
    Read the turnin page, basically the .java files, a readme.txt to tell the marker which file the program starts from plus the javadoc (html) files. Do NOT send .class files (if you do send these we will delete them and recompile your program), do NOT compress with gtar, tar, zip or use any other tool on your files. Turnin automatically compresses all your files into a single archive for us to mark.
    The simplest way to turnin all your files is to place all files in one directory then just use the *.* wildcard to turn in all files within that one directory.
    You must turnin all files that are not part of Java 1.3. In particular, you are allowed (actually encouraged) to use EasyIn or SavitchIn but should include the one you use in the files you submit. It is STRONGLY suggested that you copy all the files into another directory, test it works there by compiling and executing then turnin files from that directory. A common problem is students adding comments at the last minute then not testing if it still compiles. The assignment will be marked as submitted � no asking later for leniency because you added comments at the last minute and failed to check if it still worked.
    If the tutors are unable to compile your submission, they will mark the source code but you will lose all the execution marks. Sorry, but it is your responsibility to test then hand in all files.
    Comments
    For CS807 students, this program should be fairly easy if it was to be programmed in C (you would use several struct). The real art here is to change over to programming objects. Data is contained in an object and is not global. This idea is essential to using Java effectively and is termed encapsulation. Instead of using function(data), you use objectName.method( ). Effectively you switch the data and functions around, the data has a method (function) attached to it, not the other way around as in C (where you have a function and send data to it).
    While there will be some marks for execution, the majority of the marks will be given for how well you write your code (including comments and documentation) and for how well you used O-O principles. Programs written in a C style with most of the code in one class or using static will receive ZERO marks regardless of how well they work.
    You are responsible for checking your turnin by reading the messages turnin responds with. Failure to read these messages will not be an acceptable excuse for submitting an incorrect assignment. About 2% of assignments sent to turnin are unreadable (usually empty) and obtain 0.
    Late submissions
    Late submissions will only be accepted with valid reasons for being late. All requests for assignment extensions must be made via email to the lecturer. Replies for acceptance or refusal will made by email. Instant replies are unrealistic (there is usually a flood of queries into my mail box around assignment due dates) and the best advice is to ask at least 4 days in advance so that you will have a reasonable chance of getting a timely reply and allow yourself enough time to submit something on time if the extension is not granted.
    ALL late submissions will be marked LAST and will NOT be sent to tutors for marking until all other assignments have been marked. As an example, if you submit late and your assignment is not yet marked by the time assignment 2 is due then it will be pushed to the end of the marking pile as the assignments that were submitted on time for assignment 2 will take priority.
    If you make a second submission after the submission date, only the first submission will be marked. We will not mark assignments twice! You can update your submission BEFORE the submission date if you need to - this will just overwrite the first submission. The latest time for a late submission is 5pm on the Wednesday after the due date. This is because, either a solution will be handed out at that lecture or details of the assignment will be discussed at the lecture. I cannot accept any assignment submissions after that time for any reason at all including medical or other valid reasons. For those who are given permission to be later than the maximum submission time � a different assignment will be handed out. Remember, if you decide to submit late you are VERY UNLIKELY to receive feedback on your assignments during semester.
    Assignments will be removed from turnin and archived elsewhere then forwarded to tutors for marking on the morning after the assignment is due. A different tutor will mark each of your assignments � do not expect the tutor you see at the tutorials to be your marker.
    Marks will be returned via email to your computer science yallara account � ideally within 2 weeks. I will send marks out when I receive them so do not send email asking where your marks are just because a friend has theirs. If you want your email forwarded to an external account, then place a valid .forward file into your yallara account. The Help Desk on level 10 can assist you in setting this up if you do not know how to do it.

    I have seen other people who have blatantly asked for
    other people to do their homework for them, but you
    are the first person I've seen to actually cut and
    paste the entire assignment as it was handed to you.
    Amazing.
    Well, unlike some of the people you're talking about, it seems like zyangfan did at least take a stab at it himself, and does have a question that is somewhat more sepcific that "please do this homework for me."
    Zyangfan,
    marendoj is right, though. Posting the entire assignment is kind of tacky. If you want to post some of it to show us what you're trying to do, please trim it down to the essential points. We don't need to see all the instructor's policies and such.
    Anyway, let me see if I understand what you're asking. You said that you know how to write the code, but only by putting it all in one class, is that right? What part about using separate classes do you not understand? Do you not know how to make code in one class aware that the other class exists? Do you not know how code in class A can call a method in class B?
    Please be a bit more specifice about what you don't understand. And at least try using multiple classes, then when you can't figure out why something doesn't work, explain what you did, and what you think should have happened, and what did happen instead.
    To get you started on the basics (and this should have been covered in your course), you write the code for two classes just like for one class. That is, for class A, you create a file A.java and compile it to A.class. For class B, you create a file B.java and compile it to B.class. Given how rudimentary you question is, we'll skip packages for now. Just put all your class files in the same directory, and don't declare packages in the .java files.
    To call a method in class B from code that's in class A, you'll need an object of class B. You instantiate a B, and then call its methods.
    public class B {
      int count;
      public B() { // constructor
      public void increment() {
        count++;
    public class A {
      public static void main(String args[]) {
        B b = new B();
        b.increment();
    }Is this what you were asking?

  • Disable menus in Photoshop CS6

    Hello all,
    For my organisation, I need to remove some menus in Photoshop CS6.
    However, when I use Edit --> Menus, and uncheck which menus I don't want to see,  "Show All Menu Items"  appears.
    How I can completely remove some menus, without seeing "Show All Menu Items"?
    Thanks a lot for your aswers.
    Regards,
    Yann.

    Thanks for your answer.
    I'm not sure we work at the same company .
    However, answers provided in other topic cannot help me, as this is the first way I explored, and explained in my first post.
    The idea is to remove some menus, not to hide them (and I would not to have "Show All Menu Items").
    Do you know if there is a solution for that ?
    If I knew where menus informations are stocked, it can help me to continue my exploration of the feasibility.
    Yann

  • JS menus not working in site.

    hello,
    A friend of mine has asked me to setup the following website
    which was once hosted on another site and owned by someone else.
    Webiste
    here
    He gave me a disc with all the files which I uploaded to his
    server. However I seem to have a problem with the navigation menus
    on the left hand side. When I click on one of the links I get a NOT
    FOUND error although the page in question is on the server as I
    have checked. Also the strange things is that last night for some
    reason the links started working and I was able to get to these
    pages for the first time. I dont know why as I didnt do anything
    different. But then this morning the links wouldnt work again.
    I cant check exactly where the nav menu thinks the pages it
    links to are as its a js menu which I know nothing about. However I
    uploaded the site exactly as the folder structure was on the other
    server.
    Can someone please point me in the right direction with this?
    I need to get these menus working properly. Thanks in
    advance.

    > Am I looking in the wrong spot?
    Yes. Look in the head section of the index page.
    this kind of nonsense:
    function mmLoadMenus() {
    if (window.mm_menu_0903175038_0) return;
    window.mm_menu_0903175038_0 = new
    Menu("root",77,16,"Verdana, Arial,
    Helvetica,
    sans-serif",10,"#000000","#1c697a","#e1d7b8","#ffffcc","left","middle",3,0,1
    000,-5,7,true,true,true,0,true,true);
    mm_menu_0903175038_0.addMenuItem("Introduction","window.open('../fr_lifestyl
    e.htm', '_parent');");
    mm_menu_0903175038_0.addMenuItem("Location","window.open('../fr_aerial.htm',
    '_parent');");
    You can hand edit the paths in code view, or use the Dw
    popout menu behavior
    dialog box to fix them. Or do a find and replace in code of
    just that index
    homepage file-
    find:
    window.open('../
    replace:
    window.open('/code/
    Something to watch for possibly- I'm guessing you didn't
    build this site?
    The links on the homepage should open framesets, the internal
    pages seem to
    all be in frames.
    the links on the code/menu4/menu4.htm menu used IN the
    framesets should be
    opening specific files into a targeted frame. I think the
    menu on the
    homepage is a copy of the menu4 one. You may wind up opening
    pages not in
    the proper frameset- or possibly creating the wonderful hall
    of mirrors
    effect.
    Or- consider getting rid of them or replacing them with a
    better menu
    system. And the frames also. This looks like a nice little
    ten page or so
    site that was made way to complicated by designing the pages
    totally in
    fireworks with minimal real text- then using frames and js
    menus. and all of
    those design choices have repercussions in the site's search
    engine
    listings.

  • Layer breakpoint & 170 menus

    I’m creating a interactive DVD including lots of DVD ST PRO menus, and no video tracks ... its apex 170 menus linking to etch other....
    My "DVD9" includes two different presentations that has no link or connection to the other presentation!
    Q) My question is can I assign the DVD9 "layer breakpoint" so that I have one presentation on etch layer???? (Good question)
    (The Assets to presentation one is placed in one separate DVD ST PRO asset folder, and the assets to presentation two is in another seperat folder...)
    BTW. Any problems having so many menus on two different layers? (read somewhere that the DVD standard has a limit at 999 menus) but how about layers and so many (170) menus :O) ?

    Ther is a limit in the number of menus and the size of the menus in each VTS
    10,000 Menus (page 45 PDF)
    Page 566 provides information on how big each menu VOB can hold - 1 Gig The menu VOBs are VST_(The Number of the VTS).0.VOB
    If your project is so large that it is Dual Layer and has nothing but menus, you will need to split the menus among different VTS (Page 588)
    The issue arises in trying to find a DL Break Point, DVD SP looks for a marker in a track. You may want to take a look an another application such as dvdafteredit(.com) to be able to place the marker properly.
    You can try building the project and see if it finds a break point, but I do not think it will (for some reason I thought I read somewhere that one of the newer versions of DVD SP, maybe the newest Universal Binary, allows for more precision in the break point other than a track, I could be wrong.)
    One way that may be the easiest approch is build the DVD and take a look at the VTS folders and try to estimate where the break point will fall and place a track there with some markers. Depending on the size of the menus you may need to move some around into different VTS.
    Are these all Motion menus or standard menus? If standard menus you should be able to get 170 menus on a DVD-5. Even if these are motion menus, you may still be able to do so. How long do the menus run?
    One last thing to keep in mind is that to improve performance on DVD Playback, try to keep the menus that jump to one another in the same VTS. In all likelihood you will not be able to do so completely and may have to jump to another VTS for some menu.

  • How do I make HD menus on a BD?

    I"m burning to BD.  The video burns as HD and looks fine.  But the menus look SD (or worse).  I started with a standard HD menu template given with PE9.  Can PE9 burn HD menus to BD?  This has happened on every project I've done.

    Steve:  Yes. I'm basing the quality on what the burned BD looks like when played on a BD player hooked up to a HD television.  I had the same problem when I finished my first PE9 BD project a few months ago.  I thought I must have done something wrong.  So I was extra careful this time not to miss anything when I created and saved the menu.  However, the same poor results occured.
    I found a notice on an Adobe "known problems" information page which warns that SD menus will look poor when burned to a BD. This would imply that you need to use HD menus.  However, even thouth I chose a menu template with the little HD marker shown, I got poor results.

  • I do not have a Firefox Button. Which I need to access options to solve a problem.

    I want to solve a problem with my bookmarks. The suggestion said to click the Firefox button at the top of the page. I do not have a Firefox button.
    Running WindowsXP Home.

    The new interface is only default on Windows Vista and Windows 7. To get it on Windows XP you need to hide the menu bar. To do that in the View menu select Toolbars, then click on the "Menu Bar" entry.
    If you need access to the menus you can press either Alt or F10 to temporarily display them.

  • Encore2 Running Out of Space on DVD-5's

    I have a Project that is to be a 3-DVD set. These must be DVD-5's, as the clients machines will not play DVD-9. I am running into two little problems.
    First, the Project:
    All Assets are DV-AVI from PP2. These are basically slideshows with a few MOV files added in, and simple Cross-dissolves, plus pan & zoom on each still image. Unfortunately, the Assets have grown to the max. I anticipate very slight growth before final (back in the NLE part of things).
    DVD-01 consists of five Timelines: 1 very short Play First going to Main Menu and four much longer Timelines. Main Menu, Scene Selection Menu and Button Transitions to these Timelines, plus a Play All Playlist from Main Menu. There is Audio on both Menus.
    DVD-02 consists of thirteen Timelines: 1 very short Play First going to Main Menu and twelve Timelines of varying length. Main Menu, Scene Selection Menus of four Timelines each, and Button Transitions to these Timelines, plus a Play All Playlist from Main Menu. There is Audio on all Menus.
    DVD-03 consists of six Timelines: 1 very short Play First going to Main Menu, four much longer Timelines and one Credits Timeline. Main Menu, Scene Selection Menu and Button Transitions to these Timelines, plus a Play All Playlist from Main Menu. There is Audio on both Menus.
    Now, for my two problems.
    First problem: Even using Encore2's automatic Transcoding, these three DVDs are just barely over the limit for a DVD-5. Not much, but Im getting errors. Question: Ive got DVDShrink, but have never been too pleased with how it handles full DVDs (Menus and all). It seems to be more useful for *other* things. Does anybody know of a similar program that does a good job of very slightly compressing from an ISO, or DVD folder? Obviously, Im most interested in total functionality of the navigation. None of my Assets has much motion, except for slow pans & zooms, plus the Transitions. In lieu of that, my next request would be for some guidance on setting the Transcodes manually. The one problem that I have with using my limited bit-budgeting experience (via various bit-budgeting calculators) is trying to figure the overhead of these Menus and their Button Transitions. Does anyone have a good rec. for DV-AVIs of just pan & zoom stills with Cross-dissolve Transitions?*
    Second problem: The Play First is a tiny 04 sec. lead-in with SFX Audio transitioning to the Main Menu. Ive never done any lead-in this short, so maybe that is the problem. In the burned DVD (three set-top players), I get that black couple of frames, that we see in Preview, but disappear on the burned DVD. In my case, its still there, and *seems* longer actually, than it appears in preview. If people feel that its too short, I can add a Title, prior to the fade-in of the still of the Main Menu. Obviously, with problem #1, I dont want to increase the size of any of these more than I absolutely have to.
    Thanks for your thoughts,
    Hunt
    * I am also exploring doing a 4 DVD set, but the Timelines constitute major chapters in the Project. To separate them to span 4 DVDs will be tougher, than it might at first appear. Still, if it gets down to it, I can always re-do the Button Transitions, etc. My big problem will be with the scripting of the entire Project. Id rather keep it to 3, as there is a natural break, but all of my headroom is gone and I do not even have my Audio added yet. The DVD set that I am finishing up now is just for final editing. As I said, I anticipate that each Asset will probably grow very slightly. Life is never easy.

    Neil,
    Thank you for that information. I was having some problems with Menu Audio & Button Transition Audio:
    http://www.adobeforums.com/webx/.59b76269/18
    Jbowden pointed out the problem with mixing Audio sources at the Menu level. In the tests, where I got everything to play properly, you Timelines were silent (at this stage in the Project). The Menu & Transition Audio was PCM/WAV, and played perfectly, when burned. Your comments now point me to another test, that I must run. I had not gotten to that one, just yet, but between your's and Joe's comments see why most of my other tests failed. Hopefully, I can now say that "I see the light."
    For this Project, I now believe that I'll be doing only stereo for the main Audio, and can output to DD in AC3. I'll also change my Menu Audio and my Transition Audio to the exact same, DD stereo in AC3.
    Thank you for pointing out that it is just the runtime, that I need to calculate my Menus' & Transitions' overhead. For the Menus, I assume that their runtime will be based on their Audio, which will be 30sec.
    Many thanks to you, Joe and Ruud, for helping me through this. I have one request: if you have a second, would you take a look at the link to the other post (above), and comment on the aspect of linking Button Transitions to Timeline? I've seen several printed references to doing it that way, but cannot get a Timeline to link to a Button Transition. My success came from just using a muxed Asset. I *think* that the authors of those references just got it wrong, but it could still be OE on my part.
    Greatly appreciated,
    Hunt

  • I updated firefox to 4.0 and then to 5.0 and it doesn't look like it is supposed to, I still have the navigation tool bar at the top of my page and the drop down boxes too (file, edit, view etc). Why is this an how can I get the proper new versions?

    When I updated firefox to 4.0 the only things that really changed were a couple of buttons and the position of the tabs, the blue navigation bar and the drop down menus for file etc didn't change at all.
    My computer also freezes when visiting certain websites with firefox, not Every time I visit but frequently. The websites are usually commonly visited websites (Gmail, stuff.co.nz) and don't do it when I am using internet explorer or another computer. This started when I downloaded the upgrade.
    I use a net-book with Windows XP.

    To get the new style UI you need to hide the menu bar. To do that in the View menu select Toolbars, then click on the "Menu Bar" entry.
    If you need access to the menus you can press either Alt or F10 to temporarily display them.

Maybe you are looking for