@The Riddle: If you are using basic home screen, then you need to use the BasicHomeConfig which you can find below process plugins. There you can define all item that should show up on home screen and even submenus. Here is a how to: BasicHomeConfig - mamp2 - This guide will show hot to configure your BasicHome menu. - Project Hosting on Google Code
Otherwise, if you are not using basic home screen it should show up as you did and I have no idea.
<control>
<type>textboxscrollup</type>
<description>Description1</description>
<id>0</id>
<posX>556</posX>
<posY>281</posY>
<width>741</width>
<height>80</height>
<font>font12</font>
<label>#TV.RecordedTV.Description</label>
<visible>facadeview.list + string.contains(#maya.font.fontBig,no)</visible>
</control>
<control>
<type>textboxscrollup</type>
<description>Description1</description>
<id>0</id>
<posX>556</posX>
<posY>281</posY>
<width>741</width>
<height>100</height>
<font>font12</font>
<label>#TV.RecordedTV.Description</label>
<visible>facadeview.list + string.contains(#maya.font.fontBig,yes)</visible>
</control>
I've spotted a couple of things that I believe need updating:
In common.time.xml there is a slight problem in the logic for visibility for the separator. The leading '!' from the visibility line should be removed otherwise you get some strange behaviour.
In mytvschedulerServer.xml the description text isn't showing as the <posY> has mistakenly been changed to 228190, it was meant to be 281. Also the listcontrol would be best if setup the same as the common.facade.recordings listcontrol. Therefore the <posY> should be changed to 424 instead of 392.
Also to fix 'problems' similar to Issue 86 could the Maya BasicHome Plugin be used to store a string for the BigFonts selection? Then the code to fix it could be something like:
Code:<control> <type>textboxscrollup</type> <description>Description1</description> <id>0</id> <posX>556</posX> <posY>281</posY> <width>741</width> <height>80</height> <font>font12</font> <label>#TV.RecordedTV.Description</label> <visible>facadeview.list + string.contains(#maya.font.fontBig,no)</visible> </control> <control> <type>textboxscrollup</type> <description>Description1</description> <id>0</id> <posX>556</posX> <posY>281</posY> <width>741</width> <height>100</height> <font>font12</font> <label>#TV.RecordedTV.Description</label> <visible>facadeview.list + string.contains(#maya.font.fontBig,yes)</visible> </control>
When will there be a new release? I already got bees in my pants to see what changed so far.
When will there be a new release? I already got bees in my pants to see what changed so far.
+ 1 ,you guys did so meny update ,we egar to try them out ...![]()
Tried that, typed in that command for a read-only, it asked for a password, I got annoyed and deleted tortoiseSVN again and made a decision to wait for an official download.