Jump to content

Recommended Posts

Guest Andy_spv
Posted

Hi Guys/Gals.....

A simple Q to some of you im sure.....

I have recently started editing XML's etc to modify homescreen themes etc and generally playing about with them to gain experience.

My Q is how do i write into an XML to display on screen some letters,like my name or a charactures/numbers for example ????

Tis buggging me

Many Thanks for any help in this

Andy :??:

Guest w411y
Posted

I havn't actually tried this. You could just stick the text on the background image.... or try this...

Use something like the profile plugin and between the and tags, instead of putting, 'Profile' try putting the text you want.

Hope that works, Wally

Guest SinisterJunkie
Posted

The following is the standard text plugin (just displays text).

<plugin file="sysplug.dll" clsid="{5419F376-6520-4407-B8B8-740F5B353EDA}">

    <label bgtext="#FFFFFF">

       <text lang="0x0409">Hello</text>

       <text lang="0x040c">Bonjour</text>

    </label>

</plugin>

The following website will give you the basic information on the standard microsoft plugins.

MSDN: Customizing the Microsoft Smartphone 2002 Home Screen

Guest Andy_spv
Posted

Thankyou both for your info i appreciate it ;)

Ill give it a go.......

Andy

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.