Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-30 Thread ilugroupmultimedia_mks
E
South Sulawesi Information Technology Corporate

-Original Message-
From: Csomák Gábor 
Sender: flexcoders@yahoogroups.com
Date: Wed, 30 Nov 2011 13:19:30 
To: 
Reply-To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

If(flash.devices...substr(0,3)=="mac"){
//this is one solution. You can do it with states, add buttons runtime, or

Macbtns.visible=true
Winbtns.visible=false
}
On Nov 29, 2011 8:21 PM, "Isabelle Loyer Perso"  wrote:

> **
>
>
> Hi,
>
> I agree with you but my question is not how to know on witch platform run
> my application but how to use the good button skin according Os.
>
> Thanks
>
> Le 29/11/11 16:25, Csomák Gábor a écrit :
>
>
>
> trace(flash.system.capatibilities.version) is different on mac, win,
> android, ios
>
> On 11/28/11, isa_loyer  wrote:
> > Hi,
> >
> > I' create a window skin for my AIR application.
> > Close, maximise and minimise button are on top right and look like
> Windows
> > 7.
> >
> > But , mac user are desapointed, so my question is : is it possible to
> apply
> > a different window skin according user Os.
> >
> > If yes, how to do that.
> >
> > Thanks
> >
> >
>
>  
>



Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-30 Thread ilugroupmultimedia_mks
E
South Sulawesi Information Technology Corporate

-Original Message-
From: Csomák Gábor 
Sender: flexcoders@yahoogroups.com
Date: Wed, 30 Nov 2011 13:19:30 
To: 
Reply-To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

If(flash.devices...substr(0,3)=="mac"){
//this is one solution. You can do it with states, add buttons runtime, or

Macbtns.visible=true
Winbtns.visible=false
}
On Nov 29, 2011 8:21 PM, "Isabelle Loyer Perso"  wrote:

> **
>
>
> Hi,
>
> I agree with you but my question is not how to know on witch platform run
> my application but how to use the good button skin according Os.
>
> Thanks
>
> Le 29/11/11 16:25, Csomák Gábor a écrit :
>
>
>
> trace(flash.system.capatibilities.version) is different on mac, win,
> android, ios
>
> On 11/28/11, isa_loyer  wrote:
> > Hi,
> >
> > I' create a window skin for my AIR application.
> > Close, maximise and minimise button are on top right and look like
> Windows
> > 7.
> >
> > But , mac user are desapointed, so my question is : is it possible to
> apply
> > a different window skin according user Os.
> >
> > If yes, how to do that.
> >
> > Thanks
> >
> >
>
>  
>



Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-30 Thread ilugroupmultimedia_mks
E
South Sulawesi Information Technology Corporate

-Original Message-
From: Csomák Gábor 
Sender: flexcoders@yahoogroups.com
Date: Wed, 30 Nov 2011 13:19:30 
To: 
Reply-To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

If(flash.devices...substr(0,3)=="mac"){
//this is one solution. You can do it with states, add buttons runtime, or

Macbtns.visible=true
Winbtns.visible=false
}
On Nov 29, 2011 8:21 PM, "Isabelle Loyer Perso"  wrote:

> **
>
>
> Hi,
>
> I agree with you but my question is not how to know on witch platform run
> my application but how to use the good button skin according Os.
>
> Thanks
>
> Le 29/11/11 16:25, Csomák Gábor a écrit :
>
>
>
> trace(flash.system.capatibilities.version) is different on mac, win,
> android, ios
>
> On 11/28/11, isa_loyer  wrote:
> > Hi,
> >
> > I' create a window skin for my AIR application.
> > Close, maximise and minimise button are on top right and look like
> Windows
> > 7.
> >
> > But , mac user are desapointed, so my question is : is it possible to
> apply
> > a different window skin according user Os.
> >
> > If yes, how to do that.
> >
> > Thanks
> >
> >
>
>  
>



Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-30 Thread Csomák Gábor
If(flash.devices...substr(0,3)=="mac"){
//this is one solution. You can do it with states, add buttons runtime, or

Macbtns.visible=true
Winbtns.visible=false
}
On Nov 29, 2011 8:21 PM, "Isabelle Loyer Perso"  wrote:

> **
>
>
> Hi,
>
> I agree with you but my question is not how to know on witch platform run
> my application but how to use the good button skin according Os.
>
> Thanks
>
> Le 29/11/11 16:25, Csomák Gábor a écrit :
>
>
>
> trace(flash.system.capatibilities.version) is different on mac, win,
> android, ios
>
> On 11/28/11, isa_loyer  wrote:
> > Hi,
> >
> > I' create a window skin for my AIR application.
> > Close, maximise and minimise button are on top right and look like
> Windows
> > 7.
> >
> > But , mac user are desapointed, so my question is : is it possible to
> apply
> > a different window skin according user Os.
> >
> > If yes, how to do that.
> >
> > Thanks
> >
> >
>
>  
>


Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-29 Thread Isabelle Loyer Perso













Re: [flexcoders] AIR - Create windows skin accordind Os (Mac/Windows)

2011-11-29 Thread Csomák Gábor
trace(flash.system.capatibilities.version) is different on mac, win,
android, ios

On 11/28/11, isa_loyer  wrote:
> Hi,
>
> I' create a window skin for my AIR application.
> Close, maximise and minimise button are on top right and look like Windows
> 7.
>
> But , mac user are desapointed, so my question is : is it possible to apply
> a different window skin according user Os.
>
> If yes, how to do that.
>
> Thanks
>
>