Could you post some sample code so see
exactly what you're trying? It'll make it easier for us to
identify our bug or limitation or simply put you on the right path.
Matt
-----Original Message-----
From: bobpardoe1959 [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 12:58
AM
To: [email protected]
Subject: [flexcoders] mxml
components not honoring external css styles ?
I have created three components one is a combobox, a
label and the
other a text box. The label works fine. The other
two however do not
seem to be picking up the stylesheet settings of
the form in which
they are placed.
For example if I set the height of the textbox in
the css file it is
ignored, but if I put it in the component is
works.
Also in a related matter, the textbox does not
seem to like having
its position in a canvas calculated at runtime.
For example if I do x="{(offset + 5)}"
it does not work. Offset is
set by the form on which the component is placed.
Any ideas appreciated
Thanks
BOb
|