Guest terry.davis1 Posted July 18, 2006 Report Posted July 18, 2006 I just got my new MPX220 (old one had a busted screen) and I have been going through the process of getting this one to the point where my old one was. I have a homescreen that I designed (see attached file) and I am using the facade plugin to display the calendar and tasks. On my old version of facade I was able to use the actual words/tabs "Schedule" and "Tasks" as hotlinks to go to the calendar and tasks screens. For some reason I cannot get it to work now. Can somebody please correct the XML for me so that it will work??? <!-- Facade Plugin Control: This is the tab bar--> <plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeTabBar" type="TabBar" viewId="FacadeView"> <format padding-bottom="0"/> <Buttons> </Buttons> <Tabs padding-top="0"> <Tab type="Schedule" /> <Tab type="Tasks" /> </Tabs> </plugin>
Guest scottb Posted July 19, 2006 Report Posted July 19, 2006 Try this on the "tab type" lines. It looks like you need to add the "action" parameter.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now