Guest sjalloq Posted November 9, 2005 Report Posted November 9, 2005 The missed call plugin only becomes visible if you have a missed call. Quite logical really. The plugin XML is below: <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="25" autoheight="true"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <format state="nocall" visible="false"/> <label h="22"> <text lang="0x0409">Missed calls: <calls/></text> </label> </plugin> What I want to do is have the Missed calls plugin overlay over the Profile plugin. So what I want to know is does the Profile plugin have a similar visible="false" state I can select? IE, when I have a missed call, the Profile plugin becomes invisible, and the missed calls plugin becomes visible. Thanks.
Guest drblow Posted November 9, 2005 Report Posted November 9, 2005 The short answer to that question is that it is not possible. I dunno if you can apply an invisible state to the profile plugin or not, but even if you could you cannot overlay 2 plugins.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now