
federico.ferri at yahoo
May 18, 2012, 9:20 AM
Views: 293
Permalink
|
Hi i'm developing the programguide page and i suppose that guidegride widget shuold have a bug. It seems that giudegrid area is absolute to window tag and not relative to its own parent tag (eg. a group) my code is: <window name="programguide"> <area>0,0,100%,100%</area> [...] <group name="programguide_content2" from="group_content2"> <area>0,60,100%,100%-20</area> [...] <buttonlist name="channellist" from="buttonlist_base"> <area>10,45,220,470</area> [...] <guidegrid name="guidegrid"> <area>235,45,100%-10,470</area> <--WRONG it is outside group area <area>235,105,100%-10,470</area> [...] Bye, Federico _______________________________________________ mythtv-theming mailing list mythtv-theming [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-theming
|