Controlling paint order

How can I control the painting order of my frame's/container's components.
I have a frame with a menu bar and a panel. On the panel I play a video. Problem is that everytime I select a menu , the menu items are obscured by the video played.
So I want that on each window repaint the panel's video component to be painted first and than to paint the menu bar and its components ?
How can this be achieved ? Is there a better way doing it ?
thx.

Are you using any AWT components such as Canvas, by the way?

Similar Messages

  • I have multiple email accounts on my iPad. How do I control the order in which the accounts are displayed?

    I have multiple email accounts on my iPad. How do I control the order in which the accounts are displayed?

    In landscape mode, the mailbox list is automatically displayed (in portrait mode, you will need to tap the button to,show it).
    To edit the list, tap edit as shown below.

  • How do I control the order of all day events in iCal?

    How do I control the order of all day events in iCal?  Even if I painstakingly try to
    re-order the events the way I want them, when they print, they are in a different order.
    I have searched other forums and no one seems to have an answer to this.  Has
    anyone found the solution?  Thanks!

    I also have this issue, where the events in iCal change when viewing in print preview or printing. I even notice they will switch if I try to print again??!!! I am using different calendars to show different colours. and they are setup on iCloud not on my mac.
    it is becomign frustrating when I print 2 months worth and ssome events are correct in order and alas some will change when I print again!
    Can anyone help please?
    thanks

  • Is it possible to control the order that text flows appear when using them as text insets?

    I want to create multiple flows in a FrameMaker file which I can then insert as text insets. I would like to choose the inset using the Body Page Flow: dropdown list. However, there seems to be no order, alphabetical or otherwise, in which these flow appear in the drop down list. Is it possible to control this order, or is there a particular reason it appears the way it does?
    Cheers,

    IIRC, the flows are displayed in the order that they were created.

  • How can I control the order of playback on MuVu Mix (USB 2.

    What determines the order of playback of music files stored on the MuVu Mix (USB 2.0)? How can I control the order?
    Apparently it is not name order. The music titles are prefixed by sequential numbers. But that is not the order that the files play back.
    I tried erasing all contents, then copying the files one by one to the MuVo Mix in the order that I want them to play back (name order). But that is not the order that the files play back.
    By the way, in both case, I removed the ".dat" file first. (I also tried keeping the ".dat" file, to no avail.)

    SSR wrote:
    > on the newer MuVos (which I would have thought included the Mix)
    > it's filename order. Other than that it's hard to know, but it sounds
    > like you ought to contact Support to check.
    I did, and they confirmed (very quickly; kudos!) what you and I both expect: the play order is determined by the alphabetical order of the file names. The mistake was mine. I ass-u-me-d that the MSWin folder "Name ^" order was correct. I did not realize that it is not exactly alphabetical when the file name begins with a number (e.g, the track number). I had renumbered songs from a second CD by simply adding 00 to the track number. Thus, songs and 2 of the first CD are played after songs 08 and 09 of the second CD, as they should alphabetically, even though they appear in the order , 2, 08, 09 in the "Name ^" list. Klunk! Mea cupla!

  • In Photos, how can one control the order of pictures in an album?

    Is there any way, in Photos, to control the order of pictures in an album? Is there any way to sort, or order things manually?

    Thanks. Let me refine my question as follows: is there a way to keep the manual order in albums that I had in iPhoto when transferring to Photos?

  • Since I upgraded to IOS5, my Smart Playlists are in a random order. Since I use it for listening to Talking Books this makes it useless. How can I control the order of a Smart Playlist?

    Since I upgraded to IOS5, my Smart Playlists are in a random order. Since I use it for listening to Talking Books this makes it useless. How can I control the order of a Smart Playlist?

    It may be best to recreate the folder and the smart playlists from scratch.
    tt2

  • How can I control the order of iDVD menu items using the Arrow keys?

    I have a submenu screen containing 10 selectable buttons plus the Return Arrow button.  I have ordered all the slideshows in the correct order in the DVD map.  However, when I run the program, the arrow keys jump the selection focus in an apparently random sequence.  How can I control the order of the selection focus?
    I'm using iDVD v 7.1.2
    TIA.
    Ron

    Hi
    There is one thing You might miss in iDVD - So do I - the ability to re-arrange in the DVD map (block diagram)
    The order things will be pplayed or addrssed is same as the order each item is introduced into iDVD.
    To my knowledge ther is no way around this.
    Yours Bengt W

  • Controlling image order in photo stream

    I'd like to understand how iPhoto/iCloud controls the order of images in the Photo Stream.  And specifically why does it seem to automatically reorder my images.
    Today I loaded of images into iPhoto from the last two weeks of travel.  The images came from several cameras with different file name sequences and clocks not all in sync.  I created an album with a few hundred and ordered them for continuity but not chronologically.  I then copied all the photos from the album to my Photo Stream, which was empty, and enabled streaming.  After a few minutes of sync, the images appeared on my iPhone, in my desired order.  Perfect.
    Several hours later I noticed that the image order had changed on my iPhone.  I went back to my laptop and found that the image order in iPhoto's Photo Stream had also changed.  (I think something like this happened before with MobileMe and I was able to rearrange images using a browser to access the MobileMe Gallery directly no way to do this with iCloud.)  I'd like to fix the order so that I can give a slideshow.
    I'm using iPhoto '11 version 9.3 on MacOS version 10.7.4.  I'm guessing this has something to do with file names or image chronology but a definitive answer would be appreciated.  Thanks.

    It sounds as though you are using the "set date and time" option instead of the "batch change" option. The set date and time option does indeed add the same amount of time to each photo as you set in the options.
    The batch change option allows you to set the time for the first photo in your selection and then add incremental periods of time according to your choosing to each supplemental photo.
    Note; you must place all the photos in the order you want them and then select them all before applying the batch change option.

  • ADF: controlling the order in which VO records are inserted

    All,
    in an ADF BC project, we have some complex MD insert pages that add records to master and detail tables at the same time. The application sits on top of CDM RuleFrame, which exposes the datamodel as DB views with instead-of triggers and adds (Designer) a few nifty things like auto-populated PK fields. Sad enough, we can't use these auto-generated PKs as the 'refresh after insert' settings in an EO work with a RETURNING clause, which is not supported for instead-of triggers. This means we'll have to find the PK sequences ourselves from the EOs and populate these fields ourselves, before committing to the database. So far so good, but things go wrong when we want to insert master and detail at the same time. The PK and FK of the child record are already filled in at insert time (which is nice) but for some reason the child records get inserted before the parents, resulting in an error on the FK as the parent record does not yet exist (which is not nice).
    So, here's the question: is there a way to control the order in which new VO records are inserted ? On what is the default order based (maybe a little renaming could help us out to get the alphabet our way) ?
    We know defining the FKs as 'initially deferred' will make sure they are only checked at commit time, but our DBA prefers to not use that solution unless strictly necessary. (is there anything bad about deferred keys why we should believe him? ;o) )
    And additionally, is there a way around all this manual PK-fetching ? We've tried using the refresh(int refreshMode) method of EntityImpl, but it didn't seem to work.
    Many thanks in advance for your tips, suggestions and solutiosn !
    Best regards,
    Benjamin De Boe

    Benjamin,
    To handle the problem with the child/parent records being inserted in the wrong order - have a read of the Oracle ADF Developer's Guide for Forms/4GL developers, section 26.7. I use that technique with great success.
    John

  • Authorization control for ordering specific materials

    Hi Experts
    Is it possible to set up control on specific materials, so that those materials can not be allowed for procurement unless the authorization is provided.
    In this context, can we use DG profile and assign certain authorizations?
    The specific requirement is intended for identifying such material as well as for providing authorization for ordering.
    warm regards
    marias

    Hi,
    If you want to control on ordering material, you can set up Release Procedure, so that without approval ,purchase order can not be processed.
    If you want to block the material for procurement, you can use Source list ( ME11), block the material , when ever required, you can remove the block and procure it and again block it.
    Regards,
    Biju K

  • How to control the order in which records get indexed

    Hi,
    I like to control the order in which the ATG (10.1.2) product records get indexed in Endeca (3.1.1). I like the products/categories to be indexed in the order in which they are sequenced in BCC (in otherwords baseed on the sequence num they have). How to do this? Please help

    If you want TopLink to set the values in a particular order you can order the mappings on a descriptor by setting their ‘weight’ (DatabaseMapping.setWeight(int). All DirectToField type mappings are defaulted to a weight of 1 and all relationship mappings are defaulted to a weight of MAX_INTEGER. Mappings with a lower weight value will be processed first by TopLink.
    --Gordon

  • Fine-Tuned Control: Purchase Order

    Hello
    When I make : SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define message type for purchase order->Fine-Tuned Control: Purchase Order
    What means the  U=>Update print-dependent data
    Somebody could tell when I can use it, and tell me the impact of this.
    Thanck you very much for your help.

    Hi,
    If you select this indicator "Update print-dependent data" under Fine-Tuned Control option then in PO, if you click on "Print Preview" button then system will not show the pop-up screen (which contains all the print parameters, default printer, Logical destination, etc...). And system will consider the output type as default for print preview for which "Update print-dependent data" is marked.

  • BBP_PPF - Output Control Purchase Order

    Dear Experts,
    We use SRM Server 5.50
    Is anyone knows how can we control the UI of transaction 'Output Control Purchase Order' (BBP_PPF)?
    Thanks & Regards,
    Keren

    Keren,
    sorry I misunderstood your requirement.
    The ways of controlling user screens is one of 3.
    1. Screen Variants - you say you have already tried this
    2. Use a BADI to hide fields or control user defined fields, if one is available?
    3. Modify the template - extreme solution that will create future issues during upgrade but sometimes is the only way.
    As I am a functional person you would need to contact your ABAP/technical support for the details.
    Hope this helps
    Allen.

  • Control load order of third-party menulets / menu extras at startup

    Does anyone know how to control or adjust the load order of third-party menulets / menu extras at startup? I am using the latest update to Tiger.

    There are two types of third-party menulets: those that use Apple's sanctioned "NSStatusItem" (which is not as full featured as Apple's menulets) and those that use the reversed-engineered (and unpublished) "NSMenuExtra" which is exactly what Apple's menulets use. The method for arranging these in your menubar depend on the type:
    1) Apple and "NSMenuExtra" menulets: hold down the command key (and keep it down) and you can click and drag these in the order your like.
    2) "NSStatusItem" menulets: these are added to left side of the the other menulets in the order they are launched. If these applications are in your "Login Items" then OS X launches these simultaneously, which means those that launched "quicker" will end up towards the right, and others will end up towards the left. The only real solution to controlling this order is to control the launch order by writing an AppleScript for each one that puts in an artificial delay before launch. Then, use these AppleScripts as your Login Items instead.

Maybe you are looking for

  • Solaris 8 installation in Dell 8100 met "Resource Confilict"

    Hello There, During I installated Solaris 8 in Dell Dimension 8100, I received the warning message: "Resource Conflict: both devices are added. NON-ACPI device:PNP0c01 Port 800-8DF, C00-C7F; Memory FFB00000-FFFFFFFF ACPI device:PNP0C01 Memory: 9FC00-

  • Image doesn't fill the screen on my mac book, Why?

    I have two black strips, one up each side of the screen and I can't find away of getting the image to fill the screen again.

  • My iphone 3gs is locked and after paying it is unlock, but not showing network

    My iphone 3gs is locked and after paying it is unlock from vodafone UK, but showing no service and searching network. Also after connecting itunes follwing message reflects There is no SIM card installed in the iPhone you are attempting to activate.

  • Comp value in BEx

    Hi All. I have one InfoObject called  performance org.it has one compounding business area. when i am taking performance org in my query it in query display it is also displaying its compounding value.user don't like to see the compounding  value. ho

  • Weak cipher blocking in ACE20

    I tried to create a L7 class-map for blocking the clients with ciphes strength less than 128 in ACE20 running with Software version A2(2.3). But there were no command inside the L7 class-map called cipher for matching the cipher strength 128. Command