Jump to content

Recommended Posts

Guest flodis79
Posted

1) How do I place the upper bar (battery, gprs icons etc) in the bottom of the screen? I have seen this on some homescreens.

2) How do I add an extra line of calendar information?

3) How do I add only the time of the next appointment, not time+full date? I tried with but it displays the date as well.

Thanks alot

Guest w411y
Posted

1) The order they appear in the XML is the order they appear on the screen

2) Example of 2 lines in calendar plugin..

<!-- Calendar Plugin -->

<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="70">

	<background>

		<format state="selected" bgcolor="transparent"/>

	</background>

	<label w="177" h="16" x="59" y="34">

		<format state="selected" font-weight="bold" fgcolor="#000000" font-size="16"/>

		<format state="unselected" font-weight="normal" fgcolor="#000000" font-size="16"/>

		<text><subject/></text>

	</label>

	<label w="177" h="0" x="59" y="54">

		<format state="selected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<format state="unselected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<text><subject/></text>

	</label>

</plugin>
3) Example..
<!-- Calendar Plugin -->

<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="38">

	<background>

		<format state="selected" bgcolor="transparent"/>

	</background>

	<label w="240" h="18" x="0" y="0">

		<format state="selected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<format state="unselected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<text><time/> <subject/></text>

	</label>

</plugin>

Guest flodis79
Posted (edited)
1) The order they appear in the XML is the order they appear on the screen

2) Example of 2 lines in calendar plugin..

<!-- Calendar Plugin -->

<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="70">

	<background>

		<format state="selected" bgcolor="transparent"/>

	</background>

	<label w="177" h="16" x="59" y="34">

		<format state="selected" font-weight="bold" fgcolor="#000000" font-size="16"/>

		<format state="unselected" font-weight="normal" fgcolor="#000000" font-size="16"/>

		<text><subject/></text>

	</label>

	<label w="177" h="0" x="59" y="54">

		<format state="selected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<format state="unselected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<text><subject/></text>

	</label>

</plugin>
3) Example..
<!-- Calendar Plugin -->

<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="38">

	<background>

		<format state="selected" bgcolor="transparent"/>

	</background>

	<label w="240" h="18" x="0" y="0">

		<format state="selected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<format state="unselected" font-weight="normal" fgcolor="#FFFFFF" font-size="19"/>

		<text><time/> <subject/></text>

	</label>

</plugin>

Thanks alot for this.

With I get both time and date if the appointment is tomorrow. I only want it to display the time - is that possible? I get "16.00, 20/05/06" but want only "16.00", even if the appointment is tomorrow.

Edited by flodis79
Guest flodis79
Posted
Strange I dont seem to get that ;)

On appointments TODAY I only get the time, but appointments

TOMORROW I get also the date. You don't get the same?

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.