[mythtv-commits] Ticket #3570: libmythui: allow horizlistbuttonlist to inherit a buttonlist xml definition. causes a crash for me.

MythTV mythtv at cvs.mythtv.org
Tue Jan 1 15:39:53 UTC 2008


#3570: libmythui: allow horizlistbuttonlist to inherit a buttonlist xml
definition.  causes a crash for me.
----------------------+-----------------------------------------------------
 Reporter:  skamithi  |        Owner:  stuartm 
     Type:  defect    |       Status:  accepted
 Priority:  trivial   |    Milestone:  unknown 
Component:  mythtv    |      Version:  head    
 Severity:  low       |   Resolution:          
  Mlocked:  0         |  
----------------------+-----------------------------------------------------
Changes (by stuartm):

  * status:  assigned => accepted


Comment:

 Just so you know what I intend to do with this issue, I want to combine
 the horizontal button list with the vertical one which solves the issue of
 inheritance and gives us a more flexible widget. I also plan a grid
 layout.

 e.g.

  <buttonlist name="commonelements">
       <margin>10</margin>
 </buttonlist>


 <buttonlist name="ok_cancel_buttons" from="commonelements">
   <area>50,500,500,100</area>
   <items>2</items>
   <orientation>horizontal</orientation>
 </buttonlist>

 This would give us huge flexibility when theming. The buttonlist widget
 could then be used to replace the listarea widget, the main menus, the
 popup menus, the mythvideo/mythgallery gallery widget and with some
 imagination and transition effect it would permit apple style albumart
 browsing.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3570#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list