Guest ZEROCOOL666 Posted May 11, 2004 Report Posted May 11, 2004 hi there, i'm making a new homescreen xml and i want to use the analog clock from the rjtime plugin but it just doesnt show up or makes the xml "invalid", if i use the rjtime xml (u know the one that shows the plugins use) the clock shows up fine and nothing is wrong, but when i copy that exact code from the preview xml to my own nothing happens, can anyone help me with this i''m struggling with this for quite some time now, here's what i have so far: <?xml version="1.0"?> Test As you can see i'm only trying to get the clock to shop up but it just doesnt work :) thnx in advance
Guest drblow Posted May 11, 2004 Report Posted May 11, 2004 Here's what works for me <plugin clsid="{AAEC6C66-F860-4513-8966-1FE9FA678987}" height="33"> <background b-border-width="0" > <format state="selected" bgimage="bgselected.bmp"/> </background> <action target=":MSCALENDAR"/> <label x="-1" y="4"><clock size="27" bgtext="transparent" fgcolor="#000000"/></label> </plugin>
Guest ZEROCOOL666 Posted May 12, 2004 Report Posted May 12, 2004 i copied your code and it still didn't work but i found out what was wrong, if i put in the same xml (i'm using seperate xml files for the colorscheme and the layout) everything works fine :) I'm wondering wether this i a bug or not :?: anyway it's ok now :mrgreen: thnx for the reply 8)
Guest RemyJ Posted May 12, 2004 Report Posted May 12, 2004 Might be a bug on my part. Smartphone 2002 doesn't give you a built-in way to determine what color scheme is in effect or to retrieve the colors for the scheme. The workaround I wrote might be assuming there's a scheme section in the homescreen XML and not checking the return code. It sounds like you got it working but I'll check the code anyway.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now