Re: [flexcoders] GLOBAL functions?

2006-11-25 Thread Jignesh Dodiya

use mx.control.Application.application to access the variable.

No globals are there in AS-3

jignesh dodiya


On 11/25/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote:


   Hello,





I've got some functions and variables in my main MXML file that I need to
access from other MXMLs in the project.  For  some reason, I can't seem to
figure out how to do this.  I've (obviously) checked the documentation
looking for a 'global' keyword, or for an  'extern' keyword or for some
other way to do this.



I'm sure I'm missing something obvious.  Could someone point me in the
right direction?



Thanks in advance,



Steve







Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]









--
Regards,

Jignesh Dodiya


Re: [flexcoders] Re: OK, seriously. Why can't I make a global var?

2006-11-16 Thread Jignesh Dodiya

Thank you very much to all the people who take time to reply for this post

I was heavily stucked with the same problem and can not access main mxml
variable from the class
I was missing heavily _root and _global facilities in as-2

But the kind advice of using *mx.core.Application.application * ==
*_root*helped me to solve my problem

I want to say thank you for that



regards,

Jignesh Dodiya

+91 99 7 99 56565
www.jigneshdodiya.com


On 11/14/06, Gordon Smith [EMAIL PROTECTED] wrote:


You can use mx.core.Application.application.myVar = hooray!;

 It would not appear that you can actually instantiate a variable with
Karl's mx.core.etc... convention. Am I wrong?



It sounds like you're trying to set myVar without declaring it in the
mx:Script of the mx:Application. In AS3, most classes (such as
Application and your application subclass) are declared as non-dynamic,
which means that you can only access variables on them if they have been
declared at compile time.



 I'm truly baffled as to why this completely fundamental aspect of
actionscript has been so utterly scrapped in AS3.



If you're referring to having non-dynamic classes and using them
extensively in the Flash and Flex frameworks, this was done for performance
reasons. It's one of the biggest reasons why AS3 is often 10x faster than
AS2. If a variable is defined at compile time, then it can be accessed
quickly by its offset (say, 12 bytes) within the instance, rather than
slowly by name lookup.



- Gordon


 --

*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Paul Carpenter
*Sent:* Saturday, November 11, 2006 8:27 AM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] Re: OK, seriously. Why can't I make a global var?



It would not appear that you can actually instantiate a variable with
Karl's mx.core.etc... convention. Am I wrong?



Also, my variable is not actually coming from the Application.applicationlevel, 
as it's being gathered by a custom component at a child level. I've
tried all the variations on how to reference directly into that component to
grab the variable (i.e. Application.application.smtpWindow.email) but
nothing works. Going from inside a component to the Application level is
fine, but going the other way doesn't seem to work for me.



I'm truly baffled as to why this completely fundamental aspect of
actionscript has been so utterly scrapped in AS3. It's also kind of scary
that no one has popped in with the Duh, it's obvious! Do this



Hmm.







 pedantryThis is not technically a global variable. It is simply an

instance var of the Application object./pedantry.



- Gordon







Subject: RE: [flexcoders] OK, seriously. Why can't I make a global var?



You can use mx.core.Application.application.myVar = hooray!; if you

really want to access a global variable like that.



|



Karl Johnson



Cynergy Systems







After years (and years and years) of programming Flash, I'm used to

being able to simply say:



_root.myVar = hooray!



and being able to see that variable anywhere.



Why in God's green earth can't I do the same in Flex? I have a custom

login component which

is currently a child of the base app, sitting in a view state. All I

want to do is grab one of the

returned values that the login gets (emailaddress) and let other

sections of my program see

that.



I cannot for the life of me figure this out. I see stuff about making

static members of classes,

referencing parentApplication etc.



I am in no way a newbie to interactive development, and this is just

insane. Within my first

two days of using Flex I figured out how to create a complete

login/registration system that

talks to a DB, and figured out how to use the socket class to directly

talk to my mail server

and format a proper SMTP message, but I can't do this.



Clear guidance would be appreciated before i pitch my G5 out the window.







--
Regards,

Jignesh Dodiya


Re: [flexcoders] Re: Shouldn't we use Flex to built website

2006-07-02 Thread Jignesh Dodiya



Flash has the main Benefit against flex is that Authoring tool for the graphics work

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








   



  




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

2006-06-28 Thread Jignesh Dodiya



Thank Jennifer, I like ur way of thinking 

how do you draw the line between a website and a web application?

Jignesh Dodiya
On 6/28/06, Jennifer Larkin [EMAIL PROTECTED] wrote:







On 6/24/06, Jignesh M. Dodiya [EMAIL PROTECTED] wrote: Read somewhere that flex should be used for web application and
 shouldn't be used for building a website I am not agree with this. How many agreee?
There are a couple of assumption problems with the question. First,how do you draw the line between a website and a web application?Technically, webapps ARE websites, but not all websites are webapps.
Who's to say that a blog is a website and not a webapp or vice veras?There are a wide range of potential website features. If someone canshow me a hard line between an web application and a web-based
dynamically-driven non-application, I'd be interested to see it.It also depends on the subject matter of the site. If your personalsite is all about what a fabulous a Flex developer you are, should you
avoid using Flex in the site because it's not a web application? No,that would be ridiculous. Everyone would assume that if you are a Flexdeveloper that your website reflects your skills and if you aren't
using Flex, they will wonder why you don't use your self-proclaimedskills in your own site. In this case, regardless of the requiredfeatures of the site, Flex is appropriate-- based on subject matteralone.
The point is, whether or not any given development platform isappropriate for a site depends on the nature of the site-- the scaleof the site, the required features, the design requirements, thesubject matter, even the background of the expected development team.
What you have here is a hard and fast rule that's based on subjectivecriteria that actually don't have any bearing on the subject. Itsounds like it was made of by someone who is trying to sound smart by
quoting CTO magazine rather than made by someone who develops qualityweb sites for a living.-- Then you'll learn, Intern. You will learn. How to Make a MonsterNow blogging
http://www.blivit.org/blog/index.cfmhttp://www.blivit.org/mr_urc/index.cfm
 -- 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] Re: Go!

2006-06-28 Thread Jignesh Dodiya



Enjoyee
On 6/29/06, Tim Hoff [EMAIL PROTECTED] wrote:






Looks like I'm a little late to the party. But, I'd like to add my thanks and love as well. Thanks to the entire Adobe team for your, above and beyond, support throughout the beta phase of Flex. Here we go!
-TH
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:
 Well we tried for 12am EDT but it took a while for the store to come online.  We're up (may take another few minutes for all the propagation to our servers).  We love you all :-)


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



  






__,_._,___



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



  






__,_._,___



Re: [flexcoders] Re: Shouldn't we use Flex to built website

2006-06-24 Thread Jignesh Dodiya



thanx all for reply and wish many other give their ideas on thisRegards, 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] MenuBar

2006-06-08 Thread Jignesh Dodiya



yeah, i did some before

you need to do is to embed icons to the menubar


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] Re: Programmatic skinning example - buttons, buttonbar, panel, etc

2006-05-24 Thread Jignesh Dodiya



Hi, Grae, its working now.

I don't know whats the problem but it works only when i uninstall  then re-install FP9

I used IE-6  firefox, working fine

On 5/23/06, grae_hall [EMAIL PROTECTED] wrote:


Hey hey,I've never actually published any of Flex apps to the web before, so it's entirely possible I made some sort of retarded mistake.I've got a lot of embeded SWF files in there - for fonts, and 
graphics, which work for me, but maybe it's because it's using my local permissions and not reading it fully independently off the web.It's in Beta 3.0, so, it uses the Flash 9.0 beta - what problems are 
you coming up with exactly? I'd really like to ensure it actually works for everyone, otherwise there wasn't much point working on it and publishing it.Which version of Flash player are you using, and what sort of 
browser? I've only tested it in IE - so I don't know if it loads in FireFox etc.Let me know - it's important to me that it works.Regards,Grae--- In 
flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] 
wrote: can't see anything in the given link Grae... 
 On 5/21/06, Tim Hoff [EMAIL PROTECTED] wrote:   That's what I'm talkng about Grae - exchange. :)-TH
--- In flexcoders@yahoogroups.com, grae_hall grae@ wrote:
 http://grae.halltech.com.au/xmxSkins/ It's an example with source of how to skin buttons with your own
   styles programmatically - it's a snippet from an RIA I've been   working on. It's pretty rough, and I've only got a few months of flex  experience,
   so there may be all sorts of mistakes and dodgyness in the code,  but   it works. I'm a designer, not a programmer, that's my excuse. Well, aside from a small sizing issue with the mouseover on the
   buttonBar with the icon... but it's late so it can get fixed some   other time. Once I got the hang of it, it turned out to be way, way, way  quicker
   and easier than trying to fight with Flex's default components and   stylesheeting - let alone muttering about the discrepencies  between   the code Flex Style Explorer generates for you, and how that 
code   actually looks. I might update this, I don't know, hopefully it's useful to  someone   on the interweb - it's the sort of real example I wish had 
been   around when I first started a few months ago.  --  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 developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=C
omputer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ Computer  software development
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2
=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw Software  design and development
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+development
w2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ Macromedia  flex
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+soft
ware+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw Software  development best practice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developme
ntw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw  --

  YAHOO! GROUPS LINKS- Visit your 
group flexcodershttp://groups.yahoo.com/group/flexcoders
  on the web.   - To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]flexcoders-
[EMAIL PROTECTED]   - Your use of Yahoo! Groups is subject to the Yahoo! Terms of  Service 
http://docs.yahoo.com/info/terms/.-- --  Regards,  Jignesh Dodiya

--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- Regards, Jignesh Dodiya 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group

Re: [flexcoders] Re: Programmatic skinning example - buttons, buttonbar, panel, etc

2006-05-20 Thread Jignesh Dodiya



can't see anything in the given link Grae...
On 5/21/06, Tim Hoff [EMAIL PROTECTED] wrote:


That's what I'm talkng about Grae - exchange. :)
-TH
--- In flexcoders@yahoogroups.com, grae_hall [EMAIL PROTECTED] wrote:
 http://grae.halltech.com.au/xmxSkins/  It's an example with source of how to skin buttons with your own 
 styles programmatically - it's a snippet from an RIA I've been  working on.  It's pretty rough, and I've only got a few months of flex experience,  so there may be all sorts of mistakes and dodgyness in the code, 
but  it works. I'm a designer, not a programmer, that's my excuse.  Well, aside from a small sizing issue with the mouseover on the  buttonBar with the icon... but it's late so it can get fixed some 
 other time.  Once I got the hang of it, it turned out to be way, way, way quicker  and easier than trying to fight with Flex's default components and  stylesheeting - let alone muttering about the discrepencies 
between  the code Flex Style Explorer generates for you, and how that code  actually looks.  I might update this, I don't know, hopefully it's useful to someone  on the interweb - it's the sort of real example I wish had been 
 around when I first started a few months ago.--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- 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] Flex2 :: future components :: For a short read

2006-05-12 Thread Jignesh Dodiya



It confusing me UIAF??? can u tell more about??



On 5/12/06, Michael Schmalle [EMAIL PROTECTED] wrote:


Hi,Well now that I am just out of afterburnner mode and the weekend is upon me; I would like to post a url for those interested in a quick Friday morning read.
http://www.flex2components.com/f2cblog/2006/05/12/flex2-frameworks/Some of you application developers, component devs also, might want to just check this out. Make sure you click on the two image links. Didn't have time to put up thumbnails. Thoses images are one little peice of what I am making.
Let me know if you have thoughts...Peace, Mike-- What goes up, does come down. --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Flex2 :: future components :: For a short read

2006-05-12 Thread Jignesh Dodiya



really not getting ur Intensionlol
On 5/13/06, Michael Schmalle [EMAIL PROTECTED] wrote:


Just a joke man,User Interface Application Framework.Just a joke ;-)Peace, Mike

On 5/12/06, Jignesh Dodiya [EMAIL PROTECTED]
 wrote: 



It confusing me UIAF??? can u tell more about??




On 5/12/06, Michael Schmalle  [EMAIL PROTECTED]
 wrote: 




Hi,Well now that I am just out of afterburnner mode and the weekend is upon me; I would like to post a url for those interested in a quick Friday morning read.
http://www.flex2components.com/f2cblog/2006/05/12/flex2-frameworks/Some of you application developers, component devs also, might want to just check this out. Make sure you click on the two image links. Didn't have time to put up thumbnails. Thoses images are one little peice of what I am making. 
Let me know if you have thoughts...Peace, Mike-- What goes up, does come down. 
--Flexcoders Mailing ListFAQ: 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. 



-- Regards, Jignesh Dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- What goes up, does come down. --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. 




-- 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] Flex2 :: future components :: For a short read

2006-05-12 Thread Jignesh Dodiya



so NO UIAF is the joke, but UIAF can be posible right.lol
On 5/13/06, Michael Schmalle [EMAIL PROTECTED] wrote:


Well, It's getting lost in the English translation then. See UIAF is an acronym in English, that stands for User Interface Application Framework.The joke is... I made it up! Or at least 'I' think I made it up. ;-)
So the joke is, there is NO UIAF ;-)Get it?
Peace, Mike
On 5/12/06, Jignesh Dodiya [EMAIL PROTECTED]
 wrote: 


really not getting ur Intensionlol

On 5/13/06, Michael Schmalle  [EMAIL PROTECTED]
 wrote: 




Just a joke man,User Interface Application Framework.Just a joke ;-)Peace, Mike

On 5/12/06, Jignesh Dodiya [EMAIL PROTECTED]
  wrote: 



It confusing me UIAF??? can u tell more about??




On 5/12/06, Michael Schmalle  [EMAIL PROTECTED] 
 wrote: 




Hi,Well now that I am just out of afterburnner mode and the weekend is upon me; I would like to post a url for those interested in a quick Friday morning read.
http://www.flex2components.com/f2cblog/2006/05/12/flex2-frameworks/Some of you application developers, component devs also, might want to just check this out. Make sure you click on the two image links. Didn't have time to put up thumbnails. Thoses images are one little peice of what I am making. 
Let me know if you have thoughts...Peace, Mike-- What goes up, does come down. 
--Flexcoders Mailing ListFAQ: 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. 



-- Regards, Jignesh Dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- What goes up, does come down. --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. 






-- Regards, Jignesh Dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- What goes up, does come down. --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




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





  




  
  
  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] Stop emails

2006-04-06 Thread Jignesh Dodiya



Better u just change the option for recieving the mail to digest.. u will get a single mail daily with whole day's discussion..


or 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]

On 4/7/06, Jennifer Larkin [EMAIL PROTECTED] wrote:

If you follow the link to the Yahoo group at the bottom you should beable to change your subscription options.
On 4/6/06, Fernando Martel [EMAIL PROTECTED] wrote:
 How do I stop getting email?...Getting more than i thought i would, so i would just rather check the forum myself instead of getting emails.. -- 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--Now blogging
http://www.blivit.org/blog/index.cfmhttp://www.blivit.org/mr_urc/index.cfm
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] ActionScript APIs

2006-04-06 Thread Jignesh Dodiya



some good links
http://flexapps.macromedia.com/fast/docs/apiAsDoc/index.html

http://livedocs.macromedia.com/labs/1/flex/langref/index.html

http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html

http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html
-- 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] Question: is there a way to hold code execution?

2006-04-06 Thread Jignesh Dodiya



better u post the example here tracy

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





  




  
  
  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] DG not triggering doubleClick event

2006-04-06 Thread Jignesh Dodiya



meanwhile u can do something to solve the problem


u can just use the mouseDown event and can do some code for event listener that if the mouseDown for 2 times in the specific time it will call as double click event.i mean to say u can set time for two click even and iftwo clicks happened in thattime interval (very small in msecond) u can use it as double click event

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] FLexB2 Embed flv into SWF

2006-04-06 Thread Jignesh Dodiya



Is there any other way to embed .flv to flex??? its important and interesting issue..

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





  




  
  
  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: ActionScript APIs

2006-04-06 Thread Jignesh Dodiya



if possible.. it wouldbe better if u post the code





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





  




  
  
  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] SOT: Flex UG for SF Bay Area?

2006-04-05 Thread Jignesh Dodiya



is this for local people only or remote person also can be the member??
On 4/5/06, Jennifer Larkin [EMAIL PROTECTED] wrote:

Someone has requested that I start a Flex User Group for the SF BayArea. How many people here are in the area and if so, do you think youwould attend? If you are not in the area and you could view our
meetings online, would you attend?It seems like SF would be the perfect place to start a Flex UG; I'mjust wondering how interested other people are.Offlist response seems appropriate.--Now blogging
http://www.blivit.org/blog/index.cfm
http://www.blivit.org/mr_urc/index.cfm--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Re: GENERAL actionscript question

2006-04-05 Thread Jignesh Dodiya



Have u imported flash.net.Responder orimport mx.rpc.remoting.RemoteObject. Not sure for CF but it generally required when u use remoting with AMF...


On 4/6/06, Alexander Tsoukias [EMAIL PROTECTED] wrote:

Hi Kelly,As always u got it right.It works fine ;-) but I am getting this error in the compile panelparameter 'event' has no type declarationand its talking about this line:
public function handleCheckEmailExists(event){I even tried it like this:public function handleCheckEmailExists(event):void{Any ideas?Thanks,Alex--- In 
flexcoders@yahoogroups.com, Kelly @ Dekayd Media Inc. 
[EMAIL PROTECTED] wrote: Unless something has changed in Flex 2 that I am not aware of, you need to define a result handler for Remote Object call and do the check in 
there.  RO Calls are asynchronous.  Something like:  public function checkEmailExists():void {  srv.checkEmail({email:userEmailInput.text}); } 
  public function handleCheckEmailExists(event){   if (event.result == 'true'){ submitSignup.enabled = true;  } else { submitSignup.enabled
 = false; } }   And in your Remote Object tag:  mx:method name=checkEmail result=handleCheckEmailExists(event) / 
-Original Message- From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com] On Behalf Of Alexander Tsoukias Sent: Tuesday, April 04, 2006 11:34 PM
 To: flexcoders@yahoogroups.com Subject: [flexcoders] GENERAL actionscript question
  Hi all, I know this is not advanced, but I have a deadline for a  FLEX app tomorrow and the client needs to see a login and signup  sample.  I have a CFC which has a method that checks if the email inputed 
 already exists in the database.  The cfc function returns TRUE or FALSE  This is the actionscipt that I have:  public function checkEmailExists():void {
 if ((srv.checkEmail({email:userEmailInput.text})) ==  true){ submitSignup.enabled = true;  } else { submitSignup.enabled = false; }
 }Is this correct? It doesn't seem to work.-- 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 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. 



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





  




  
  
  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: GENERAL actionscript question

2006-04-05 Thread Jignesh Dodiya



hi, try this. may be solved, just rewrite the sentence as follow

public function handleCheckEmailExists(event:Object):void{
On 4/6/06, Alexander Tsoukias [EMAIL PROTECTED] wrote:

Yes and I still get it. here is what I have in my code: import mx.managers.PopUpManager; import flash.net.Responder; import mx.rpc.remoting.RemoteObject
; import flash.events.Event; import mx.events.ValidationResultEvent; import Members;
public function checkEmailExists():void { srv.checkEmail({email:userEmailInput.text});}
public function handleCheckEmailExists(event):void{ if (event.result == 'TRUE'){ submitSignup.enabled = false;  } else { submitSignup.enabled
 = true; }}mx:RemoteObject id=srv destination=ColdFusion source=CFIDE.samples.palcafe.CF.MembersDAO showBusyCursor=true

mx:method name=checkEmail result=handleCheckEmailExists(event) /
/mx:RemoteObjectAgain... this works, but that message still appears in the problems panel when I compile...parameter 'event' has no type declaration.Weird huh?
!A--- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] 

wrote: Have u imported flash.net.Responder or import mx.rpc.remoting.RemoteObject. Not sure for CF but it generally required when u use remoting with 
AMF...   
 On 4/6/06, Alexander Tsoukias [EMAIL PROTECTED] wrote:   Hi Kelly,   As always u got it right.
   It works fine ;-) but I am getting this error in the compile panel  parameter 'event' has no type declaration   and its talking about this line:
  public function handleCheckEmailExists(event){   I even tried it like this:  public function handleCheckEmailExists(event):void{Any ideas?
   Thanks,  Alex  --- In 
flexcoders@yahoogroups.com, Kelly @ Dekayd Media Inc.   dekayd@ wrote: Unless something has changed in Flex 2 that I am not aware of, 
you  need to   define a result handler for Remote Object call and do the check in  there. RO Calls are asynchronous. Something like:
 public function checkEmailExists():void {   srv.checkEmail({email:userEmailInput.text});   }   public function handleCheckEmailExists(event){
   if (event.result == 'true'){   submitSignup.enabled = true;   } else {   submitSignup.enabled = false;
   }   }   And in your Remote Object tag: mx:method name=checkEmail result=handleCheckEmailExists
  (event) /   -Original Message-   From: 
flexcoders@yahoogroups.com  [mailto:flexcoders@yahoogroups.com] On   Behalf Of Alexander Tsoukias
   Sent: Tuesday, April 04, 2006 11:34 PM   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] GENERAL actionscript question Hi all, I know this is not advanced, but I have a deadline for a   FLEX app tomorrow and the client needs to see a login and 
signup   sample. I have a CFC which has a method that checks if the email inputed   already exists in the database. The cfc function returns TRUE or FALSE
 This is the actionscipt that I have: public function checkEmailExists():void {   if ((srv.checkEmail({email:userEmailInput.text
})) ==   true){   submitSignup.enabled = true;   } else {   submitSignup.enabled = false;   }
   }   Is this correct? It doesn't seem to work.
 --   Flexcoders Mailing List   FAQ:  
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt   Search Archives: 
http://www.mail-archive.com/flexcoders%
http://www.mail-archive.com/flexcoders%25
  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- Visit your 
group flexcodershttp://groups.yahoo.com/group/flexcoders

  on the web.   - To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]flexcoders-
[EMAIL PROTECTED]   - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/.--
 -- Regards,  Jignesh Dodiya
--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. 



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

Re: [flexcoders] Flash remoting Gateway url

2006-04-05 Thread Jignesh Dodiya



hi, we have faced a same problem once not with flex but with other reason, server didn't responding with xxx.yyy.zzz.aaa format, then we have fixed it by setting some server side domain assignment, may be DNS assignment with names.I am neither sure it may help u or nor this is right place for writing this here..but it was solved that way and then after we can able to connect either way



On 4/6/06, Larry Liang [EMAIL PROTECTED] wrote:

Hi,Whenever you use flash remoting, you need to specify a URL for the remoting gateway. Usually it's something like 
http://www.mydomain.com/flashservices/gateway/However if I specify my gateway as followings, it does not work. Flash reported that the gateway can not be found.
http://202.145.200.13/~username/flashservices/gatewayhttp://202.145.200.13/~username/
 maps to the root directory of the site.I was just wondering what's the correct format of gateway URL. if possible could someone explain a little bit about how the gateway url works.
oh yeah, my testing  development environment is Apache + JRUN + ColdFusion + Flash MX.Thanks a lot,Larry --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. 



-- 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] creating states with effects programatically

2006-03-29 Thread Jignesh Dodiya



ok.. i was mainly concern about the transition effect..coz in my code, states  transition effect codeding inmxml file and i justfollowed transitionFlexStore example)also works fine..but only the thing is the Transition Effect. I am not saying that it completely not work but its working behaviour is abnormal 



Regards;
jignesh
On 3/29/06, Johannes Nel [EMAIL PROTECTED] wrote:

if you mean states as declared in mxml, yes they work fine. this code ported seemlesly from beta1 to beta2 (adobe's port tool doing the trick) and te transition never worked in either.


On 3/28/06, Jignesh Dodiya [EMAIL PROTECTED]
 wrote: 


Hi, Nell, thanx for ur strict comment on some thread just earlier...

I am interested toknow , does your code worked well for Flex-2 beta-1 .???

coz i have coded one state and transition applicationthat works fine for flex-2 beta-1 but when i upgrade to flex-2 beta-2 it just stop working... Idid relevent changes accordinglyin code but still hunting for appropiate docsthat may work for flex-2 beta-2. 






On 3/29/06, Johannes Nel 
 [EMAIL PROTECTED] wrote: 



hi allI am able to create states fine programatically, even assign transitions to the view, but my transitions don't trigger when i switch from one state to another
 var stateArray:Array = (__view.states != null)?__view.states.concat(): new Array();var nState:State = new State();   nState.name = Open;   var propw:SetProperty = new SetProperty(__view,percentWidth,100);
   var proph:SetProperty = new SetProperty(__view,percentHeight,100);;nState.overrides.push(propw);   nState.overrides.push(proph);   stateArray.push(nState);
  nState = new State();   nState.name = Closed;var propw:SetProperty = new SetProperty(__view,width,__collapsedSize);   var proph:SetProperty = new SetProperty(__view,height,__collapsedSize);;
  nState.overrides.push(propw);   nState.overrides.push(proph);   stateArray.push(nState);  var nTransition:Transition = new Transition();
   //nTransition.fromState = Open;//nTransition.toState = Close;  var res:Resize = new Resize();   res.target = __view;   
res.duration = 400;  nTransition.effect = res;   __view.transitions = __view.transitions || new Array();   __view.transitions.push(nTransition);  __view.states = stateArray;
thanks in advance for any help.j-- j:pn http://www.lennel.org

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



-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- j:pn http://www.lennel.org

--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



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





  




  
  
  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] creating states with effects programatically

2006-03-29 Thread Jignesh Dodiya



Hi, 

I have strange transition problem is as follow.. written code in mxml. and not in AS-3

i have a combobox and two redio button..in my appliccation

clicking on one radio button, the panel length increases to accomodate another combobox and a send button, clicking on another redio button, it reverse back to one combobx in panel with smooth transiton with 500 msec time duraton. all arranged vertically in Panel control. 


On compiling the application, and clicking radio button one, the panel shows one combobox and clicking it just working as required in transition with smooth transition 

but while clicking another radio button (it should be reversed with smooth transition) it just reverse back in a glimpse, no transition effect seen..
again on clicking radio button one, it resizes in a glimpse woth no transition motion,,, in short, at the very first time the transition works but then after no transition effect at all.
regards, 

Jignesh
On 3/29/06, Johannes Nel [EMAIL PROTECTED] wrote:

like how?

On 3/29/06, Jignesh Dodiya 
[EMAIL PROTECTED] wrote:




ok.. i was mainly concern about the transition effect..coz in my code, states  transition effect codeding inmxml file and i justfollowed transitionFlexStore example)also works fine..but only the thing is the Transition Effect. I am not saying that it completely not work but its working behaviour is abnormal 



Regards;

jignesh

On 3/29/06, Johannes Nel [EMAIL PROTECTED] 
 wrote: 

if you mean states as declared in mxml, yes they work fine. this code ported seemlesly from beta1 to beta2 (adobe's port tool doing the trick) and te transition never worked in either.
 

On 3/28/06, Jignesh Dodiya [EMAIL PROTECTED] 
 wrote: 


Hi, Nell, thanx for ur strict comment on some thread just earlier...

I am interested toknow , does your code worked well for Flex-2 beta-1 .???

coz i have coded one state and transition applicationthat works fine for flex-2 beta-1 but when i upgrade to flex-2 beta-2 it just stop working... Idid relevent changes accordinglyin code but still hunting for appropiate docsthat may work for flex-2 beta-2. 






On 3/29/06, Johannes Nel 
 [EMAIL PROTECTED] wrote: 



hi allI am able to create states fine programatically, even assign transitions to the view, but my transitions don't trigger when i switch from one state to another
 var stateArray:Array = (__view.states != null)?__view.states.concat(): new Array();var nState:State = new State();   nState.name = Open;   var propw:SetProperty = new SetProperty(__view,percentWidth,100); 
   var proph:SetProperty = new SetProperty(__view,percentHeight,100);;nState.overrides.push(propw);   nState.overrides.push(proph);   stateArray.push(nState); 
  nState = new State();   nState.name = Closed;var propw:SetProperty = new SetProperty(__view,width,__collapsedSize);   var proph:SetProperty = new SetProperty(__view,height,__collapsedSize);; 
  nState.overrides.push(propw);   nState.overrides.push(proph);   stateArray.push(nState);  var nTransition:Transition = new Transition(); 
   //nTransition.fromState = Open;//nTransition.toState = Close;  var res:Resize = new Resize();   res.target = __view;   
res.duration = 400;  nTransition.effect = res;   __view.transitions = __view.transitions || new Array();   __view.transitions.push(nTransition);  __view.states = stateArray; 
thanks in advance for any help.j-- j:pn http://www.lennel.org

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



-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- j:pn http://www.lennel.org


--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Jignesh Dodiya



hi Snail, i would like to share my experience 

my experiencewas same as u described earlier ...but then after i have decided to take help from the other resources. Flex coder yahoo group is the best i think, also other master developer's blog helped me a lot and still helping and i am leaning from that advanced developer's articles.


so flex is not boaring if u go this way, I hope u can understand, just sharing my experience coz i have started learning flex from Flex-2 alfa itself no prior experience or knowledge and i got extreme interest in flex now... Just don't depend on the flex help documentation..


hope this will help u to create interest...

Best of luck

Jignesh Dodiya
On 3/29/06, Sachin Dharmapurikar [EMAIL PROTECTED] wrote:


Hi Michael,
You are absolutely correct. Beta products are not production ready and they have mistakes.
 I am thinking to use the Flex charting in my application. I can see that Flex 2 is in beta and Flex 1.5 is prod stable but lack in features. Moreover, if I now invest time in Flex 1.5 there is complete re-design on actionscript and lot of other changes too. Is there any way by which we can start with Flex 
2.0 without facing much trouble?

I am a Java architect and for the first time I am looking at RIA like Flex or OL. Any comments regarding my problems will be strongly appriciated.

Regards,
Sachin
Michael Schmalle [EMAIL PROTECTED]
 wrote:


Hi,Do you know what beta means? It means there are mistakes everywhere and they are cleaning them up.Besides, if you are going to use beta software, your mind has to be a problem solver from the start. You can't rely on examples, you have to experiment. There IS enough good examples and docs to get things to work.
Peace, Mike
On 3/29/06, snail [EMAIL PROTECTED] wrote:
 

hello,everyone When I read the help content of Flex Builder 2 beta 2,I find many mistakes,such as use Link instead of LinkButton which is not exist in Flex 2. And the example code also make mistakes. When I follow the help,many errors occour. So boring. I am a beginner,I find flex 2 is not so good,at least, not easy to learn by read the help in which many mistakes. 
 Will Adobe make it better ?--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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.



-- What goes up, does come down. 



New Yahoo! Messenger with Voice. 
Call regular phones from your PC and save big. 


--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Hardware requirements for Flex performance

2006-03-29 Thread Jignesh Dodiya



So any one has idea regarding flex-2 , in terms of memory and as described above thread, the hardware specs

Jignesh
On 3/29/06, Mika Kiljunen [EMAIL PROTECTED] wrote:



Hi,
If you have a complex app that processed and displays _lot of data
_ then memory could be an issue. We run our app on IE and it eats a big bunch of memory when lot of data is loaded, which is of course a natural result. This causes slowdown on performance. Also many flex components like datagrid slow down a great deal when lot of data is populated on them. So watch out for memory. Also processor performance effects a lot on usability with Flex 
1.5.

-Mika





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of george_luiSent: 29. maaliskuuta 2006 10:08To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Hardware requirements for Flex performance


Hi,Anyone here have any comments on how complexities in your Flex app can
affect the performance? We have an app where we're fetching anddisplaying a lot of data. We're seeing the behavior where if we
select too much of something to display, it won't display everything.A collegue hypothesized that the hardware specs of the machine might
play a factor. We have customer that could conceivably be usingslower machines that have 256MB of RAM.
So I guess I'm wondering if any of you would know how hardware specsmight play into the performance of your flex app (or more specifically
the flash browser plugin I guess). Is there a relationship betweenthe complexities of your app and the hardware resources it might require?
We're using Flex 1.5 btw.TIA,George

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



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





  




  
  
  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: databinding issue for combobox

2006-03-29 Thread Jignesh Dodiya



I think there is problem at dgResources.addItem ,..not sure but may bethere the fault

On 3/30/06, Tracy Spratt [EMAIL PROTECTED] wrote:

When you do this:
dgResources.addItem( {dept: cmbDept.selectedItem} ); }
you are putting the whole combobox item object into the dept property ofa new object.Perhaps you just want:dgResources.addItem(cmbDept.selectedItem);
Tracy-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of rgwilson26

Sent: Wednesday, March 29, 2006 10:16 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: databinding issue for comboboxBasically I am calling a query that will populate a combobox. Then the user will be able to use a click event that will send that value 
from the combo box to a datagrid. Right now it sends a value from the combobox to the datagrid, but what is displayed is [object Object] instead of the desired value. Here is an example:SCRIPT
public var dp:Array;private function addRow():Void{dgResources.addItem( {dept: cmbDept.selectedItem} );}private function doResult(result:Array):Void {  dp = result; }
SCRIPTmx:RemoteObject id=ro  endpoint=http://10.95.20.39:8500/flashservices/gateway
  source=cfdocs.components.getPersonnelmx:method name=serviceDeptLOV result=doResult(event.result._items)/  /mx:RemoteObject
mx:DataGrid id=dgResourcesmx:columnmx:Arraymx:DataGridColumn headerText=Department columnName=dept width=200 /
/mx:Array/mx:columns/mx:DataGridmx:ComboBox id=cmbDept dataProvider={dp}/mx:Button label=Add click={addRow()} textAlign=center 
width=75/**CFC Querycffunction name=serviceDeptLOV access=remote returntype=query cfquery name=getserviceDept datasource=spotDB
 SELECT ServiceDept FROM dbo.ServiceDeptLOV ORDER BY ServiceDept/cfquery  cfreturn getserviceDept/cffunction--- In 
flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: [object Object] means you are trying to display a complex object as text.  Can you be more specific about what you mean when you say  send the
 results from the combobox to a datagrid ?  Tracy  -Original Message- From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of rgwilson26
 Sent: Tuesday, March 28, 2006 2:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] databinding issue for combobox
  I am working on an app where I am populating various combo boxes with  results from my look up tables in a sql server database. I have no  problem binding the results to the comboboxes dataProvider 
property.  However, when I try to send the results from the combobox to a datagrid  it populates the datagrid field with [object Object] instead of the  selected item value.   I can call a query and populate a datagrid directly and it doesn't 
seem  to be an issue, so I am a little confused as to why it is a problem  going from a combobox to a datagrid?  Any suggestions?  
  -- 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 ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links

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





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





  




  
  
  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: databinding issue for combobox

2006-03-28 Thread Jignesh Dodiya
it may be possible that you sending full object to Datagrid. not
sure but it may posible that u need to send the specific element from
your object from combo-box to datagrid with specific column id...i
mean object.columnID

An object automatically settle to data grid with column name while
retriving form data base...

On 3/28/06, Tracy Spratt [EMAIL PROTECTED] wrote:
   [object Object] means you are trying to display a complex object as
  text.

  Can you be more specific about what you mean when you say  send the
  results from the combobox to a datagrid ?

  Tracy

  -Original Message-
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of rgwilson26
  Sent: Tuesday, March 28, 2006 2:41 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] databinding issue for combobox

  I am working on an app where I am populating various combo boxes with
  results from my look up tables in a sql server database. I have no
  problem binding the results to the comboboxes dataProvider property.
  However, when I try to send the results from the combobox to a datagrid
  it populates the datagrid field with [object Object] instead of the
  selected item value.

  I can call a query and populate a datagrid directly and it doesn't seem
  to be an issue, so I am a little confused as to why it is a problem
  going from a combobox to a datagrid?

  Any suggestions?







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




  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.

  




--
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 
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: Using mxml without flex framework (Flex 2 Beta 1 and 2)

2006-03-28 Thread Jignesh Dodiya
lol. .Obvious Adobe is not do development to serve people for free
of cost..

On 3/28/06, Matt Chotin [EMAIL PROTECTED] wrote:
 FYI I checked and we're not planning on supporting MXML apps that don't
 use the framework for version 2.0.  However we will investigate to see
 if the case like this can at least not cause such a horrible error.



 Matt



 




 On 3/24/06, bussesven [EMAIL PROTECTED] wrote:

 Hi,

 in the alpha version of Flex 2 i was able to remove the framework.swc
 from a flex project and still use mxml with only my own classes. In
 beta 1 and beta 2 this doesn't work anymore, because mxmlc by default
 generates several import statements and other stuff in the generated
 classes, which leads to errors of course, since i have removed the
 framework.swc .

 Even if i leave the framework.swc in, but use only my own classes, it
 doesn't work, since there is an error with the StyleManager.

 I made a simple example. I have a very simple class:

 package com {

import flash.util.trace;
import flash.display.Sprite;

public class Sample extends Sprite {

public var myvalue:String;

public function Sample() {
trace(Hello World!);
}
}
 }

 And a very simple mxml:

 ?xml version=1.0 encoding=utf-8?
 sb:Sample xmlns:sb=com.* myvalue=Test /

 It doesn't work, i get the error:

 TypeError: Error #1009: null has no properties.
at
 mx.styles::StyleManager$/http://www.adobe.com/2006/flex/mx/internal::i
 nitProtoChainRoots()[C:\dev\beta2
 \sdk\frameworks\mx\styles\StyleManager.as:240]
at
 MyTest/http://www.adobe.com/2006/flex/mx/internal::_MyTest_StylesInit
 ()
at MyTest$iinit()

 What is going wrong here? How can i use mxml with just my own classes
 without the flex framework?

 Thanx and cheers.







--
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 
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: Using mxml without flex framework (Flex 2 Beta 1 and 2)

2006-03-28 Thread Jignesh Dodiya



Of Cource Flex framework and compiler is free.. but not everything
On 3/29/06, Johannes Nel [EMAIL PROTECTED] wrote:

since flex is free(of cost) i wonder what you mean byt this.

On 3/28/06, Jignesh Dodiya 
[EMAIL PROTECTED] wrote: 


lol. .Obvious Adobe is not do development to serve people for freeof cost.. On 3/28/06, Matt Chotin 
[EMAIL PROTECTED] wrote: FYI I checked and we're not planning on supporting MXML apps that don't use the framework for version 2.0.However we will investigate to see if the case like this can at least not cause such a horrible error.
 Matt  On 3/24/06, bussesven 
[EMAIL PROTECTED] wrote: Hi, in the alpha version of Flex 2 i was able to remove the framework.swc  from a flex project and still use mxml with only my own classes. In beta 1 and beta 2 this doesn't work anymore, because mxmlc by default
 generates several import statements and other stuff in the generated  classes, which leads to errors of course, since i have removed the framework.swc . Even if i leave the framework.swc
 in, but use only my own classes, it doesn't work, since there is an error with the StyleManager.  I made a simple example. I have a very simple class: package com {import 
flash.util.trace;import flash.display.Sprite;public class Sample extends Sprite { public var myvalue:String;public function Sample() {
trace(Hello World!);}} } And a very simple mxml: ?xml version=1.0 encoding=utf-8?
 sb:Sample xmlns:sb=com.* myvalue=Test /  It doesn't work, i get the error: TypeError: Error #1009: null has no properties.at 
mx.styles::StyleManager$/http://www.adobe.com/2006/flex/mx/internal::i nitProtoChainRoots()[C:\dev\beta2  \sdk\frameworks\mx\styles\StyleManager.as:240]at MyTest/http://www.adobe.com/2006/flex/mx/internal::_MyTest_StylesInit
 ()at MyTest$iinit() What is going wrong here? How can i use mxml with just my own classes  without the flex framework? Thanx and cheers.
--jignesh dodiya
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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/ 

-- j:pn http://www.lennel.org
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



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





  




  
  
  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] creating states with effects programatically

2006-03-28 Thread Jignesh Dodiya



Hi, Nell, thanx for ur strict comment on some thread just earlier...

I am interested toknow , does your code worked well for Flex-2 beta-1 .???

coz i have coded one state and transition applicationthat works fine for flex-2 beta-1 but when i upgrade to flex-2 beta-2 it just stop working... Idid relevent changes accordinglyin code but still hunting for appropiate docsthat may work for flex-2 beta-2.





On 3/29/06, Johannes Nel [EMAIL PROTECTED] wrote:

hi allI am able to create states fine programatically, even assign transitions to the view, but my transitions don't trigger when i switch from one state to another var stateArray:Array = (__view.states != null)?__view.states.concat(): new Array();
   var nState:State = new State();   nState.name = Open;   var propw:SetProperty = new SetProperty(__view,percentWidth,100);   var proph:SetProperty = new SetProperty(__view,percentHeight,100);;
   nState.overrides.push(propw);   nState.overrides.push(proph);   stateArray.push(nState);  nState = new State();   nState.name = Closed;
   var propw:SetProperty = new SetProperty(__view,width,__collapsedSize);   var proph:SetProperty = new SetProperty(__view,height,__collapsedSize);;  
nState.overrides.push(propw);   nState.overrides.push(proph);   stateArray.push(nState);  var nTransition:Transition = new Transition();   //nTransition.fromState = Open;
   //nTransition.toState = Close;  var res:Resize = new Resize();   res.target = __view;   res.duration = 400;  
nTransition.effect = res;   __view.transitions = __view.transitions || new Array();   __view.transitions.push(nTransition);  __view.states = stateArray;
thanks in advance for any help.j-- j:pn http://www.lennel.org--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. 



-- 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] [Flex2 B2] Bug in Stage?

2006-03-25 Thread Jignesh Dodiya



i have posted a thread 2 days back, regarding that my application developed with flex-2 beta1 is not running properly with flex-2 beta-2...especially with states , transition effects are not working.

still no sollution

jignesh






--
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] workinng project not work in flex-2 beta-2

2006-03-24 Thread Jignesh Dodiya



any clue wit htransition effect  combobox behaviour?
On 3/24/06, Jignesh M. Dodiya [EMAIL PROTECTED] wrote:

hellow, I have installed flex-2 beta-2 and just try to run the project that was built in flex-2 beta-1 that is not working properly anymore in flex-2 beta-2I have checked the lab documentation and corrected some changes but 
the following problems can't be solved, anybody has idea???(1). I have a Panel control in my project, that just resize with transition state... code working fine with flex-2 beta-1 but beta-2 just don't support the transition. On compiling, very first time it 
make transition and come back to initial state , thenafter it will not make any transiton while compiling it gives no Error at all. Any idea regarding this... (2). Combo-box control works fine in beta-1 but in beta-2, clicking 
on the combobox, any Indexed value you select, combo box sticks to its 0 indexed value and the value is not changing on clicking other value(3). I have seen some strange behaviour that sometime on compiling 
project in beta-2 gives the pop-up that there is error in the application with no hint or error description. On neglecting it, the application works ok, but the Error pop-up can't be re-produced all the time on compiling..
hope someone may have face the above mentioned problems..Really hope for solutionregards,Jignesh--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. 



-- 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] Is creating symbols supported in Flex 2/AS3?

2006-03-22 Thread Jignesh Dodiya



hi Mark, 
check out hte conversation here

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg21479.html

u may get what u want


..
Jignesh
On 3/23/06, mark_g_wales [EMAIL PROTECTED] wrote:

I've been reading up on the various ways to import a SWF and thesymbols it may contain - but it has been hard to find anydocumentation on how to create/export symbols in the first place. 
I thought I'd seen something that said symbols were no longersupported in 8.5 - but now I can't find the reference or what replacedthem.As an example, if I define an Actionscript class, embed multiple jpegs
in Flex-based images, and then compile the whole thing into a SWF, cananother SWF import and use the separate images? Thanks for any guidance anyone can provide...-Mark
--Flexcoders Mailing ListFAQ: 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. 



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





  




  
  
  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] Flex2.0 with OpenAMF

2006-03-20 Thread Jignesh Dodiya



u can useAMF with flex-2with the conversation

gateway.objectEncoding = ObjectEncoding.AMF0;


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





  




  
  
  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] FLV encoder

2006-03-16 Thread Jignesh Dodiya



check vitalstream 
On 3/17/06, Manish Jethani [EMAIL PROTECTED] wrote:

I'm writing a sample app that requires conversion of video fromvarious formats (MPEG, AVI, etc.) to FLV on the server side. Is therea good FLV encoder out there that runs on GNU/Linux? I've heard of
ffmpeg and On2, but I was wondering if there's something else outthere too. Also, if you could share your experience with these twoencoders, that'd be great.Manish--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. 



-- 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] Google, Yahoo hooked on AJAX?

2006-03-13 Thread Jignesh Dodiya



Jesse has really a mature idea on this..
Don't u think, this forum can bemore fruitfull if anybody from Adobe do share his/her idea on this forum. Afterall its their duty to make people encourage to use flex over AJAX, and the community always likes to hear Flex expert's comment on such intensive topic?


On 3/13/06, dos dedos [EMAIL PROTECTED] wrote:


Yahoo has a lot of efforts in regards to Flex  Flash, you just probably haven't read about them, is all, or they didn't get as widely publicized.

That's what I wanted to find out ... thanks for pointing it out!!!
JesterXL [EMAIL PROTECTED]
 wrote: 

AJAX is here, works, has a large community, is an old technology and thus has a plethora of resources. Flex 2 isn't publicy out yet in an official capacity and Flex 
1.5's price point excludes a lot of those types of endeavors.

Yahoo uses both; they area big company. Yahoo Maps utilized Flex 1.5. They should of used Flash Player 8's bitmap features so it wasn't the best use of Flex, but it at least got us on the radar. They are also experiementing with updating some of the Java games to Flash.


Again, neither Google nor Yahoo can utilize Flex 2 because even if they did, no one could see it. Flash Player 8.5 is beta, not publicly available, and you have to download the entire Flex 2 package just to get it (which is a good thing).


Yahoo has a lot of efforts in regards to Flex  Flash, you just probably haven't read about them, is all, or they didn't get as widely publicized.

Bottom line, AJAX is here, has been for awhile, and works. Flex 2 isn't even out yet. Sparkle's awesome, but you don't see people, even Microsoft, creating Sparkle apps.


- Original Message - 
From: dos dedos
 
To: flexcoders@yahoogroups.com 
Sent: Monday, March 13, 2006 12:24 PM
Subject: [flexcoders] Google, Yahoo hooked on AJAX?
Google has purchased at least one company that uses Flash or Flex (a Web analytics startup) but their own internal efforts seem to be always focused on AJAX ... e.g. the latest Google Mars (
http://www.google.com/mars/)So it's fair to wonder why Google isn't doing more with Flex at this time ... and why Flickr (Yahoo) moved from Flash to AJAX ... especially given the fact that Flex 2 has a lot going for it from technical and end-user perspectives.
Attitudes change over time and new technologies take a while to adopt, but it'd be nice to understand whether or not Google, Yahoo and others are consciously resisting Flex based on some non-technical reason (e.g. the fact that Flex is a proprietary platform whereas AJAX is not.)
Google's and Yahoo's position doesn't matter all that much as far as market adoption for Flex, but it would be interesting to understand the strategic reasons why Google, Yahoo and other major players (e.g. eBay) have so far prefer! red to stick with AJAX.
An interesting position for Google and Yahoo would be to endorse AJAX half of the time and Flex the other half, or two thrids to one. This way they would keep the market from leaning too heavily in favor of either. But as of now, they're leaning too heavily in favor of AJAX, yet it's very possible that they'll release (or acquire) something based on Flex 2 in the future. 
I believe Sun has been very successful with Java on the server side ... Flex could become as popular on the client side as Java is on the server side if it's opened up in the style of the Java Community Process.
Just curious if anyone has any insights about where Adobe may be going with Flex ... ?Marc


Yahoo! MailBring photos to life! New PhotoMail 
makes sharing a breeze. 


Yahoo! MailBring photos to life! New PhotoMail 
makes sharing a breeze. --Flexcoders Mailing ListFAQ: 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. 




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

Re: [flexcoders] Tree+ datas from mySQL

2006-03-10 Thread Jignesh Dodiya



Matt,

Thanks for your descriptive reply.

Actually I am fetching RecordSource from database for categories and products. (categories have sub categories too). What I need to do is show all these products as tree. where all firstchild will be categories, they also have many childs as many sub categories they may have and finally they will have leaf as all products of that particular sub category.


I can get 3 recordset for categories, subcategories for particular category and finally items in that sub category. Now I dont want to process XML nodes as it may take more time as I have lots of data. Can't I make some object of tree herarchy and directly attach it to tree as dataProvider like we do in list, combo box etc?


I hope that my this description will able to visualize my problem to you.

Thanks again for your kind help.

Regards,

Jignesh
On 3/10/06, Matt Chotin [EMAIL PROTECTED] wrote:



Sorry Jignesh, a simple TreeDataDescriptor example will be coming in the B2 docs but I don't know if it will help. How will your 2 or 3 ArrayCollections work. What is the relationship between them? Should you be considering building a structure of value objects on your server as opposed to assembling on the client? 


If you do keep the 3 collections the main thing you need to do is define your getChildren function for the descriptor. Given a node, find the children and return an ICollectionView with that data. So how is that going to work, will you start out reading from one collection, then the children will be in the 2
nd collection, then the grandchildren will be in the 3rd? If so, define your function to read that stuff appropriately.

If you provide some examples of what the data tables will look like and what the tree needs to look like maybe someone can help you further.


Matt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Thursday, March 09, 2006 10:14 PM
To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL





Still i am not getting the sollution



there is no any example for TreeDataDescriptorin the docs...anybodyhas an ideahow canI put data in tree control asfrom the mySQL database andfrom 2 different tables
 

On 2/27/06, Jignesh Dodiya 
[EMAIL PROTECTED] wrote: 


Its great, thanx Matt, 



Is there any working sample available regarding ths...



Jignesh


On 2/27/06, Matt Chotin 
[EMAIL PROTECTED] wrote: 

Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data). 


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
 [EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 





-- jignesh dodiya 
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 






-- 

jignesh dodiya 
-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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

Re: [flexcoders] Tree+ datas from mySQL

2006-03-09 Thread Jignesh Dodiya



Still i am not getting the sollution

there is no any example for TreeDataDescriptorin the docs...anybodyhas an ideahow canI put data in tree control asfrom the mySQL database andfrom 2 different tables

On 2/27/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:


Its great, thanx Matt, 

Is there any working sample available regarding ths...

Jignesh

On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote:
 


Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data). 


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
 [EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 





-- 
jignesh dodiya -- 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] flex builder2 internal build error

2006-03-08 Thread Jignesh Dodiya
 


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. 



-- 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] Tree+ datas from mySQL

2006-02-27 Thread Jignesh Dodiya



Its great, thanx Matt, 

Is there any working sample available regarding ths...

Jignesh
On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote:


Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data).


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
[EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- 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] how to use MovieClip / swc in flex???

2006-02-26 Thread Jignesh Dodiya



Thanx all for replying in this post,

Explaining Again the Problem:: my_swf is my swf file, my_symbol is my linkage Identifier in FLA library of the file my_swf..
I am using flash 8..

now in flex 2 ::

if i use follow: in Script --CDATA:

[Embed(my_swf)]
var my_clip:Class   it gives me an embeded default symbol of the system like the component symbol, no swf image


[Embed(my_swf#my_symbol)]
var my_clip:Class   it gives me Error :: Multiple markers at this line--unable to transcode my_swf, defination for symbol not found


[Embed(source=my_swf, symbol=my_symbol)]
var my_clip:Class   it gives me Error :: Multiple markers at this line--unable to transcode my_swf, defination for symbol not found


[Embed(source=my_swf)]
var my_clip:Class   it gives mean Embeded system default symbol of the component

this all options just don't work at my side.

follow only works::

mx:Image source=@Embed('my_swf') / but it loads full swf 

but if i do follow just to get the symbol only, it again gives me error:::

mx:Image source=@Embed('my_swf#my_symbol') / - gives me error on compiling with no error type or any detail


just ...tired...any Idea how can I get a symbol from the swf, Hope you people now better understandd the problem

jignesh




On 2/26/06, Roger Gonzalez [EMAIL PROTECTED] wrote:
 Hi All,  how to use a movie clip in flex as we use in flash(like, 
 keeping movie clip in library  doing attachMovie()  function).i got to know that this can be done by converting  movieclip in to swc.. but i m really confused how should i  use swc in my flex application
What version of Flex? What version of Flash?If you're doing attachMovie, this implies Flex 1.5?If so, you can export your Flash asset to a SWC, and then:[Embed(source=whatever.swc
, symbol=libraryassetname)]var assetName:String;and then attachMovie(assetName, ...)If you're not using 1.5, the syntax is different, so post back. Another thing is that how can i use the class in flex as we 
 use in flash...i have my class to handle the movie clip ,  but not sure how to include or import the class in flexas  what do in flashYou just put the SWC in the your library path. The class is then
available, just like any other class used in Flex.-rg--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Tree+ datas from mySQL

2006-02-26 Thread Jignesh Dodiya



I think , it seems really very difficult or just it may be wrong wayor bad stuffs 


On 2/26/06, Jignesh M. Dodiya [EMAIL PROTECTED] wrote:
hi,Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Merger of Datagrid Tree - Urgent !

2006-02-25 Thread Jignesh Dodiya



Rob, Its here

http://www.flexauthority.com/samplesIndex.cfm

click on the Advanced and pick from the list

On 2/24/06, Tracy Spratt [EMAIL PROTECTED] wrote:
Someone has done this and there is example code available. I believethe name is TreeGrid. Check out FlexAuthority, I think that is where I
saw it. If not, google.Tracy-Original Message-From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com] OnBehalf Of RobsSent: Thursday, February 23, 2006 4:25 AM
To: flexcoders@yahoogroups.comSubject: [flexcoders] Merger of Datagrid  Tree - Urgent !
Hi all, Is it possible that I can merge the dataGrid  Tree components tomake a single custom component. I have a scenario where I need tosimulate the MS Outlook inbox section when the mails are grouped as
per a specific field. Please help...Thanks.--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Strange Error on compiling Flex-2 project

2006-02-25 Thread Jignesh Dodiya



makeObjectsBindable property is use with remoteObject or HTTPService or WebService.but there is no any remoteObject in my code


I m simply using following code as AMFPHP-remoting

var gatewayURL:String = http://localhost/jignesh/superStore/gateway.php;var gateway_conn:* = new NetConnectionSub;gateway_conn.objectEncoding = 
ObjectEncoding.AMF0;gateway_conn.connect(gatewayURL); var my_responder:Responder = new Responder(_onResult, _onFault);gateway_conn.call(superStore_php.retriveRecord, my_responder);


how can i place a remoteObject property--makeObjectsBindable here within this code..I have no Idea..

Any other option there

regards,

Jignesh


On 2/24/06, Matt Chotin [EMAIL PROTECTED] wrote:


On your remote object try setting makeObjectsBindable=false. Maybe it's one of our known bugs? Otherwise this doesn't make sense without seeing it in action.






From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Thursday, February 23, 2006 2:57 AM 
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Strange Error on compiling Flex-2 project




Matt,



Yes, the value my_cb.selectedIndex is a integer value 
and is not -1 , its sure...coz this value gives me the auto increament ID value from themysql database table...and accordingly i store this value to other database, and i get the perfect result. 




Infact thethere is no effect of this runtime error dialog box, either i cleak DismissAll or do click Continue
,my program working perfect ok, justi want is to eliminate the runtime error dialog box, and for that i am not getting the sollution 



thanks,

jignesh



On 2/23/06, Matt Chotin 
[EMAIL PROTECTED] wrote: 

Are you sure that my_cb.selectedIndex is returning a value that is not -1? 





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Wednesday, February 22, 2006 1:38 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Strange Error on compiling Flex-2 project



Thanx, for clarifying my fundas regarding runtime Error..



Matt,



I m trying to retrive the data from the mySQL database in Flex through AMFPHP...some part of code is as below...



function onResult(event:Object):void{

var array_id:Array = []; var array_cat_name:Array = []; var a:Array = event.serverInfo.initialData;  var len:int = 
a.length;for(var i:int=0; ilen; i++){ var o:Object = {};  var item:Array = a[i];  
o.id = item[0];  o.cat_name = item[1];array_id.push( o.id);array_cat_name.push( 
o.cat_name); }var ac_id:ArrayCollection = new ArrayCollection(array_id);
bb = ac_id[my_cb.selectedIndex]; 

}



i got that the codes in Bold is creating the runtime error .but i m using the variable bb 
to somewhere else in codes just out of this function



Is there other alternatiove to eliminate runtime error? i can't got the fault ?



regards,



jignesh



On 2/22/06, Matt Chotin 
 [EMAIL PROTECTED] wrote:


What is your onResult function trying to do? This is considered a
 runtime error by the way, not compilation. This error looks like you have an ArrayCollection or XMLListCollection and tried to read a
 property off of it like myCollection[someBadValue].Matt 

-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of Jignesh M. Dodiya 
Sent: Tuesday, February 21, 2006 3:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Strange Error on compiling Flex-2 project
Hi,when I am compiling the codes in mxml,i found the Error as below..ActionScript Error has occured::Error: Unknown property -1 at mx.collections::ListCollectionView/
 http://www.macromedia.com/2005/actionscript/flash/proxy::getProperty() at states/states::onResult() 
Strange thing is that when I click on button like CONTINUE...the swf file works fine and when click on button DISMISS ALL..instead of stopping the functionality of swfit still works fine as 
normal..Confused.Is anybody has idea of how to eliminate that error,regards,Jignesh--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links


--
 Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 





-- jignesh dodiya 
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] how to use MovieClip / swc in flex???

2006-02-25 Thread Jignesh Dodiya



the codes [Embed(source=your.swf#LinkageName)] just don't work
its work if i remove LinkageNamecan u give more detail how to combile the linkage name.its clear the linkage name is the Linkage Identifier of the symbol in the Library of Flash..

but it not work in above format

any idea..


On 1/8/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:

thanx JesterXL again,

let me follow ur suggestions

jignesh
On 1/8/06, JesterXL [EMAIL PROTECTED]
 wrote: 

SWC's are to Flex as JAR's are to Java. You can place code, visual assets, and/or components, just like in Flash. You can place them in user_classes on the server, but Iike to put them next to my main 
application.mxml file, the main Flex file that starts with the mx:Application tag, since that's your root. You can import your classes normally, and if it's in the SWC, Flex'll find it.

To create them:
http://www.jessewarden.com/archives/2005/12/automating_swc.html 


You use them just like you use Yahoo maps:
- drop SWC next to app
- use tag
mx:YahooMaps /

or, import:

import mx.controls.etc


- Original Message - 
From: Jignesh Dodiya 
To: flexcoders@yahoogroups.com 

Sent: Sunday, January 08, 2006 5:15 AM
Subject: Re: [flexcoders] how to use MovieClip / swc in flex???


thanx JesterXL,

but still I am confusing regarding SWC...where to place  how to link it in coding.

jignesh.
On 1/8/06, JesterXL [EMAIL PROTECTED] 
 wrote: 
To utilize MovieClips, embed in SWF's. Give it a linkage name and:Flex 1.5:[Embed(source= 
your.swf, symbol=LinkageName)]var yourSymbol:String;attachMovie(yourSymbol, mc, 0);Flex 2:[Embed(source=your.swf#LinkageName)]var yourSymbol:Class;
var a:Class = new yourSymbol();addChild(a);To utilize SWC's, just place next to your Application.mxml file.To import a class, treat like any class; import it.- Original Message - 
From: Jignesh M. Dodiya [EMAIL PROTECTED]To: 
 flexcoders@yahoogroups.comSent: Saturday, January 07, 2006 6:50 PMSubject: [flexcoders] how to use MovieClip / swc in flex???Hi All,how to use a movie clip in flex as we use in flash(like, keeping movie 
clip in library  doing attachMovie() function).i got to know that this can be done by converting movieclip in to swc.. but i m really confused how should i use swc in my flex applicationAnother thing is that how can i use the class in flex as we use in 
flash...i have my class to handle the movie clip , but not sure how to include or import the class in flexas what do in flashhope for co-operationthanxjignesh
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
--Flexcoders Mailing ListFAQ: 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. 



-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- jignesh dodiya -- 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] Re: how to use MovieClip / swc in flex???

2006-02-25 Thread Jignesh Dodiya



Still gives the Error on compiling .mxml..really confused

On 2/26/06, Dmitry Miller [EMAIL PROTECTED] wrote:
Jignesh, hiyou can use mx:Loadere.g.mx:Loader source=yourswif.swc id=linkageName ...
Hope it helps,--- Dmitry--- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] wrote:
 the codes [Embed(source=your.swf#LinkageName)] just don't work its work if i remove LinkageNamecan u give more detailhow to combile the linkage name.its clear the linkage name is the Linkage
 Identifier of the symbol in the Library of Flash.. but it not work in above format  any idea..   On 1/8/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:
   thanx JesterXL again,   let me follow ur suggestions   jignesh   On 1/8/06, JesterXL [EMAIL PROTECTED] wrote:
 SWC's are to Flex as JAR's are to Java. You can place code, visual   assets, and/or components, just like in Flash. You can placethem in   user_classes on the server, but Iike to put them next to my main
   application.mxml file, the main Flex file that starts with the   mx:Application tag, since that's your root. You can importyour classes   normally, and if it's in the SWC, Flex'll find it.
 To create them:   http://www.jessewarden.com/archives/2005/12/automating_swc.html
 You use them just like you use Yahoo maps:   - drop SWC next to app   - use tag   mx:YahooMaps / or, import:
 import mx.controls.etc   - Original Message - *From:* Jignesh Dodiya [EMAIL PROTECTED]   *To:* 
flexcoders@yahoogroups.com   *Sent:* Sunday, January 08, 2006 5:15 AM
   *Subject:* Re: [flexcoders] how to use MovieClip / swc in flex???   thanx JesterXL, but still I am confusing regarding SWC...where to place  how to
   link it in coding. jignesh.   On 1/8/06, JesterXL [EMAIL PROTECTED]  wrote:   
To utilize MovieClips, embed in SWF's. Give it a linkage nameand:   Flex 1.5:[Embed(source= your.swf, symbol=LinkageName)]
var yourSymbol:String;   attachMovie(yourSymbol, mc, 0);   Flex 2:[Embed(source=
your.swf#LinkageName)]var yourSymbol:Class;var a:Class = new yourSymbol();addChild(a);   To utilize SWC's, just place next to your 
Application.mxml file.   To import a class, treat like any class; import it.   - Original Message -
From: Jignesh M. Dodiya [EMAIL PROTECTED]To:  
flexcoders@yahoogroups.comSent: Saturday, January 07, 2006 6:50 PMSubject: [flexcoders] how to use MovieClip / swc in flex???  
Hi All,   how to use a movie clip in flex as we use in flash(like,keeping movie   clip in library  doing attachMovie() function).i got to know that
this can be done by converting movieclip in to swc.. but i mreallyconfused how should i use swc in my flex application   Another thing is that how can i use the class in flex as we use in
flash...i have my class to handle the movie clip , but notsurehow to include or import the class in flexas what do in flash   hope for co-operation
   thanx   jignesh   
  --Flexcoders Mailing ListFAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links   
  --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 groupflexcoders
http://groups.yahoo.com/group/flexcoderson the web.   - To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
[EMAIL PROTECTED]   - Your use of Yahoo! Groups is subject to the Yahoo! Terms ofService 
http://docs.yahoo.com/info/terms/.  -- 
   --   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 designdevelopment
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
Computer   softwaredevelopment
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
Software   design anddevelopment
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig

Re: [flexcoders] Re: Full dynamic tree example

2006-02-24 Thread Jignesh Dodiya



Its seems to be really a helpfull material, keep posting such links Brendan
On 2/25/06, Brendan Meutzner [EMAIL PROTECTED] wrote:
Pat,Have a look at the object inspector tool in the FAST toolkit...
http://www.macromedia.com/devnet/flex/articles/fast_userguide.htmlPay attention to:EchoConsole.mxmlEchoConsoleconnection.asEchoAppConnection.asYou'll have to figure out your remote calls, but this does show the
dynamic construction of a tree dataProvider might help...Brendan 
--- In flexcoders@yahoogroups.com, Pat Buchanan [EMAIL PROTECTED] wrote:
 Hello fellow Flex coders! Greetings from the frozen state of Utah.  Well, I'm stuck. I see a lot of people asking for examples of howto do a dynamic tree. Dynamic as in JUST loading the first level of nodes,
and when the user opens a node, it calls back to the server, gets it'schildren, and adds them to the tree dynamically.  (The reason I can't load the tree all at once is because it can be
 recursive, so the tree would go forever.)  Anyway, I have searched the list archive and I see a LOT of answers with either a quick explanation or tiny partial code snippet, but have yet to
 find a COMPLETE running example. Every time I find what I'm lookingfor via Google, it links back to a certain pay site and I can't justify $250for a few lines of example code. 
 Does anyone know of a fully working dynamic tree example with source?  I'm POSITIVE it's right under my nose and I'll feel like a twinkiewhen it's pointed out to me. :(  Thanks ya'all
 -Pat Buchanan
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Strange Error on compiling Flex-2 project

2006-02-23 Thread Jignesh Dodiya



Matt,

Yes, the value my_cb.selectedIndex is a integer value and is not -1 , its sure...coz this value gives me the auto increament ID value from themysql database table...and accordingly i store this value to other database, and i get the perfect result.


Infact thethere is no effect of this runtime error dialog box, either i cleak DismissAll or do click Continue,my program working perfect ok, justi want is to eliminate the runtime error dialog box, and for that i am not getting the sollution


thanks,
jignesh

On 2/23/06, Matt Chotin [EMAIL PROTECTED] wrote:


Are you sure that my_cb.selectedIndex is returning a value that is not -1? 





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Wednesday, February 22, 2006 1:38 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Strange Error on compiling Flex-2 project



Thanx, for clarifying my fundas regarding runtime Error..



Matt,



I m trying to retrive the data from the mySQL database in Flex through AMFPHP...some part of code is as below...



function onResult(event:Object):void{

var array_id:Array = []; var array_cat_name:Array = []; var a:Array = event.serverInfo.initialData;  var len:int = 
a.length;for(var i:int=0; ilen; i++){ var o:Object = {};  var item:Array = a[i];  
o.id = item[0];  o.cat_name = item[1];array_id.push( o.id);array_cat_name.push(
o.cat_name); }var ac_id:ArrayCollection = new ArrayCollection(array_id);
bb = ac_id[my_cb.selectedIndex]; 

}



i got that the codes in Bold is creating the runtime error .but i m using the variable bb 
to somewhere else in codes just out of this function



Is there other alternatiove to eliminate runtime error? i can't got the fault ?



regards,



jignesh



On 2/22/06, Matt Chotin 
[EMAIL PROTECTED] wrote:


What is your onResult function trying to do? This is considered a
runtime error by the way, not compilation. This error looks like you have an ArrayCollection or XMLListCollection and tried to read a
property off of it like myCollection[someBadValue].Matt 

-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of Jignesh M. Dodiya
Sent: Tuesday, February 21, 2006 3:32 PM To: flexcoders@yahoogroups.com
Subject: [flexcoders] Strange Error on compiling Flex-2 projectHi,when I am compiling the codes in mxml,i found the Error as below..
ActionScript Error has occured::Error: Unknown property -1 at mx.collections::ListCollectionView/ 
http://www.macromedia.com/2005/actionscript/flash/proxy::getProperty() at states/states::onResult() Strange thing is that when I click on button like CONTINUE...the 
swf file works fine and when click on button DISMISS ALL..instead of stopping the functionality of swfit still works fine as normal..Confused.
Is anybody has idea of how to eliminate that error,regards,Jignesh--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
Yahoo! Groups Links


--
Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




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

Re: [flexcoders] Play and stop found.

2006-02-20 Thread Jignesh Dodiya



Its working here for me.i used a mp3 song...


On 2/20/06, Ritesh Jariwala [EMAIL PROTECTED] wrote:


Hi All,

I am trying to play sound by the using of following sample code from help:

Its not playing sound any more. I have already mp3 files in my application directory. 

Is this bug?

Can anyone confirm it?
?xml version=1.0?
mx:Application xmlns:mx=
http://www.macromedia.com/2005/mxml
 mx:Script ![CDATA[ 
import flash.media.*; 
[Embed(source=mySound.mp3)]
 public var sndCls:Class; 
public var snd:flash.media.Sound = new sndCls(); 
public var sndChannel:SoundChannel;
 public function playSound():void {
 sndChannel=snd.play(); } 
public function stopSound():void {
 sndChannel.stop(); } 
]] /mx:Script
 mx:HBox
 mx:Button label=play click=playSound();/
 mx:Button label=stop click=stopSound();/
 /mx:HBox/mx:Application



With Regards,

Ritesh Jariwala (Actkid)
Freelance Developer 
www.actkid.com

Company: www.synonymic.com



--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] Re: flex-2 with FES + AMF PHP refference

2006-02-18 Thread Jignesh Dodiya



Still i didn't get succeed...how to communicate mxml file with PHP file is still problem

any Ideas?

thanx,
jignesh
On 2/18/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:

Thanx Renaun for quick Suggestion,

but for your info , i have visited your blog, just u have posted...

thanx

On 2/18/06, Renaun Erickson [EMAIL PROTECTED]
 wrote: 
You have to use the underlying NetConnection code to get it to work. You will not have all the features of the RemoteObject component. 
Here is my blog about it:http://renaun.com/blog/?p=8Some more information has been posted on the AMFPHP list. 
Renaun--- In flexcoders@yahoogroups.com, Jignesh M. Dodiya [EMAIL PROTECTED] 
wrote: hi,  have anybody did good work on the combining Flex-2 beta (with or  without FES-2) with AMFPHP through PHP code.  hope here i will get the solution, thanx
  jignesh
--Flexcoders Mailing ListFAQ: 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. 



-- jignesh dodiya -- 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] Email System POP3/SMTP on Flex

2006-02-15 Thread Jignesh Dodiya



Is AMFPHP is useful for thati think now FES-2 gives flexibility to work with remote object

any idea
On 2/15/06, Rob Rusher [EMAIL PROTECTED] wrote:


Flex requires a back-end to connect to a mail server, so there will have to be a "Flex and something". In this case it happens to be ColdFusion.


So to answer your question, No. There is not a Flex or Flash _ONLY
_ version of an email system. They all require additional technology to communicate with the mail server.


Rob Rusher

RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED]
 c:303.885.7044 im:robrusher
blog:http://www.robrusher.com





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of AhmedSent: Monday, February 13, 2006 8:36 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Email System POP3/SMTP on Flex


Hello ..

The Flex Email system published on the net is designed using Flex 2.0 and Cold fusion, and requires Cold Fusion Adapter.


It there a Email System for POP3 and SMTP using Flex or Flash only without Cold Fusion ?



Regards,
Eng. Ahmed.
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- 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] Re: Job: Flash Developer/Programmer

2006-02-14 Thread Jignesh Dodiya



I think, better would be the seperated mailing List.

Hope we have other FlexJobs mailing list soon...
On 2/14/06, Teoti Graphix [EMAIL PROTECTED] wrote:
... seperate area ...It's like, do you think that when the posts reach 50 -50 split between adds verses code questions it's time?
Peace, Mike 

On 2/14/06, Brendan Meutzner [EMAIL PROTECTED]
 wrote: 
Have to disagree... think it should be a separate area... 
--- In flexcoders@yahoogroups.com, Geoffrey Williams [EMAIL PROTECTED] wrote:
 I agree.  -Original Message- From: flexcoders@yahoogroups.com
 [mailto: flexcoders@yahoogroups.com] On Behalf Of bhaq1972 Sent: Tuesday, February 14, 2006 5:21 AM
 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Job: Flash Developer/Programmer
  Ali My preference would be to have a single mailing list. Keep  everything in one place. read what interests you and ignore what  doesnt.  regards bod 
  --- In flexcoders@yahoogroups.com, Alistair McLeod amcleod@ 
 wrote:   Hi,This post shouldn't have gotten through as its nothing to do with  Flex -  apoligies for that. We do think that allowing companies (not 
 agencies)  to advertise the fact that they have open *Flex* positions is a  good  thing for the Flex community. However, the number of postings is  increasing (and will do moreso in the future) on what is already a 
 busy  list.So, I was wondering whether we should have a flexjobs mailing list,  where people who are looking for Flex work can subscribe to, and  we can
  direct employers to - would that be better than the jobs being  posted to  flexcoders, or would people rather they still came here?Cheers,Ali

--Flexcoders Mailing ListFAQ: 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 Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] how to use MovieClip / swc in flex???

2006-01-08 Thread Jignesh Dodiya



thanx JesterXL,

but still I am confusing regarding SWC...where to place  how to link it in coding.

jignesh.
On 1/8/06, JesterXL [EMAIL PROTECTED] wrote:
To utilize MovieClips, embed in SWF's. Give it a linkage name and:Flex 1.5:[Embed(source=
your.swf, symbol=LinkageName)]var yourSymbol:String;attachMovie(yourSymbol, mc, 0);Flex 2:[Embed(source=your.swf#LinkageName)]var yourSymbol:Class;
var a:Class = new yourSymbol();addChild(a);To utilize SWC's, just place next to your Application.mxml file.To import a class, treat like any class; import it.- Original Message - 
From: Jignesh M. Dodiya [EMAIL PROTECTED]To: 
flexcoders@yahoogroups.comSent: Saturday, January 07, 2006 6:50 PMSubject: [flexcoders] how to use MovieClip / swc in flex???Hi All,how to use a movie clip in flex as we use in flash(like, keeping movie 
clip in library  doing attachMovie() function).i got to know that this can be done by converting movieclip in to swc.. but i m really confused how should i use swc in my flex applicationAnother thing is that how can i use the class in flex as we use in 
flash...i have my class to handle the movie clip , but not sure how to include or import the class in flexas what do in flashhope for co-operationthanxjignesh
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
--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. 



-- 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] how to use MovieClip / swc in flex???

2006-01-08 Thread Jignesh Dodiya



thanx JesterXL again,

let me follow ur suggestions
jignesh
On 1/8/06, JesterXL [EMAIL PROTECTED] wrote:

SWC's are to Flex as JAR's are to Java. You can place code, visual assets, and/or components, just like in Flash. You can place them in user_classes on the server, but Iike to put them next to my main 
application.mxml file, the main Flex file that starts with the mx:Application tag, since that's your root. You can import your classes normally, and if it's in the SWC, Flex'll find it.

To create them:
http://www.jessewarden.com/archives/2005/12/automating_swc.html


You use them just like you use Yahoo maps:
- drop SWC next to app
- use tag
mx:YahooMaps /

or, import:

import mx.controls.etc


- Original Message - 
From: Jignesh Dodiya 
To: flexcoders@yahoogroups.com 

Sent: Sunday, January 08, 2006 5:15 AM
Subject: Re: [flexcoders] how to use MovieClip / swc in flex???


thanx JesterXL,

but still I am confusing regarding SWC...where to place  how to link it in coding.

jignesh.
On 1/8/06, JesterXL [EMAIL PROTECTED]
 wrote: 
To utilize MovieClips, embed in SWF's. Give it a linkage name and:Flex 1.5:[Embed(source= 
your.swf, symbol=LinkageName)]var yourSymbol:String;attachMovie(yourSymbol, mc, 0);Flex 2:[Embed(source=your.swf#LinkageName)]var yourSymbol:Class;
var a:Class = new yourSymbol();addChild(a);To utilize SWC's, just place next to your Application.mxml file.To import a class, treat like any class; import it.- Original Message - 
From: Jignesh M. Dodiya [EMAIL PROTECTED]To: 
 flexcoders@yahoogroups.comSent: Saturday, January 07, 2006 6:50 PMSubject: [flexcoders] how to use MovieClip / swc in flex???Hi All,how to use a movie clip in flex as we use in flash(like, keeping movie 
clip in library  doing attachMovie() function).i got to know that this can be done by converting movieclip in to swc.. but i m really confused how should i use swc in my flex applicationAnother thing is that how can i use the class in flex as we use in 
flash...i have my class to handle the movie clip , but not sure how to include or import the class in flexas what do in flashhope for co-operationthanxjignesh
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
--Flexcoders Mailing ListFAQ: 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. 



-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] how to convert string in to Byte array

2006-01-07 Thread Jignesh Dodiya



thanx for your quick co-operation


jignesh
On 1/6/06, Weyert de Boer [EMAIL PROTECTED] wrote:
Hmm, it also could be writeUTFBytes() (doesnt save the strnig length) you should try it out. Anyway the ByteArray-class in AS3 seems to have 
everything you need.--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. 



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





  




  
  
  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] mx:Style don't work

2005-11-30 Thread Jignesh Dodiya



mx:Style tag can't works inside mx:Canvascontainer.it need to be called outside Canvastag if wanna make it effective..as i observed..

Anybody agree with this, Why???

thanx,

jignesh






--
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] Alert message fully displaying

2005-11-29 Thread Jignesh Dodiya




following is my code.it works fine anyway..two problems:

(1) : text input fields  button orientation how to modify??
(2) : Anyidea, how toconvert normal curser toHand cursor when howering on took or cancel button in Alert window



mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
borderStyle=solid backgroundColor=#FF width=
100% height=100% 

mx:Script
![CDATA[
import mx.controls.Alert;
import mx.events.AlertClickEvent;
//[Embed(source=m_icon.gif)]
//var m_icon:Class;
private function alertListener(eventObj:AlertClickEvent)
{
// Check to see if the OK button was pressed.
if (eventObj.detail==Alert.OK)
{ myText.text = myInput.text; }
}
]]
/mx:Script
mx:TextInput id=myInput width=150 text= 
/
mx:Button id=myButton label=Copy Text vvveeeLLLoogg
 useHandCursor=true buttonMode=true click='mx.controls
.Alert.show(Copy Text xx, 
Alert, mx.controls.Alert.OK | mx.controls.Alert.CANCEL, this, alertListener,null, mx.controls.Alert.OK );' fontSize=
14 alpha=0.51 themeColor=haloOrange
/
mx:TextInput id=myText width=200 text= 
/
/mx:Application
Any suggestion will be Appreciated,

On 11/29/05, Sreenivas R [EMAIL PROTECTED] wrote:

Can you share the MXML file ? Which version of Flex are you using ?

-Sreenivas

On 11/29/05, Jignesh Dodiya 
[EMAIL PROTECTED] wrote: 


I am not able to display the Alert message fully.i.e. it is displaying only first few words in the message.Total message is not displayed. 
Morething, whats the method for converting cursor to hand cursor on howering on buttons in alert window?
-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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 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. 



-- 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] TextInput control

2005-11-28 Thread Jignesh Dodiya



You can club both events as Change event AND focusOut event.

i m not sure...let me know if it works..
On 11/29/05, Doodi, Hari - BLS CTR [EMAIL PROTECTED] wrote:


If I use focus – this event fire irrespective of whether content is modified or not. I don't want this to happen. I want an event which should fire up only if content changed and tab out.



Thanks! 
Hari 

-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of JesterXLSent: Monday, November 28, 2005 3:49 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] TextInput control


focusOut



- Original Message - 

From:
 Doodi, Hari - BLS CTR 

To: 
flexcoders@yahoogroups.com 

Sent: Monday, November 28, 2005 3:42 PM


Subject: [flexcoders] TextInput control



Hi,
 Can some one suggest me which event is the best event to handle a situation like - user changes the content of textinput and tabs out of it ? I tried "change" event and found that this event is firing for each change, meaning for every key board press while entering text in it. I don't want this. What I am looking for is an event which fires only one time when user changes existing content and tabs out.


Thanks! Hari 

--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




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





  




  
  
  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] Alert message fully displaying

2005-11-28 Thread Jignesh Dodiya



I am not able to display the Alert message fully.i.e. it is displaying only first few words in the message.Total message is not displayed.

Morething, whats the method for converting cursor to hand cursor on howering on buttons in alert window?
-- 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] Re: Cursor change problem

2005-11-25 Thread Jignesh Dodiya





Don't know about flex 1.5.but it works in flex-2 with following code 

mx:Button id=myButton label=Copy Text useHandCursor=
true buttonMode=true /
On 11/25/05, Allen Manning [EMAIL PROTECTED] wrote:
Does this work for Flex 1.5?Best,Allen-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of sreeni_rSent: 25 November 2005 11:31To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cursor change problemHi Allen,Along with useHandCursor, buttonMode property also needs to be set totrue to show the hand cursor.It is property available on Sprite hence available with all UI
components in Flex.-Sreenivas.--- In flexcoders@yahoogroups.com, Allen Manning[EMAIL PROTECTED] wrote: Hello,
 I saw the below post on Flexcoders, but didn't see an answer.Anyone know how to use the hand cursor? Is there a reference to the hand cursor to use in setCursor -
`hand' or something like that?I couldn't find it in the docs. Best, Allen Probably an easy question for those who know... I'm trying to change the default cursor to a hand cursor when
hovering over a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears within MovieClips components e.g.Buttons when useHandCursor property is
 set, and not have to create my own icon. Can't find this in the docs. Is there something like setHandCursor() and removeHandCursor() within flex?
 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number, yOffset:Number) All help is appreciated. -- No virus found in this outgoing message.
 Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date:24/11/2005--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
--No virus found in this incoming message.Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005--No virus found in this outgoing message.
Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005 Yahoo! Groups Sponsor ~--AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/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/-- 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] calling methods in a c/C++ dll from Flex application

2005-11-23 Thread Jignesh Dodiya



interesting questioni too wanna know that
On 11/23/05, kskarki75 [EMAIL PROTECTED] wrote:
Hello,How do you pass variables from flex to c++ and vice-versa.Can someone point to some link where I can get more information.
--Flexcoders Mailing ListFAQ: 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. 



-- 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] Compiling MXML Offline

2005-11-23 Thread Jignesh Dodiya



http://server/path/application.mxml.swflink don't work
On 11/23/05, Theodore E Patrick [EMAIL PROTECTED] wrote:
Just do this:http://server/path/application.mxml.swf
Save the SWF file.Done.Ted ;) -Original Message- From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of dustin_speer Sent: Tuesday, November 22, 2005 9:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Compiling MXML Offline
 I understand this is possible, but my searching has not turned up a good tutorial on how to accomplish it. Anyone have any guide or insights? Thanks, DS
 -- 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
 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.5/177 - Release Date: 11/21/2005--No virus found in this outgoing message.
Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.5/177 - Release Date: 11/21/2005 Yahoo! Groups Sponsor ~--Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/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/-- 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





  




  
  
  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: php flex-2 standalone

2005-11-21 Thread Jignesh Dodiya



did anybody try this one??

http://www.jessewarden.com/archives/2005/06/flash_flex_amfp.html

On 11/21/05, Brian Lesser [EMAIL PROTECTED] wrote:
Hi Renaun,Have you got this working so that a DataGrid can display a query returned by CFMS in Flex 2 standalone? I tried doing this:
 _recordResponder = new Responder(handleRecordResult, handleRecordStatus); _nc = new NetConnection(); _nc.objectEncoding = flash.net.ObjectEncoding.AMF0; _nc.addEventListener(
NetStatusEventType.NET_STATUS, onNetStatus); _nc.addEventListener(SecurityErrorEventType.SECURITY_ERROR, onSecurityError); _nc.connect(
http://localhost/flashservices/gateway);  _nc.call(blesser.mirror.getRecords, _recordResponder);Followed later by: function handleRecordResult(result){
 grid.dataProvider = result; }But of course I don't see the record set in the grid. It just has one column named serverInfo.I came across this post:
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=585threadid=1081224enterthread=ywhich seems to indicate it likely won't work. Any light you can throw on getting back a record set would be most welcome.
Yours truly,-Brian 
Renaun Erickson wrote:You can always connect using the NetConnection code as you do in Flashand AS 2.0. The Flex mxml tags are just nice wrappers that handle a
lot stuff for you.I used the AS NetConnection class to connect a Flex 2 app to thecurrent AMF ColdFusion format just fine. The newer RemoteObjectcomponent in Flex uses the newer AMF3 format. (There are 3 versions
now, check out the google link below on the AMF3). Semi-Related Links:
http://www.communitymx.com/content/article.cfm?cid=EE7CAAMFPHP's webpage has some AS classes that can be used also.
http://www.google.com/search?hl=enlr=client=firefox-arls=org.mozilla%3Aen-US%3Aofficialq=flash.net.ObjectEncoding.AMF3btnG=SearchMain thing to remember is with Flex2 there is a new AMF format
(version 3) so beware of compability problems in the future. I assumethey are not going to get rid of the first two AMF formats but just beware that you do not try and mix gateway and connections up.
Renaun--- In flexcoders@yahoogroups.com, JIGNESH M. DODIYA 
[EMAIL PROTECTED]wrote: hi,do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object can't work with standalone or need CF 
adepter plug-in and only work with flex- enterpriese editionbut still any idea to club php with flex-2 standalone edition??regards,jignesh
 --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links  -- __
Brian LesserAssistant Director, Teaching and Technology SupportComputing and Communications ServicesRyerson University350 Victoria St.Toronto, Ontario Phone: (416) 979-5000 ext. 6835
M5B 2K3 Fax: (416) 979-5220Office: AB48D E-mail: [EMAIL PROTECTED]
(Enter through LB66) Web: http://www.ryerson.ca/~blesser__
--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. 



-- 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] Re: php flex-2 standalone

2005-11-21 Thread Jignesh Dodiya



did anybody try this one??

http://www.jessewarden.com/archives/2005/06/flash_flex_amfp.html

On 11/21/05, Brian Lesser [EMAIL PROTECTED] wrote:
Hi Renaun,Have you got this working so that a DataGrid can display a query returned by CFMS in Flex 2 standalone? I tried doing this:
 _recordResponder = new Responder(handleRecordResult, handleRecordStatus); _nc = new NetConnection(); _nc.objectEncoding = flash.net.ObjectEncoding.AMF0; _nc.addEventListener(
NetStatusEventType.NET_STATUS, onNetStatus); _nc.addEventListener(SecurityErrorEventType.SECURITY_ERROR, onSecurityError); _nc.connect(
http://localhost/flashservices/gateway);  _nc.call(blesser.mirror.getRecords, _recordResponder);Followed later by: function handleRecordResult(result){
 grid.dataProvider = result; }But of course I don't see the record set in the grid. It just has one column named serverInfo.I came across this post:
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=585threadid=1081224enterthread=ywhich seems to indicate it likely won't work. Any light you can throw on getting back a record set would be most welcome.
Yours truly,-Brian 
Renaun Erickson wrote:You can always connect using the NetConnection code as you do in Flashand AS 2.0. The Flex mxml tags are just nice wrappers that handle a
lot stuff for you.I used the AS NetConnection class to connect a Flex 2 app to thecurrent AMF ColdFusion format just fine. The newer RemoteObjectcomponent in Flex uses the newer AMF3 format. (There are 3 versions
now, check out the google link below on the AMF3). Semi-Related Links:
http://www.communitymx.com/content/article.cfm?cid=EE7CAAMFPHP's webpage has some AS classes that can be used also.
http://www.google.com/search?hl=enlr=client=firefox-arls=org.mozilla%3Aen-US%3Aofficialq=flash.net.ObjectEncoding.AMF3btnG=SearchMain thing to remember is with Flex2 there is a new AMF format
(version 3) so beware of compability problems in the future. I assumethey are not going to get rid of the first two AMF formats but just beware that you do not try and mix gateway and connections up.
Renaun--- In flexcoders@yahoogroups.com, JIGNESH M. DODIYA 
[EMAIL PROTECTED]wrote: hi,do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object can't work with standalone or need CF 
adepter plug-in and only work with flex- enterpriese editionbut still any idea to club php with flex-2 standalone edition??regards,jignesh
 --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links  -- __
Brian LesserAssistant Director, Teaching and Technology SupportComputing and Communications ServicesRyerson University350 Victoria St.Toronto, Ontario Phone: (416) 979-5000 ext. 6835
M5B 2K3 Fax: (416) 979-5220Office: AB48D E-mail: [EMAIL PROTECTED]
(Enter through LB66) Web: http://www.ryerson.ca/~blesser__
--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. 



-- 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] Re: php flex-2 standalone

2005-11-21 Thread Jignesh Dodiya



Thanx Renaun for your idea.let me follow your instruction
On 11/21/05, Renaun Erickson [EMAIL PROTECTED] wrote:
Have you checked your NetConnectionDebugger? Make sure the data iscoming over right then worry about the datagrid.
I connected and returned data with the code below, using AMFPHP, PHP5and Flex2 standalone.var gatewayUrl : String = 
http://localhost/amfphp/gateway.php;var gateway_conn : NetConnection = new NetConnection();gateway_conn.connect( gatewayUrl );When I get another change I'll look into ColdFusion again. 
--- In flexcoders@yahoogroups.com, Brian Lesser 
[EMAIL PROTECTED] wrote: Hi Renaun, Have you got this working so that a DataGrid can display a query  returned by CFMS in Flex 2 standalone? I tried doing this:  _recordResponder = new Responder(handleRecordResult, 
 handleRecordStatus);  _nc = new NetConnection(); _nc.objectEncoding = flash.net.ObjectEncoding.AMF0; _nc.addEventListener(NetStatusEventType.NET_STATUS
,  onNetStatus); _nc.addEventListener(SecurityErrorEventType.SECURITY_ERROR,  onSecurityError);  _nc.connect(
http://localhost/flashservices/gateway);  _nc.call(blesser.mirror.getRecords, _recordResponder);  Followed later by:  function handleRecordResult(result){
 grid.dataProvider = result; }  But of course I don't see the record set in the grid. It just has one  column named serverInfo.  I came across this post:
 http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=585threadid=1081224enterthread=y
  which seems to indicate it likely won't work. Any light you canthrow on  getting back a record set would be most welcome. Yours truly, -Brian   
 Renaun Erickson wrote:  You can always connect using the NetConnection code as you do in Flash and AS 2.0. The Flex mxml tags are just nice wrappers that handle a lot stuff for you.
  I used the AS NetConnection class to connect a Flex 2 app to the current AMF ColdFusion format just fine. The newer RemoteObject component in Flex uses the newer AMF3 format. (There are 3 versions
 now, check out the google link below on the AMF3).   Semi-Related Links: 
http://www.communitymx.com/content/article.cfm?cid=EE7CA AMFPHP's webpage has some AS classes that can be used also.
http://www.google.com/search?hl=enlr=client=firefox-arls=org.mozilla%3Aen-US%3Aofficialq=flash.net.ObjectEncoding.AMF3btnG=Search  Main thing to remember is with Flex2 there is a new AMF format
 (version 3) so beware of compability problems in the future. I assume they are not going to get rid of the first two AMF formats but just be ware that you do not try and mix gateway and connections up.
  Renaun  --- In flexcoders@yahoogroups.com, JIGNESH M. DODIYA 
[EMAIL PROTECTED] wrote:hi, do anybody know any alternet way to use php and felx-2 standalone  together??   i know that remote object can't work with standalone or need CF 
 adepter plug-in and only work with flex- enterpriese edition  but still any idea to club php with flex-2 standalone edition??  regards,
 jignesh-- 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 --  __
 Brian Lesser Assistant Director, Teaching and Technology Support Computing and Communications Services Ryerson University 350 Victoria St. Toronto, Ontario Phone: (416) 979-5000 ext. 6835
 M5B 2K3 Fax: (416) 979-5220 Office: AB48D E-mail: [EMAIL PROTECTED] (Enter through LB66) Web: 
http://www.ryerson.ca/~blesser __
--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. 



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





  




  
  
  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] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Jignesh Dodiya
 is subject to the Yahoo! Terms of Service.
 
--Niklas RichardsonPrismix LtdFlex and ColdFusion Experts!
--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. 




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





  




  
  
  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] Component Positioning question

2005-11-17 Thread Jignesh Dodiya



hi,

u can do one thing...

do write code in the following format

mx:VBox
 mx:Canvas
 .ur code for x/y layout...
 /mx:Canvas
mx:VBox

...i think it may work for ur exect x/y location in VBox






On 11/17/05, Manish Jethani [EMAIL PROTECTED] wrote:
On 11/17/05, Tracy Spratt 
[EMAIL PROTECTED] wrote: I'm not doing Flex 2 yet, but only the mx:Canvas allows you to explicitly set x/y position. The other containers layout the children using their own logic. That is their purpose. A VBox, for example
 arranges its children vertically.If you want to temporarily move children around -- for doing someanimation, for instance -- you could set the VBox's autoLayout tofalse temporarily. I believe that's how it is, but I'd look at the
documentation for autoLayout to confirm.Manish--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. 



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





  




  
  
  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] regarding eventListener with Alert control

2005-11-15 Thread Jignesh Dodiya




?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
 xmlns=* backgroundColor=#FF alpha=
10 height=300 width=300


mx:Script
![CDATA[

import mx.controls.Alert;
import mx.events.AlertClickEvent
function click(evt:AlertClickEvent)
{
if(evt.detail == Alert.OK)
{ txt2.text = txt1.text; }
Alert.show(Click the right Button, Alert Box,
Alert.OK | Alert.CANCEL | Alert.NO | Alert.YES);
}

]]
/mx:Script

mx:TextInput id=txt1 width=100 /
mx:TextInput id=txt2 width=200 /
mx:Button id=m_btn label=CLICK click=click(evt:AlertClickEvent)
/
/mx:Application

Above is my code..

I want to use Alert button with Event listener that only event executed only after clicking YES button in Alert dialog box.
But it gives error that EXPECTING RIGHTPAREN BEFORE COLON. 

I have highlighted both events with bold  UnderlinedNo idea how to solve that

Any suggestion will be appreciate..

-- 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] regarding Event Listner with Alert Control

2005-11-15 Thread Jignesh Dodiya




?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
 xmlns=* backgroundColor=#FF alpha=
10 height=300 width=300

mx:Script
![CDATA[
import mx.controls.Alert;
import mx.events.AlertClickEvent
function click(evt:AlertClickEvent)
{
if(evt.detail == Alert.OK)
{ txt2.text = txt1.text; }
Alert.show(Click the right Button, Alert Box,
Alert.OK | Alert.CANCEL | Alert.NO | Alert.YES);
}
]]
/mx:Script

mx:TextInput id=txt1 width=100
 /
mx:TextInput id=txt2 width=200
 /
mx:Button id=m_btn label=CLICK
 click=click(evt:AlertClickEvent) color=#ff /

/mx:Application






--
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] diff between mx:ImageButton mx:Button

2005-11-15 Thread Jignesh Dodiya



it is given in the help tutorial that ImageButton is the control and flex-2 alpha -1 gives the error saying its not supporting the mx:ImageButton as control..



Example: a simple ImageButton control 
The following code creates a toggle button with an image for up, down over and disabled states. The button has both a label and an icon. 

mx:ImageButton 
 label=Image Button 
 id=b2 toggle=true color=0xAA

 textRollOverColor=0x55 textSelectedColor=0x00 
upImage=@Embed('assets/buttonUp.gif') 
 overImage=@Embed('assets/buttonOver.gif') 
 downImage=@Embed('assets/buttonDown.gif') 
 disabledImage=@Embed('assets/buttonDisabled.gif') 
 icon=@Embed('assets/FlexLogo.gif') / 

the above example is simply copied from the flex-2 help... button control chaptor...
but ImageButton control and properties like upImage,downImage,disabledImage are not compitable with flex -2 as Error says
Any Idea regarding..Any other way to change the skin of the button???
Jignesh





On 11/15/05, JIGNESH M. DODIYA [EMAIL PROTECTED] wrote:
hi,Can anybody explain what is the exect difference between mx:ImageButton  mx:Button
Imagebutton is there for different skinning of the button stages like up, down, over , desable etc...but what about buttonState in bothis all the property of Imagebutton inherited by Button??
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] diff between mx:ImageButton mx:Button

2005-11-15 Thread Jignesh Dodiya



Thanx Manish(As ulways like to help me)

but

properties like upImage,downImage,disabledImage for button control are not compitable with flex-2 i think
On 11/15/05, Manish Jethani [EMAIL PROTECTED] wrote:
On 11/15/05, JIGNESH M. DODIYA 
[EMAIL PROTECTED] wrote: Can anybody explain what is the exect difference between mx:ImageButton  mx:ButtonI don't know about the exact different (I guess ImageButton had better
skinning?), but now in Flex 2 there's only one control -- Button. Anyfunctionality that was there in ImageButton has now been rolled intoButton.Manish
--Flexcoders Mailing ListFAQ: 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. 



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





  




  
  
  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] regarding Canvas container in flex-2

2005-11-12 Thread Jignesh Dodiya



Thanks Matt, I got the point what actually happens,,

by the way I am also interested to know how many controls or components like mx:Fade. / (faceless components) are there which not work under mx:Canvas./mx:Canvas format as this is the default with new application in Flex-2. So that we can eliminate confusions while coding..


Anybody know this

thnaks..
On 11/12/05, Matt Chotin [EMAIL PROTECTED] wrote:


The problem is probably the mx:Fade that you have, we don't allow faceless components to be declared at any level other than under the root tag. I would just move your script blocks and the Fade outside the Canvas.


You raise an interesting usability issue with how the default Application looks, I know we've been looking into that.


Matt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Friday, November 11, 2005 12:44 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] regarding Canvas container in flex-2



thanx phil...



itz simple code..


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=
http://www.macromedia.com/2005/mxml  xmlns=
* 
mx:Script 
![CDATA[
private 
function text1()
{
text2.text = hellow this is Jignesh;

}
]]
/mx:Script
mx:Button id=
m_btn label=button click=text1(); / 

mx:TextArea id=
text2 borderThickness=5 effectStart=true
  alpha=50 backgroundColor=#00ff00 text=
this text going to be clear / 
mx:Fade id=
myFade duration=15000 /
mx:Image source=
m_photo.jpg creationCompleteEffect={myFade} 
/ 
/mx:Application
works fine but if i use (or as per default in flex-2 alfa-1) 



?xml version=1.0 encoding=utf-8?
mx:Application
xmlns:mx=
http://www.macromedia.com/2005/mxml xmlns= *
 
mx:Canvas width=100% height=100% 
mx:Script 
![CDATA[
private 
function text1() 
{
text2.text = 
hellow this is Jignesh
; 
}
]]
/mx:Script 
mx:Button id=
m_btn label=button  click=text1(); 
/ 
mx:TextArea id=
text2 borderThickness= 5 effectStart=true
 alpha=50 backgroundColor= #00ff00 text=
this text going to be clear/ 
mx:Fade id=
myFade duration=15000  
/ 
mx:Image source=
m_photo.jpg creationCompleteEffect= {myFade} 
/ 
/mx:Canvas
/mx:Application
it gives error as COMPONENT DECLARATION ARE NOT ALLOWED HERE

thats why i m confused


On 11/12/05, Philip Costa 
[EMAIL PROTECTED] wrote: 
What code are you writing in the canvas tags?

Phil




From: 
flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Friday, November 11, 2005 3:20 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] regarding Canvas container in flex-2


hi...i m having one silly question but important



when i write my code within mx:Canvas . /mx:Canvas



i get the error COMPONENT DECLARATION ARE NOT ALLOWED HERE



if i remove Canvas container it works fine..



and by default in Flex-2 alfa-1 we get

mx:Application

 mx:Canvascode . /mx:Canvas

/mx:Application



so i m bit confused.anybody else did experience such problem???





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



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. 





-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 




-- 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] regarding Canvas container in flex-2

2005-11-12 Thread Jignesh Dodiya



Hey Manish..

thanx yaar...


On 11/12/05, Manish Jethani [EMAIL PROTECTED] wrote:
On 11/12/05, Jignesh Dodiya 
[EMAIL PROTECTED] wrote: by the way I am also interested to know how many controls or components like mx:Fade. / (faceless components) are there which not work under mx:Canvas./mx:Canvas format as this is the default with new application in Flex-2. So that we can eliminate confusions while coding..
Faceless (non-visual) components need to be at the top level.- effects- validators- formatters- data services
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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. 



-- 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] regarding Canvas container in flex-2

2005-11-11 Thread Jignesh Dodiya



hi...i m having one silly question but important

when i write my code within mx:Canvas . /mx:Canvas

i get the error COMPONENT DECLARATION ARE NOT ALLOWED HERE

if i remove Canvas container it works fine..

and by default in Flex-2 alfa-1 we get
mx:Application
 mx:Canvascode . /mx:Canvas
/mx:Application

so i m bit confused.anybody else did experience such problem???


-- 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] regarding Canvas container in flex-2

2005-11-11 Thread Jignesh Dodiya



thanx phil...

itz simple code..

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
 xmlns=*

mx:Script
![CDATA[
private function text1()
{
text2.text = hellow this is Jignesh;
}
]]
/mx:Script

mx:Button id=m_btn label=button click=text1(); /

mx:TextArea id=text2 borderThickness=5 effectStart=true
 alpha=50 backgroundColor=#00ff00 text=this text going to be clear
/ 
mx:Fade id=myFade duration=15000 /
mx:Image source=m_photo.jpg creationCompleteEffect={myFade} 
/ 

/mx:Application
works fine but if i use (or as per default in flex-2 alfa-1)


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml xmlns=
*
mx:Canvas width=100% height=100% 

mx:Script
![CDATA[
private function text1()
{
text2.text = hellow this is Jignesh;
}
]]
/mx:Script

mx:Button id=m_btn label=button
 click=text1(); /
mx:TextArea id=text2 borderThickness=
5 effectStart=true alpha=50 backgroundColor=
#00ff00 text=this text going to be clear/
 
mx:Fade id=myFade duration=15000
 /
mx:Image source=m_photo.jpg creationCompleteEffect=
{myFade} / 
/mx:Canvas

/mx:Application
it gives error as COMPONENT DECLARATION ARE NOT ALLOWED HERE
thats why i m confused
On 11/12/05, Philip Costa [EMAIL PROTECTED] wrote:

What code are you writing in the canvas tags?

Phil


From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Jignesh DodiyaSent: Friday, November 11, 2005 3:20 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] regarding Canvas container in flex-2


hi...i m having one silly question but important

when i write my code within mx:Canvas . /mx:Canvas

i get the error COMPONENT DECLARATION ARE NOT ALLOWED HERE

if i remove Canvas container it works fine..

and by default in Flex-2 alfa-1 we get
mx:Application
 mx:Canvascode . /mx:Canvas
/mx:Application

so i m bit confused.anybody else did experience such problem???


-- jignesh dodiya --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. 



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





  




  
  
  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] Flex 2 Alpha is here???

2005-10-17 Thread Jignesh Dodiya



i m too couting seconds to have that
On 10/17/05, Abdul Qabiz [EMAIL PROTECTED] wrote:
Don't worry by this tomorrow you gonna have Alpha-bits with you...Exciting...:)
-abdul -Original Message-From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] OnBehalf Of Chris VelevitchSent: Sunday, October 16, 2005 5:58 PM
To: flexcoders@yahoogroups.comSubject: [flexcoders] Flex 2 Alpha is here???It's been over 10 hours since the 17 started. Where is it?
(Just kidding. I won't have time this week to look at it ;-)Chris--Chris VelevitchManager - Sydney Flash Platform Developers Group
www.flashdev.org.au--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links--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. 



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





  




  
  
  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.