cancel
Showing results for 
Search instead for 
Did you mean: 

7.1: Mobile Webdyn Pro: set colors

Former Member
0 Kudos

This is a question regarding NW Mobile 7.1, PDA development.

I am using NWDS SP05 P01

How can I set the background color of a row in a table or in a rowrepeater?

Can I set anything else except using the "design" property, which does not give much control.

Can I display any lines to separate a standard navigation header?

Thanks, Andre

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Andre,

This one is for NW 2004s i.e NW 7.0 so ideally should work in NW 7.1 as well.

Check this [thread |; if it helps.

Chintan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chintan,

thanks for pointing me there, but unfortunately I am developing for the mobile client. This is Webdyn Pro Lite, which means that many features are not available. The design features are limited compared to the Host Webdyn Pro ...

There is a setDisign method, but no explanation, what values are what.


	public void setDesign(int textViewDesign) {
		setPropertyValue(PROPERTY_TEXTVIEW_DESIGN, new Integer(textViewDesign));
	}

But I really hope that colors can be set ...