[mythtv-commits] Ticket #4104: Draw order problem with buttonarea background

MythTV mythtv at cvs.mythtv.org
Fri Oct 26 22:04:22 UTC 2007


#4104: Draw order problem with buttonarea background
---------------------+------------------------------------------------------
 Reporter:  stuartm  |       Owner:  stuartm
     Type:  defect   |      Status:  new    
 Priority:  minor    |   Milestone:  0.21   
Component:  mythtv   |     Version:  head   
 Severity:  medium   |     Mlocked:  0      
---------------------+------------------------------------------------------
 The <buttonarea> element used in myththemedmenu accepts the attribute
 'background', used to specify an image to display the behind the menu. The
 draw order means that the background is instead always drawn over the
 menu, hiding it.

 There are two possible solutions. The first is just to move the creation
 of the mythuiimage object for the background before the buttons are
 created. This means breaking up SetupUITypes() since watermarks must be
 created after the buttons are loaded.

 The other solution is a little more work but has many benefits and that is
 to allow a draw order (z-axis) to be declared for mythuitype.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4104>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list