PDA

View Full Version : Accessing style values & more data woes


thecow
05-13-2004, 10:42 AM
First, I was wondering what code I would use to access the current value for style settings. I am wanting to set the color of a view to the current style's textfieldcolor, so I can have it behind a borderless list and it will blend in.

<view bgcolor="${style.textfieldcolor}">

Second, I was talking with antun in an earlier thread that seems to have died about data reloading/updating. There was a misconception that I was talking about needing to keep from updating the dataset. What I actually need is a way to keep a grid from updating it's views everytime a new dataset is loaded. That way I can have multiple instances of the same grid open, with different query results in each.

As always, thanks for any help.

spoco2
08-08-2005, 08:00 PM
I would also like to know how to reference a particular style color (colour) I have defined... as this would help with some design work I'm doing.