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.



  









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

    code . 

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

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





 id="m_btn" label="button" click="text1();" />

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


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


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






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



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

    code . 

 
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] 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  (faceless components) are there which not work under  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  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..

 

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


 id="
m_btn" label="button" click="text1();" /> 

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

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

 



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

 

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


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  

 

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



    code . 



 

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  (faceless components) are there which not work under  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 eventListener with Alert control

2005-11-15 Thread Jignesh Dodiya





 xmlns:mx="http://www.macromedia.com/2005/mxml
" xmlns="*" backgroundColor="#FF" alpha="
10" height="300" width="300
">
 




 id="txt1" width="100" />
 id="txt2" width="200" />
 id="m_btn" label="CLICK" click="click(evt:AlertClickEvent)"
 />

 
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





 xmlns:mx="http://www.macromedia.com/2005/mxml
" xmlns="*" backgroundColor="#FF" alpha="
10" height="300" width="300
">




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








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

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


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

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

2005-11-17 Thread Jignesh Dodiya



hi,
 
u can do one thing...
 
do write code in the following format
 

 
   .ur code for x/y layout...
 

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



  









Re: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Jignesh Dodiya
dFusion Experts!
>  >>  >>  >>  >  --
>  >  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.
>  >>  >  >  >
>  >>  >>>>  --
>  Niklas Richardson>  Prismix Ltd>>  Flex and ColdFusion Experts!
>>>>  --
>  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.>
>  >>>
--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] php & flex-2 standalone

2005-11-20 Thread Jignesh Dodiya



thanx Brian for ur kind interest.
 
i used to do it with php & WAMPS,  and AMFPHP  gateway, but finally the thing is that remoteObject is not supported in flex-2 stand alone.i tried the code given in the link below::
http://www.jessewarden.com/archives/2005/06/flash_flex_amfp.html
 
 
now think to do install flex-2 plug-in and to check if it works or not..
 
regards.
jignesh
 
 
 
On 11/21/05, Scott Langeberg <[EMAIL PROTECTED]> wrote:

Does PHP have any webservice libraries? I know with coldfusion, it is easy to set up a component to serve as a webservice.
 
Scott 

On 11/20/05, 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 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 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: 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=585&threadid=1081224&enterthread=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 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=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=flash.net.ObjectEncoding.AMF3&btnG=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 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=585&threadid=1081224&enterthread=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 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=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=flash.net.ObjectEncoding.AMF3&btnG=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 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=585&threadid=1081224&enterthread=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=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=flash.net.ObjectEncoding.AMF3&btnG=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] 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] calling methods in a c/C++ dll from Flex application

2005-11-23 Thread Jignesh Dodiya



whats about c++ & felx-2 instead of using flex-1.5
On 11/23/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote:
Right...In Flex 1.5, you can use xmlsocket to communicate with any local OSapplication. You need to embed a socket-server in OS application and
Flex apps can communicate...-abdul-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of Aldo Bucchi
Sent: Wednesday, November 23, 2005 9:29 PMTo: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] calling methods in a c/C++ dll from Flexapplicationin FP 8.5 you can use sockets ;)On 11/23/05, Abdul Qabiz <
[EMAIL PROTECTED]> wrote:> Hi,>> You can do that using FSCommand(..) if you are writing flexapplication> using Flex 1.5. You can use flash.external.ExternalInterface API of> Macromedia Flash Player 
8.5 for communicating with host application.>> I believe, you are embedding SWF in a C++ shell, above method applies> for such cases.>>> Since you are using word "dll", I am little confused here. Can you
> please tell more about your requirement?>> -abdul>>>>>>> -Original Message-> From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]On> Behalf Of kskarki75
> Sent: Wednesday, November 23, 2005 5:55 PM> To: flexcoders@yahoogroups.com> Subject: [flexcoders] calling methods in a c/C++ dll from Flex
> application>> 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 List> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives:> 
http://www.mail-archive.com/flexcoders%40yahoogroups.com> Yahoo! Groups Links>>>>>>>>>>> --> Flexcoders Mailing List> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com> Yahoo! Groups Links
>>>>>>>--: Aldo Bucchi :mobile (56) 8 429 8300--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








  
  
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.swf link 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: 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 
 
 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] 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] 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) : Any idea, how to convert normal curser to Hand cursor when howering on took or cancel button in Alert window 
 
 
 
 xmlns:mx="http://www.macromedia.com/2005/mxml"
borderStyle="solid" backgroundColor="#FF" width="
100%" height="100%" >




 id="myInput" width="150" text="" 
/>
 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"
/>
 id="myText" width="200" text="" 
/>

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.



  









[flexcoders] don't work

2005-11-30 Thread Jignesh Dodiya



 tag can't works inside  container.it need to be called outside Canvas tag 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] AMF Remoting Discussion Summary (Re: Flex2 and Amfphp is it possible ?)

2005-12-17 Thread Jignesh Dodiya



i did start the same discussion earlier too but still in confusion  
On 12/17/05, Renaun Erickson <[EMAIL PROTECTED]> wrote:
As for a summary, Peter breaks it down pretty well.  We have actuallyconfused to issues together:
1.) "AMF protocol versions"2.) "Flex 1.5 styled RemoteObject in Flex 2"Details on the 2 issues:All AMF protocol versions should work as Flash Players progress.  Thisis what has happened in the past and has been stated what will happen
in the future.  So the actual protocols will work.  Thecomponent/class wrappers change over time.  And then it comes down toAdobe making the choice of which component/classes end up in thereclass packages.
The 2nd issue is about the classes/components that provide the meansand methods of connecting and using the protocols.  Between Flex1.5,Flex2, Flash MX, Flash 8 etc... there have been differentimplementations of classes and/or components.  Personally one of the
nice features of Flex has been the Data Services components (Flex 1.5term, in Flex2 they are called RPC services as Data Services refers tonew methods of connecting to data, which means I will refer toRemoteObject by RPC Services from now on out).  The RPC services,
RemoteObject, HTTPService and WebService components/classes havegotten a overhaul in Flex2 Alpha to facilitate the new AMF3 feature. Please also note that the Flex2 components/classes are not final.  Okhere comes the main concern of certain people and that is the lose of
out of the box components/classes that can be used to connect to AMFversion 1/2 gateways the same way they do now.  Logically all onewould have to do is create such a component/class, this is what I amlooking into.  Please note that this is not a solution but more of a
migrating tool and that we really should consider moving to Flex2'snew version/component/classes when possible etc...  Its the drastic change of how Flex2 handles AMF connections that isprobably causing all the confusion.  As it uses a destination in the
client RemoteObject level that is mapped to a configuration file thatthen is mapped to a channel.  This method is roughly called the"Adapter" method?  We'll see implementations of using this method come
forth for all of the current AMF implementations.  Once this happenssome of these issues should be alleviated a little.Someone else might be able to say it more elegantly, but here is mytake on the summary.
Rea--- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> wrote:
>> All,> > I think people are mixing issues. 1.) "AMF protocol versions" and 2.)> "Flex 1.5 styled RemoteObject in Flex 2" are completely separate issues.> 
> > 1. AMF 0 and AMF 3 both work in AS3, AVM+ flash.net.NetConnection as> we've heard on this thread over and over.> > > 2. Flex 1.5 styled RemoteObject calls. The issue here is not really AMF
> 0 or AMF 3. There are several points here that you're raising (that> people seem to be confusing with AMF 0):> > a.) Ability to point RemoteObject to an arbitrary endpoint that isn't> necessarily Flex Enterprise Server 2.
> > b.) Send Flex 1.5 styled requests (not AMF protocol specific> consideations here, but things like headers, credentials, etc) to legacy> endpoints.> > c.) Support for Flex 1.5 (well, actually we're really talking about
> Flash Remoting MX Components 2004) data types such as> mx.remoting.RecordSet.> > I cannot discuss implementation details until a public Beta of Flex> Enterprise is released. Please contact Phil Costa off list if you need
> to discuss any of these in detail before then.> > I can tell you, however, that Flex 2 Data Provider API is considerably> different. I believe the mx.remoting.RecordSet API as it stands in Flex
> 1.5 is an inadequate data provider for Flex 2 components.> > How were you using RecordSet? Did you bind it directly to a data grid?> Also, how were you constructing these on the server? CF Query objects?
>--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] How do you change the color of text in a label

2005-12-19 Thread Jignesh Dodiya




On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

What is the property that you use to change it?--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 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.



  









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.com>Sent: 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 
 
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

 
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.com>Sent: 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.