Menus & Buttons

Hi!
I'd like to change my Java Swing program buttons. Now they sit on the button bar surface and kind of "stick out". Basically each of them is graphically separate. I'd like to make them all melted into the surface without the "stick out" effect, just like it is in, for example Internet Explorer 6.0. They should stick out only then, when the mouse pointer is over them. Can you tell me how to change this apparance?
Thanks
PS. The same with the menu.

Because my poor english I don't understand the appearence of your buttons. But you can change the appearance of the buttons by creating a new UI class. I've already done another ButtonUI class for our application. I copy hier, just to see an example without comments because of the language for the javadoc is not english. It follows the appearance of the Metal L&F, the flat style.
public class CoreButtonUI
extends BasicButtonUI
public CoreButtonUI() { }
private final static CoreButtonUI buttonUI = new CoreButtonUI();
private boolean defaults_initialized = false;
protected int dashedRectGapX;
protected int dashedRectGapY;
protected int dashedRectGapWidth;
protected int dashedRectGapHeight;
protected Color focusColor;
public static ComponentUI createUI(JComponent jcomponent)
return buttonUI;
public void installDefaults(AbstractButton button)
super.installDefaults(button);
if (!defaults_initialized)
String pp = getPropertyPrefix();
focusColor = UIManager.getColor(pp + "focus");
dashedRectGapX = UIManager.getInt(pp + "dashedRectGapX");
dashedRectGapY = UIManager.getInt(pp + "dashedRectGapY");
dashedRectGapWidth = UIManager.getInt(pp + "dashedRectGapWidth");
dashedRectGapHeight = UIManager.getInt(pp + "dashedRectGapHeight");
defaults_initialized = true;
public void uninstallDefaults(AbstractButton button)
super.uninstallDefaults(button);
defaults_initialized = false;
protected void paintButtonPressed(Graphics g, AbstractButton abstractbutton)
setTextShiftOffset();
protected void paintFocus(Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect)
JButton button = (JButton)b;
int width = b.getWidth();
int height = b.getHeight();
if (!button.isRolloverEnabled())
g.setColor(focusColor);
BasicGraphicsUtils.drawDashedRect(g, dashedRectGapX, dashedRectGapY,
width - dashedRectGapWidth, height - dashedRectGapHeight);

Similar Messages

  • Motion menus/buttons blank out on burn

    Trying to make motion menus or video background or buttons with video clip. After building/formatting and burning, the menus don't show up. The screen is white with sound only.
    This doesn't seem to be a problem with still menus/backgrounds
    Am I missing something?

    John
    In DVDSP Preferences, in the Menu options change the Final Rendering option from Hardware Based to Software BAsed, or vice versa. That means, change to the opposite you have now selected. Then rebuild your project and chek it.
    It's a known pronlem that should be solved this way.
    Hope that helps !
      Alberto

  • No menus, buttons, address bar after installing Firefox4=unusable browser

    After upgrading to Firefox 4, my previously open tabs open, my bookmark tab is displayed (in the wrong order: first tabs then bookmarks is not the work sequence). But I don't have any buttons, menu bar, address bar, or search bar. There is a Firefox single "Menu" that drops down 2 columns of 11 and 6 options, respectively (what kind of a hideous menu is that on a 1920*1200 screen?). No View menu, which is what I need to fix the mess created by the installer. BTW: Even though the look of FF4 is crisper than FF3, whoever was to design the user interface paradigm didn't know what they were doing. This UI is not user workflow oriented, see my comment above about bookmark and tab sequence. Why is the currently open tab visually associated with all bookmarks in the bookmarks toolbar? Etc, etc.... Whatever, your choice, when I start hating it enough I'll switch to Chrome. Until then, please help me get menus back.

    @ ''emlynn'', there are articles available on the Mozilla site which discuss the changes made to later versions.
    However, on this particular occasion, I have to agree with you. I really don't understand why the new layout doesn't include a "File" menu. Mental aberration on the part of the developers methinks.
    It's certainly not logical that a user has to go through this rigmarole to access the menu which disables "Work Offline".
    But, in your own particular case, you need to update to v3.6.17 by clicking '''Help''', then '''Check For Updates''' a.s.a.p.
    The reason for this is because there was a security breach at Comodo which is an SSL certificate provider recently whereby a number of fraudulent certificates were inadvertently issued. These allow a hacker to impersonate any site including online banking and the Firefox version you're running at the moment will not warn you that the site is a fake. The fraudulent certificates were blacklisted in v3.6.17 and beyond.
    For more info on the subject, see http://blogs.comodo.com/it-security/data-security/the-recent-ra-compromise/

  • Animanted Menus, Buttons

    Unless I'm missing something it would be great to have sub-menus that fade or slide in and out, as well as fading rollovers on buttons and links. I know there are some tricky workarounds to create similar effects but as far as I can see there's no easy way. Little subtle touches like this much such a difference to the look and feel of a site.

    Because my poor english I don't understand the appearence of your buttons. But you can change the appearance of the buttons by creating a new UI class. I've already done another ButtonUI class for our application. I copy hier, just to see an example without comments because of the language for the javadoc is not english. It follows the appearance of the Metal L&F, the flat style.
    public class CoreButtonUI
    extends BasicButtonUI
    public CoreButtonUI() { }
    private final static CoreButtonUI buttonUI = new CoreButtonUI();
    private boolean defaults_initialized = false;
    protected int dashedRectGapX;
    protected int dashedRectGapY;
    protected int dashedRectGapWidth;
    protected int dashedRectGapHeight;
    protected Color focusColor;
    public static ComponentUI createUI(JComponent jcomponent)
    return buttonUI;
    public void installDefaults(AbstractButton button)
    super.installDefaults(button);
    if (!defaults_initialized)
    String pp = getPropertyPrefix();
    focusColor = UIManager.getColor(pp + "focus");
    dashedRectGapX = UIManager.getInt(pp + "dashedRectGapX");
    dashedRectGapY = UIManager.getInt(pp + "dashedRectGapY");
    dashedRectGapWidth = UIManager.getInt(pp + "dashedRectGapWidth");
    dashedRectGapHeight = UIManager.getInt(pp + "dashedRectGapHeight");
    defaults_initialized = true;
    public void uninstallDefaults(AbstractButton button)
    super.uninstallDefaults(button);
    defaults_initialized = false;
    protected void paintButtonPressed(Graphics g, AbstractButton abstractbutton)
    setTextShiftOffset();
    protected void paintFocus(Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect)
    JButton button = (JButton)b;
    int width = b.getWidth();
    int height = b.getHeight();
    if (!button.isRolloverEnabled())
    g.setColor(focusColor);
    BasicGraphicsUtils.drawDashedRect(g, dashedRectGapX, dashedRectGapY,
    width - dashedRectGapWidth, height - dashedRectGapHeight);

  • Menus, Buttons and AbstractAction

    I am using the code below to create both a JMenuBar and JToolBar.
    When I clcik on the Menu item "Cut", the println shows cmd: Cut, which is the value from NAME.
    When I click on the ToolBar button, the println shows cmd: null. WHY?
    Have I failed to do something to enable the event to show Cut?
    Could there be a problem in the manner in which I create the JToolBar that initializes the NAME varibale to null?
    The SHORT_DESCRIPTION works and the SMALL_ICON is displayed properly for the button.
    private Action m_cut = new AbstractAction() {
    {     putValue(NAME, "Cut");
         Icon icon = new ImageIcon(getClass().getResource("pics/Cut24.gif"));
         putValue(SMALL_ICON, icon);
         putValue(SHORT_DESCRIPTION, "Cut selected object");
         putValue(MNEMONIC_KEY, new Integer(KeyEvent.VK_U));
         putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(
         KeyEvent.VK_X,InputEvent.CTRL_DOWN_MASK));
         public void actionPerformed(ActionEvent evt) {
         System.out.println("example: " + evt.paramString());

    Ok, learned a valuable lesson here. As a newbie, I should not have given up so easily, I only spent an hour trying to figure this out.
    I just went back and played with ActionDemo from the Tutorial and it has the same result as I got, cmd: null, when you press a button.
    So, this appears to be expected behaviour.

  • Is there a better way to create motion menus buttons in DVD Studio 4.2.2?

    Hi all,
    I have been creating my motion menu videos for DSP templates in FCP or iMovie. Is there an easier way for DSP to recognize my chapter markers and automatically do this like iDVD?
    thanks,
    NBK

    A slightly quicker way to do what you described for an images is to select 'Duplicate version' instead of 'New version from Master' and then 'Remove adjustments' from version 1. This will leave you with the first version as the 'before' and the second version as the 'after' without having to use L&S.
    If you need to do this for 108 images, it might be quicker to do the following:
    Export Masters for all 108 images.
    Reimport these into a new project (called 'before', for example)
    You will then have a new project with the 'before' images and your original project with the 'after' images. You could then build an album to group all of these together. When you've finished with the 'before' & 'after' images (build your web gallery or emailed them or whatever), simply delete the 'before' project.
    Regards,
    Steve
    Message was edited by: Stephen Ives

  • Error Message: Motion menus exceed maximum duration

    Our iDVD has one Main Menu with Nine Submenu's. We used the Reflections Theme. All these have motion menus, for consistency. Each is set at a loop duration for audio of no more than 45 seconds. [10X45=450 secs or 7:30 mins]. The menu screeen allows for 8 image drop zones. We put a photo in each zone, and they scroll by repeatedly behind the menu titles/text.
    [Each of the Nine Submenus contains one slideshow and one sub-submenu. These sub-submenus are not motion menus.]
    When we go to burn the disc, we get the error message above. Our duration on the Best Performance setting is 29:53 mins vs. the allowed 7:30 mins.
    Questions: Why does Project Info show motion menu duration at 29:53? Is there a way to reduce that by, for example, limiting the number of times the pictures loop behind the text in that theme? Or, should we be using Best Quality rather than Best Performance? (Note: the images are more important than the sound in this DVD.)
    Mac OSX   Mac OS X (10.4.8)  
    Mac OSX   Mac OS X (10.4.8)  
    Mac HD   Mac OS X (10.4.8)  

    We couldn't figure out how to turn the motion off on the submenus. How did you do it?
    Unfortunately, I've deleted that project, but... You should be about to click on the Menus button and move the top slider (Loop Duration) all the way to the left. I think that does it. I also had to eliminate music too. I don't think clicking on the Motion button on the main window does it.

  • Filenames of duplicated menus

    I have Encore CS3.  I had two menus called "Romaji Songset Menu 1" and "Romaji Songset Menu 2" (I'll shorten that to "RSM" here), and I duplicated them and renamed the copies "Japanese Songset Menu 1" and "Japanese Songset Menu 2" (hereafter "JSM").  Since then, I have been having some funny problems with at least one of those copied menus (like text reflecting the button name even when that checkbox is not checked, or all my navigation suddenly going to zero on a whole menu without warning, etc.).  Just now I happened to look in the Menus directory at the actual files, and noticed that the filenames did not change when I renamed "Romaji" to "Japanese".  The filenames are currently called "RSM 1", "RSM 2", "RSM 1 2" and "RSM 2 3".  And there are other files in the same directory that are older, and they seem to correspond to times when I duplicated menus and then deleted them later - apparently the actual files are not removed from the directory.  Those older files also apparently had the same problem of not being renamed when renamed in Encore - they have names like "RSM 2 2" (from a previous duplication of "RSM 2") and "RIM 2", "RIM 2 2", and "RIM 2 2 2" (I don't remember duplicating my real "RIM" menu that many times, but I suppose it's possible).  There is even a "Top Menu 2", and I don't remember duplicating the top menu at all.
    I don't think I had this problem before - I have a project from last fall that also involved duplicating menus, and all the menu files are named the way they should be.
    The question is, is this harmless, or could it be related to the other strange problems and should be remedied?  If I rename the physical files, Encore will probably orphan any related links, zero out those menus' button navigation, etc. - who knows what havoc that would wreak.  I am in final testing of the project before sending it off to be made into a DLT for the replicator, and things were looking pretty good until I tried to use one of my menus today and discovered that all the navigation was gone.  I fixed that, but if I don't know why it happened, and if it happens again when the DLT provider opens the Encore project, yikes!
    And should I delete the files with old dates, or could there be some sort of umbilical cord between them and the currently used ones?
    CORRECTION: I just discovered that the navigation-becoming-all-zeros problem was on not just one but both JSM menus, so there is definitely a disease that duplicated menus have that originals don't, in my case.

    @John: I hear you, and from now on I'll use simpler filenames (no spaces and shorter).  But I had the exact same menu file naming convention in a previous project last year, and neither then nor now have I had any of the blatant problems cited in the threads you referenced - I have not gotten any errors whatsoever in this project (knock on wood), and the test DVD's play fine.  By the way, Encore itself is an offender of the "no spaces rule" - notice that the additional numbers it adds have a space in front of them!  I guess if we want to avoid spaces in filenames, we cannot ever use Encore to duplicate menus...
    Followup question: If I decide to rename my files to play it safe, how much additional work will I make for myself, and what landmines might there be?  I'll have to re-import all the menus, relink all the buttons to and from each menu, and recreate all the navigation, right?  Anything else?  I have seven menus and a zillion buttons, and I was hoping this project was at its final stage (I actually thought I would have been sending it out yesterday, but my husband found some things to be improved in the videos, and we also noticed that the default button on the menus was not what it should be).  And my asset filenames might give you even more heebee-jeebees (I've never spelled that before - it's just something my mom used to say), as they mostly consist of multibyte characters - but although that might bother you, it is perfectly normal for all Japanese users of PPro and Encore.  I am not going to rename all of them!
    @Stan:
    The not renaming the file name is exactly what EN does: simply renaming
    the menu in the properties panel does nothing other than to change the
    name in EN. ... To the extent that it matters, if I really want a filename difference, I
    save the menu (as file or template), then import as menu.
    Hmm, I guess when I did the same structure of project last year, I must have copied the menu files and imported, rather than duplicating within Encore.  Perhaps I was smarter last year... LOL
    EN is not designed for us to go  messing around in those directories (even though we do/must).
    That's exactly what I'm afraid of with John's suggestion that I rename my files.  Things are working at the moment. (I feel like if I sneeze something might go wrong, but at the moment it's okay.)
    I wonder if your navigation was lost as part of that process?
    Nope.  The menu was duplicated over a week ago, and the navigation was fine.  Since then I have made many changes, and the navigation stayed fine.   (I edit in Photoshop, but I never open the files outside Encore, as I'm  afraid of the delicate relationship - I always run Encore and select  "Edit Menu in Photoshop".)  The time when the navigation went away, the only thing I did was to change the default button from 1 to 3 on all four Songset menus, and from 1 to 2 on two other menus.  At that time I made no other changes, and did not open the menus in Photoshop at all.  After only the default button change, the two previously duplicated menus lost their navigation, but all other menus were okay.  That's why I was wondering if there was something special about menus whose filenames have additional numbers that Encore adds when it does duplication.  I don't care about asthetics of filenames or extra files in the folder - I just want to know that my project will run when I send it off to be made into a DLT.

  • How To burn No Menus 2 Pass, best Bit-Rate?

    I am woefully ignorant of DVD SP. Could someone please help me out?
    I have a 4 Min. music Video. It is SD, 16X9 (853X480).
    I want No DVD Menus, Buttons, etc. Just play when inserted or they hit the play button on their machine (software).
    Please suggest all the preferences and settings for me to get a stellar 2 pass VBR burn?
    Thank You in advance, I'm under the gun as far as time goes...

    Drop your piece into a 720x480 Uncompressed 16x9 Anamorphic Sequence then export out through Compressor using a CBR bitrate of about 7.0 mb/s. No need for 2 pass since its such a short segment and Compressor's VBR isnt good - especially if it dips down to a lower bitrate Also export AC3 audio for your audio track and bring into DVDSP.
    I would go through some online tutorials first though. Not sure how much experience you have with either tool.

  • Where are the Buttons and Styles

    Greetings:
    I have installed Encore along with Premier from the downloaded file "ADBEPPROCS4_LS7.7z" I also downloaded "ADBEPPROCS4_Cont_LS7.7z" and the installer EXE. So, the installation completes but when I start Encore, the "Library" pane where, I assume, one should find all of the Styles, backgrounds, menus, buttons, etc., is completely empty. There is nothing there.
    Have I misunderstood something? My understanding was that "ADBEPPROCS4_Cont_LS7.7z" was supposed to contain additional content for Encore.
    Did I do something wrong during the installation or have a missed a step?
    Thank you,
    Mark Roberts,
    Toronto

    Mark,
    Welcome to the forum.
    Your understanding is correct. You should have that Functional Content. Please see Neil Wilke's FAQ Article on the method, just in case something was missed.
    You might also want to check your system, to see if the content is installed, but the Library Panel is just not picking it up.
    Now, this will differ for you, but my Functional Content is in C:\Adobe\Adobe Encore DVD 2.0\Library. Under this will be a series of sub-folders, with the actual Assets, mostly .PSD's, EM, WAV, WMV and some other format files. Later versions will probably have .MOV in lieu of the .WMV Motion Menu files. Also, please remember that your exact Path will differ, as your Encore will probably be in "Program Files\\\\."
    Good luck,
    Hunt

  • Drop down menus in CS4

    To be specific, would these drop down menus on this page
    http://www.flashden.net/category/flash/menus-buttons/horizontal-menus
    work in CS4?
    Cam Flash CS4 create drop down menus without getting into
    scripting? If so, is it like DW? Want to do a site like this
    http://www.theswag.com/about.htm
    Thanks.
    SH

    shoutzager wrote:
    > Was wondering if Flash CS4 can create drop down menus
    without getting into scripting? If so, is it like DW? Want to do a
    site like this
    http://www.theswag.com/about.htm
    Thanks.
    >
    > SH
    No it can't.
    It's just like regular flash with the ability to design every
    single element from scratch,
    it is not Power Point ;)
    The new features are more for Time line oriented design but
    nothing too major. I have been
    playing for a while and with all honesty, because I don't
    code in AS 3.0, I don't find it useful
    and I move back to Flash 8 Pro.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Function of the PLAY button versus the ENTER button

    Hello gang,
    I had a quick DVD / DVDSP related question that I've been trying to get a definitive answer for, and I've had great luck and some very helpful responses over in the Final Cut forum so I figured I'd give it a shot.
    Anyways, I'm editing some video and authoring a DVD for a group who intend to make an instructional DVD. It's divided into about five chapters and each one begins with some sort of voiceover and text/graphics. In the opening segment of the DVD, there is a voiceover that explains the way to navigate through the DVD and select chapters, etc. etc. The voiceover has already been written and recorded, but I have some concerns about the power they have designated for the "Play" button. Here is an excerpt:
    "We use the PLAY button in a couple of ways: to select and play an item that is currently highlighted in a list of items on the screen..."
    and also:
    "Almost all DVD remotes have a set of buttons that are arranged like a set of arrows (or triangles) pointing to the top, bottom, right and left of the remote control. These keys are used to move the selection pointer on menus presented on the screen. When an item is selected, it is highlighted to distinguish it from the other items in the list that are not selected. Once you have moved the selection point to the item you want, push the PLAY button to actually select and begin playback on that item."
    Now here is my concern– I was under the impression that the "Enter" button was typically used to select menu items, etc. I decided to test this on some commercial DVDs I had lying around, and it seems that the Play button does in fact work to select items. I had always assumed it was assigned just one specific role, for example playing the main title on a DVD.
    I looked it up in the DVDSP manual and this is all I found:
    "A button is selected when the viewer navigates to
    it. Only one button at a time can be in the selected state. The selected button becomes
    activated when the viewer presses the remote control’s Enter button. Depending on the
    button type, highlights or layers are used to indicate each button’s state."
    I couldn't find anything regarding the function of the Play button. I suppose my question is this: do these instructions sound okay? Are they universal? Can the Play button be used to select menu items on EVERY DVD player? I am only really stressing about this because this DVD is being targeted towards senior citizens, many of whom have extremely limited knowledge of DVD technology. I'd like to come up with the most universal, simple, and solid instructions for navigation through the DVD.
    Okay, thank you in advance. I appreciate any comments or advice you might be able to offer.
    PowerBook G4   Mac OS X (10.4.7)  

    Ah yes, Jake, but which UOP? Surely, you've seen me address this issue of there not being a Play UOP before?
    The project can be set up for Play to be Enter on a very high percentage of players, but it would be good with Christopher’s project to get the announcer to add "and Enter".
    The way it works is make sure that the "Still Off" user Op in DVD Studio Pro's Advanced Playback Controls is unchecked. DVD SP started making this default UOP denial in recent versions, which will mess up the Play remote key on a lot of players, including the Apple DVD player.
    And it would be good to take notes here Jake, since you do some Scenarist authoring. This Play remote key could bite you big time, if you're not careful (I've rescued two good authors who had trouble with what I'm about to describe; luckily, we caught it before it was submitted for replication).
    Still Off, which is what a lot of DVD player manufacturers map their play remote key if they don't directly map it to "Enter", when the DVD player is in infinite pause mode, i.e., the state a cell/program is in when displaying a still menu, causes the menu PGC to execute it's post command area (leave the PGCs still phase).
    A check of DVD SP's abstraction layer will show that navigation out of the post command area of all DVD SP's menu PGCs is determined by the current value of SPRM 8, the last selected/activated button. All of DVD SP's menu domain buttons are "LinkTail PGC" commands, so the effect of Operating Play is identical to activating a button with Enter, in the case of Still Off being the trigger.
    This can be verified by setting a button command in AfterEdit to jump somewhere directly which is different location than it was set in DVD SP. With the Still Off user op enabled, hit Play on the selected button and find that the original command in DVD SP will execute. But hit enter on the same button, and navigation will go to your test location. This is how it works on many players (you can check it out right in the Apple player).
    So it's good for spec based authors to use LinkTail PGC, which most do, on their menu button commands for still menus (in single PGCs), just in case users use Play instead of Enter in those players; or navigation can get pretty wacky! Or, if you don’t use LinkTail for the menus’ button commands, then it would be good to at least provide for code in the PGCs post command area to receive navigation in this case. But LinkTail has lots of other advantages, which is why it's used so much.
    With motion menus, Most players map the play remote key to "Enter", well, except the Apple DVD player. It turns the Play remote key to a Pause key during motion, so Christopher’s viewers would definitely be out of luck there.
    All that said, the play remote key should not be depended on as the primary for bullet-proof navigation, as you said.
    Take care,
    Trai

  • No Buttons

    Hi all,
    I have Encore DVD 2.0 running on Vista Ultimate 32bit.
    When I open up and start a new project and I go to the library folder I have only General tab to choose from and below that the tabs for Menus, Buttons, images, Backgrounds etc are blank, I have no options, all the lists (presets) are blank, nothing their at all. But the Styles has all the presets their.
    I have tries starting Encore with Administrator, Windows XP mode etc, but still does'nt work
    Arrrrgghhh
    Any help will be very grateful.
    Thankyou josel

    Josel,
    I think that that would be CS4, though there still might be a patch for CS3 in the works. Who knows? CS2 is as good, as we will ever see it. CS3 did not offer much, that I needed, and seemed to have some problems, that I also did not need, so I will probably wait for CS4 to come out for every program in the suite. I just hope that Adobe will offer a package, that includes everything that I have, from PS to Premiere/Encore, including InDesign, and AI. Jury still seems to be out, whether Audition will ever make it back into the mix, or just be a standalone.
    The problems cited on these fora are also why I am not looking to Vista, and probably will not until everything is ported for 64-bit.
    You might want to search all of the Adobe fora for "Vista" and "install" to see if there is something in the way of a workaround. The problems seem to be most often in Premiere and Encore, but I'd search other Production Studio programs' fora, as well.
    Good luck and hope that you can get it sorted out.
    Hunt

  • Encoding Menus - without re-encoding imported (and already encoded) mpegs

    I uncerstand that its best to encode Video with Compressor and Audio with A-Pack - but once you've done that and imported the resultant .mv2 and .aac into DVDSP, its now time to compile the menus, buttons - basically the entire disc.
    Well doesn't that then force DVDSP to re-encode all those already-encoded video and audio tracks?
    I mean I don't get it, how can you compile/build the disc without hurting your Compressor-encoded files?
    Or do you just skip the "build" and go directly to "format"?
    MacBook 1 gig RAM   Mac OS X (10.4.9)  

    Ok, not that I doubt you, but, well, how do I know
    that???
    Take a look at PG 230 regarding the menu issue, also
    take a look at page 66 for some info.
    Unfortunately, I'm on the road and don't have any of my manuals handy. Just my macbook and a 500gig hard drive.
    Either way, I think I figured this whole thing out. I made a new folder, created a totally new project, encoded all my video files with Compressor and the audio with A.PACK and put everything in that new folder. Then I set-up the menus, buttons, links - everything - and did a "build" - Its very clear that DVDSP didn't touch any of the encoded files. I saw that an "mpeg" folder was created inside the new folder I had just created - but that's because of one of the template motion-menus I used in the project. Everything else stayed as is.
    So, this proves beyond any doubt that building/muxing doesn't harm or re-encode previously encoded assets.
    If the video is long,
    or you made complicated menus or are using
    transitions (which are encoded/made by DVD SP) then
    things can take a good chunk of time.
    I didn't know transitions slowed things down - but this totally makes sense.
    as an aside, are you running the Universal Binary of
    DVD SP?
    Oh - I'm running version 3 of DVDSP - not up to version 4 yet - and I'm running it on a brand-new black macbook... I think this combination might be causing some problems.
    Either way, things are looking pretty good right now. I haven't burned a DVD yet - which is the final test obviously - and that's coming next - but things are looking good so far. I'll know the bottom line to all this very shortly and will let you know how it went.
    In the meantime, thanks a lot! I very much appreciate your assistance.
    I'll probably have a Compressor question next
    I'm not crazy about the quality of the image that I got by encoding with Compressor. DVDSP did it better - but that's a whole other thing - are you able to answer Q's on Compressor?

  • Burn DVD without Themes, Menus, etc.

    I was able to import an old VHS tape into iMovie very smoothly. Now I want to burn a DVD of that tape that could be played in any DVD player. Just a one-to-one copy--no frills.
    When I start a project in iDVD5, it demands that I select Themes, Menus, Buttons, etc. That's not what I want at this time. I just want a clean DVD copy of my original VHS tape. Nothing else.
    I can't seem to find a way to do this in iDVD, yet I feel that such a simple action is so basic that it must be an iDVD option.
    Can someone please tell me exactly how to do this?

    Hi sirius:
    One way is to make an autoplay movie with the map view. Scroll through this site about half way down and it shows you.
    http://www.kenstone.net/fcphomepage/idvd_6stone.html
    Or, you can purchase Toast and burn a disk image.
    Sue

Maybe you are looking for

  • Table Z does not exist in the database

    Hi, I have created a Z table and modified the DataType from NUMC to DEC and transported to Quality server and it is giving an information error that (Table Z does not exist in the database) then once again i modified the DataType from DEC to NUMC and

  • Automatically create & print snapshots

    Good morning. I do a large amount of shipping and the labels are printed using a PDF document with 2 labels per page. Right now I have to manually take a snapshot of each label and then print to my Zebra label printer. Is there a way to automate the

  • Problem with FM  "SO_NEW_DOCUMENT_ATT_SEND_API1"

    Hi we using the FM    "SO_NEW_DOCUMENT_ATT_SEND_API1" to send a email with attachment , we have 8 columns  to display in the excel sheet,the output is coming fine , but the spaces which are left out of 255 , they are appending to next line, so in the

  • JTable not working with tableChanged

    Hi, I have a JTable and I use table model. I also use TableCellRenderer. Now when i use tableChange() method the method getValueAt(int nRow, int nCol) in the model is called recursively forever. It starts with row zero to row 7 and then starts again.

  • SCCM and Cluster Aware Updating

    Hi All, I have installed a Hyper-v 2012 r2 Cluster and would like to utilise the cluster aware updating mechanism and also use SCCM 2012 SP1 to manage the deployment of updates.  I have checked online and the following article seems to suggest that b