On Tue, Oct 12, 2010 at 10:57 AM, Gaurav <[email protected]> wrote:
> Hi,
> I migrated my flex 3 project to flex 4 version. I have default css as
> below -
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +++++++++
> DropDownFilterEditorBase{
> border-style: solid;
> background-alpha: 1;
> background-color: white;
> drop-shadow-enabled: true;
> padding-bottom: 5;
> padding-left: 5;
> padding-right: 5;
> padding-top: 5;
> }
>
> DropDownFilterHeaderRenderer{
> padding-bottom: 0;
> padding-left: 5;
> padding-right: 0;
> padding-top: 0;
> horizontal-gap: 0;
> vertical-align: middle;
> filter-button-style-name: dataGridFilterButton;
> filter-button-active-style-name: dataGridFilterButtonActive;
> }
> .dataGridFilterButton{
> padding-bottom: 4;
> padding-left: 4;
> padding-right: 4;
> padding-top: 4;
> icon: Embed("assets/icons/filter.png");
> }
>
> .dataGridFilterButtonActive{
> padding-bottom: 4;
> padding-left: 4;
> padding-right: 4;
> padding-top: 4;
> icon:
> Embed("assets/icons/filter_active.png");
> }
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +++++++++
>
> Now in flex 4, I am using 'halo' theme but application is not picking
> above css. Somebody told me that I should use mx| or s| but here
> "DropDownFilterEditorBase" , "DropDownFilterHeaderRenderer" are custom
> classes which extends Box and HBox respectively. Also I don't have
> any idea that what is equivalent syntax version of
> ".dataGridFilterButton" and ".dataGridFilterButtonActive" in flex 4.
>
> Can somebody help me to resolve this problem. Thank you very much.
>
> Reg,
> Gaurav
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
> hi.. some of the Border releted property are not working in flex4 and plz
us mx with css like mx|Button{ ....}
feel free to ask
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.