Burnt DVD not behaving like simulation

Hi - I'm creating a DVD with Menu 1 which leads to the option of 3 further menus. From those menus the viewer can choose the chapters they want to watch. This all works perfectly in DVD studio pro. When I build the files and view them on the Apple DVD player it works too. But when I burnt the DVD and played it in a DVD player the menus worked fine, but no matter which chapter I chose the DVD player only played chapter 1. Does anybody have any suggestions?

I went and found a few of Trai's discussion articles on this subject, and the short answer is that the spec says you can't go to a menu until something else has started up (a bunch of DVD memory locations need initializing), and the safest way to do that is to run a short video as VTS-01 (first play) instead of a menu.
That said, I've never seen the problem in an NTSC player, even generation 1 (like the old Sony 7000ES).
But to be safe, I'll start doing that in the future; instead of an FBI / Interpol screen, maybe "Eddie O Presents 'Life in a Garbage Dump' "
Eddie O

Similar Messages

  • Delete datagridview row using right click context menu does not behave like the delete key

    I have a datagridview with editing enabled. If I click the row header and press the delete key, the row is removed no questions asked. I don't recall doing any coding to make this happen but I couldn't do copy and paste using keys so I created a context
    menu with copy, paste, & delete.  The delete option calls
    dgvVX130.Rows.RemoveAt(dgvVX130.SelectedRows[0].Index);
    The row is removed but the problem is this fires other events like RowValidating which fails.  I presume because the row is no longer there.
    The delete keypress is definitely a lot cleaner so my question is 3fold. 
    1) Why doesn't Rows.RemoveAt behave like the delete key? 
    2) Is it possible to issue a delete keypress to do the same thing?
    3)  Is it possible to suppress the RowValidating event or other events when Rows.RemoveAt is fired?

    Interesting.  My delete key does not fire the row validating event.  When I use the delete key I click on the row header which does fire the row validating event and then I press the delete key.  Row is deleted and no event fires.  Works
    just the way I want it to.  I wish my context menu delete worked that way.  I wouldn't know what chunk of code I can provide to show the Row Validating NOT firing when delete key is pressed but here is the context menu code that does fire Row Validating.
    private void cmsEditItemClick(object sender, ToolStripItemClickedEventArgs e)
    ToolStripItem item = e.ClickedItem;
    switch (item.Text)
    case "Copy":
    if (dgvVX130.GetCellCount(DataGridViewElementStates.Selected) > 0)
    try
    // Add the selection to the clipboard.
    Clipboard.SetDataObject(
    dgvVX130.GetClipboardContent());
    // Replace the text box contents with the clipboard text.
    catch (System.Runtime.InteropServices.ExternalException)
    MessageBox.Show("The Clipboard could not be accessed. Please try again.");
    break;
    case "Paste":
    if (Clipboard.GetDataObject().GetDataPresent(DataFormats.Text) == true)
    ClipboardUtils.PasteFromClipboard(dgvVX130);
    dgvVX130.NotifyCurrentCellDirty(true);
    dgvVX130.EndEdit();
    dgvVX130.NotifyCurrentCellDirty(false);
    bindingSource1_PositionChanged(this, e);
    break;
    case "Delete":
    dgvVX130.Rows.RemoveAt(dgvVX130.SelectedRows[0].Index);
    break;
    default:
    //code
    break;
    private void dgvVX130CellContentClick(object sender, DataGridViewCellEventArgs e)
    //dgvVX130.IsUserSelectionEnabled = true;
    dgvVX130.BeginEdit(false);
    ((TextBox)dgvVX130.EditingControl).SelectionStart = 0;
    //((TextBox)dgvVX130.EditingControl).SelectionLength = 3;
    public class ClipboardUtils
    public static void PasteFromClipboard(DataGridView grid)
    try
    char[] rowSplitter = { '\r', '\n' };
    char[] columnSplitter = { '\t' };
    // Get the text from Clipboard
    IDataObject dataInClipboard = Clipboard.GetDataObject();
    string stringInClipboard = (string)dataInClipboard.GetData(DataFormats.StringFormat);
    // split into rows
    string[] rowInClipboard = stringInClipboard.Split(rowSplitter, StringSplitOptions.RemoveEmptyEntries);
    // get current cell
    int currentRow = grid.SelectedCells[0].RowIndex;
    int currentColumn = grid.SelectedCells[0].ColumnIndex;
    // get 1st cell in selected area
    for (int i = 1; i < grid.SelectedCells.Count; i++)
    if (currentRow > grid.SelectedCells[i].RowIndex)
    currentRow = grid.SelectedCells[i].RowIndex;
    if (currentColumn > grid.SelectedCells[i].ColumnIndex)
    currentColumn = grid.SelectedCells[i].ColumnIndex;
    // add more rows if need to paste data
    /* if (grid.Rows.Count < rowInClipboard.Length + currentRow)
    grid.Rows.Add(rowInClipboard.Length + currentRow - grid.Rows.Count); */
    // paste
    for (int iRow = 0; iRow < rowInClipboard.Length; iRow++)
    if (iRow + currentRow < grid.Rows.Count)
    string[] cellsInRow = rowInClipboard[iRow].Split(columnSplitter);
    for (int iCol = 0; iCol < cellsInRow.Length; iCol++)
    if (grid.ColumnCount > currentColumn + iCol)
    DataGridViewCell currentCell = grid.Rows[currentRow + iRow].Cells[currentColumn + iCol];
    if (!currentCell.ReadOnly) // H.NH added to avoid Read only case.
    if (cellsInRow[iCol] == "")
    if (grid.Columns[iCol].ValueType.Name == "String")
    currentCell.Value = null;
    else
    currentCell.Value = DBNull.Value;
    else
    currentCell.Value = cellsInRow[iCol];
    switch (iCol)
    case 3:
    currentCell.Value += "_ChangeColumnName";
    break;
    case 2:
    currentCell.Value = grid.Rows[iRow].Cells[iCol].Value;
    break;
    else break;
    catch (Exception e)
    MessageBox.Show("Sorry, can not paste from the clipboard.\nError: " + e.Message, "Paste Error", MessageBoxButtons.OK, MessageBoxIcon.Error);

  • Burnt DVD not recognised on Windows Computer

    My wife and I have recently started our own business, and are using 'Disk Utility' to do daily backups of our work onto DVD+RW disks. Every few days we erase the old disks and re-write over them. We have 2 computers an IMac G5 on Tiger and a Laptop on Windows Vista. Due to the nature of the work I often have to use files created on the Mac on the Laptop. I would like to use the previous days back-up disk to transfer the files to the laptop as it is the most hassle free method of transferring the files over, especially when working away from home. This is where the problem starts, the burnt disks are easily read on the iMac, I have checked them several times as I'm paranoid about loosing my work. But when I put the DVD into the Laptop, a pop-up asks me what I want to do with my blank disk. I checked the help files on 'Disk Utility' and they talk about setting the volume format to a microsoft setting but when I erase the DVD that menu is greyed out. What can I do as the only way for me to transfer files at the moment is by using my iPod which takes several transfers to copy everything over, using up a lot of my time.
    Regards & Thanks for any responses
    John Curwood

    Data disks created with Disk Utility are normally Mac format. To read them with Windows you need MacDrive
    <http://www.mediafour.com/products/macdrive/>
    If you use the Finder to burn the DVD, it will be in both Mac and PC format, and should work with no additional software.

  • Digital Download with DVD not working like it should

    I purchased the Mickey Mouse Clubhouse Space Adventure from Walmart.  I love to buy the ones that include the digital download, that way if we are stuck somewhere I can whip out my iPad or iPhone and entertain a 3 year in the blink of an eye.  However, with this purchase I redeemed my download but it never showed up in my Library.  When I try to seach for this movie in the iTunes Store it doesn't even look like it is even available for purchase.  Did I just buy a "dud"?  I am really bummed out that I have not been able to troubleshoot this to a solution on my own, so now I reach out to you.  Has anyone ever had this happen to them with any purchases or are you an owner of the same movie with the same problem?  Please help, I'm open to any suggestion at this point.

    I did do the check for updates and purchase downloads, still no movie. 

  • Open/Place Dialog not behaving like other apps - win 7 64bit

    I just recently switched from mac to windows at work. It was also a jump from orginal CS(mac) to CS5(win). One thing I am having a problem with is that I can't create shortcuts/favorites on the left in those open/place/save dialog windows. All I get is a static frame with Recent Places, Desktop, Libraries, Computer and Network. But no Favorites. I can't even expand them in to trees. I can't right click on the icons or in that pane. The only thing I can do is left click and it opens up the view they represent. In other programs, such as Firefox, OpenOffice or Notepad, you have a Favorites selection and you can drag stuff over to it at any time.
    Is there any way to get that behavior in the Windows version of CS5?
    I work on a weekly newspaper and do lots of placing from many different locations through the week. I used to set up the new shortcuts at the beginning of the week on the Mac but haven't figured out how to do that in CS5 on Windows. By having to browse back and forth to those different folders I am losing about an hour or more of productivity over the course of a week. It really hurts as we approach our deadline.
    Any help would be greatly appreciated.

    bryanspringfield wrote:
    I tried to use Recent Places but it changes so frequently and I also use a lot of folders that have the same name but they are under different weeks directories so it's not as reliable. I suppose I can clear off the desktop and put all my shortcuts there. It's an extra step but seems like it will work bettter than how I've had to do it so far. Thanks to everyone. If anyone has a better solution, I would be pleased to give it a try.
    Since Desktop is always a choice, consider creating a single Desktop folder and placing shortcuts to the directories and subdirectories in it. The more Desktop items, the greater impact on resources and performance, but a single folder that contains other items counts as one item.
    If your files are kept on a network drive, Desktop can contain a shortcut to a shortcut folder on the common drive and all users can create shortcuts to it.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • ABUnknownPersonViewController will not behave like unknown, recent call

    I'm trying to take a recent call/phone number and give the user the option to "Create New Contact" or "Add to Existing Contact" (just like the view controller that is presented for recent calls that are not listed in your address book).
    Unfortunately, the SDK seems to force me to specify the phone number in advance as a mobile/home/work/etc. number.
    If you look at Apple's implementation, they put the number in bold at the top and then when you specify Create New Contact/Add to Existing Contact, you can choose to put it as mobile/home/work/etc.
    (And if you look closely, when you Add to Existing Contact they will try to first to assign it as a mobile number, then home number, then work number, etc.. down the hierarchy automatically.)
    My question to you is, how can I recreate Apple's implementation of assigning a phone number?
    This is what I'm having to do now..
    // Create the person with a phone number of a given type (mobile)
    ABRecordRef person = ABPersonCreate();
    CFErrorRef *error = NULL;
    ABMultiValueRef phoneNumbers = ABMultiValueCreateMutable(kABPersonPhoneProperty);
    BOOL addedNumber = ABMultiValueAddValueAndLabel(phoneNumbers, @"987-654-3210", kABPersonPhoneMobileLabel, NULL);
    if (addedNumber)
    ABRecordSetValue(person, kABPersonPhoneProperty, phoneNumbers, error);
    // Create the unknown view controller and add the person
    ABUnknownPersonViewController *personViewController = [[ABUnknownPersonViewController alloc] init];
    personViewController.displayedPerson = person;
    personViewController.allowsAddingToAddressBook = YES;
    personViewController.allowsActions = YES; // this doesn't seem to work?
    personViewController.unknownPersonViewDelegate = self;
    personViewController.alternateName = @"987-654-3210";
    personViewController.message = @"August 17, 2008 3:20 PM";
    // will eventually make this modal view controller
    [self.navigationController pushViewController:personViewController animated:YES];

    Hi there!
    First off, reboot your device:
    Anytime random strange behaviors creep in, the best thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, this one suffers from memory leaks and such...with a hard reboot being the best cure.
    As for the 1606 error, here are some KB articles that discuss it:
    http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB10933&slic...
    http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB11061&slic...
    Since your desktop app is no longer running, you should do a clean uninstall:
    http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB02206&slic...
    And then re-install:
    http://supportforums.blackberry.com/rim/board/message?board.id=BlackBerryDesktopSoftware&thread.id=3...
    Hopefully that'll get you started toward resolution.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Combo box not behaving like it should

    I have a form in which I have 4 combo boxes that have more or less the same choices, however there is one that is common to all 4 (E078).
    When "E078" is selected in any of the combo box, a new combo box will appear (and a white rectangle will be hidden so that the new combo box title can be seen). It works when I select that in one or more combo box, however to make it disappear I have to select some other choice in the same combo box twice!!! If I select anything only once, it will not make the new combo box hidden, but if re-select something (same or another choice) then the combo box will disappear!
    I am at lost, and would be very thankful if someone could make it work seamlessly. I mean it works, nut it is just inconvenient and I cannot tell the user to make select something else twice if they want the field to disappear.
    Here is my form:
    https://workspaces.acrobat.com/?d=WjF6aV8IUuBX2w8iZN3k0g

    When you use event.value in a combo box's Validate event it does not give you the export value, which is what you want. It is easier to use place the code in a custom Keystroke script where you can use the event.changeEx property to retrieve the export value of the selected item. See the documentation for more information: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.607.html

  • IPhone is Updated to 4.0.1, but not behaving like it is.

    I've had my iPhone on 4.0.1 for a while, it worked fine. Today I restored since it was beginning to get some slowdown. However now, after the restored my iPhone isn't using any of the 4.0.1 features. Example it won't let me set wallpaper or multitask. I checked settings -> general -> About and it says it's running version 4.0.1.
    I then restored again but didn't load the backup, and same problem, so it isn't my backup file creating the problem.
    Any help is much appreciated.

    Nevermind, worked it out.

  • Dvd player does not read burnt dvds

    i burnt 2 dvds on my macbook pro (leopard). they both play fine on my macbook pro and my toshiba dvd player.
    they will not play on my macbook and powermac g4 (tiger).
    is this a problem with the dvd player in tiger? if so, any way to update it or download a newer version?

    oh sorry i forgot to add that i managed to play some of the contents directly from my storage disk:
    1. open dvd player
    2. select play media
    3. instead of clicking on the FOLDER, like i wld do if i access the video from my macbook pro (leopard), i have to open the folder and click on VIDEO TS inside the folder
    it will play this way. but i wonder if some features are lost? and why can't i play directly fr the burnt dvd like i can do on my macbook pro and toshiba dvd player?
    sorry this is longwinded... i am rather frustrated here... thx for the help!

  • MacBook will not play burnt DVDs?

    Hi, not sure if anyone posted this topic already so sorry in advance, but i wanted to know why won't my macbook play burnt DVDs. The DVDs worked fine on my dvd player, my other PC etc. When i load the burnt DVD into my macbook it wouldnt recognize the disk and when i open the dvd platey and hit play it would say something like please enter a readable disk. Any suggestions would be great. Thanks.
    Black MacBook 2.0GHZ 1GB RAM 80GB HD; 5TH GEN Black iPod Video   Mac OS X (10.4.7)  

    I have the same problem with my MacBook 2.0 GHz.
    The DVDs in question are DVD-RWs burnt with Pioneer DVR-520H, they work fine on my iMac G4 (DVD-Player & VLC) but when I insert the DVD in my MacBook the DVD-Player doesn't recognize the "media type" and VLC player gives me an error log like this :
    vcd: search for kIOCDMediaClass came up empty
    vcd: failed to get the TOC
    vcd: no movie tracks found
    access_file: file /dev/rdisk1 is empty, aborting
    cdda: search for kIOCDMediaClass came up empty
    cdda: failed to get the TOC
    cdda: no audio tracks found
    main: no suitable access module for `dvdnav:///dev/rdisk1'
    macosx: Error: Unable to open 'dvdnav:///dev/rdisk1'
    The interesting thing is that the DVD shows fine on my MacBook's desktop, I can open it and when I copy the VIDEO_TS -folder on my hard disk I can play it with no problems with either DVD-player or VLC.
    So my MacBook can read the disc, it just can't play it - what could be causing this problem?
    I have been suggested trying DVD-Rs instead of DVD-RWs, but I don't think this solves the problem, I wanna be able to play RWs too if they work fine on my iMac G4.
    The DVDs have also been tested on PowerBook G4 (works fine) and Intel iMac (the same problem as with my MacBook = doesn't work). The DVDs aren't copied, they have material recorded from TV using the Pioneer DVR-520H (the same machine used for burning the DVDs) on them.
    I'm able to play normal, rented or bought DVDs on my MacBook. Both machines are running the latest Tiger OS.
    Thank you in advance.

  • After using video capture device to copy VHS to DVD, burnt DVD will play on computer but not

    After using video capture device to copy VHS to DVD, burnt DVD will play on computer but not on DVD player. Tech support for the VCD said my HP DVD burning software has to burn "DVD Video and not DVD data" and to check with HP. How can i check myself.

    Grahamster, welcome to the forum.
    I recommend trying CDBurnerXP for burning video CD's.  I have been using it for years without a glitch.  I use it mainly for burning ISO's, but have used it for all types.  Please let us know if it works or not.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Burned DVD video looks like jerky-  This did not happen before!

    Hi all,
    I have used I DVD before with great results! I have done several DVD's and each of them have looked great and smooth. I am using an HD camera and sharing to Itunes in the high resolution setting. The movie when played on my apple tv looks smooth and great. When the same video is burned to the DVD it looks like some of the frames are missing. While it looks clear it looks jerky like something you would see on the internet or an old home movie. Any help would be appreciated as I have tried to change the setting but cant seem to find what is wrong. I am not sure if some upgrade has hurt performance, is anyone experiencing this same issue. The slide show looks great and plays smooth with music. I created the slide show in Imovie08 and copied it into the DVD that way because when I tried to use the slide show option in IDVD the music kept skipping and cutting out.
    Thanks for your help!
    GE

    I will try to answer both request in one post. First the video did not really look like the tracking was off generally this makes lines in the video. I was more like an old time movie only not that bad where it may have been missing some frames but the picture looked good just choppy.
    What I did first was share to the media browser a "large movie" from Imovie08 then import into IDVD- that did not work choppy- about 1.05gb for 38 min of video
    Next I shared to Itunes from Imovie08 same as above result the same-(guess it would be since the same movie format just in a different place. Since it worked before guessed I would give it a try. I tried this option several times on several settings. While the movie played fine in Itunes it did not when burned and played on the DVD.
    Someone had a post about quicktime upgrade being a problem so I thought. . .and then
    Next I exported a large .MOV file it came to 8.07GB for the same 38 min of video above. This I put into the movie file then pulled it into IDVD and burned the video and IT WORKED!!! no choppy video!
    Now should I have to do this every time NO. This should be fixed as it must be with the way IDVD is reading these files.
    PLEASE let me know if you have any thoughts on the fix. I did remove peridan too and that did not work. I would like not to have to create such large files to make this work.
    Thanks
    GE

  • My iphone's screen goes black and it behaves like that it is switched off.No switches work and the power button also does not respond.The ringtone do not also respond.The only way to switch on the phone is to press  home button and  power button together.

    My iphone's screen goes black and it behaves like that it is switched off.No switches work and the power button also does not respond.The ringtone do not also respond.The only way to switch on the phone is to press  home button and  power button together.

    Pressing the Home button and the sleep/wake or on/off button together until you see the Apple logo and then release is called a reset.
    If no change after a reset, the next step is restoring your iPhone.

  • My MacBook Pro does not read burnt DVD

    Hi guys,
    Does anyone of you alredy encountered the following problem with your optical drive (Matshita DVD-R UJ 857):
    - Perfect CD reading/recording
    - Perfect original DVD reading
    - Perfect DVD burning
    - No or almost no burnt DVD reading.
    This is becoming nasty since you back up your stuff on a blank DVD (verbatim DVD-R) but cant read them back...
    Anyone out there that has the same pityful problem?
    Let me know,
    .M

    I too am having this problem. I spoke with Apple Support and they basically said "if it reads the DVDs we provide then it's not broken". What a joke.
    The DVDs I am having problems with are all from commercial software that I purchased, but they are not pressed discs. They are DVD-R or DVD+R (not sure which). The discs do not read on my 15" MBP, but read just fine on my 15" PB and on my desktop Windows system. To me it seems that the new SuperDrive is not so super after all.
    Hopefully Apple will hear from enough of us that this is a problem, and then maybe they will actually do something to fix it.
    Cheers
    -- Bennett

  • Some of keys not respond or behave like another keys

    Backspace delete words in opposite directon. My left and right arrows keys behave like they are up and down keys. Function keys for adjusting volume(F11 , F12) behave like they are dashboard. ***?!
    I try to "single mode" with holding command+S during bootng system. Keys behave well. I try to test keys in "show keybord viewer", arrows, backspace and right alt key doesnt response.
    Batteries on 53% power.
    Please, any Idea? :_(((

    Agree, it is not good.    Of course, for as many defective items sold, there are many more that fail because they are not looked after.    Not suggesting in any way this applies to you ... but one of the biggest problems with keyboards is their use in a dusty environment.   You know what I mean, windows open in a house overlooking a main road ... and so on.
    But glad to see you are sorted.   Hopefully this one will be better.

Maybe you are looking for

  • T-Tap unit out now for FCPX external monitoring

    Hello All, First off, I do not work for or own stock in Aja.  Check out this new unit called the T-Tap from Aja it connects to your Mac via Thunderbolt and is powered by your Thunderbolt connection (you don't have to hook it up to external power).  N

  • Is it okay to preinstall firefox on non-gms device we developed?

    Hi, I work for a manufacturer in Taiwan. We're developing an industrial grade Android device and it shall be launched by Jan, 2015. I know Firefox browser is free to download and install via Play Store, but our device is not going to pass GMS, so I'm

  • Photoshop Elements 8: why too many activations? [was:activation]

    Recently had new computer and the man that set it up for us loaded on our photoshop elements 8, the old computer was dumped, so is no longer in use. However when I try to use the programme it tells me that I have too many activations on it. I am not

  • Photos does not let one edit in external editor ....

    I'm shocked , taken aback indeed , Photos does not allow editing in external software , i.e. Photoshop , .... or am I wrong. If it is the case it does not allow external editing , especially in RAW , then I am not impressed . iPhoto was rubbish ... r

  • Can not remove mac osx base system drive

    Hi folks.. Just trying to do a complete clean install of Mountain Lion. I booted up from a USB and erased the Macbook hardrive completely. However I see a second drive/partition below that says 'disk2 - Mac OSX Base system' and it's about 2 gigs in s