Label and cover

just proud to made my first iDvD. So proud that i also want to design a dvd label and a cover for it. But could not find anything about this in iDvD or iWorks. Someone knows nice software for this?

Hi
WHAT EVER ! Don't put any lable or sticky thing on a DVD. It will be unstable and
not playably any more + eventually harm the DVD player.
I bought an Epson Stylus Photo R1800 printer and printable DVD discs. Works gratly
and the lay-out is done with Epson program bundled with the printer.
THERE ARE Other Cheaper alternatives as good as this one !
Yours Bengt W

Similar Messages

  • What determines whether the Label name and/or Caption appears in the context help window but in other cases, both the label and caption appear in the context help window?

    I am trying to polish an application, and find that I cannot seem to reliably control which of the label or caption text appears in the context help window because I don't understand what rules are in place to determine which should appear. It seems like if I reate a named constant, then use it's right click menu command "Create Indicator" I get a control with only a Label (as long as I don't add a caption). This then appears in the context help window as the label name followed by the description text (after entering some description text). But if I add a caption, the label name is shown in bracket
    s which is a 'feature' I would like to avoid, because I have certain controls where I would like to use a descriptive variable name on the block diagram side without using so much space on the front panel. It seems like there is no way to avoid showing the Label name in the context help for a control/indicator. Is this true?
    I thought the purpose of having a seperate caption was to make the text that appears with a control programmatically controllable, but if that control is not extended to what appears in the context help window, it limits the usefulness of the caption and forces me to re-consider some Label names. However, the problem goes deeper than that because then even when I make the label and caption exactly the same, or if I delete (via a select caption text-backspace or select caption text- delete key .. sequence) the caption for a control, the label name in the context help window still appears in square brackets!
    Can I have complete control over the context help fo
    r a particular control (or has anyone found a third-party context help solution that functions compatibly with LabVIEW 7 in a built application that they will be so kind as to recommend?)
    I have used LabVIEW for three years, and I am now using LabVIEW 7.0.

    Sorry for that.. I was changing the text of my question and didn't read carefully enough in the preview stage. I wanted it to read "What determines whether the Label name and/or Caption appears in the context help window?"

  • How to add a JPanel with label and border line

    hi,
    I want a Jpanel with label and border line like this.Inside it i need to have components.Is there a resuable component to bring this directly??
    Any solution in this regards.???
    Label-----------------------------------------------------------
    | |
    | |
    | |
    | |
    | |
    |________________________________________ |

    [url http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html]How to Use Borders

  • How to click a label and pop up a Word Document

    hi!
    i know this question has been asked many times...i did a search...but got alot of stuff that were either too much for me to read...or too tough for me...
    i hope i can GEt some help here!
    i am in a rush..thats why i opted to post it here instead.
    question is:
    i have a JLABel. hwo to create a link that once i click on it... a MS word DOC will open??
    i already have the doc. file made...but need to link it to the label..such that once its clicked, the doc is opened...
    thanks alot!!!

    A very important message about problem solving: Divide and conquer.
    Stop thinking "clicking a label and open a word document".
    Think
    - "Clicking a label, and do something"
    - "open a word document from a java program".
    Go on, and think
    - "How do I make my program notice when a specific label gets clicked"
    - "What external command will open a word document?"
    - "How do I run an external command from a java application?"
    Look at the hints you've got. Read the documentation for the classes and methods you've been pointed towards. Look them up in the index in a good book. Read the tutorial. Write code. Experiment. Maybe come back here if you get stuck on something specific.

  • I have an iPad 2 and want to be able to design my own templates for invitations, labels, and such. What do I need to do to be able to do this? Apps??

    I have an iPad 2 and want to be able to design my own templates for invitations, labels, and such. What do I need to do to be able to do this? Apps??

    Take a look at these three sites and you might find something in one that will work for you.
    http://appadvice.com/appnn/2011/06/appguide-updated-vector-drawing-apps-ipad
    http://jaevin.com/blog/2011/02/20/ipad-sketching-drawing-apps/
    http://www.designer-daily.com/10-great-ipad-applications-for-creative-people-623 4
    I downloaded iDraw - which is an Adobe Illustrator wannabe for the iPad. You can export to PDF and other formats using iDraw. iDraw also supports file sharing. File Sharing is the iPad/iTunes way to send files back and forth from the iPad to your computer and back again.
    This site will tell you about iDraw.
    http://www.indeeo.com/idraw/
    This is a link to iOS File Sharing which you will find useful as well.
    http://support.apple.com/kb/ht4094
    There are third party apps in the app store that will allow you to use virtually any printer even if you don't have one of the HP AirPrint compatible printers.
    You can even use an app like Pages to create your templates. You can insert art and photos into Pages and it supports file sharing as well. Pages is a Word Processing app and I would be inclined to not use it for your purposes but it will work for some basic designs however it's certainly not ideal for creating artwork.
    http://www.apple.com/ipad/from-the-app-store/pages.html

  • Phtmlb: space between Label and Field

    Hello,
    I am using <phtmlb:matrix> to arrange the fields next to one another on the view. For fields, <phtmlb:formLayoutInputField> is used in which case the label is taken automatically through binding to DDIC fields. At one particular row of matrix, it is required to break-up the cell in 3 more cells, so that I can display 3 fields adjacent to one another in the space of one cell. For this I am nesting one more matrix inside the outer matrix.
    Something like this...
    <phtmlb:matrix>
    <phtmlb:matrixCell row = "1"
    col = "1" />
    <phtmlb:formLayout>
    <phtmlb:formLayoutInputField>
    </phtmlb:formLayout>
    <phtmlb:matrixCell row = "2"
    col = "1" />
    <phtmlb:matrix>
    <phtmlb:formLayout>
    ...3 fields next to one another / 3 cells
    </phtmlb:formLayout>
    </phtmlb:matrix>
    </phtmlb:matrix>
    I am able to acheive the desired output of 3 fields next to one another, but facing the following problem.
    To get the inner matrix(3 fields) into effect, i need to close the <phtmlb:formLayout>.
    Now, the first row properly shows all the filds one below the other with proper spacing between the label and input output field.
    (Actually all the input_output fileds are placed at a distance of largest text/label in one formlayout).
    But when the second row starts, the spacing between label and field is no longer taken as per the first row in above case.
    Is it because since a new <phtmlb:fomlayout> is started , the spacing will be as per the elements in this new formlyout. If yes, How can I assure the same spacing between elements of two different formlayouts. I tried "fieldToLabelFactor" but since no. of fields in my page is too large, I can't afford to decide this factor for every <phtmlb:formLayout>.
    Or is there any better way to acheive the required output.
    Thanks ,
    Priti

    did u get the solution?

  • Bookmarks sync erase new tags, labels and description on former synchronized bookmarks

    hello,
    on firefox 32.0.3
    bookmarks synchronisation erase recent tags, labels and description during the sync.
    this happen on already sync bookmarks on which we add some tags, labels and description, but not on new ones.
    no error message when logging or unlogging.
    thanks in advance
    best regards

    Hi ebntv,
    Thank you for your question, I understand that after a recent sync to your sync account that there are Recent Tags, descriptions and labels missing. However it is only the older Bookmarks that are affected.
    I have attached two screenshots to clarify to make sure I understand the feature that is affected:
    # The first has the default recent tags and list of all tags.
    # the second is an older bookmark visited 32 times that has all of the details after a sync.(However it never had a description or keyword)
    Which information is missing exactly?

  • Printing Problem with labels and envelopes

    I have Microsoft office:mc 2004 and cannot print labels and envelopes. Whenever I ask to print it boots out and states that there is a problem and ask me to report the problem. I have reported it 20 times in the last 2 days with no response from apple. Can anyone give me any input on how to correct this problem? I have a HP laserJet 3050 all in one printer and did not have these problems when I was using a PC with windows. Please help as I am at my last of my patience on this problem. Thanks and please use language I can understand as I am not computer literate on all of the lingo that is being used.

    Hi Lilmac, and a warm welcome to the forums!
    Have you installed a Printer Driver later than the one that comes on the CD? hp generally includes older ones.
    Tough to say with so little to go on, but since it could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot.
    The usual reason why updates fail or mess things up, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates.

  • I have several albums in a folder in iphoto.  The pictures are ordered, labeled, and dated. I want to put them on an external hard drive and have them stay in order w/labels. How can I do that?  Thank You

    I have several "albums" in a "folder "in iphoto.  The pictures, and videos (from a camera and smart phone) are ordered, labeled, and dated. I want to put them on an external harddrive. How can I do that and keep them in order, etc. What I have tried reorders them, separates them into the camera pictures, phone pictures, and movies. We are not sauvy in Apple or iphoto so this has been extremely frustrating for us.

    Files on disk have no order - they are given the order by the viewing program - finder on the Mac - using the finder you can view files by many different sorts - file name - date created - date moified - size - etc
    Deciede how you are going to sort them when you view them and then export them so that sort works for you
    Generally using an alpha sort to view and exporting using the sequential nameing option is the solution - see the user tip on exporting for the options available
    LN

  • Bridge CS4 looses my labels and ratings if edited in Camera RAW

    Hi there. This is my first post here, so please forgive me if I make any errors of normal posting procedure. I'm hoping someone might be able to identify this problem please.
    I am using Bridge CS4 v.3.0.0.464 and Photoshop CS4 v.11.0 and Camera RAW 5.0.0.178
    On Windows Vista Home Premium 64 Bit service pack 2, and working mainly with jpg files from a Nikon D300s
    I've noticed recently the following behaviour. If I label and/or rate some photos in Bridge, and then open those photos via Camera RAW, and then make adjustments to those photos in Camera RAW and open them directly from there into Photoshop, then the original file in Bridge looses all it's rating and label info, and shows a new modified date and time as of that moment.
    This only seems to happen if I actually edit the photo in Camera RAW, I do not ask to save it (and remember these are JPG files so as I understand it any changes in Camera RAW would not be saved unless I ask to resave the file itself) but to open it directly into Photoshop (and I then save the finished work as a copy to a different place from Photoshop) but the act of making an edit in Camera RAW seems to affect the original file settings in some way, and that looses the labelling etc.
    However, just a couple of days ago something even odder happened. I opened Bridge, navigated to a recent (and recently labelled) folder to browse some photos (at this point I had not opened either Camera RAW or Photoshop and was not doing editing of any sort). When I got to the folder I wanted and Bridge started to display the thumbnails, I immediately heard my hard drive working very hard, and watched as over the course of a few seconds all my labels, ratings etc, were erased from the files in that folder, you could actually see it happening in real time in the filter pane as the number of red-labelled photos counted down from 30 to 0, and the modified dates for those 30 shifted from two days before to the current time/date. it only happened for the labelled and/or rated photos, the others remained unchanged, with their modified dates still the same as when I created the folder a few days before. This has so far happened to me just once, a couple of days ago, it was as if Bridge was somehow refreshing a cache or something, and that caused it to to clear all the changes I had made.
    Anyway, I couldn't really find any reference online or on these forums to that specific behaviour. After reading some slightly similar problems online I tried a few changes to settings. Allowing Bridge to automatically export the cache to folders where possible, and making sure that the main Adobe cache location is writable (not read only) in windows folder settings. However, although I have not yet had a repeat of the weird incident above, that hadn't happened before either so I cant really claim that I've cured it. But moreover the issue of loosing labels/rating when editing with Camera RAW still persists consistantly even after those changes, so that is definitely still a problem
    Can anyone shed any light please? if it's a known problem, a flaw, or maybe (hopefully) can be sorted with some settings that I have missed.
    Thanks for any help
    Best regards
    Will

    Welcome to the froum.  Your submittal was great.
    I don't know if this will fix your problems, but you need to update to the current versions and see where that takes you.  Click on Downloads/updates at top of page.
    You have Bridge CS4 v.3.0.0.464 and Photoshop CS4 v.11.0 and Camera RAW 5.0.0.178.  Don't know what current version of Bridge is, but you need PS v. 11.0.1 which fixed a number of mistakes.  Also, the current RAW is 5.6 I believe.  I am still on CS3.
    eatfirst wrote:
    This only seems to happen if I actually edit the photo in Camera RAW, I do not ask to save it (and remember these are JPG files so as I understand it any changes in Camera RAW would not be saved unless I ask to resave the file itself) but to open it directly into Photoshop (and I then save the finished work as a copy to a different place from Photoshop) but the act of making an edit in Camera RAW seems to affect the original file settings in some way, and that looses the labelling etc.
    Edits, keywords, and rating can be stored in the XMP file.  This has the same name as the file and needs to move with the file or you will loose info.  If you move or rename the file, and don't use Bridge, this file could be left behind.  You can see this file in Bridge, if you have show hidden files clicked in View.  You can look at it in Windows Explorer if you have "show hidden files".
    Check to see if you have an XMP file in the new location.  If not then do you workflow in stages and see if you have an XMP file after edits before you save it to another location.
    Hope this helps.

  • The labels and text fileld are not hiden by jXDatePicker

    Hello
    When i click on the drop-down jXDatePicker, labels and thet fields (taht are under jXDatePicker in the form ) show over the calendar- the ables and text filelds are displayed onto the calendar.
    Is there some ideas what could be the problem and how can i fix it
    10x all

    generally indicates using heavyweight components
    java.awt.Label instead of javax.swing.JLabel
    TextField instead of JTextField
    etc

  • Can Bridge Label and Rate Pictures on removable CD, DVD...?

    Adobe Help file states so:
    "You can label and rate folders as well as files. You can even label and rate files and folders on read‑only media, such as a CD."
    but adobe techs can't figure out why it is not working.
    seems to somehow work manually in certain workspaces (vert film strip, light table...) by sliding mouse over the 5 white dots. but pull down menu ( although not grayed out) will not register rating on pictures. and most important, the filter doesn't recognize them anyway, so pointless to sort.
    version: Bridge cs3 2.2.1.9, all recent patches updated.
    this had been exceptionally useful in past through the old build-in photoshop feature to rank thousands of pictures from client or photographer cds by building ranking into cache and allowing for sorting pictures before opening, saving, retouching in photoshop whilst still navigating through cd roots.
    only recommendation from techs is to burn entire content of each cd onto your hard drive, then rank them, then re-burn a new cd with metadata adjusted if needed. if any of you deal with thousands of pictures coming from photographers and clients, i dont' have to tell you this is a huge asinine...
    any idea much appreciated to solve the problem.

    That is normal behavior I think, if you open a folder with only subfolders there are no cached files for Bridge to read. I don't know exactly with CD but if you let Bridge build the cache for that folder the filter probably appears after showing only no rating.
    If you have otherwise problems with filter or anything else first is to use the menu tools - cache - purge cache for folder, if this is not working refresh preferences with holding down the option key while restarting Bridge and choose refresh preferences out of the three options

  • How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    Hi skt102711,
    I would like to inform you that acrobat doesn't support .epub to .pdf format conversion. Please browse this Link for more information : Supported file formats | Acrobat, Reader
    Regards,
    Rahul

  • Label and legend problem in grouped month data pie chart for Crystal XI

    Post Author: mikeyplop
    CA Forum: Charts and Graphs
    Hi all, I have a problem with a pie chart I created based upon monthly figures that were grouped.  The data type is DateTime but I have modified the report to show the date as January 2007, February 2007 etc. etc.  This is all fine and appropriate as it is based on a gouping of all the data into months. However, when I chart the same data the labels and legend do not reflect this formatting.  Instead they show up as 01/2007, 02/2007 etc. etc. I have searched the forums, but was unable to find any one else who has had the same problem. Any help would be greatly appreciated. Kind regards, Mikey

    Post Author: training2go
    CA Forum: Charts and Graphs
    I've still been trying to get this to work or at least figure out what I'm doig wrong, but so far I haven't had any luck, so I'm hoping someone can help me.

  • Crys Reports - Mark the Legend Labels and Chart bar - values custom names

    Hai,
    I want to change the default names/labels of the chart elements (for e.g. bar chart - the labels and values) , in my reports the labels are directly taken from the database columns, how can I change this?,
    Someone please help...
    Thank you in advance.
    Vijay.

    Hi
    You can select the individual elements(for e.g chart title,legend,chart frame,grid lines,individual bars and series risers etc.).
    To do this do a normal left click and then again a left click on the desired object within the chart(which will select the object), and then do a right click which will come up with all possible options.
    Say for e.g you wan't to edit a default data label then follow the steps:
    1. Left click on the chart
    2.Left click on the data label.
    3.Right click>>Chart Options>>Titles
    4.Here you can edit the default title
    Thanks

Maybe you are looking for