Guest grib Posted January 8, 2003 Report Posted January 8, 2003 How can I change lines in my xml doc , so the sms and the mms not are on the same line when i make a custom homescreen ?
Guest Monolithix [MVP] Posted January 8, 2003 Report Posted January 8, 2003 you need to put a tag for each type of message, eg: <plugin clsid="{bleh}" etc etc > <text etc> SMS <unreadSMS/> </text> </plugin> <plugin clsid="{bleh}" etc etc > <text etc> MMS <unreadMMS/> </text> </plugin>[/code] as apposed to: [code]<plugin clsid="{bleh}" etc etc > <text etc> SMS <unreadSMS/> MMS <unreadMMS/> </text> </plugin> hope this helps
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now