RE: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Philippe Maegerman





I gave it a try when it was posted, indeed setStyle("corner-radius",1) doesn't work 
but setStyle("color",0xFF) does ?!
You would expect that it would apply the style to the 
first tab but it does for all of them .. no clue ... I was trying with the 
TabBar, I see now that you are talking about TabNavigator, I didn't 
try.
 
Philippe 
Maegerman


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of zipo13Sent: 
mardi 26 juillet 2005 8:30To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: TabNavigator tabs 
style
I don't think its possible to set 2 styles to the same 
control.After looking at the code of TabNavigator I found that it has a 
memberof tabBar and that this tabBar creates children of an inner class 
thatare not exposed (mx.containers.tabclasses.Tab) since the 
tabBarcreates these dynamicly I don't think setting a style to the 
navigatorwill affect these.What I don't understand is why setting a 
style to the child of thetabBar like 
so:myNavigator.tabBar.getChildAt(0).setStyle("corner-radius",1);doesn't 
work.--- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan 
<[EMAIL PROTECTED]>wrote:> I was trying the same.> > 
Unfortunately, the attributes should be set for TabNavigator and Tab as > 
well.> I tried using the Macromedia Flex StyleExplorer to create my 
styles.> > Looks like corner-radius belongs to the *Tab *and not 
the*TabNavigator*.> My question is whether it is possible to set 2 
styles to the samecomponent!> > *MyTabNavigator 
*{>    tab-height: 30;>    
tab-width: 87;>    border-color: 
#cc;>    }> > *MyTab *{> 
*   corner-radius: 8;*>    fill-colors: #003366, 
#f6;>    selected-fill-colors: #0033cc, 
#ff;>    border-color: 
#00;>    color: #00;>    
}> > Now, if I want to set the above *2 styles to one 
TabNavigator* only,how > do I go about doing it?> Am I missing 
anything here?> > Regards> Sree> > Matt 
Chotin wrote:> > > You could create a style that has all the 
settings but not name itfor > > TabNavigator:> >> 
>  > >> > MyTabStyle> >> > 
{> >> >   corner-radius: ...> >> 
> }> >> >  > >> > TabNavigator 
styleName="MyTabStyle"> >> >  > >> 
> Matt> >> 
>> 
>> > *From:* 
flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] > > 
*On Behalf Of *zipo13> > *Sent:* Monday, July 25, 2005 6:56 AM> 
> *To:* flexcoders@yahoogroups.com> > *Subject:* [flexcoders] 
TabNavigator tabs style> >> >  > >> 
> Hi,> > In the flex Style explorer I can see that Tab styles can 
be setvia CSS.> > http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html 
(tabs> > section)> > The style I'm interested at is 
"corner-radius". I have manged to set> > the style via CSS to my app 
but I want it for only one TabNavigator> > and not the other. I tried 
several ways to set this style via AS code> > but nothing seems to 
work. I tried to set the style to the> > TabNavigator the tabBar child 
of the TabNavigator or the children> > Tab's of the tabBar.> 
>> > Anyone knows what else can I try?> >> 
>> >> >> >> > --> > 
Flexcoders Mailing List> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> 
> Search Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com> 
>> >> >> > SPONSORED LINKS> > 
Computer software testing > >> 
>   Macromedia flex > >> 
>   Development > >> 
>> > Software developer > >> 
>> >> >> 
>> 
> YAHOO! GROUPS LINKS> >> > 
*  Visit your group "flexcoders> 
>   " 
on the web.> >    > 
> *  To unsubscribe from this group, send an 
email to:> >    
[EMAIL PROTECTED]> 
>  
> 
>    > 
> *  Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of> >   Service .> 
>> >> 
>> 
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  

Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan






Infact the question is very simple.

How do you set corner-radius = 10 to one TabNavigator and corner-radius
= 0 on another in the same application!
I've given up! :-(

Philippe Maegerman wrote:

  
  
  I gave it a try when it was
posted, indeed setStyle("corner-radius",1)
doesn't work but setStyle("color",0xFF) does ?!
  You would expect that it would apply the
style to the first tab but it does for all of them .. no clue ... I was
trying with the TabBar, I see now that you are talking about
TabNavigator, I didn't try.
   
  Philippe
Maegerman
  
  From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of zipo13
  Sent: mardi 26 juillet 2005 8:30
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: TabNavigator tabs style
  
  
  I don't think its possible to set 2 styles to the same control.
After looking at the code of TabNavigator I found that it has a member
of tabBar and that this tabBar creates children of an inner class that
are not exposed (mx.containers.tabclasses.Tab) since the tabBar
creates these dynamicly I don't think setting a style to the navigator
will affect these.
What I don't understand is why setting a style to the child of the
tabBar like so:
myNavigator.tabBar.getChildAt(0).setStyle("corner-radius",1);
doesn't work.
  
  
--- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan
<[EMAIL PROTECTED]>
wrote:
> I was trying the same.
> 
> Unfortunately, the attributes should be set for TabNavigator and
Tab as 
> well.
> I tried using the Macromedia Flex StyleExplorer to create my
styles.
> 
> Looks like corner-radius belongs to the *Tab *and not the
*TabNavigator*.
> My question is whether it is possible to set 2 styles to the same
component!
> 
> *MyTabNavigator *{
>    tab-height: 30;
>    tab-width: 87;
>    border-color: #cc;
>    }
> 
> *MyTab *{
> *   corner-radius: 8;*
>    fill-colors: #003366, #f6;
>    selected-fill-colors: #0033cc, #ff;
>    border-color: #00;
>    color: #00;
>    }
> 
> Now, if I want to set the above *2 styles to one TabNavigator*
only,
how 
> do I go about doing it?
> Am I missing anything here?
> 
> Regards
> Sree
> 
> Matt Chotin wrote:
> 
> > You could create a style that has all the settings but not
name it
for 
> > TabNavigator:
> >
> >  
> >
> > MyTabStyle
> >
> > {
> >
> >   corner-radius: ...
> >
> > }
> >
> >  
> >
> > TabNavigator styleName="MyTabStyle"
> >
> >  
> >
> > Matt
> >
> >

> >
> > *From:* flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] 
> > *On Behalf Of *zipo13
> > *Sent:* Monday, July 25, 2005 6:56 AM
> > *To:* flexcoders@yahoogroups.com
> > *Subject:* [flexcoders] TabNavigator tabs style
> >
> >  
> >
> > Hi,
> > In the flex Style explorer I can see that Tab styles can be
set
via CSS.
> > http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html
(tabs
> > section)
> > The style I'm interested at is "corner-radius". I have manged
to set
> > the style via CSS to my app but I want it for only one
TabNavigator
> > and not the other. I tried several ways to set this style via
AS code
> > but nothing seems to work. I tried to set the style to the
> > TabNavigator the tabBar child of the TabNavigator or the
children
> > Tab's of the tabBar.
> >
> > Anyone knows what else can I try?
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> >
> > SPONSORED LINKS
> > Computer software testing 
> >

  
> >   Macromedia flex 
> >

  
> >   Development 
> >

  
> >
> > Software developer 
> >

  
> >
> >
> >
> >

> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   "
on the web.
> >    
> > *  To unsubscribe from this group, send an email to:
> >    [EMAIL PROTECTED]
> >  

> >    
> > *  Your use of Yahoo! Groups is subject to the Yahoo!
Terms of
> >   Service .
> >
> >
> >
-

[flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread bhaq1972
Hi Sreejith,

> Infact the question is very simple.
> 
> How do you set corner-radius = 10 to one TabNavigator and corner-
radius 
> = 0 on another in the same application!
> I've given up! :-(
> 

have you tried Matt's recommendation i.e. use the styleName property?

eg
(btw i added your stylesheet entries (MyTabNavigator and MyTab) into 
main.css)


http://www.macromedia.com/2003/mxml";>

  

  
  




















regards 
bod






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Using Value Objects & CFC's

2005-07-26 Thread Allen Manning
Malcom,

I think that's it.

Try this:

var call = service.login( { loginVO : loginVO } );
//strange looking syntax huh, but it works

You see the anon object which is naming the param.  It took us ages to
figure this one out.  

There is an article which describes this here:

http://www.flexingcfmx.com/index.cfm?mode=entry&entry=D36D5CE5-FB00-283B-A23
A89CB46949A4D

Hope this helps,
Allen
www.prismix.com/



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Malcolm
Sent: 25 July 2005 22:52
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Hi Allen,

I am using the Cairngorm framework and calling the CFC inside my
LoginDelegate (via a service)

 Part of LoginDelegate.as 

public function login( loginVO : LoginVO ): Void
{
// call login service, pass loginVO 
var call = service.login( loginVO );

call.resultHandler = Delegate.create(responder, responder.onResult);
call.faultHandler = Delegate.create(responder, responder.onFault);
}

Is this my problem?

var call = service.login( loginVO );

- This is my LoginService CFC 













It would be awesome if I could get this working, right now I am resorting to
building toArray() functions in my Flex value objects and calling my CFC
like this:

var call = service.login( loginVO.toArray() );

Muchos gracias,
Malcolm

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Allen Manning
Sent: Tuesday, 26 July 2005 3:11 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Malcolm,

We are doing this very thing and it is working well for us.  

We use CFCs as our VOs and it allows us to type them in and out of CFC
method calls.

Can you post how the CFC is being called by Flex?  You need to use an anon
object with a named param, so this might be the problem.  

Allen
http://www.prismix.com/




-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Malcolm
Sent: 24 July 2005 11:31
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

For the record, I did end up trying Approach 1. Doesn't work, exactly the
same error as before:

Error Type: Expression
Message: You have attempted to dereference a scalar variable of type

Unless I am missing something, I think it's fair to say when using CF as a
backend for Flex applications you can not pass your own data types.

m

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Malcolm
Sent: Sunday, 24 July 2005 3:56 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Ok think I am going to have to admit defeat here, I have now tried the
following...I have created a cfc version of the Login Value Object.

 LoginVO.cfc 


   
   


- CFC 













I still get the same error as before...

Error Type: Expression
Message: You have attempted to dereference a scalar variable of type

I assume this is because I am passing in a Flex/Java object of the type
'LoginVO' and this is just not the same as a ColdFusion object of the type
'LoginVO' (as defined in LoginVO.cfc).

I really don't want to give up using value objects on the Flex side, as I
may one day move the backend of the application from cf to java.

I think I am going to have to give up on trying to define a cf version of my
value object and take one of the following approaches:

1. Create a Java Value Object in ColdFusion using the CreateObject function
in cf. Assign the Flex Value Object Data to the Java Value Object (created
via ColdFusion). Then access the values of cf/java object. I have no idea if
this will actually work! May just end up with the same error again :{

2. In my Flex value object have a "function toArray()" call that and then
pass to my cfc remote object. Yes would require going around every remote
service call sometime in the future when I go to java and removing such
calls.

Hmmm, re-reading my email, approach 1 really is madness, even if it did
work, it's a lot of work for the sake of being able to pass a flex/java
value object to a cfc (I am still going to have to pull the sucker to pieces
inside cf anyway), so I am not going to bother with this.

What does everyone else do here? Only pass data types that are supported by
cf argument? Any suggested best practice?

Comments welcome :D

Cheers,
M

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas Knudsen
Sent: Sunday, 24 July 2005 7:32 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Using Value Objects & CFC's

a CFC can except "types" defined by another CFC.  

[flexcoders] Dynamically Built SWF's with Flex

2005-07-26 Thread jamiebadman
I have a deep-down feeling I might be asking a stupid question here -
 but I was once told there are NO stupid questions - yeah, right!

So here's the situation...

An application I'm building contains three quite 
distinct 'sections': 'Invoices', 'Credits' and 'Customers'.

Some users will exclusively use, for example, the 'Credits' 
subsystem while some may use all or just two.

I determine what a user will access because each user has a set of 
roles associated with their login (which is managed externally, 
outside of Flex).

Is it possible to have the SWF built by Flex to only deliver to an 
individual, components of the subsystems they have access to ?

I can get the roles via a remoting call - but how do I have this 
execute server-side and subsequently control what Flex does as a 
result ?

If this is *not* possible, could someone explain to me the 
advantages of Flex as a server-side system ?

Thanks,

Jamie.

P.S. So was it stupid ? Actually no... keep that answer to 
yourselves ;-)




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan






Hi,

You did not say whether you tried and it worked :-)

Run thecode below. Look out for the following.

  Corner-radius is the radius applied to the Navigator and NOT the
tabs (desired) when applied using styleName
  
  Comment and UnComment the Tab style to see the difference. All
the tabs have a corner-radius of 0.

Now back to the question, if I want to assign corner-radius to only ONE
tabNavigator, how do I do it!

==  CODE TO EXPERIMENT
===

"http://www.macromedia.com/2003/mxml"
width="100%" height="100%">

MyTabNavigator {
   tab-height: 30;
   tab-width: 87;
   border-color: #cc;
   background-color:#FF;
   corner-radius:16;
   }

MyTab {
   corner-radius: 8;
   fill-colors: #003366, #f6;
   selected-fill-colors: #0033cc, #ff;
   border-color: #00;
   color: #00;
   background-color:#0033FF;
   }

/*   
Tab {
   corner-radius: 0;
   }   
*/















= END  OF CODE
==

bhaq1972 wrote:

Hi Sreejith,
  
> Infact the question is very simple.
> 
> How do you set corner-radius = 10 to one TabNavigator and corner-
radius 
> = 0 on another in the same application!
> I've given up! :-(
> 
  
have you tried Matt's recommendation i.e. use the styleName property?
  
eg
(btw i added your stylesheet entries (MyTabNavigator and MyTab) into 
main.css)
  

http://www.macromedia.com/2003/mxml">
  
  
  
  
    
styleName="MyTabNavigator">
      
        
      
      
        
      
    
  
    
styleName="MyTab">
      
        
      
      
        
      
    
  
  

  
regards 
bod
  
  
  
  
  









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  














RE: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Philippe Maegerman





I couldn't manage to do it with styles, but came up 
with some actionscript ;)
 
It will style all the TabNavigator tabs, but you could 
easily changeit to update only one tab by passing it's index as an argument 
;))
 
http://www.macromedia.com/2003/mxml">

[flexcoders] Re: backgroundColor vs. backgroundImage

2005-07-26 Thread Andrew Spaulding
Yep good point. I have a jpg (20x1200 in size) that i have as my
background image. Using the following CSS i only get the background
colour in FP7 but the background-image works fine in FP8 beta. Any
ideas? I'm sure I had this code working in Flex 1.0

Application {
background-image: "assets/images/background.jpg";
background-size: "100%";
background-color: #ABABAB;
}

Regards,

Andrew Spaulding
www.flexdaddy.info


--- In flexcoders@yahoogroups.com, "m00n_de" <[EMAIL PROTECTED]> wrote:
> hi,
> 
> I use a backgroundImage out of a theme.swc. When my application loads
> and the initialize preloader appears, the backgroundcolor is the
> default gray, then when the theme has loaded my background appears.
> 
> When i set a backgroundColor its used in the initalization but my
> backgroundImage doesn´t appear :(
> 
> Is there any way to combine backgroundColor and backgroundImage ?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Dynamically Built SWF's with Flex

2005-07-26 Thread Scott Barnes
On 7/26/05, jamiebadman <[EMAIL PROTECTED]> wrote:
> I have a deep-down feeling I might be asking a stupid question here -
>  but I was once told there are NO stupid questions - yeah, right!

As a wise code-mentor once said to me: There aren't stupid questions,
only people who are too stupid to ask.

So yes, it was a stupid question (joke).

> If this is *not* possible, could someone explain to me the
> advantages of Flex as a server-side system ?

Yes, but not the way you think it will probably come together. 

There are two main ingredients that you will probably need to research
some more in order to make a better informed decision to suite your
objective(s), they are mx:Loader and Runtime Shared Libraries (RSL).

You can *kind* of piece together an application per user through these
concepts, especially leveridging XML - the key to do this though, is
much the same way you would bake a cake - you need the ingredients
into the mix in order to bake it, the icing can be loaded after but
thats a module that can be seperate (based on a users preference).

Sorry if the analogy is weak but its after a 13hr code-off..so bare with me.

What i'm trying to say is that if you plan on using a mx:Button in
your application, and your first stage of the SWF doesn't have that at
runtime, but want it to be used based on a remoting call's
result...then you're going to have to load that in via the initial
first stage - or - unless you load in a swf which embeds the symbol,
and *then* you can use it (second stage) *pant*.. (i'm too afraid to
re-read that hehe).

In theory (i've never backed this up btw, its all based on reading and
theories) you can piece together an application piece by piece, but
you have to plan your staging up front and kind of pinpoint when
user(s) will need components, then using the RSL concept they can
bring in such components as needed.

There are a few things to be aware of (ie pulled from docs)

#  The aggregate size of the RSL plus the Flex application will be
larger than a Flex application that internalizes all of its assets.
However, file size across multiple applications will be smaller.

# The client must make additional HTTP requests to get the RSLs used
by a Flex application. This can add latency to the application startup
process. Typically, the number of RSLs is not great, so the number of
requests is not great, either.

# The compilation of a runtime RSL can add additional application
startup time because a separate compiler instance must be created on
the server. This adds latency to the first request only, since
subsequent requests will request the existing RSL without the need to
recompile it.

Again, easist solution would be use CFMX to pre-roll your MXML...but
nothing wrong with a bit of a good challenge to ear ones pay ;) hehe.

Hope that helps, if you need a flex-gun-slinger to do the above for
you, i'm cheap ;) hehehe..
-- 
Regards,
Scott Barnes
http://www.mossyblog.com


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan






Hi Philippe, thats damn good!
That is all we need :-) No, I dont intend to change one tab :-)

Thanks a lot.
Sree

PS: You have an unterminated CDATA section in the code.

Philippe Maegerman wrote:

  
  
  I couldn't manage to do
it with styles, but came up with some actionscript ;)
   
  It will style all the
TabNavigator tabs, but you could easily changeit to update only one tab
by passing it's index as an argument ;))
   
  
http://www.macromedia.com/2003/mxml">



  

 
 


 
 


   
  Philippe
Maegerman
  Web developer
  +32
2 400 40 39
  +32
472 35 28 10
  Avoir
des rêves, c'est continuer d'exister... 
   
  
  
  From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Sreejith Unnikrishnan
  Sent: mardi 26 juillet 2005 12:19
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Re: TabNavigator tabs style
  
  
Hi,
  
You did not say whether you tried and it worked :-)
  
Run thecode below. Look out for the following.
  
Corner-radius is the radius applied to the Navigator and NOT
the tabs (desired) when applied using styleName

Comment and UnComment the Tab style to see the difference. All
the tabs have a corner-radius of 0. 
  
Now back to the question, if I want to assign corner-radius to only ONE
tabNavigator, how do I do it!
  
==  CODE TO EXPERIMENT
===

"http://www.macromedia.com/2003/mxml"
width="100%" height="100%">

MyTabNavigator {
   tab-height: 30;
   tab-width: 87;
   border-color: #cc;
   background-color:#FF;
   corner-radius:16;
   }
  
MyTab {
   corner-radius: 8;
   fill-colors: #003366, #f6;
   selected-fill-colors: #0033cc, #ff;
   border-color: #00;
   color: #00;
   background-color:#0033FF;
   }
  
/*   
Tab {
   corner-radius: 0;
   }   
*/
  

  











  
= END  OF CODE
==
  







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










Re: [flexcoders] Re: backgroundColor vs. backgroundImage

2005-07-26 Thread Sreejith Unnikrishnan
According to the 1.5 docs ..
|
Type: String   Format: File   CSS Inheritance: no
|Background image of a control. You can either have a backgroundColor or 
a backgroundImage, but* not both*.

If it worked in 1.0, we might see it in 2.0??? :-)

Sree
Andrew Spaulding wrote:

> Yep good point. I have a jpg (20x1200 in size) that i have as my
> background image. Using the following CSS i only get the background
> colour in FP7 but the background-image works fine in FP8 beta. Any
> ideas? I'm sure I had this code working in Flex 1.0
>
> Application {
> background-image: "assets/images/background.jpg";
> background-size: "100%";
> background-color: #ABABAB;
> }
>
> Regards,
>
> Andrew Spaulding
> www.flexdaddy.info
>
>
> --- In flexcoders@yahoogroups.com, "m00n_de" <[EMAIL PROTECTED]> wrote:
> > hi,
> >
> > I use a backgroundImage out of a theme.swc. When my application loads
> > and the initialize preloader appears, the backgroundcolor is the
> > default gray, then when the theme has loaded my background appears.
> >
> > When i set a backgroundColor its used in the initalization but my
> > backgroundImage doesn´t appear :(
> >
> > Is there any way to combine backgroundColor and backgroundImage ?
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
> SPONSORED LINKS
> Computer software testing 
> 
>  
>   Macromedia flex 
> 
>  
>   Development 
> 
>  
>
> Software developer 
> 
>  
>
>
>
> 
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   
>
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>   Service .
>
>
> 
>




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Philippe Maegerman





You are welcome.
 
It was missing because I removed my magic debug 
function ;)
 
function traceObj(obj){   var t = 
'';   for(var i in obj){t+= i + ' 
: ' + obj[i] + 
'\n';   }   mx.controls.Alert.show(t)}
]]>
 
thanks to zipo13 for bringing up the tabBar property 
;)
 
Philippe 
Maegerman


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Sreejith 
UnnikrishnanSent: mardi 26 juillet 2005 13:00To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: TabNavigator 
tabs style
Hi Philippe, thats damn good!That is all we need :-) No, I dont 
intend to change one tab :-)Thanks a lot.SreePS: You have an 
unterminated CDATA section in the code.Philippe Maegerman wrote: 

  
  I couldn't manage to do it with 
  styles, but came up with some actionscript ;)
   
  It will style all the TabNavigator 
  tabs, but you could easily changeit to update only one tab by passing it's 
  index as an argument ;))
   
  http://www.macromedia.com/2003/mxml">

  
   
  Philippe 
  Maegerman
  Web developer
  +32 2 400 40 
  39
  +32 472 35 28 
  10
  Avoir des 
  rêves, c'est continuer d'exister... 
   
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Sreejith UnnikrishnanSent: mardi 26 juillet 
  2005 12:19To: flexcoders@yahoogroups.comSubject: 
  Re: [flexcoders] Re: TabNavigator tabs 
  styleHi,You did not say whether you tried and it 
  worked :-)Run thecode below. Look out for the following.
  
Corner-radius is the radius applied to the Navigator and NOT the tabs 
(desired) when applied using styleName
Comment and UnComment the Tab style to see the difference. All the tabs 
have a corner-radius of 0. Now back to the question, if I want to 
  assign corner-radius to only ONE tabNavigator, how do I do 
  it!==  CODE TO EXPERIMENT 
  ==="http://www.macromedia.com/2003/mxml" 
  width="100%" height="100%">MyTabNavigator 
  {   tab-height: 30;   tab-width: 
  87;   border-color: #cc;   
  background-color:#FF;   corner-radius:16;   
  }MyTab {   corner-radius: 8;   
  fill-colors: #003366, #f6;   selected-fill-colors: #0033cc, 
  #ff;   border-color: #00;   color: 
  #00;   background-color:#0033FF;   
  }/*   Tab {   corner-radius: 
  0;   }   
  */= 
  END  OF CODE ==





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.
We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.--


RE: [flexcoders] Re: backgroundColor vs. backgroundImage

2005-07-26 Thread Philippe Maegerman





Why not add an extra container like VBox.  
Put the bgColor in Application and the bgImage in the VBox ... just an idea 
...
 
Philippe 
Maegerman


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Sreejith 
UnnikrishnanSent: mardi 26 juillet 2005 13:08To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: 
backgroundColor vs. backgroundImage
According to the 1.5 docs ..|Type: String   
Format: File   CSS Inheritance: no|Background image of a control. 
You can either have a backgroundColor or a backgroundImage, but* not 
both*.If it worked in 1.0, we might see it in 2.0??? 
:-)SreeAndrew Spaulding wrote:> Yep good point. I have a 
jpg (20x1200 in size) that i have as my> background image. Using the 
following CSS i only get the background> colour in FP7 but the 
background-image works fine in FP8 beta. Any> ideas? I'm sure I had this 
code working in Flex 1.0>> Application {> background-image: 
"assets/images/background.jpg";> background-size: "100%";> 
background-color: #ABABAB;> }>> Regards,>> 
Andrew Spaulding> www.flexdaddy.info>>> --- In 
flexcoders@yahoogroups.com, "m00n_de" <[EMAIL PROTECTED]> 
wrote:> > hi,> >> > I use a backgroundImage out of 
a theme.swc. When my application loads> > and the initialize preloader 
appears, the backgroundcolor is the> > default gray, then when the 
theme has loaded my background appears.> >> > When i set a 
backgroundColor its used in the initalization but my> > 
backgroundImage doesn´t appear :(> >> > Is there any way to 
combine backgroundColor and backgroundImage 
?>> --> Flexcoders Mailing 
List> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> 
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS> Computer software testing >  
>   Macromedia flex >  
>   Development >  
>> Software developer >  
 
> 
YAHOO! GROUPS LINKS>> *  Visit your 
group "flexcoders>   " 
on the web.>    
> *  To unsubscribe from this group, send an 
email to:>    
[EMAIL PROTECTED]>   
>    
> *  Your use of Yahoo! Groups is subject to 
the Yahoo! Terms of>   Service .>>> 
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.
We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.--


[flexcoders] Re: Dynamically Built SWF's with Flex

2005-07-26 Thread jamiebadman
Scott: Thanks for the info; much appreciated, regardless of how 
scary it reads!

Sounds like it's a pretty pointless thing to do, then, if the code + 
RSL on a per-user basis will be as large, if not larger than the 
code including the unwanted stuff ;-)

I must admit that I'm finding it hard to understand what the reason 
is for Flex building Flash 'on the fly' at all. What's the point of 
this as opposed to simply having Flex generate a SWF which you put 
on the server as you would a normal Flash file ?

What does Flex offer you that a static SWF wouldn't ?

I know it's a pretty fundamental question that I kind of feel I 
should already know the answer to - but I don't ;-)

Flex is great for building RIA's and I'm getting great results from 
it - but I don't yet understand why it's a server side tool at all...

Any hints ? ;-)

Cheers,

Jamie.

--- In flexcoders@yahoogroups.com, Scott Barnes <[EMAIL PROTECTED]> 
wrote:
> On 7/26/05, jamiebadman <[EMAIL PROTECTED]> wrote:
> > I have a deep-down feeling I might be asking a stupid question 
here -
> >  but I was once told there are NO stupid questions - yeah, right!
> 
> As a wise code-mentor once said to me: There aren't stupid 
questions,
> only people who are too stupid to ask.
> 
> So yes, it was a stupid question (joke).
> 
> > If this is *not* possible, could someone explain to me the
> > advantages of Flex as a server-side system ?
> 
> Yes, but not the way you think it will probably come together. 
> 
> There are two main ingredients that you will probably need to 
research
> some more in order to make a better informed decision to suite your
> objective(s), they are mx:Loader and Runtime Shared Libraries 
(RSL).
> 
> You can *kind* of piece together an application per user through 
these
> concepts, especially leveridging XML - the key to do this though, 
is
> much the same way you would bake a cake - you need the ingredients
> into the mix in order to bake it, the icing can be loaded after but
> thats a module that can be seperate (based on a users preference).
> 
> Sorry if the analogy is weak but its after a 13hr code-off..so 
bare with me.
> 
> What i'm trying to say is that if you plan on using a mx:Button in
> your application, and your first stage of the SWF doesn't have 
that at
> runtime, but want it to be used based on a remoting call's
> result...then you're going to have to load that in via the initial
> first stage - or - unless you load in a swf which embeds the 
symbol,
> and *then* you can use it (second stage) *pant*.. (i'm too afraid 
to
> re-read that hehe).
> 
> In theory (i've never backed this up btw, its all based on reading 
and
> theories) you can piece together an application piece by piece, but
> you have to plan your staging up front and kind of pinpoint when
> user(s) will need components, then using the RSL concept they can
> bring in such components as needed.
> 
> There are a few things to be aware of (ie pulled from docs)
> 
> #  The aggregate size of the RSL plus the Flex application will be
> larger than a Flex application that internalizes all of its assets.
> However, file size across multiple applications will be smaller.
> 
> # The client must make additional HTTP requests to get the RSLs 
used
> by a Flex application. This can add latency to the application 
startup
> process. Typically, the number of RSLs is not great, so the number 
of
> requests is not great, either.
> 
> # The compilation of a runtime RSL can add additional application
> startup time because a separate compiler instance must be created 
on
> the server. This adds latency to the first request only, since
> subsequent requests will request the existing RSL without the need 
to
> recompile it.
> 
> Again, easist solution would be use CFMX to pre-roll your 
MXML...but
> nothing wrong with a bit of a good challenge to ear ones pay ;) 
hehe.
> 
> Hope that helps, if you need a flex-gun-slinger to do the above for
> you, i'm cheap ;) hehehe..
> -- 
> Regards,
> Scott Barnes
> http://www.mossyblog.com




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: Dynamically Built SWF's with Flex

2005-07-26 Thread Sreejith Unnikrishnan
You can just deploy the compiled swf files!
 is compilation.

Set to true  in your flex config and you can then 
copy just the compiled files and deploy for starters.
Well, if you are using a developer version, the life of your swf is only 
a day.


jamiebadman wrote:

> Scott: Thanks for the info; much appreciated, regardless of how
> scary it reads!
>
> Sounds like it's a pretty pointless thing to do, then, if the code +
> RSL on a per-user basis will be as large, if not larger than the
> code including the unwanted stuff ;-)
>
> I must admit that I'm finding it hard to understand what the reason
> is for Flex building Flash 'on the fly' at all. What's the point of
> this as opposed to simply having Flex generate a SWF which you put
> on the server as you would a normal Flash file ?
>
> What does Flex offer you that a static SWF wouldn't ?
>
> I know it's a pretty fundamental question that I kind of feel I
> should already know the answer to - but I don't ;-)
>
> Flex is great for building RIA's and I'm getting great results from
> it - but I don't yet understand why it's a server side tool at all...
>
> Any hints ? ;-)
>
> Cheers,
>
> Jamie.
>
> --- In flexcoders@yahoogroups.com, Scott Barnes <[EMAIL PROTECTED]>
> wrote:
> > On 7/26/05, jamiebadman <[EMAIL PROTECTED]> wrote:
> > > I have a deep-down feeling I might be asking a stupid question
> here -
> > >  but I was once told there are NO stupid questions - yeah, right!
> >
> > As a wise code-mentor once said to me: There aren't stupid
> questions,
> > only people who are too stupid to ask.
> >
> > So yes, it was a stupid question (joke).
> >
> > > If this is *not* possible, could someone explain to me the
> > > advantages of Flex as a server-side system ?
> >
> > Yes, but not the way you think it will probably come together.
> >
> > There are two main ingredients that you will probably need to
> research
> > some more in order to make a better informed decision to suite your
> > objective(s), they are mx:Loader and Runtime Shared Libraries
> (RSL).
> >
> > You can *kind* of piece together an application per user through
> these
> > concepts, especially leveridging XML - the key to do this though,
> is
> > much the same way you would bake a cake - you need the ingredients
> > into the mix in order to bake it, the icing can be loaded after but
> > thats a module that can be seperate (based on a users preference).
> >
> > Sorry if the analogy is weak but its after a 13hr code-off..so
> bare with me.
> >
> > What i'm trying to say is that if you plan on using a mx:Button in
> > your application, and your first stage of the SWF doesn't have
> that at
> > runtime, but want it to be used based on a remoting call's
> > result...then you're going to have to load that in via the initial
> > first stage - or - unless you load in a swf which embeds the
> symbol,
> > and *then* you can use it (second stage) *pant*.. (i'm too afraid
> to
> > re-read that hehe).
> >
> > In theory (i've never backed this up btw, its all based on reading
> and
> > theories) you can piece together an application piece by piece, but
> > you have to plan your staging up front and kind of pinpoint when
> > user(s) will need components, then using the RSL concept they can
> > bring in such components as needed.
> >
> > There are a few things to be aware of (ie pulled from docs)
> >
> > #  The aggregate size of the RSL plus the Flex application will be
> > larger than a Flex application that internalizes all of its assets.
> > However, file size across multiple applications will be smaller.
> >
> > # The client must make additional HTTP requests to get the RSLs
> used
> > by a Flex application. This can add latency to the application
> startup
> > process. Typically, the number of RSLs is not great, so the number
> of
> > requests is not great, either.
> >
> > # The compilation of a runtime RSL can add additional application
> > startup time because a separate compiler instance must be created
> on
> > the server. This adds latency to the first request only, since
> > subsequent requests will request the existing RSL without the need
> to
> > recompile it.
> >
> > Again, easist solution would be use CFMX to pre-roll your
> MXML...but
> > nothing wrong with a bit of a good challenge to ear ones pay ;)
> hehe.
> >
> > Hope that helps, if you need a flex-gun-slinger to do the above for
> > you, i'm cheap ;) hehehe..
> > --
> > Regards,
> > Scott Barnes
> > http://www.mossyblog.com
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
> 
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   

RE: [flexcoders] Re: Dynamically Built SWF's with Flex

2005-07-26 Thread Philippe Maegerman





You could for example create dynamic mxml using 
the Flex JSP Tag Library, in this case you would need it as an application 
server
http://livedocs.macromedia.com/flex/15/flex_docs_en/0846.htm#wp121778
 
Philippe 
Maegerman


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
jamiebadmanSent: mardi 26 juillet 2005 13:44To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Dynamically Built 
SWF's with Flex
Scott: Thanks for the info; much appreciated, regardless of how 
scary it reads!Sounds like it's a pretty pointless thing to do, 
then, if the code + RSL on a per-user basis will be as large, if not larger 
than the code including the unwanted stuff ;-)I must admit that I'm 
finding it hard to understand what the reason is for Flex building Flash 'on 
the fly' at all. What's the point of this as opposed to simply having Flex 
generate a SWF which you put on the server as you would a normal Flash file 
?What does Flex offer you that a static SWF wouldn't ?I know 
it's a pretty fundamental question that I kind of feel I should already know 
the answer to - but I don't ;-)Flex is great for building RIA's and I'm 
getting great results from it - but I don't yet understand why it's a server 
side tool at all...Any hints ? 
;-)Cheers,Jamie.--- In flexcoders@yahoogroups.com, Scott 
Barnes <[EMAIL PROTECTED]> wrote:> On 7/26/05, jamiebadman 
<[EMAIL PROTECTED]> wrote:> > I have a deep-down feeling I might 
be asking a stupid question here -> >  but I was once told 
there are NO stupid questions - yeah, right!> > As a wise 
code-mentor once said to me: There aren't stupid questions,> only 
people who are too stupid to ask.> > So yes, it was a stupid 
question (joke).> > > If this is *not* possible, could someone 
explain to me the> > advantages of Flex as a server-side system 
?> > Yes, but not the way you think it will probably come 
together. > > There are two main ingredients that you will 
probably need to research> some more in order to make a better 
informed decision to suite your> objective(s), they are mx:Loader and 
Runtime Shared Libraries (RSL).> > You can *kind* of piece 
together an application per user through these> concepts, especially 
leveridging XML - the key to do this though, is> much the same way 
you would bake a cake - you need the ingredients> into the mix in order 
to bake it, the icing can be loaded after but> thats a module that can be 
seperate (based on a users preference).> > Sorry if the analogy is 
weak but its after a 13hr code-off..so bare with me.> > What 
i'm trying to say is that if you plan on using a mx:Button in> your 
application, and your first stage of the SWF doesn't have that at> 
runtime, but want it to be used based on a remoting call's> result...then 
you're going to have to load that in via the initial> first stage - or - 
unless you load in a swf which embeds the symbol,> and *then* you can 
use it (second stage) *pant*.. (i'm too afraid to> re-read that 
hehe).> > In theory (i've never backed this up btw, its all based 
on reading and> theories) you can piece together an application piece 
by piece, but> you have to plan your staging up front and kind of 
pinpoint when> user(s) will need components, then using the RSL concept 
they can> bring in such components as needed.> > There are 
a few things to be aware of (ie pulled from docs)> > #  The 
aggregate size of the RSL plus the Flex application will be> larger than 
a Flex application that internalizes all of its assets.> However, file 
size across multiple applications will be smaller.> > # The client 
must make additional HTTP requests to get the RSLs used> by a Flex 
application. This can add latency to the application startup> 
process. Typically, the number of RSLs is not great, so the number 
of> requests is not great, either.> > # The compilation 
of a runtime RSL can add additional application> startup time because a 
separate compiler instance must be created on> the server. This adds 
latency to the first request only, since> subsequent requests will 
request the existing RSL without the need to> recompile it.> 
> Again, easist solution would be use CFMX to pre-roll your 
MXML...but> nothing wrong with a bit of a good challenge to ear ones 
pay ;) hehe.> > Hope that helps, if you need a 
flex-gun-slinger to do the above for> you, i'm cheap ;) hehehe..> 
-- > Regards,> Scott Barnes> http://www.mossyblog.com





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   

[flexcoders] DataGrid Editable Header Renderer

2005-07-26 Thread Tim Blair
Hello,

I'm attempting to create a custom headerRenderer for a DataGrid which
will allow the user to edit the column name (headerText) in exactly the
same way as the standard editable DataGrid cellRenderer.

Before I spend any more time on it, does anyone have an example of such
a thing hanging around, or can point me in the right direction?

Thanks,

Tim.

--
---
Badpen Tech - CF and web-tech: http://tech.badpen.com/
---
RAWNET LTD - independent digital media agency
"We are big, we are funny and we are clever!"
 New site launched at http://www.rawnet.com/
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
---


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: Dynamically Built SWF's with Flex

2005-07-26 Thread Scott Barnes
On 7/26/05, jamiebadman <[EMAIL PROTECTED]> wrote:
> Scott: Thanks for the info; much appreciated, regardless of how
> scary it reads!

hehe i'm sure it could be "dumbed' down more for folks who are looking
at this with a confused expression, (ie not belittling anyone - merely
saying that on the surface it sounds indepth and "lot of work" but...
in truth, if you spend som time researching it and probing the idea(s)
it's not that dawnting..just requires some concentration hehee)

> Sounds like it's a pretty pointless thing to do, then, if the code +
> RSL on a per-user basis will be as large, if not larger than the
> code including the unwanted stuff ;-)

Depends, I'm looking at this sooner rather then later for the stuff
i'm creating here locally (slowly piecing together an intranet) and it
kind of looks more appealing then sending down one chunky SWF that a
user may only load 10% of). I'm more inclined in truth to resolve this
via CFMX+FLEX (both remoting and building the required MXML).
 
> I must admit that I'm finding it hard to understand what the reason
> is for Flex building Flash 'on the fly' at all. What's the point of
> this as opposed to simply having Flex generate a SWF which you put
> on the server as you would a normal Flash file ?
> 
> What does Flex offer you that a static SWF wouldn't ?

Lots, mainly in terms of actual development. In FLEX, you have the
power to build your own language to suite your own needs, but also
automating a lot of Usability issues that would be a nightmare to
piece together via other web-based technologies.

I've worked with FLASH IDE for years (early FP5.0)  and i've gotten
more work done in a short amount of time then IDE, that's a sad cold
fact but the truth.

The main reason for this increase in productivity is well.. XML...
pure and simple, the same reasons why CFMX for me is much faster then
say ASP or PHP. I can get in, do the tasks i need to do, build it so
it can have a decent amount of scale and get out.

Ontop of that, I mentioned that you can write your own language and
what i mean by that is, well kind of a framework in many ways.
Cairngorm is in manways an extension of FLEX, where by you can string
together different tiers for your application so that they can produce
the end result (SWF) yet continue to be very agile.

You can take a page out of i2's book (heh) and also put together your
own controls, that are explicit in the way they render their visuals
(very much like making your own SWC/Components in IDE)

ie:







It just offers a lot of power, much of it is hidden or goest majority
of the time un-used but its there, waiting for you to unlock with
imagination. To carry this forward into other SWF development
environments, painful. I've not benchmarked  the other breeds (eg:
XAMLON) against FLEX, but in truth if your not up to speed on .NET
Development this may be just as confusing - if not harder?
(debatable?)

Flex is not a server-side language, its a client-side language that
happens to run a server. Treat FLEX like a punch-card machine
hehe..you build up all your cards and when your ready, feed them in
one at a time, then wait for the result and go with that...obviously
it does a lot of things ongoing from there but point is that its just
a big ol compiler on roids... hehe


> I know it's a pretty fundamental question that I kind of feel I
> should already know the answer to - but I don't ;-)
> 
> Flex is great for building RIA's and I'm getting great results from
> it - but I don't yet understand why it's a server side tool at all...
> 
> Any hints ? ;-)

Reason it went "server-side" to invite the code-monkeys in on the
flash luv. Rumour has it that the Enterprise j2EE developers loved
flash technology, but found timelines confusing... so the gods that
be, decided "lets make it render itself together via an XML based
solution"..which they then proceeded to high-five one another and
begin work, thus FLEX (aka Royale was born).

Heres a test case for the non-belivers:

1) make FLEX Store in FLEX from scratch (no peeking at the existing
code base, but just the visuals)

2) now make Flex Store in , now compare.

"the proof is in the pudding" - I have no idea what the hell this
expression means, (see:http://ask.yahoo.com/ask/20020903.html) felt it
suited the context of my "pepsi challenge"

p.s
my book signing is tommorow (heh ie email is damn long enough is it not?)

-- 
Regards,
Scott Barnes
http://www.mossyblog.com


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] ComboBox selection change another ComboBox visible item

2005-07-26 Thread Ghislain Simard
Is there an easy way to get populated a ComboBox based on the 
selection of another ComboBox?  Like in the example below if I 
select Volvo, I want to see Red,Blue in colorModel.  If I select 
BMW, I want to see all the color in colorModel





  
Volvo
122
  
  
BMW
126
  



  
Blue
67
  
  
Red
68
  
  
Black
69
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread bhaq1972
Hi Sree

>Now back to the question, if I want to assign corner-radius to only 
ONE tabNavigator, how do I do it!

I'm glad you found your answer. I'm no mind reader, my answer was 
based on what you asked. 

What you actually wanted to know was how do to assign the corner-
radius for the tabBar in tabNavigator. 
The  is a container made of a tabbar and a viewstack 
(i would guess)

regards 
bod





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] ComboBox selection change another ComboBox visible item

2005-07-26 Thread JesterXL
Assuming the first ComboBox has an array of arrays (or models), then yeah!




Where colors is a nested object/array.

- Original Message - 
From: "Ghislain Simard" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, July 26, 2005 9:34 AM
Subject: [flexcoders] ComboBox selection change another ComboBox visible 
item


Is there an easy way to get populated a ComboBox based on the
selection of another ComboBox?  Like in the example below if I
select Volvo, I want to see Red,Blue in colorModel.  If I select
BMW, I want to see all the color in colorModel





  
Volvo
122
  
  
BMW
126
  



  
Blue
67
  
  
Red
68
  
  
Black
69
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] DataGrid Editable Header Renderer

2005-07-26 Thread Nihit Saxena










You should be able to use headerRenderer
property on DataGridColumn and use a textInput inside that. 

 

You can read the documentation about it
here - http://livedocs.macromedia.com/flex/15/flex_docs_en/2181.htm#wp146143

 

Nihit

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tim Blair
Sent: Tuesday, July 26, 2005 5:52
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DataGrid
Editable Header Renderer



 

Hello,

I'm attempting to create a custom headerRenderer
for a DataGrid which
will allow the user to edit the column name
(headerText) in exactly the
same way as the standard editable DataGrid
cellRenderer.

Before I spend any more time on it, does anyone
have an example of such
a thing hanging around, or can point me in the
right direction?

Thanks,

Tim.

--
---
Badpen Tech - CF and web-tech: http://tech.badpen.com/
---
    RAWNET LTD - independent
digital media agency
    "We are big, we are funny
and we are clever!"
 New site launched at http://www.rawnet.com/
---
This message may contain information which is
legally
privileged and/or confidential.  If you are
not the
intended recipient, you are hereby notified that
any
unauthorised disclosure, copying, distribution or
use
of this information is strictly prohibited. Such
notification notwithstanding, any comments,
opinions,
information or conclusions expressed in this
message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently
indicated
by an authorised representative of rawnet limited.
---








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] headless server

2005-07-26 Thread Clint Modien



I've set the server to be headless in the flex config... because we're deploying onto an ibm mainframe...

I'm embedding one image (the application background)

I still get the error coming up that says I  need to set the flexConfig to headless. (after i've set it to headless)

I've tried rebooting the app... 
I've tried rebooting the server...
I have NOT tried rebooting the mainframe as I would no doubt be drawn and quartered... (as if they would let me anyway)

anyone ever tried setting a server's config to headless?

The error goes away... if i do not embed this "one" and only image using this code backgroundImage="@Embed('background.jpg')"








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] headless server

2005-07-26 Thread Brian Deitte





Hi Clint, most likely what is happening here is that the 
J2EE server (through Java security) is set up to not allow 
Properties.setProperties() to be called.  You'll need to find out how to 
set the JVM property java.awt.headless to true, which is all that this 
configuration parameter does.  -Brian


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Clint 
ModienSent: Tuesday, July 26, 2005 10:05 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] headless 
server
I've set the server to be headless in the flex config... because 
we're deploying onto an ibm mainframe...I'm embedding one image (the 
application background)I still get the error coming up that says I  
need to set the flexConfig to headless. (after i've set it to 
headless)I've tried rebooting the app... I've tried rebooting the 
server...I have NOT tried rebooting the mainframe as I would no doubt be 
drawn and quartered... (as if they would let me anyway)anyone ever tried 
setting a server's config to headless?The error goes away... if i do not 
embed this "one" and only image using this code 
backgroundImage="@Embed('background.jpg')"





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] headless server

2005-07-26 Thread Dave Carabetta
On 7/26/05, Clint Modien <[EMAIL PROTECTED]> wrote:
>  I've set the server to be headless in the flex config... because we're
> deploying onto an ibm mainframe...
>  
>  I'm embedding one image (the application background)
>  
>  I still get the error coming up that says I  need to set the flexConfig to
> headless. (after i've set it to headless)
>  
>  I've tried rebooting the app... 
>  I've tried rebooting the server...
>  I have NOT tried rebooting the mainframe as I would no doubt be drawn and
> quartered... (as if they would let me anyway)
>  
>  anyone ever tried setting a server's config to headless?
>  
>  The error goes away... if i do not embed this "one" and only image using
> this code backgroundImage="@Embed('background.jpg')"
>  

Try adding this to your java.args line in your jvm.config file:

-Djava.awt.headless=true

Restart your instance and you should be fine.

Regards,
Dave.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Running an auction with Flex

2005-07-26 Thread Josh Berling
Check out this site:
 
http://livebid.mastronet.com
 
It is a live bidding site for high-end sports memorabilia.  They run a periodic 
auction of a few thousand lots with around 20,000 bidders.  The Flex site runs 
live, with updates to prices being pushed to the client via FCS.
 
Mastronet.com has a new auction that will be up and running starting next week, 
so I would suggest coming back and checking it out once that auction is up.
 
I was in on the development side of the site, so if you have any questions, 
please send them along.  
 
Josh Berling
Digital Primates IT Consulting Group



From: flexcoders@yahoogroups.com on behalf of [EMAIL PROTECTED]
Sent: Mon 7/25/2005 11:15 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Running an auction with Flex


Is it possible for someone to make a web page that will run an auction say to 
sell items? If so does anyone know of sample I can look at? 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 





YAHOO! GROUPS LINKS 



*Visit your group "flexcoders 
 " on the web.
  
*To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]  
  
*Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
 . 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
<>

[flexcoders] Custom Error Page

2005-07-26 Thread greenfishinwater
I have only just got back to Flex development after a few months away.

For my Flkex development server I am getting the message "warning
Custom error page /flex-error could not be loaded.

Maybe Ive had this message for a long time but I only just noticed it.
What does it mean and how can I fix it.

Thank you

Andrew





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Undeliverable Messages ?!

2005-07-26 Thread Stacy Young










Anyone else getting spammed from
undeliverable messages from this list ??

 

-Stace









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] Undeliverable Messages ?!

2005-07-26 Thread JesterXL





Yep; I setup a rule to block emails from [EMAIL PROTECTED].
 
 
- Original Message - 
From: Stacy Young 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, July 26, 2005 11:56 AM
Subject: [flexcoders] Undeliverable Messages ?!


Anyone else getting 
spammed from undeliverable messages from this list 
??
 
-Stace





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Trouble Deploying on WebLogic 8.1

2005-07-26 Thread Dave Kuncl










I am having trouble deploying a Flex web app
on WebLogic.  It deploys fine if I expand the war file and hot deploy, but
when the app is bundled in a war file inside an ear file the servlets fail to
load.

 

Can a Flex web app only be deployed expanded
on WebLogic?

 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Trouble Deploying on WebLogic 8.1

2005-07-26 Thread Brian Deitte





Yes this is a known issue (internal bug number 
93750).  I believe this is documented but don't have a reference to 
it.  -Brian


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dave 
KunclSent: Tuesday, July 26, 2005 11:58 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Trouble Deploying on 
WebLogic 8.1


I am having trouble 
deploying a Flex web app on WebLogic.  It deploys fine if I expand the war 
file and hot deploy, but when the app is bundled in a war file inside an ear 
file the servlets fail to load.
 
Can a Flex web app only 
be deployed expanded on WebLogic?
 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Running an auction with Flex

2005-07-26 Thread Drew Falkman



Hey-Actually Stampede Cattle is my client and I hired Phillip to work on the project. We built it before Flex came out, but you could do all of it in Flex. The trick is that the streaming media and live data is handled by FlashCom.We have built auctions for other companies as well, but none in Flex...yet...However, according to MM press releases, server push will be available with the Mistral release, so this could be done without FCS when that is released-Drew Falkman  From: "Josh Berling" <[EMAIL PROTECTED]>Sent: Tuesday, July 26, 2005 11:13 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Running an auction with FlexCheck out this site:http://livebid.mastronet.comIt is a live bidding site for high-end sports memorabilia.  They run a periodic auction of a few thousand lots with around 20,000 bidders.  The Flex site runs live, with updates to prices being pushed to the client via FCS.Mastronet.com has a new auction that will be up and running starting next week, so I would suggest coming back and checking it out once that auction is up.I was in on the development side of the site, so if you have any questions, please send them along.  Josh BerlingDigital Primates IT Consulting GroupFrom: flexcoders@yahoogroups.com on behalf of [EMAIL PROTECTED]Sent: Mon 7/25/2005 11:15 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Running an auction with FlexIs it possible for someone to make a web page that will run an auction say to sell items? If so does anyone know of sample I can look at? --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS   *  Visit your group "flexcoders  " on the web.    *  To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]      *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex XPATH API.

2005-07-26 Thread Omar Ramos
Does flex also has a XPATH API like in flash mx mx.xpath.XPathAPI package?


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Question about tooltip text

2005-07-26 Thread nostra72



Is it possible to have an array of items and have each item get a different tooltip text





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Using a Text Field vs a Date Field

2005-07-26 Thread Manish Jethani
On 7/25/05, javawebgrrl <[EMAIL PROTECTED]> wrote:

>   I have a situation where I want a user to be able to enter a date
> into a Text Field.

>   My problem is what to do if the user enters something like "abc". I
> am wondering if I could use the parseDateString method of the
> DateFormatter class. If this method returns a valid Date, than I can
> assume all is OK, if not, I can show an error message.

Yes, I think you should use parseDateString.  At least that's what I
used on my EditableDateField:
http://manish.revise.org/2005/04/editabledatefield-component.html

Manish


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Question about tooltip text

2005-07-26 Thread JesterXL





Check it:
 
http://www.macromedia.com/2003/mxml" initialize="initCracka();">
 
     
 
- Original Message - 
From: [EMAIL PROTECTED] 

To: flexcoders@yahoogroups.com 
Sent: Tuesday, July 26, 2005 4:06 PM
Subject: [flexcoders] Question about tooltip text
Is it possible to have an array of items and have each item get a 
different tooltip text 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Rounded corners on Title Window

2005-07-26 Thread charlespaz1
Is it possible, and if so, how, to make the bottom corners of a Title
Window rounded like an Alert window?

Thanks




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] sound problem: onSoundComplete

2005-07-26 Thread Tom Fitzpatrick
Trying to get onSoundComplete() to work - but it never seems to get called.

Here's the code I'm working with:

function startSound(currentSound)
{
 feedback.text += currentSound+" playing now";
glow.alpha = 100;
var snd:Sound = new Sound();
snd.attachSound(currentSound);
snd.onSoundComplete = function()
{
glow.alpha = 0;
feedback.text += " stopping now";
}
snd.start();
}

The "currentSound" parameter is the name of an mp3. The startSound function 
is called as the change event from a comboBox used to select the sound to 
be played. The sound gets played just fine, but the onSoundComplete 
function never executes.

The "feedback.text" mechanism is a trace - and the text "stopping now" 
never gets called.

The "glow" object is an imported .swf whose alpha is supposed to change 
when the sound is complete.

- Tom






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Rounded corners on Title Window

2005-07-26 Thread Ashish Goyal





Set panelBorderStyle style property to 
roundCorners.
 
-Ashish

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  charlespaz1Sent: Tuesday, July 26, 2005 2:24 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Rounded corners on 
  Title Window
  Is it possible, and if so, how, to make the bottom corners of a 
  TitleWindow rounded like an Alert window?Thanks





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Re: Flex XPATH API.

2005-07-26 Thread Andrew Spaulding
Take a look at this indepth package from XFactorStudio.

http://www.xfactorstudio.com/ActionScript/AS2/XPath/

AS1 and AS2 versions both available.

Regards,

Andrew Spaulding
www.flexdaddy.info



--- In flexcoders@yahoogroups.com, Omar Ramos <[EMAIL PROTECTED]> wrote:
> Does flex also has a XPATH API like in flash mx mx.xpath.XPathAPI
package?




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Passing binding data to a custom combobox

2005-07-26 Thread Kim Reddington





I have a statePicker 
component that I created.  If I try to pass a value to the statePicker, 
then the comboBox will display the proper label for the data I passed in.  
For example,
 
this line of code 
will display Massachusetts in the comboBox.

 
What I really need 
to do is bind the data to the variable, statePassedIn.  I have successfully 
bound data to a custom component before with no trouble, but for some reason 
cannot figure out how to get the data to pass in for the the comboBox.  
statePassedIn shows up empty in the statePicker component.  For 
example,
 
here is a snippet of 
what I am trying to do, that won't work.
 
var 
test:String;
function onInit() 
{    //I have determined that this ftn is 
indeed running properly
    
test = "MA";
}
...

...
 
 
<>

 
http://www.macromedia.com/2003/mxml" 
xmlns="*">
 
    

 
    
        
 
   
    
change="this.selectedItem=event.target.selectedItem" 
  initialize="setInitialItem()"/>
Please 
help,
Kim
 
_Kim 
ReddingtonPrincipal Consultant/DeveloperDeluxe Technologieshttp://www.deluxetechnologies.com508-231-8744  
 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] firing events form a List component

2005-07-26 Thread Douglas Knudsen
so, I have a list.  The change event calls the function below.  I want
a click on an item to broadcast an event, using cairngorm by the way. 
I can't seem to get it to work.  The Alert tells me the event name is
coming in correctly, but nothing is happeing.  I hardcoded the event
to BugTrackerController.EVENT_GET_ALL_BUGS, and things work fine.  So
I know the approach is correct.










change event 
public function getRpt( event : Object  ) : Void{

mx.controls.Alert.show(event.target.selectedItem.value,"choice",mx.controls.Alert.OK);
EventBroadcaster.getInstance().broadcastEvent(
event.target.selectedItem.value));
}

-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: firing events form a List component

2005-07-26 Thread Andrew Spaulding
The problem here is selectedItem.value is a String and is being
treated like a String. Yet in your controller it is declared as the
variable name. So rather than passing the string reference into
broadCast event, why not use the selectedItem.value as a reference to
the variable name in the Controller. Like this:



  

  
  

  


change event 
public function getRpt( event:Object ) : Void
{
mx.controls.Alert.show( event.target.selectedItem.value, "choice" );
EventBroadcaster.getInstance().broadcastEvent(BugTrackerController[event.target.selectedItem.value]);
}

I've tested this and it broadcasts the appropriate event.

Hope this helps,

Andrew Spaulding
www.flexdaddy.info





--- In flexcoders@yahoogroups.com, Douglas Knudsen
<[EMAIL PROTECTED]> wrote:
> so, I have a list.  The change event calls the function below.  I want
> a click on an item to broadcast an event, using cairngorm by the way. 
> I can't seem to get it to work.  The Alert tells me the event name is
> coming in correctly, but nothing is happeing.  I hardcoded the event
> to BugTrackerController.EVENT_GET_ALL_BUGS, and things work fine.  So
> I know the approach is correct.
> 
> 
>   
>   
>value="BugTrackerController.EVENT_GET_ALL_OPEN_BUGS" />
>value="BugTrackerController.EVENT_GET_ALL_BUGS" />
>   
>   
> 
> 
> change event 
> public function getRpt( event : Object) : Void{
>   
mx.controls.Alert.show(event.target.selectedItem.value,"choice",mx.controls.Alert.OK);
>   EventBroadcaster.getInstance().broadcastEvent(
> event.target.selectedItem.value));
>   }
> 
> -- 
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: firing events form a List component

2005-07-26 Thread Douglas Knudsen
holy event bubbles batman!  I knew it had something to do with the
fact that it was a string.  I tried playing with eval().  I had no
idea you could ref vars using bracket notation in AS though. 
obviously I'm a n00b.

danke flexdaddy.

DK

On 7/26/05, Andrew Spaulding <[EMAIL PROTECTED]> wrote:
> The problem here is selectedItem.value is a String and is being
> treated like a String. Yet in your controller it is declared as the
> variable name. So rather than passing the string reference into
> broadCast event, why not use the selectedItem.value as a reference to
> the variable name in the Controller. Like this:
> 
> 
> 
>  
>
>  value="EVENT_GET_ALL_OPEN_BUGS" />
>  value="EVENT_GET_ALL_BUGS" />
>
>  
> 
> 
> change event 
> public function getRpt( event:Object ) : Void
> {
> mx.controls.Alert.show( event.target.selectedItem.value, "choice" );
> EventBroadcaster.getInstance().broadcastEvent(BugTrackerController[event.target.selectedItem.value]);
> }
> 
> I've tested this and it broadcasts the appropriate event.
> 
> Hope this helps,
> 
> Andrew Spaulding
> www.flexdaddy.info
> 
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com, Douglas Knudsen
> <[EMAIL PROTECTED]> wrote:
> > so, I have a list.  The change event calls the function below.  I want
> > a click on an item to broadcast an event, using cairngorm by the way.
> > I can't seem to get it to work.  The Alert tells me the event name is
> > coming in correctly, but nothing is happeing.  I hardcoded the event
> > to BugTrackerController.EVENT_GET_ALL_BUGS, and things work fine.  So
> > I know the approach is correct.
> >
> > 
> >   
> >   
> >> value="BugTrackerController.EVENT_GET_ALL_OPEN_BUGS" />
> >> value="BugTrackerController.EVENT_GET_ALL_BUGS" />
> >   
> >   
> > 
> >
> > change event 
> > public function getRpt( event : Object) : Void{
> >
> mx.controls.Alert.show(event.target.selectedItem.value,"choice",mx.controls.Alert.OK);
> >   EventBroadcaster.getInstance().broadcastEvent(
> > event.target.selectedItem.value));
> >   }
> >
> > --
> > Douglas Knudsen
> > http://www.cubicleman.com
> > this is my signature, like it?
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 


-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Using Value Objects & CFC's

2005-07-26 Thread Malcolm
Testify!

That sure did the trick. I have done the following

-- in the LoginDelegate.as --
var call = service.login( { loginVO : loginVO } );

-- cfc --








Thanks Allen.

Malcolm

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Allen Manning
Sent: Tuesday, 26 July 2005 7:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Malcom,

I think that's it.

Try this:

var call = service.login( { loginVO : loginVO } );
//strange looking syntax huh, but it works

You see the anon object which is naming the param.  It took us ages to
figure this one out.  

There is an article which describes this here:

http://www.flexingcfmx.com/index.cfm?mode=entry&entry=D36D5CE5-FB00-283B-A23
A89CB46949A4D

Hope this helps,
Allen
www.prismix.com/



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Malcolm
Sent: 25 July 2005 22:52
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Hi Allen,

I am using the Cairngorm framework and calling the CFC inside my
LoginDelegate (via a service)

 Part of LoginDelegate.as 

public function login( loginVO : LoginVO ): Void
{
// call login service, pass loginVO 
var call = service.login( loginVO );

call.resultHandler = Delegate.create(responder, responder.onResult);
call.faultHandler = Delegate.create(responder, responder.onFault);
}

Is this my problem?

var call = service.login( loginVO );

- This is my LoginService CFC 













It would be awesome if I could get this working, right now I am resorting to
building toArray() functions in my Flex value objects and calling my CFC
like this:

var call = service.login( loginVO.toArray() );

Muchos gracias,
Malcolm

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Allen Manning
Sent: Tuesday, 26 July 2005 3:11 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Malcolm,

We are doing this very thing and it is working well for us.  

We use CFCs as our VOs and it allows us to type them in and out of CFC
method calls.

Can you post how the CFC is being called by Flex?  You need to use an anon
object with a named param, so this might be the problem.  

Allen
http://www.prismix.com/




-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Malcolm
Sent: 24 July 2005 11:31
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

For the record, I did end up trying Approach 1. Doesn't work, exactly the
same error as before:

Error Type: Expression
Message: You have attempted to dereference a scalar variable of type

Unless I am missing something, I think it's fair to say when using CF as a
backend for Flex applications you can not pass your own data types.

m

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Malcolm
Sent: Sunday, 24 July 2005 3:56 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Using Value Objects & CFC's

Ok think I am going to have to admit defeat here, I have now tried the
following...I have created a cfc version of the Login Value Object.

 LoginVO.cfc 


   
   


- CFC 













I still get the same error as before...

Error Type: Expression
Message: You have attempted to dereference a scalar variable of type

I assume this is because I am passing in a Flex/Java object of the type
'LoginVO' and this is just not the same as a ColdFusion object of the type
'LoginVO' (as defined in LoginVO.cfc).

I really don't want to give up using value objects on the Flex side, as I
may one day move the backend of the application from cf to java.

I think I am going to have to give up on trying to define a cf version of my
value object and take one of the following approaches:

1. Create a Java Value Object in ColdFusion using the CreateObject function
in cf. Assign the Flex Value Object Data to the Java Value Object (created
via ColdFusion). Then access the values of cf/java object. I have no idea if
this will actually work! May just end up with the same error again :{

2. In my Flex value object have a "function toArray()" call that and then
pass to my cfc remote object. Yes would require going around every remote
service call sometime in the future when I go to java and removing such
calls.

Hmmm, re-reading my email, approach 1 really is madness, even if it did
work, it's a lot of work for the sake of being able to pass a flex/java
value object to a cfc (I am still going to have to pull the sucker to pieces
inside cf anyway), so I am 

RE: [flexcoders] Passing binding data to a custom combobox

2005-07-26 Thread Matt Chotin










Within the setter for statePassedIn you
should call setInitialItem again.  I’m guessing that all the other code
is executing too early for you.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kim Reddington
Sent: Tuesday, July 26, 2005 4:26
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Passing
binding data to a custom combobox



 



I have a statePicker component that I created.  If I
try to pass a value to the statePicker, then the comboBox will display the
proper label for the data I passed in.  For example,





 





this line of code will display Massachusetts in the comboBox.











 





What I really need to do is bind the data to the variable,
statePassedIn.  I have successfully bound data to a custom component
before with no trouble, but for some reason cannot figure out how to get the
data to pass in for the the comboBox.  statePassedIn shows up empty in the
statePicker component.  For example,





 





here is a snippet of what I am trying to do, that won't
work.





 





var test:String;





function onInit()
{    //I have determined that this ftn
is indeed running properly





    test = "MA";





}





...











...





 





 





<>











 





http://www.macromedia.com/2003/mxml"
xmlns="*">





 





    





 





    
    
    





 





   
   
change="this.selectedItem=event.target.selectedItem" 
  initialize="setInitialItem()"/>




Please
help,

Kim

 

_
Kim Reddington
Principal Consultant/Developer
Deluxe Technologies
http://www.deluxetechnologies.com
508-231-8744
  



 











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] sound problem: onSoundComplete

2005-07-26 Thread Matt Chotin










snd. function()

{

  //same body here

});

 

You’re having scoping problems.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Fitzpatrick
Sent: Tuesday, July 26, 2005 2:30
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] sound
problem: onSoundComplete



 

Trying to get onSoundComplete() to work - but it never seems to get
called.

Here's the code I'm working with:

  function
startSound(currentSound)
  {
 
  feedback.text += currentSound+" playing
now";
 
  glow.alpha = 100;
   
  var snd:Sound = new Sound();
   
  snd.attachSound(currentSound);
 
  snd.>
 
  {
 
    glow.alpha = 0;
 
    feedback.text +=
" stopping now";
 
  }
   
  snd.start();
  }

The "currentSound" parameter is the name
of an mp3. The startSound function 
is called as the change event from a comboBox used
to select the sound to 
be played. The sound gets played just fine, but
the onSoundComplete 
function never executes.

The "feedback.text" mechanism is a trace
- and the text "stopping now" 
never gets called.

The "glow" object is an imported .swf
whose alpha is supposed to change 
when the sound is complete.

- Tom












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Custom Error Page

2005-07-26 Thread Matt Chotin










Maybe you have a bad WAR?  The custom
error page is used to deliver the nice looking error pages.  Seems like it isn’t
finding it which might mean that the flex jars aren’t loading up?  I don’t
know of more off-hand.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greenfishinwater
Sent: Tuesday, July 26, 2005 8:24
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Custom Error
Page



 

I have only just got back to
Flex development after a few months away.

For my Flkex development server I am getting the
message "warning
Custom error page /flex-error could not be loaded.

Maybe Ive had this message for a long time but I
only just noticed it.
What does it mean and how can I fix it.

Thank you

Andrew











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan
Either one can read the mind or the mail :-)
No point in asking to read somebody else's reply!
/"have you tried Matt's recommendation i.e. use the styleName property?"/

Anyways, dont worry! You dont get negative scores on this forum. 
Everybody wins. :-)
Thanks for taking the time.

bhaq1972 wrote:

> Hi Sree
>
> >Now back to the question, if I want to assign corner-radius to only
> ONE tabNavigator, how do I do it!
>
> I'm glad you found your answer. I'm no mind reader, my answer was
> based on what you asked.
>
> What you actually wanted to know was how do to assign the corner-
> radius for the tabBar in tabNavigator.
> The  is a container made of a tabbar and a viewstack
> (i would guess)
>
> regards
> bod
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
> 
> YAHOO! GROUPS LINKS
>
> *  Visit your group "flexcoders
>   " on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   
>
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>   Service .
>
>
> 
>




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/