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.
<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.