Pixelated and barely readable pop-up menu.

I created a Blu-ray pop-up menu using Photoshop which looks like this:
I burned the project on a 25GB Blu-ray disc and when I play it on my Playstation 3 it looks like this:
As you can see, the buttons get really ugly, pixelated and barely readable, while in Encore they look good.
Why do they look so ugly after I burned it?
I would really appreciate your help!

Ok,
you're converting a standard video to a BlueRay one (thanks Bill ).
I supposed that you set 720x576 as project pixel rate
Resizing is sometimes a very hard work and results are not what you expected.
Pixel rate should ever be the same for movie as well as menu..
If your converted video is ok, I suggest you to create a menu with the same pixel rate of your BD project and no with a different definition to be resized.
So leave your 720x480 and create a menu with same dimension of your final BR project.
This will be better.
Hope this will help
Ciao
Giorgio

Similar Messages

  • Using TreeViewer and creating a pop-up menu?

    I am using Eclipse Ganymede(3.1?) to write my program. This project has multiple parts(most issues/progress can be tracked back in java-forums.org) and I am trying to get the last bit of my GUI finished. I have a TreeViewer that displays on top of a composite display(not a component) which is why I haven't been able to find a solution that works for me. My tree is interactive(double click nodes to expand, deepest nodes open up an editor view, auto refresh new nodes/deletes etc) and I'm trying to make a pop-up menu appear on right click that would give all the options the File menu gives. I haven't been able to find a work around on how to attach the menu since my TreeViewer is based on a composite instead of a component there is no where to attach the menu. I have been working on this one issue for a week with no progress and am at the point where I'm tempted to rewrite my entire project using JPanel and JPanes and Tree but I REALLY don't want to have to do this. This is my createPartControl method with the relevent sections.
    public void createPartControl(final Composite parent) {
    //          final Tree tree = new Tree(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER);
              treeViewer = new TreeViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER);
    //          treeViewer = new TreeViewer(tree);
              treeViewer.setContentProvider(new ViewContentProvider());
              treeViewer.setLabelProvider(new ViewLabelProvider());
              treeViewer.setInput(createDummyModel());
    //Double click listener
              treeViewer.addOpenListener(new IOpenListener() {
                   public void open(final OpenEvent event) {
                        //double click expands/shrinks nodes, opens up target editors
    //Selection listener
              treeViewer.addSelectionChangedListener(new ISelectionChangedListener() {
                      public void selectionChanged(SelectionChangedEvent event) {
                           final IActionBars bars = getViewSite().getActionBars();
                           selObj = ((IStructuredSelection) event.getSelection()).getFirstElement();                      
                                      //...outputs selection to status bar
    //Mouse listener
              treeViewer.getTree().addMouseListener(new MouseAdapter(){
                 public void mouseUp(MouseEvent event){
                      if(event.button==3){         //right click
                           System.out.println(event.getSource());        //Tree{ }
                           System.out.println(event.display);             //org.eclipse.swt.widgets.Display@1e328e0
                           if(selObj instanceof Server){
                                System.out.println(treeViewer.getControl().toString());          //Same as event.getSource()
                                               /*code to have menu appear goes here*/
                                System.out.println("Server Menu");
                                //Delete Server
                                //Edit Server
                                //View Properties
         }Does anybody know a way I can attach a popup menu to the node I click on or if it's possible(and if so how would I go about) attaching it to the display beneath the TreeViewer and somehow setting the focus or making the popup a heavy component so it would appear on top?
    P.S there's alot more superfluous code in the listeners but they don't pertain to this so I removed them.

    Can anyone confirm that what I'm trying to do is not possible? I found this link which states an SWT bug of the header not being a control so it become unattachable. http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg38040.html
    Any truth in this and if so where can I track progress of the bug?

  • What i need to convert serbian cyrilic document in word. OS 10.9.4 is german and in OCR-pop up menue ar no cyrilic language!

    ineed help to konvert serbian cyrilic or serban lateen pdf-document in same script in word!

    Convert how: using Acrobat, or the ExportPDF online service?

  • Need help with pop-up menu and applied Rules

    I'm working on a spreadsheet that calculates my profit and losses. I drive a big rig so it needs to keep track of a lot of variables so I know if I'm going to make money on a run or lose money.
    I get fuel discounts of various amounts depending on which vendor I fuel at.
    I went to a section of the sheet and did a pop-up menu that contains the vendor names.
    In the trip section I have cost of fuel per gallon, gallons purchased, total fuel cost, cost minus fuel surcharge.
    What I would like to do is apply a rule to cost per gallon box (H7) that takes a variable from the pop-up menu (B40).
    So if H7 has $2.58 entered as a cost and B40 has pilot selected then $0.050 will automatically be deducted from the $2.58. This way I will have a history of where I fuel, the deduction is made automatically, and I have a history of fuel prices in a certain region.
    If anyone looks at this and sees a simpler way of figuring this calculation please make the suggestion. I want to keep this sheet as small and hassle free as possible.
    I have 3 fuel stops per trip with totals that are connected to other areas. Once I get all of this done I will be adding a chart for easy comparison and long range simple tracking to see where improvements can be made and costs are going.
    Thanks in advance all help will be appreciated.
    Message was edited by: Hwoodwriter for clarification.

    The IF Lookup table worked. Did a little modification by placing the table in another part of the chart then hiding that part.
    I tried doing the discount as a negative but got a negative total which had a negative affect on my total trip income.
    Here is how it works in it's final version.
    Gallons on board minus gallons required for trip.
    Cost per gallon (retail) multiplied by gallons purchased.
    Fuel cost equals (Gallons purchased multiplied by Retail gallon price) minus ("IfLookup" multiplied by Gallons purchased)
    Fuel Cost Minus Fuel Surcharge (the actual price I pay, which includes all my savings) equals (Retail Gallon Cost minus Fuel Surcharge minus "IfLookup") multiplied by Gallons Purchased.
    Some of my trips take up to 3 fuel stops. So this helps me keep track of each fuel stop and all savings per trip.
    I now have where I fueled, the retail price, with discount and surcharge applied. A few keystrokes and I know if a trip is going to be profitable or a loss for me.
    Thank you for the help. I now have what I need at my fingertips to make my job more effective.
    Thanks again.

  • Pop-up menu trouble!

    I am learning to create a website using dreamweaver, fireworks and photoshop. I created a sample website using these tools. Initially I created a layout in photoshop followed by web slices in fireworks. Later I exported my work in dreamweaver to complete the website. I saved my layout as a template so that any changes get updated automatically in all pages. To add a rollover image menu, pop-up/drop-down menu in template, I switched back to fireworks within dreamweaver. I created rollover image menu successfully and even drop-down too. It worked fine in fireworks preview window. I finished my editing in fireworks and switched back to dreamweaver and updated the changes in template. when I previewed that template, the rollover and pop-up menu  worked fine on all menu item(on mouse over). when i clicked a menu item/page /link, it follows to the page correctly and rollover worked still  fine and smooth but pop-up menu failed as if i never created one. I tried reloading the page but it failed.
    Again I loaded a preview from template and it worked. when I click any menu, it failed. But the rollover works well. I tried to repeat my steps from beginning and the result is the same.
    I tried for preview from individual pages, no pop-up emerged. Later I observed that pop-up javascript is located in all pages but never works on execution. It works only in the template from which I created all other pages but it still fails on clicking other links in same template preview. Please help me. This stopped me from moving to next lessons.

    Please elaborate
    which version of Dreamweaver
    the location of the lessons that you are following
    a copy of the code that you have created
    This will place us on the same footing and enable us to help you.

  • Can't save the contents of my pop-up menu

    I'm trying to create pop-up menus in Dreamweaver. I created
    buttons that are .jpg images. I click on the + sign in Behaviors
    and select Show Pop-up Menu. I replace the "New Item" text with my
    own text and link it to a page, then I click OK. The dialogue box
    closes. When I open it again none of the work I just did is there.
    It was not saved. When preview it in a browser the pop-up menu does
    not appear.

    I posted a link in my previous post to you about these
    dreaded popups... did
    you read it
    http://apptools.com/rants/menus.php
    I'd strongly advise that you use another approach to create
    the popups.
    From your previous post it appears you want to use them with
    templates, they
    just won't work.
    PS: If you don't believe me, all you have to do is a search
    of this forum
    for previous posts on 'popups' and you'll soon discover the
    pit you are
    throwing yourself into :)
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    > I'm trying to create pop-up menus in Dreamweaver. I
    created buttons that
    > are
    > .jpg images. I click on the + sign in Behaviors and
    select Show Pop-up
    > Menu. I
    > replace the "New Item" text with my own text and link it
    to a page, then I
    > click OK. The dialogue box closes. When I open it again
    none of the work I
    > just
    > did is there. It was not saved. When preview it in a
    browser the pop-up
    > menu
    > does not appear.
    >

  • I want to keep a Pop Up Menu blank when not used?

    I've got a spread sheet that in several cells that I have a Pop Up Menu assigned and the first menu shows up in the cell in all of the cells for the Pop Up Menu. What I'd like to have is to keep those cells blank with no text or anything unless I click on the cell and use the Pop Up Menu.
    Hopefully someone understands what I'm trying to do here.

    Todd,
    Your new question can be construed as, sort of, similar if you use the Conditional Format route.
    Select all the cells where you want to have this effect, and set a Conditional Fornat where "Equal To: 0" results in Text Color of the same as your cell background Fill, usually White.
    An IF-test in the cells with the percentage calculation will wortk too. Let's say your base value is in Column A.
    =IF(A>0, A*X%, "")
    where X is the amount of the percentage you are calculating will blank the cell on a zero result.
    Regards,
    Jerry

  • Self-made pop-up menu

    Hey guys,
    This is the first time I've been working with fireworks, so you might have a little patience with me. I'm a hard-learner.
    Here's the deal: I'm about to design a little website and wanted to use a selfmade pop-up menu, since I don't like the designs of the menus fireworks offers.
    I've cut the page into segments, dragged each of the little cross lines in the middle of their own segment and chosed a status.
    And that's where my trouble starts. I have 3 statuses, but I can't get them to work right.
    So when the mouse is over the word "team" in the navigation bar, the word "team" changes color and size as I wanted it, and a little pop-up menu appars underneath it.  
    status 1-> status 2: works!
    But when I roll the mouse over the single names that appear in the pop-up menu of "team", I want them to change the color as well and as it is described in status 3, but it won't.
    status 2 -> status 3: doesn't work!!!
    So what's the problem? What did I miss or do wrong???
    Hope you guys can help me.
    So long

    Hi Linda,
    so this it is. I'm not really familiar with .png files, but I assume, that you can "experience" effects like mouseovers with that, right?
    So the problem is, when you roll with your mouse over team, three names appear. Now I want the background of these names to change again to a different colour, when the mouse is moved over these names. I hope you understand what I mean.

  • Search field pop-up menu no longer displays

    For some reason my search field pop-up menu no longer displays. I can still search, but the results are not consistent and since the pop-up menu is missing I can't select search options like to, from, etc.
    I have already recreated the envelope index and reset spotlight. Any other ideas?

    Right-click on a blank area of the toolbar in Mail (where the Search field should be) and choose "Customise Toolbar...". Then in the window that appears, drag the Search item back into the Toolbar.

  • Problem with pop up menu created in fireworks

    I have created a banner with buttons and added a pop up menu to them.
    They work perfectly with-in Fireworks.
    I then export page to dreamweaver and both banner and buttons display properly but I cannot get pop up menu to show at all.
    I want to choose each menu and make the links with-in dreamweaver but cannot get pop up top show.
    I am using CS5 and would appreciate your help.
    AlSO I AM STILL LEARNING SO IF YOU COULD KEEP IT AS SIMPLE AS POSSIBLE I WOULD APPRECIATE IT. 

    HELLO AND THANK YOU FOR YOUR REPLY. I HAVE CREATED A QUICK BANNER WHICH IS SIMILAR TO THE ONE I WANT TO CREATE. THE LIST OF BUTTON ARE  PLACED INTO MY BANNER AND I HAVE ADDED POP UP MENUS TO ALL WITH 3 CELLS DEEP DROPPING DOWNWARDS. WHEN I VIEW THESE IN PREVIEW IN A WEB BROWSER FROM FIREWORKS THEY WORK PERFECTLY. THE PROBLEM IS THAT I DON'T SEEM TO BE ABLE TO MOVE THIS PAGE TO DREAM WEAVER AND HAVE IT DISPLAY THE POP UP MENUS. THEY WILL SHOW AS AN IMAGE AS IT IS SEEN HERE BUT WILL NOT DROP DOWN IN PREVIEW BROWSER IN DREAM WEAVER. I WANT TO BE ABLE TO SELECT THE INDIVIDUAL LISTS IN THE DROP DOWN MENU AND CREATE LINKS TO VARIOUS PAGES WITH-IN MY SITE IN DREAM WEAVER. IT MAY BE THE CASE THAT I AM NOT EXPORTING IT PROPERLY OR SAVING  IT CORRECTLY.

  • Reference pop-up menu

    Hello,
    I'm trying to create an auto generating invoice with NUMBERS. I've a list of services (virus removal, diagnostic, tuneup..etc) and a list of prices for those service. On the Invoice sheet under A1, I want to be able to choose from a pop-up menu one of these services AND automatically generate the price under B1.
    I'm guessing I would need two separate sheets: one to pull info from, and one to design the invoice on and generate the data.
    I just don't know how to: build sheet1 to make prices correspond to their services since they are on different lists
    or how to build sheet2 in a way to pull the data from sheet1 using pop-up menu to be displayed in A including the prices to be displayed in B automatically.
    Thanks in advance.

    Hi us_heart,
    Two Tables. Price List (with made-up prices) and Invoice. Pop-up menu is Cell A2 of Invoice.
    Formula in Cell A2 (oops, B2) of Invoice table is:
    =VLOOKUP(A2,Price List :: A:B,2)
    Now you can make the Invoice table look pretty.
    In Numbers, click on the Function Button in the Toolbar to see details of functions.
    The Number'09 User Guide is a good read. Available from the Help Menu in Numbers.
    Regards,
    Ian.
    Message was edited by: Yellowbox. Formula in Cell A2 (oops, B2) of Invoice table is:

  • Need help with pop-up menu please!

    So I have an older version of Dreamweaver.
    I want to apply a drop-down menu or pop-up menu whatever to
    words, but so far I don't think I can do that.
    I've decided to apply it to a picture instead, and I've done
    this successfuly before.
    I select the picture, then go to behaviors and select "show
    pop-up menu", fill in the info and say OK, but I then get this
    message that goes something like "while applying behaviors action
    javascript failed" and "ReferenceError:imgName isNot defined" or
    whatever and it won't let me add it.
    I've restarted the program and even my computer but it won't
    go away.
    Does anyone know how to fix this?
    -anna

    > So I have an older version of Dreamweaver.
    DW4?
    The pop-up menus are very troublesome. Nobody here would
    recommend that you
    use them.
    > Does anyone know how to fix this?
    What is your operating system?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "anzya91" <[email protected]> wrote in
    message
    news:eibt0r$esr$[email protected]..
    > So I have an older version of Dreamweaver.
    > I want to apply a drop-down menu or pop-up menu whatever
    to words, but so
    > far
    > I don't think I can do that.
    > I've decided to apply it to a picture instead, and I've
    done this
    > successfuly
    > before.
    > I select the picture, then go to behaviors and select
    "show pop-up menu",
    > fill
    > in the info and say OK, but I then get this message that
    goes something
    > like
    > "while applying behaviors action javascript failed" and
    > "ReferenceError:imgName
    > isNot defined" or whatever and it won't let me add it.
    > I've restarted the program and even my computer but it
    won't go away.
    > Does anyone know how to fix this?
    >
    > -anna
    >

  • TS3147 My printer was no longer being detected, so I uninstalled it and when I went to reinstall it I discovered that I no longer have a printer pop up menu to select my printer.

    I had a power failure and then began getting a message that the printer (Canon Pixma 610) was not detected. So, I unplugged it from the computer, restarted the computer and no change. The printer was still showing as the default printer, but not being detected. So I deleted the printer and then tried to reinstall it. However, when I clicked on the + sign to reinstall nothing came up. The screen was blank with no printer choices. I went to the Canon website to try and download the driver and received this message: There is no driver for the OS Version you selected. The driver may be included in your OS or you may not need a driver. I would appreciate any help...

    MSG2014 wrote:
    I finally contacted Canon and they informed me that my printer is not compatible with Maverick
    As Greg stated, the Canon support person is simply referring to what they see on the web and knosw nothing about Mac's. The reality is that the v10.8 driver will work on 10.9. You just may need to get past Gatekeeper to install it. So here is a link to the v10.8 driver. If you get a message stating that the driver is not signed and cannot be installed, then this is Gatekeeper blocking it. So to install it, right click (or Control-click) on the installer and select Open from the pop-up menu. Now you will have the option to install.
    The second issue is the printer not appearing in the Add printer window. The USB cable is often the cause as suggested already. Also USB hubs can be a cause. To check if the Mac can see the printer, open System Information and select USB in the left column. The top right pane will show all the USB busses in your Mac. The MP610 should be listed under one of these busses. If it is not present, then try another USB cable and/or another USB port on the Mac. Until you see the MP610 in this view, you will not be able to add the printer.

  • Keyboard shortcut to open a cells pop-up menu and select from list of options.

    I guessed Option-Return would be the shortcut from this, as it typically lets you edit a cells contents, but no. Read the keyboard Shortcuts list in Numbers>Help but didn't see anything.

    Hi ts,
    Thanks for drawing my attention to this! Let's add some missing detail…
    While "you just press spacebar" to open the pop-up menu, that won't select a menu item.
    After you've opened the menu, 'you could press the first letter' of an entry, ( 'like every other pop-up list on Earth,') or you could press the down arrow to step down the list (and the up arrow to step up, if you went beyond the item you wanted to choose).
    And you can change your mind; the menu will stay open until you confirm your choice (by pressing the space bar again, OR by pressing return OR by pressing enter).
    Note that pressing the first letter will select the 'smallest' item name beginning with that letter. To move to another item name starting with that letter, you'll need to use the up or down arrow key (or the mouse).
    Thanks again for posting. With luck, WideEyedPupil will still be monitoring this discussion, and will see these posts.
    Regards,
    Barry

  • Pop-up menu feature and IE issues

    I am using Firework MX 2004, Version 7.0 Build 288, to create drop down menus using the “Pop-up Menu” feature. The pop-up menus that I create work great in Netscape and Firefox, but fair in IE 6.0. The pop-up menus appear under certain elements such as select boxes in IE 6.0. I have read and tried some of the solutions on Blogs in regard to setting the z-index in div tags, but to no avail. Any help or work around would be greatly appreciated! Unfortunately, the huge company I work at switched from Netscape to IE 6.0 as the corporate platform, and I don’t have the patients to upgrade Fireworks if that is the solution. The last time I upgraded from Fireworks 4 toFirework MX 2004 the Macromedia Tech Support area had to e-mail me special registry entries for the product registration to work, and it took a very long time. I still have the emails to remind me of the pain. Thanks William!

    I found this:  http://kb2.adobe.com/cps/158/tn_15842.html
    And this:
    Fireworks generated html and javascript calls its layers with a z-index beggining with a value of 1. Try doing a search of text external JS file and you will see your menus.
    I would rename the offending layer that runs over the top of the menu layers in the with z-index:0
    Also this:  http://www.adobe.com/devnet/fireworks/articles/fw8_popups.html
    Hope something here works, that being said...the menus from that version arenb't very good. a better solution is CSS menus. A quick solution is from Project Seven here:http://projectseven.com/products/menusystems/pmm2/index.htm for $95. It's a DW extension and simple to use. Alkso compatiple with most browsers.

Maybe you are looking for

  • Memory leaks- high memory usage svchost.exe

    hello! im having a kind of a similar problem. Im using a Q6600 with 4Gb of RAM running on Windows 7 x64. My physical memory usage history is 1.75GB idle but my CPU usage looks good ~ 0%. In Windows Task Manager when i arranged the memory column, the

  • Reading .MHT Files using Sender File Adapter

    Hi Gurus, I have a requirement to read a .MHT file extension with following format . File extension is : C:\TEST\DGFAKTFRI.MHT File content opens in HTML explorer as follows ... ;2333097;800;0;237546;3912875;"2008-09-11";"A";"E";" ";0;"8715  ";0;"871

  • What is the max limit

    I have written a file parser to insert a CSV directly into a table. The CSV contains 2 fields that would be considered memo fields in Access. Now I get this Error: (ORA-06502: PL/SQL: numeric or value error ) when I run this section of code: DBMS_LOB

  • Volume rebuild using TechTool Pro 5 - How long??

    We put the OS X 10.5 install dvd in our Macbook with the intent to edit the administrator password and instead triggered what our Macbook thought was some kind of upgrade. We were afraid to cancel it, but about a minute in the "upgrade" ended up fail

  • Query Performance with and without cache

    Hi Experts I have a query that takes 50 seconds to execute without any caching or precalculation. Once I have run the query in the Portal, any subsequent execution takes about 8 seconds. I assumed that this was to do with the cache, so I went into RS