How to fetch style information from mobile StyleSheet?

J

Jamie

Does anyone know how to get programmatic access to a StyleSheet style
that is named in a control's StyleReference property?

I'd like to have code that detects if BackColor (for example) is
specified in the StyleSheet StyleReference, so that it can be properly
implemented in the adapter. It's easy enough to implement BackColor for
a style declared within the control. But, when it's in a StyleSheet,
I'm stumped.

I have some code in a MobileControls adapter (WmlLabelAdapter, to be
exact) that attempts to fetch the StyleSheet style information for the
control (for the StyleReference). I believe the first few steps are
successful... evaluate the label control's StyleReference to get the
style name and fetch the StyleSheet object in the page. But, when the
code enumerates through the Styles in the StyleSheet to try to find one
with the name that was in the StyleReference, there seem to be no
values in the various style properties, such as Name.

Any ideas?

Thanks in advance,
Jamie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,228
Members
46,818
Latest member
SapanaCarpetStudio

Latest Threads

Top