Re: [flexcoders] Enjoyed this article on Flex 2 (Cynergy Systems)

2006-06-25 Thread Jignesh Dodiya



thanx Judah, for giving useful like, i too like to get links for part-2 On 6/25/06, judah <[EMAIL PROTECTED]
> wrote:








  







I really
enjoyed this article and where it was going.
http://www.adobe.com/devnet/flex/articles/frontback_pt1.html

What is the status on part two? Or did I miss the link?

Judah

-- "Always bear in mind that your own resolution to succeed is more important than any one thing.""You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 
- Abraham Lincoln



  













-- Regards, Jignesh Dodiya

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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 1.5 Label class, need background

2006-06-25 Thread leo4beer
Thanks Gordon, I'll try that.

--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> Sorry, I see that you said Flex 1.5. You would override draw()
instead in your custom component, and the drawing methods like
beginFill() and drawRect() are on the Label itself rather than on the
Label's Graphics object. It should look something like this
> 
> LabelWithBackground.mxml:
> 
> 
> 
> 
> public function draw():Void
> {
> super.draw();
> 
> clear();
> beginFill(0x00);
> drawRect(0, 0, width, height);
> endFill();
> }
> 
> 
> 
> 
> although I've probably messed something up because I've been working
with Flex 2 for the last 18 months and have forgotten most of what I
knew about Flex 1.5.
> 
> - Gordon
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Gordon Smith
> Sent: Thursday, June 22, 2006 11:33 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Flex 1.5 Label class, need background
> 
> The background of the standard Label is always transparent, but it
is easy to override this behavior by overriding the
updateDisplayList() method. Do you know how to do programmatic drawing
with the Graphics class?
>  
> - Gordon
>  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of leo4beer
> Sent: Thursday, June 22, 2006 3:24 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex 1.5 Label class, need background
>  
> Is it possible to set a background for a Label class? Is there an
> alternative to these classes? It seems like the Labels I'm using have
> a transparent background.
> 
> thanks.
> 
> Label class:
> http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/Label.html
>






 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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] Chart VerticlaAxis Maximum

2006-06-25 Thread ruddyvanduynslager
Hi,

I would change the maximum vertical axis value in actionScript.
I've tried this: 

myChart.verticalAxis.maximum = ...

but that doesn't works.

It seem that the properties 'maximum' cannot be accessible via 
myChart.verticalAxis.

Some ideas ?


Thanks










 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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: Shouldn't we use Flex to built website

2006-06-25 Thread Michael Schmalle



> those who decide to use Flex to do website designs rank right with
those who did all that other crap in the early days of flash with
bouncing balls and forced site intros and such.

I have no opinion on this subject whatsoever but..

Would like to point out that this comment is ridiculous. There have
been many successful flash websites(In the right context for the right
target audience), this is just plain ignorance. I guess you were one of
those bouncing ball guys right?

BTW, a statement with such force doesn't require a reply but I HAD TO :)

Peace, MikeOn 6/25/06, Jignesh Dodiya <[EMAIL PROTECTED]> wrote:









  



thanx all for reply and wish many other give their ideas on thisRegards, Jignesh Dodiya

  













-- What goes up, does come down.

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] spinning widget with remoteObject

2006-06-25 Thread hank williams



I want to put up an area on the screen that spins when a remoteObject is getting its data. I dont mean a spinning cursor but an actual area on the screen. I have seen this many times before, and the idea is to tell the user that a particular area of the screen is waiting for remote data.
Also, I am particularly curious about the artwork for this purpose which so many people seem to use. Its sort of a spinning circle and I believe it has an arrow in it. As you move around the circle the gradient of the circle diminishes. I am wondering if this widget is in flex or if people just copy it.
Hopefully from my megar description, someone actually knows what I am talking about.Hank

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] spinning widget with remoteObject

2006-06-25 Thread Weyert de Boer
Hi Hank,

You can just use a transparent image (i.e. 24bit PNG file) and just 
rotate this picture/movieclip until you are done loading.
This how I do it... :-)

Yours,
Weyert de Boer


 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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] spinning widget with remoteObject

2006-06-25 Thread hank williams



Yeah, I know that I can just do it manually. I was just wondering if there was some built in thing that takes an event and does all the right stuff (like it does with spinning the cursor).I was also suspicious since so many people use the same artwork, which is only used in flash. So I thought there might be some built in way to do it.
ThanksHankOn 6/25/06, Weyert de Boer <[EMAIL PROTECTED]> wrote:
Hi Hank,You can just use a transparent image (i.e. 24bit PNG file) and justrotate this picture/movieclip until you are done loading.This how I do it... :-)Yours,Weyert de Boer Yahoo! Groups Sponsor ~-->
Check out the new improvements in Yahoo! Groups email.http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM~->
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] spinning widget with remoteObject

2006-06-25 Thread Weyert de Boer
Aha, okay! Well, maybe someone else knows... :)

Cheers!
Weyert


 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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] Enjoyed this article on Flex 2 (Cynergy Systems)

2006-06-25 Thread Jignesh Dodiya



Its just a great tutorial.waiting for part-2 and part-3On 6/25/06, Carson Hager <[EMAIL PROTECTED]
> wrote:








  






Writing it right now. :)  We've been pretty slammed 
the last few months and haven't had time to continue with the series but 
we're very focused now on getting the rest of it written and 
published.
 
Glad you enjoyed it.  Thanks for the 
feedback.
 
 
Carson
   
Carson Hager Cynergy Systems, Inc. 
http://www.cynergysystems.com 
  Email:  
[EMAIL PROTECTED] 
Office:  866-CYNERGY Mobile: 1.703.489.6466 
  
 


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of judahSent: 
Saturday, June 24, 2006 4:06 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Enjoyed this article 
on Flex 2 (Cynergy Systems)


I really enjoyed this 
article and where it was going. http://www.adobe.com/devnet/flex/articles/frontback_pt1.html
What 
is the status on part two? Or did I miss the 
link?Judah-- "Always bear in mind that your own resolution to succeed is more important than any one thing.""You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 
- Abraham Lincoln


  













-- Regards, Jignesh Dodiya

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] use of Number instead of int & unit datatype????

2006-06-25 Thread Jignesh Dodiya



i think no body interested..lolOn 6/20/06, Jignesh M. Dodiya <[EMAIL PROTECTED]> wrote:









  



Few days back, Sho Kuwamoto from Adobe have written in his post that 
Number datatype is fast than using newly introduced int and uint 
datyatype for as-3

and some given the confirmation also regarding that

just want to confirm this that its really like that then why int and 
uint introduced in AS-3 if older Number datatype is faster

really confusing what to use

test results qwith codes highly appreacated

links

http://kuwamoto.org/2006/06/15/avoid-ints-in-actionscript/#more-81


http://www.gskinner.com/blog/archives/2006/06/types_in_as3_in.html  -

-- dont forget to check out the last comment here .its test result 
with code

regards, 

Jignesh Dodiya


  













-- Regards, Jignesh Dodiya

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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: Shouldn't we use Flex to built website

2006-06-25 Thread Tim Hoff
Bouncing balls and skip intros; yes, there's plenty of that out 
there.  But, there's also a ton of goofy html sites as well.  Flex, 
similar to its sibling Flash, is just a tool.  It's like 
saying, "Don't use a screwdriver to open a can."  You can certainly 
do it, but that's not the best use of a screwdriver.  Flex is 
designed to easily create RIAs.  They didn't say. "Don't build 
websites that uses the Flash player."  Otherwise, Flash created 
websites would also fall into this category.  If you want to build a 
website with Flex, knock yourself out. I am, but in my case the 
application is the website.  And, it's targeted to an easily managed 
customer base.  For those that worry that this kind of thing will 
give Flex a bad name, don't.  The developer gets the bad name, not 
the tool.

-TH

--- In flexcoders@yahoogroups.com, "Michael Schmalle" 
<[EMAIL PROTECTED]> wrote:
>
> > those who decide to use Flex to do website designs rank right 
with those
> who did all that other crap in the early days of flash with 
bouncing balls
> and forced site intros and such.
> 
> I have no opinion on this subject whatsoever but..
> 
> Would like to point out that this comment is ridiculous. There 
have been
> many successful flash websites(In the right context for the right 
target
> audience), this is just plain ignorance. I guess you were one of 
those
> bouncing ball guys right?
> 
> BTW, a statement with such force doesn't require a reply but I HAD 
TO :)
> 
> Peace, Mike
> 
> On 6/25/06, Jignesh Dodiya <[EMAIL PROTECTED]> wrote:
> >
> >   thanx all for reply and wish many other give their ideas on 
this
> >
> >
> > Regards,
> >
> > Jignesh Dodiya
> >  
> >
> 
> 
> 
> -- 
> What goes up, does come down.
>







 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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: Site of Flex components?

2006-06-25 Thread Luís Gustavo Sanabio



thanks Tim!
2006/6/25, Tim Hoff <[EMAIL PROTECTED]>:



Hi Luis,
I recommend CFlex.  It's a great resource site for article, tips, jobs, etc...  You could add and get free Flex components from the code library.  
http://www.cflex.net/ 
There a lot of other site that also offer this kind of thing.  I imagine that once Flex2 gets going, Adobe might have something similar to the Flash exchange for Flex.  There you could get free, share and pay components.  Until then, keep browsing.

-TH
--- In flexcoders@yahoogroups.com, "Luís Gustavo Sanabio" <[EMAIL PROTECTED]> wrote:
>> Who knows a good site for sharing Flex Components? (Free or Share> components)> I think that is important to this new comunity.>

 

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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: spinning widget with remoteObject

2006-06-25 Thread Tim Hoff
Hi Hank,

There isn't a built-in way to do this in Flex.  But you could easily 
create a Flash swf that emulates this, and use it in your Flex 
application; either with a popup or through states.

-TH



Yeah, I know that I can just do it manually. I was just wondering if 
there was some built in thing that takes an event and does all the 
right stuff (like it does with spinning the cursor).

I was also suspicious since so many people use the same artwork, 
which is only used in flash. So I thought there might be some built 
in way to do it. 

Thanks
Hank


On 6/25/06, Weyert de Boer <[EMAIL PROTECTED]> wrote:
Hi Hank,

You can just use a transparent image (i.e. 24bit PNG file) and just
rotate this picture/movieclip until you are done loading.
This how I do it... :-)

Yours,
Weyert de Boer


I want to put up an area on the screen that spins when a 
remoteObject is getting its data. I dont mean a spinning cursor but 
an actual area on the screen. I have seen this many times before, 
and the idea is to tell the user that a particular area of the 
screen is waiting for remote data. 

Also, I am particularly curious about the artwork for this purpose 
which so many people seem to use. Its sort of a spinning circle and 
I believe it has an arrow in it. As you move around the circle the 
gradient of the circle diminishes. I am wondering if this widget is 
in flex or if people just copy it. 

Hopefully from my megar description, someone actually knows what I 
am talking about.

Hank

 Yahoo! Groups Sponsor ~-
-> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM

~-> 

--
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












 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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: Shouldn't we use Flex to built website

2006-06-25 Thread Ralf Bokelberg
I'm not afraid of bouncing balls. Flex is about user experience.
That's why bouncing and a lot more of the old flash stuff is/was
important. Flex seems like the professional manifestation of what has
been discovered experimentally over years. The last years where a
little bit quiet in this regard, with people moving on to other
environments like processing.
My hope is though, that the new possibilities and increased
performance bring back some of the excitement. Thomas' 3D framework
Sandy ( http://osflash.org/sandy ) is a nice example of this. 3D
doesn't need to be like your average 50 mio dollar game. Give people
an easily accessible scenery, some lights and a camera, and we'll see
very new and refreshing ideas for nice userinterfaces.

Cheers,
Ralf.



On 6/25/06, Tim Hoff <[EMAIL PROTECTED]> wrote:
> Bouncing balls and skip intros; yes, there's plenty of that out
> there.  But, there's also a ton of goofy html sites as well.  Flex,
> similar to its sibling Flash, is just a tool.  It's like
> saying, "Don't use a screwdriver to open a can."  You can certainly
> do it, but that's not the best use of a screwdriver.  Flex is
> designed to easily create RIAs.  They didn't say. "Don't build
> websites that uses the Flash player."  Otherwise, Flash created
> websites would also fall into this category.  If you want to build a
> website with Flex, knock yourself out. I am, but in my case the
> application is the website.  And, it's targeted to an easily managed
> customer base.  For those that worry that this kind of thing will
> give Flex a bad name, don't.  The developer gets the bad name, not
> the tool.
>
> -TH
>
> --- In flexcoders@yahoogroups.com, "Michael Schmalle"
> <[EMAIL PROTECTED]> wrote:
> >
> > > those who decide to use Flex to do website designs rank right
> with those
> > who did all that other crap in the early days of flash with
> bouncing balls
> > and forced site intros and such.
> >
> > I have no opinion on this subject whatsoever but..
> >
> > Would like to point out that this comment is ridiculous. There
> have been
> > many successful flash websites(In the right context for the right
> target
> > audience), this is just plain ignorance. I guess you were one of
> those
> > bouncing ball guys right?
> >
> > BTW, a statement with such force doesn't require a reply but I HAD
> TO :)
> >
> > Peace, Mike
> >
> > On 6/25/06, Jignesh Dodiya <[EMAIL PROTECTED]> wrote:
> > >
> > >   thanx all for reply and wish many other give their ideas on
> this
> > >
> > >
> > > Regards,
> > >
> > > Jignesh Dodiya
> > >
> > >
> >
> >
> >
> > --
> > What goes up, does come down.
> >
>
>
>
>
>
>
>
>
> --
> 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
>
>
>
>
>
>
>
>


 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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] Interface IManaged was not found

2006-06-25 Thread silpa s
Hi All, I'm new to flex. i'm trying to do a sample
application listed at 
http://java.sys-con.com/read/210991_1.htm

I don't know Why i'm getting following ERROR? 

Interface IManaged was not found. StockQuoteDTO.as

I'm using Eclipse 
package com.theriabook.jms.dto
{
[Managed]

[RemoteClass(alias="com.theriabook.jms.dto.StockQuoteDTO")]
public dynamic class StockQuoteDTO
{
public var symbol:String;
public var last:Number
}
}


-silpa


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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] Chart VerticlaAxis Maximum

2006-06-25 Thread Brendan Meutzner



Not sure about setting the property via Actionscript (haven't tried myself), but why not bind your value in MXML to a variable, and then change the value of the variable... I know this will work...
private function someFunc():void{    maxValue = XX;}On 6/25/06, ruddyvanduynslager
 <[EMAIL PROTECTED]> wrote:








  



Hi,

I would change the maximum vertical axis value in actionScript.
I've tried this: 

myChart.verticalAxis.maximum = ...

but that doesn't works.

It seem that the properties 'maximum' cannot be accessible via 
myChart.verticalAxis.

Some ideas ?

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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Interface IManaged was not found

2006-06-25 Thread Anatole Tartakovsky





Silpa,
Please remove [Managed] from the class definition - 
the problem should go away. Alternatively, you can add fds.swc to your 
library search path.
 
Thank you,
Anatole Tartakovsky
 
 
 

  - Original Message - 
  From: 
  silpa s 
  
  To: flexcoders@yahoogroups.com 
  Sent: Sunday, June 25, 2006 9:45 PM
  Subject: [flexcoders] Interface IManaged 
  was not found
  
  
  Hi All, I'm new to flex. i'm trying to do a sampleapplication listed at 
  http://java.sys-con.com/read/210991_1.htmI 
  don't know Why i'm getting following ERROR? Interface IManaged was not 
  found. StockQuoteDTO.asI'm using Eclipse package 
  com.theriabook.jms.dto{[Managed][RemoteClass(alias="com.theriabook.jms.dto.StockQuoteDTO")]public 
  dynamic class StockQuoteDTO{public var symbol:String;public var 
  last:Number}}-silpa__Do 
  You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] please help me

2006-06-25 Thread ahmed emara



Hi all .     i'm very new in flex i want some free pdf to begin with.please provide me with some link to download from .    thank you for your time 
		Yahoo! Sports Fantasy Football ’06 - Go with the leader. 
Start your league today! 
__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] Changing Components Registration Point Flex 2.0

2006-06-25 Thread Omar Ramos



Hi guys,Is there a way to change the registration point of a image component? I want to be able to rotate the image from the center point but can not be done unless I change the Image component registration point to the center. Is there a way to do this in flex 2? Thanks
Omar Ramos

__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  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] please help me

2006-06-25 Thread Kelly Birr
[Getting Started with Flex 2]
http://download.macromedia.com/pub/documentation/en/flex/2/getting_started_w
ith_flex2.pdf
 
[Programming Action Script 3]
http://www.macromedia.com/go/programmingAS3_pdf
 
There are apparently a few Flex 2.0 books coming out this summer.

- Kelly 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ahmed emara
Sent: Sunday, June 25, 2006 1:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] please help me



Hi all .
   i'm very new in flex i want some free pdf to begin with.please
provide me with some link to download from .
 
thank you for your time



 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/