Re: [flexcoders] Star System

2005-03-21 Thread Ketan Bengali

Answer to your first question:

You can make the star system u want in Flash and export it as a 
component (.swc file)
and use it in Flex.

Regards,

Ketan Bengali
Multimedia Programmer,
Silver Communication Pvt. Ltd.,
Pune.



pioplacz wrote:

Hi! Was wondering if somebody have any idea if it's possible to make 
a star system like in iTunes? that u grade every song by giving it 1-
5 stars? How can i make something like this? 

My second question? How is it possible to make a search funtion in 
Flex Store Demo Application last time i tryed it would really work 
it worked in the grid view. But when i clicked on the product no 
information were showed in the details part... is it possible to fix 
it? 





 
Yahoo! Groups Links



 




  



 
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] Star System

2005-03-21 Thread Ketan Bengali
We have already have a star system which matches your requirements .
If you need it you can have that. Have attached it with current mail.

Copy the .swc file to default-war\WEB-INF\flex\user_classes
For safer side restart your server.

mxml code would be:
CineRating id=yourid rating=3 /
rating can be anything from 1 to 5.

Regards,


Sagar Kulkarni
Dipti Mane
Ketan Bengali




pioplacz wrote:

Hi! Was wondering if somebody have any idea if it's possible to make 
a star system like in iTunes? that u grade every song by giving it 1-
5 stars? How can i make something like this? 

My second question? How is it possible to make a search funtion in 
Flex Store Demo Application last time i tryed it would really work 
it worked in the grid view. But when i clicked on the product no 
information were showed in the details part... is it possible to fix 
it? 





 
Yahoo! Groups Links



 




  



 
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/
 


CineRating.swc
Description: Binary data


Re: [flexcoders] DataGrid Array please don't work help me

2005-03-21 Thread [EMAIL PROTECTED]
Thank's Mika, but i'm stop.
My problem it's that the number of dataGrind column i will know only at 
runtime, then i have this problem.

I have a array, (simple array not array of object).
Then i must display in my dataGrid column the value of this array, after 
with Repeater i must create TextInput how many the elements of an 
array are,
then the row of this dataGrid will be the value of TextInput.
If you can look my code and to help me  how to do, please i'm disperate 
with this problem.
Devis




 
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/
 
?xml version=1.0 encoding=utf-8?
mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml; height=100% width=100% visible=true
xmlns=*


 
   
 PdmService id=service/
  mx:Script source=../as/WFSchedaModello.as/
  mx:Script source=../as/StringEx.as/
  mx:Script source=../as/WFTabelle.as/
  mx:Script source=../delegate/PfDelegate.as/

  
!--Imposto i campi obbligatori --
mx:StringValidator field=PfVO(vopf[0]).pfvopk.stagpf minLength=1 maxLength=50  requiredFieldError=Campo obbligatorio  tooLongError=Max 5 caratteri listener=lstag /
mx:StringValidator field=PfVO(vopf[0]).pfvopk.modepf minLength=5 maxLength=10  requiredFieldError=Campo obbligatorio   tooLongError=Max 10 caratteri listener=lmodello /
mx:StringValidator field=PfVO(vopf[0]).pfvopk.matepf minLength=5 maxLength=5  requiredFieldError=Campo obbligatorio   tooLongError=Max 5 caratteri listener=ltessuto /
mx:StringValidator field=PfVO(vopf[0]).de50pfminLength=4 maxLength=50  requiredFieldError=Campo obbligatorio  tooLongError=Max 50 caratteri listener=ldescr /
mx:StringValidator field=PfVO(vopf[0]).modevo.tgbamo minLength=1 maxLength=5  requiredFieldError=Campo obbligatorio  tooLongError=Max 2 caratteri listener=tag_base /
mx:StringValidator field=PfVO(vopf[0]).modevo.cmpfmo.dsc_cmpf minLength=1 maxLength=50  requiredFieldError=Campo obbligatorio  tooLongError=Max 2 caratteri listener=lcat_merc /
  




!--Stagione --

mx:Binding source={PfVO(vopf[0]).stagione.dsc_stag==undefined ?'':PfVO(vopf[0]).stagione.dsc_stag} destination=lstag.text /  
mx:Binding source={ltrim(PfVO(vopf[0]).stagione.cdc_stag)==undefined ?'':ltrim(PfVO(vopf[0]).stagione.cdc_stag)} destination=PfVO(vopf[0]).pfvopk.stagpf /  
mx:Binding source={ltrim(PfVO(vopf[0]).stagione.cdc_stag)==undefined ?'':ltrim(PfVO(vopf[0]).stagione.cdc_stag)} destination=PfVO(vopf[0]).modevo.modevopk.stagmo /  
mx:Binding source={ltrim(PfVO(vopf[0]).stagione.cdc_stag)==undefined ?'':ltrim(PfVO(vopf[0]).stagione.cdc_stag)} destination=PfVO(vopf[0]).cpfultvo.cpfultvopk.stagpf /  


!--Modello --
mx:Binding source={PfVO(vopf[0]).pfvopk.modepf==undefined ?'':PfVO(vopf[0]).pfvopk.modepf} destination=lmodello.text /  
mx:Binding source={ltrim(PfVO(vopf[0]).pfvopk.modepf)==undefined ?'':ltrim(PfVO(vopf[0]).pfvopk.modepf)} destination=PfVO(vopf[0]).modevo.modevopk.modemo /  
mx:Binding source={ltrim(PfVO(vopf[0]).pfvopk.modepf)==undefined ?'':ltrim(PfVO(vopf[0]).pfvopk.modepf)} destination=PfVO(vopf[0]).cpfultvo.cpfultvopk.modepf /  

!--Tessuto --
mx:Binding source={PfVO(vopf[0]).pfvopk.matepf==undefined ?'':PfVO(vopf[0]).pfvopk.matepf} destination=ltessuto.text /  
mx:Binding source={ltrim(PfVO(vopf[0]).pfvopk.matepf)==undefined ?'':ltrim(PfVO(vopf[0]).pfvopk.matepf)} destination=PfVO(vopf[0]).cpfultvo.cpfultvopk.matepf /  


!--Codice Taglia + Taglia Base --
mx:Binding source={PfVO(vopf[0]).modevo.tgbamo==undefined ?'':PfVO(vopf[0]).modevo.tgbamo} destination=tag_base.text /  




!--Categoria Merceologia prodotto finito  --
mx:Binding source={PfVO(vopf[0]).modevo.cmpfmo.dsc_cmpf==undefined ?'':PfVO(vopf[0]).modevo.cmpfmo.dsc_cmpf} destination=lcat_merc.text /  
mx:Binding source={ltrim(PfVO(vopf[0]).modevo.cmpfmo.cdc_cmpf)==undefined ?'':ltrim(PfVO(vopf[0]).modevo.cmpfmo.cdc_cmpf)} destination=PfVO(vopf[0]).modevo.cmpf /  





!--Vari  --
mx:Binding source={PfVO(vopf[0]).de50pf==undefined ?'':PfVO(vopf[0]).de50pf} destination=ldescr.text /  
 
 
 


	
mx:Panel
mx:Label text={PfVO(vopf[0]).strepf=='A'?'ANNULLATO':''}  styleName=Text /

mx:Form 


mx:HBox 
mx:FormItem label=Stagione  required=true 
mx:Label id=lstag /
	/mx:FormItem

mx:FormItem label=Tipo prodotto  required=true 
   mx:RadioButton groupName=tpo id=option1 label=Prodotto selected={PfVO(vopf[0]).modevo.tpmomo=='0'} click=PfVO(vopf[0]).modevo.tpmomo='0'/
   mx:RadioButton groupName=tpo id=option2 label=Acquistato selected={PfVO(vopf[0]).modevo.tpmomo=='1'} click=PfVO(vopf[0]).modevo.tpmomo='1'/
	/mx:FormItem

/mx:HBox 

	mx:FormItem label=Marchio  required=true 
		mx:Label text={selectedMarchio.dsc_linee} id=marchios/
	/mx:FormItem

	mx:FormItem label=Linea  required=true 
		mx:Label 

[flexcoders] ColdFusion MX 7 support flash form

2005-03-21 Thread ncelq


ColdFusion MX 7 support flash form,

what is the market niche for flex?





 
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] How to new a mx component in actionscript?

2005-03-21 Thread Mika Kiljunen










From Developing Flex Applications help:



Creating components not declared in MXML

If
you want to create a new child component that was not declared in MXML, use the
createChild()
method; for example:

mx:Script import mx.controls.Button; var okButton:Button; function someMethod():Void { okButton = Button(createChild(Button, undefined, { label: OK })); }/mx:Script



-Mika











From: ncelq
[mailto:[EMAIL PROTECTED] 
Sent: 21. maaliskuuta 2005 2:44
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to
new a mx component in actionscript?






Hi all,

Besides using mx:x/ tag

How to new a mx component by using
actionscript?

Thank you
















Yahoo! Groups Sponsor


  ADVERTISEMENT 












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 the Yahoo! Terms of Service.












[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Apr 05 13:44:32 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 57383 invoked from network); 5 Apr 2004 20:44:32 -
Received: from unknown (66.218.66.216)
  by m20.grp.scd.yahoo.com with QMQP; 5 Apr 2004 20:44:32 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta1.grp.scd.yahoo.com with SMTP; 5 Apr 2004 20:44:32 -
Received: from moc-gen-mai-21.corp.sfcommerce.com 
(moc-gen-mai-21.corp.sfcommerce.com [172.16.31.85])
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC(5.0.2195.6713);
  Mon, 5 Apr 2004 16:44:25 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41B4E.C87EEC30
Date: Mon, 5 Apr 2004 16:44:25 -0400
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] Flex Needs Remote Shared Objects!
Thread-Index: AcQbPdkaRda7yezASkOcpVULsqsx3AAD9ulg
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 05 Apr 2004 20:44:25.0905 (UTC) 
FILETIME=[C8893210:01C41B4E]
X-eGroups-Remote-IP: 204.92.58.42
From: Stacy Young [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=180803996
X-Yahoo-Profile: xoconnick

--_=_NextPart_001_01C41B4E.C87EEC30
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

1.  Control Panel/Dashboard apps, pushing real-time monitoring data
to the display. ( Biz metrics, CPU/Memory usage etc )
2.  Multi-User applications. Any time data is relevant to many
parties. Example would be ticketing application...customer service has
application running 24/7 on their desktop...ticket statuses are pushed
to clients as they're updated.
3.  External push from outside systems (as Steven mentioned).
Let's take the ticketing example once again, 'users' are not the only
way for tickets to enter the system. We'd like all our
products/services/systems to tie into this system. Real-time
trouble-ticket creation. System A throws an exception which is caught
and in turn 'fed' into system B in the form of a trouble ticket. (flex
enabled ticketing system)

=20

Stace :D

=20

_=20=20

From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 2:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!

=20

=20

Use cases, friends, use cases! It's definitely a feature we'll be
investigating but I'd love to hear as many specific use cases as
possible.

=20

l.=20

=20

_=20=20

From: Steven Webster [mailto:[EMAIL PROTECTED]
Sent: Sunday, April 04, 2004 1:57 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Needs Remote Shared Objects!

On Sun, 2004-04-04 at 04:49, Stacy Young wrote:
 Here's a vote for a 1.x (one can hope) or a 2.x release of Flex. Add
the
 ability to push data to clients. Essentially a subset of features
 offered by Flashcom...or more specifically, remote shared objects.
That
 would be SO killer...and would close the book on benefits of RIAs in
the
 biz world.

I'll second this ... and more importantly, the ability to drive
the push from the server-side application (which Flash Comm
doesn't support directly).

I guess this is quite a big ask though...

Steven





_=20=20

Yahoo! Groups Links

*   To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
=09=20=20
*   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]=20
=09=20=20
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ .=20


--_=_NextPart_001_01C41B4E.C87EEC30
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered)
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Bookman Old Style;
panose-1:2 5 6 4 5 5 5 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
tt
{font-family:Courier New;}
span.EmailStyle18
{font-family:Bookman Old Style;
color:blue;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Fri Mar 26 13:58:38 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 88444 invoked from network); 26 Mar 2004 21:58:37 -
Received: from unknown (66.218.66.216)
  by m13.grp.scd.yahoo.com with QMQP; 26 Mar 2004 21:58:37 -
Received: from unknown (HELO khar.in2cable.net) (203.192.192.22)
  by mta1.grp.scd.yahoo.com with SMTP; 26 Mar 2004 21:58:37 -
Received: (qmail 9932 invoked from network); 26 Mar 2004 21:58:29 -
Received: from dhcp-192-192-76.in2cable.com (HELO Thinkpad) ([203.192.192.76])
  (envelope-sender [EMAIL PROTECTED])
  by khar.in2cable.net (qmail-ldap-1.03) with SMTP
  for flexcoders@yahoogroups.com; 26 Mar 2004 21:58:29 -
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Sat, 27 Mar 2004 03:28:28 +0530
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-eGroups-Remote-IP: 203.192.192.22
From: Brajeshwar [EMAIL PROTECTED]
Subject: test Mail! Hi!
X-Yahoo-Group-Post: member; u=166404455

Hi,

Let Flash Flex its muscles!

Regards
Brajeshwar
-




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 07:20:41 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 84685 invoked from network); 29 Mar 2004 15:20:40 -
Received: from unknown (66.218.66.216)
  by m1.grp.scd.yahoo.com with QMQP; 29 Mar 2004 15:20:40 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta1.grp.scd.yahoo.com with SMTP; 29 Mar 2004 15:20:39 -
Received: from moc-gen-mai-21.corp.sfcommerce.com 
(moc-gen-mai-21.corp.sfcommerce.com [172.16.31.85])
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC(5.0.2195.6713);
  Mon, 29 Mar 2004 10:20:36 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C415A1.62A1DFE8
Date: Mon, 29 Mar 2004 10:20:36 -0500
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] FLEX released!
Thread-Index: AcQVlhBZ9xGFE/O+SxKAhwq7nlHxvAACxrig
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 29 Mar 2004 15:20:36.0218 (UTC) 
FILETIME=[62A5FDA0:01C415A1]
X-eGroups-Remote-IP: 204.92.58.42
From: Stacy Young [EMAIL PROTECTED]
Subject: RE: [flexcoders] FLEX released!
X-Yahoo-Group-Post: member; u=180803996
X-Yahoo-Profile: xoconnick

--_=_NextPart_001_01C415A1.62A1DFE8
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

There's gonna be a serious splash when it trickles down into the lists
today. It's not going to be pretty!

Great product though can't argue with that...anxious for 1.x...and/or
player speed enhancements.

=20

-Stace

=20

_=20=20

From: Oliver Merk [mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 8:58 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FLEX released!

=20

It's out, but you'll have to pay $8.99 plus shipping for a trial CD.

Gimme a break;)




_=20=20

Yahoo! Groups Links

*   To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
=09=20=20
*   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]=20
=09=20=20
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ .=20


--_=_NextPart_001_01C415A1.62A1DFE8
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered)
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Bookman Old Style;
panose-1:2 5 6 4 5 5 5 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
tt
{font-family:Courier New;}
span.EmailStyle18
{font-family:Bookman Old Style;
color:blue;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--
/style

/head

body lang=3DEN-US link=3Dblue vlink=3Dblue

div class=3DSection1

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'There=
#8217;s
gonna be a serious splash when it trickles down into the lists today. It#8=
217;s
not going to be pretty!/span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'Great
product though can#8217;t argue with that#8230;anxious for 1.x#8230;and/=
or
player speed enhancements./span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'nbsp=
;/span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'-Stac=
e/span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'nbsp=
;/span/font/p

div

div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'font siz=
e=3D3
face=3DTimes New Romanspan style=3D'font-size:12.0pt'

hr size=3D2 width=3D100% align=3Dcenter tabindex=3D-1

/span/font/div

p class=3DMsoNormalbfont size=3D2 face=3DTahomaspan style=3D'font-si=
ze:10.0pt;

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 07:55:35 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 84198 invoked from network); 29 Mar 2004 15:55:33 -
Received: from unknown (66.218.66.172)
  by m7.grp.scd.yahoo.com with QMQP; 29 Mar 2004 15:55:33 -
Received: from unknown (HELO p15112434.pureserver.info) (217.160.168.91)
  by mta4.grp.scd.yahoo.com with SMTP; 29 Mar 2004 15:55:32 -
Received: from saturn ([213.128.227.99])
  (authenticated (0 bits))
  by p15112434.pureserver.info (8.11.6/8.11.6) with ESMTP id i2TFtVf28647
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 16:55:31 +0100
To: flexcoders@yahoogroups.com
Date: Mon, 29 Mar 2004 16:55:45 +0100
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_00E0_01C415AE.AD9480E0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
X-eGroups-Remote-IP: 217.160.168.91
From: Steven Webster [EMAIL PROTECTED]
Subject: FW: Trial CD and Flexcoders
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

--=_NextPart_000_00E0_01C415AE.AD9480E0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi all,

Message on behalf of Libby Freligh (Senior Product Manager for Flex) while
she configures
her yahoo mail settings to post as well as receive mail from the list ;)


The trial is available for download on the beta site. If you’re on this list
but not on the beta, drop me a line off list at [EMAIL PROTECTED]
Thanks!



libby.



--=_NextPart_000_00E0_01C415AE.AD9480E0
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTML xmlns=3Dhttp://www.w3.org/TR/REC-html40; xmlns:v =3D=20
urn:schemas-microsoft-com:vml xmlns:o =3D=20
urn:schemas-microsoft-com:office:office xmlns:w =3D=20
urn:schemas-microsoft-com:office:wordHEAD
META http-equiv=3DContent-Type content=3Dtext/html; charset=3Diso-8859-1=

META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR
STYLE@font-face {
font-family: Wingdings;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
LI.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
DIV.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
A:link {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
page: Section1
}
/STYLE
/HEAD
BODY lang=3DEN-US vLink=3Dpurple link=3Dblue
DIVSPAN class=3D453315215-29032004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2Hi all,/FONT/SPAN/DIV
DIVSPAN class=3D453315215-29032004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D453315215-29032004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2Message on behalf of Libby Freligh (Senior Product Manager for Fle=
x)=20
while she configures/FONT/SPAN/DIV
DIVSPAN class=3D453315215-29032004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2her yahoo mail settings to post as well as receive mail from the l=
ist=20
;)/FONT/SPAN/DIV
DIVSPAN class=3D453315215-29032004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIV class=3DOutlookMessageHeader dir=3Dltr align=3DleftFONT face=3DArial=
size=3D2SPAN=20
style=3DFONT-SIZE: 10pt; FONT-FAMILY: Arialo:pnbsp;/o:p/SPAN/FON=
T/DIV
DIV class=3DSection1
P class=3DMsoNormal style=3DMARGIN-LEFT: 0.5inFONT face=3DArial color=
=3Dnavy=20
size=3D2SPAN style=3DFONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: ArialT=
he trial=20
is available for download on the beta site. If you=92re on this list but no=
t on=20
the beta, drop me a line off list at A=20
href=3Dmailto:[EMAIL PROTECTED][EMAIL PROTECTED]/A.=20
Thanks!o:p/o:p/SPAN/FONT/P
P class=3DMsoNormal style=3DMARGIN-LEFT: 0.5inFONT face=3DArial color=
=3Dnavy=20
size=3D2SPAN=20
style=3DFONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arialo:pnbsp;/o:p=
/SPAN/FONT/P
P class=3DMsoNormal style=3DMARGIN-LEFT: 0.5inFONT face=3DArial color=
=3Dnavy=20
size=3D2SPAN style=3DFONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Ariall=
ibby.=20
o:p/o:p/SPAN/FONT/P
P class=3DMsoNormalFONT face=3DArial size=3D2SPAN=20
style=3DFONT-SIZE: 10pt; FONT-FAMILY: Arialo:pnbsp;/o:p/SPAN/FON=
T/P/DIV/BODY/HTML

--=_NextPart_000_00E0_01C415AE.AD9480E0--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Apr 05 13:49:31 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 11685 invoked from network); 5 Apr 2004 19:11:17 -
Received: from unknown (66.218.66.217)
  by m7.grp.scd.yahoo.com with QMQP; 5 Apr 2004 19:11:16 -
Received: from unknown (HELO cmxhqpdc.cmxhq.com) (67.154.16.67)
  by mta2.grp.scd.yahoo.com with SMTP; 5 Apr 2004 19:11:16 -
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41B41.A49DF4F0
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Date: Mon, 5 Apr 2004 14:10:22 -0500
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] Flex Needs Remote Shared Objects!
Thread-Index: AcQbPcet3hvgCYWLT/W4UWttASgRmwAA2liA
To: flexcoders@yahoogroups.com
X-eGroups-Remote-IP: 67.154.16.67
From: Igor Ilyinsky [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=150154850
X-Yahoo-Profile: maverickmavenllc

--_=_NextPart_001_01C41B41.A49DF4F0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Well, I for one have an RIA project that I intend to hit up in about 2 mont=
hs that is based on a high-ticket product catalog of 2000 products with a r=
eal-time inventory that will sell out 60% in about the first 5 hours. So, I=
would LOVE to be able to PUSH an inventory change when an item gets sold, =
so that we don't piss someone else off that thought they were buying the la=
st item.
=20
-Igor

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 1:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!


=20
Use cases, friends, use cases! It's definitely a feature we'll be investiga=
ting but I'd love to hear as many specific use cases as possible.
=20
l.=20

_=20=20

From: Steven Webster [mailto:[EMAIL PROTECTED]
Sent: Sunday, April 04, 2004 1:57 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Needs Remote Shared Objects!


On Sun, 2004-04-04 at 04:49, Stacy Young wrote:
 Here's a vote for a 1.x (one can hope) or a 2.x release of Flex. Add the
 ability to push data to clients. Essentially a subset of features
 offered by Flashcom...or more specifically, remote shared objects. That
 would be SO killer...and would close the book on benefits of RIAs in the
 biz world.

I'll second this ... and more importantly, the ability to drive
the push from the server-side application (which Flash Comm
doesn't support directly).

I guess this is quite a big ask though...

Steven




_=20=20

Yahoo! Groups Links


*   To visit your group on the web, go to:
HYPERLINK http://groups.yahoo.com/group/flexcoders/http://groups.yahoo.co=
m/group/flexcoders/
=20=20

*   To unsubscribe from this group, send an email to:
HYPERLINK mailto:[EMAIL PROTECTED]
ibe[EMAIL PROTECTED]
=20=20

*   Your use of Yahoo! Groups is subject to the HYPERLINK 
http://docs.yahoo.=
com/info/terms/Yahoo! Terms of Service.=20



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004
=20

--_=_NextPart_001_01C41B41.A49DF4F0
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Diso-8859-=
1


META content=3DMSHTML 6.00.2800.1170 name=3DGENERATOR/HEAD
BODY
DIVSPAN class=3D646080719-05042004FONT face=3DArial color=3D#ff si=
ze=3D2Well,=20
I for one have an RIA project that I intend to hit up in about 2 months tha=
t is=20
based on a high-ticket product catalognbsp;of 2000 products with a=20
real-timenbsp;inventory that willnbsp;sell outnbsp;60%nbsp;in about the=
=20
first 5 hours. So, I would LOVE to be able to PUSH an inventory change when=
an=20
item gets sold, so that we don't piss someone else off that thought they we=
re=20
buying the last item./FONT/SPAN/DIV
DIVSPAN class=3D646080719-05042004FONT face=3DArial color=3D#ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D646080719-05042004FONT face=3DArial color=3D#ff=20
size=3D2-Igor/FONT/SPAN/DIV
BLOCKQUOTE dir=3Dltr style=3DMARGIN-RIGHT: 0px
DIV class=3DOutlookMessageHeader dir=3Dltr align=3DleftFONT face=3DTah=
oma=20
size=3D2-Original Message-BRBFrom:/B Libby Freligh=20
[mailto:[EMAIL PROTECTED]BRBSent:/B Monday, April 05, 2004 1=
:43=20
PMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B RE:=20
[flexcoders] Flex Needs Remote Shared Objects!BRBR/FONT/DIV
DIV dir=3Dltr align=3DleftFONT 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Apr 05 14:02:42 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 98328 invoked from network); 5 Apr 2004 21:02:41 -
Received: from unknown (66.218.66.166)
  by m18.grp.scd.yahoo.com with QMQP; 5 Apr 2004 21:02:40 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta5.grp.scd.yahoo.com with SMTP; 5 Apr 2004 21:02:40 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i35L2dbi021801
  for flexcoders@yahoogroups.com; Mon, 5 Apr 2004 14:02:39 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTQDH; Mon, 5 Apr 2004 17:02:39 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Mon, 5 Apr 2004 17:02:38 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41B51.53679915
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41B51.53679915
Content-Type: text/plain

you guys are the bomb, as usual. thanks. 

_ 

From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 1:51 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!


Stace said it all... please put this in... I just got another idea from
seeing M$ CRM.

As people work in Tech Support, they get notified of system trouble and
such... using the ticketing system I've build with the Flex UI, they can
send notifications to everyone logged in, specifically customer service to
tell them of the problem. So that when they are on the phones, they will be
able to quickly respond to customers.

Right now emailed is used.

Jimmy Gianninas - Software Developer
Terra Payments Inc.
(514) 380 - 2700 extension 3249


_ 

From: Stacy Young 
Sent: Monday, April 05, 2004 4:44 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!



1.  Control Panel/Dashboard apps, pushing real-time monitoring data to
the display. ( Biz metrics, CPU/Memory usage etc ) 

2.  Multi-User applications. Any time data is relevant to many parties.
Example would be ticketing application...customer service has application
running 24/7 on their desktop...ticket statuses are pushed to clients as
they're updated. 

3.  External push from outside systems (as Steven mentioned). Let's
take the ticketing example once again, 'users' are not the only way for
tickets to enter the system. We'd like all our products/services/systems to
tie into this system. Real-time trouble-ticket creation. System A throws an
exception which is caught and in turn 'fed' into system B in the form of a
trouble ticket. (flex enabled ticketing system) 



Stace :D



_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 2:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!





Use cases, friends, use cases! It's definitely a feature we'll be
investigating but I'd love to hear as many specific use cases as possible.



l. 



_ 

From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 04, 2004 1:57 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Needs Remote Shared Objects!

On Sun, 2004-04-04 at 04:49, Stacy Young wrote:
 Here's a vote for a 1.x (one can hope) or a 2.x release of Flex. Add the
 ability to push data to clients. Essentially a subset of features
 offered by Flashcom...or more specifically, remote shared objects. That
 would be SO killer...and would close the book on benefits of RIAs in the
 biz world.

I'll second this ... and more importantly, the ability to drive
the push from the server-side application (which Flash Comm
doesn't support directly).

I guess this is quite a big ask though...

Steven







_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C41B51.53679915
Content-Type: text/html

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


META content=MSHTML 6.00.2800.1400 name=GENERATOR
STYLE@font-face {
font-family: Wingdings;
}
@font-face {
font-family: Tahoma;
}
@font-face {
font-family: Bookman Old Style;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
FONT-SIZE: 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 00:56:10 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 43170 invoked from network); 6 Apr 2004 07:56:10 -
Received: from unknown (66.218.66.216)
  by m5.grp.scd.yahoo.com with QMQP; 6 Apr 2004 07:56:10 -
Received: from unknown (HELO n19.grp.scd.yahoo.com) (66.218.66.74)
  by mta1.grp.scd.yahoo.com with SMTP; 6 Apr 2004 07:56:10 -
Received: from [66.218.66.142] by n19.grp.scd.yahoo.com with NNFMP; 06 Apr 2004 
07:55:58 -
Date: Tue, 06 Apr 2004 07:55:56 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 2326
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.74
From: pk_wasp [EMAIL PROTECTED]
X-Originating-IP: 203.118.171.185
Subject: Re: Future Speed Improvements for Flash Player?
X-Yahoo-Group-Post: member; u=181775818
X-Yahoo-Profile: pk_wasp

Thats really awesome news to hear :)

Faster Flash Players + Machines Getting Faster = Less DHTML/Swing 
Applets etc hopefully :)

BTW, Is it possible to get an offline installer for Flash (ver 7) 
for Internet Explorer, (I know you can get 1 for Netscape)?

Reason I'm asking is that i'm sure lots of companies won't allow 
internet access for some of their users but Flex seems quite ideally 
suited for Enterprise Applications running on the Intranet 
internally (a few of our clients don't allow users access to the 
internet but run quite a few web based intranet apps on internal 
servers).

thanks

--- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED] 
wrote:
 Hello,
 
 A) A performance optimization whitepaper for Flex is in editing 
stages and
 should be up on our site pretty soon (I don't know the exact date 
or I would
 be more specific.)
 
 B) Yes, performance improvement is the major focus of the next rev 
of the
 Flash Player.
 
 -David 
 
  -Original Message-
  From: pk_wasp [mailto:[EMAIL PROTECTED] 
  Sent: Saturday, April 03, 2004 8:13 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Future Speed Improvements for Flash Player?
  
  Hi
  
  I'm a J2EE Developer (please don't boo me :) ) looking into 
  RIA (for Intranet Apps anyway). I'm still waiting for the 
  Trial Flex CD to arrive (can't wait) but 1 think i've notice 
  is that the Flash Movies/Sites/Apps are noticably slower and 
  less responsive then Java HTML Form Apps/Windows Apps etc 
  even slower then Java Swing Apps.
  
  Are there any plans/rumours with for the next Flash Player to 
  have a performance increase like last time?. I know desktop 
  machines are getting faster but the majority of our clients 
  are still stuck on machines with less then 500Mhz CPUs.
  
  Coz FLex supports liquid layout, lots of new controls etc the 
  only thing stopping me from recommending management to take a 
  serious look @ Flash is the speed e.g Flex Store demo didn't 
  run too well on 600MHz machines.
  
  It'll be good to read up on articles on how to optimise 
  Flex/Flash for lower end client machines, does any1 know of any?
  
  cheers.
  
  
  
  
  
  
  
  
  Yahoo! Groups Links
  
  
  
  
 




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 05:05:34 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 72668 invoked from network); 6 Apr 2004 12:05:32 -
Received: from unknown (66.218.66.172)
  by m18.grp.scd.yahoo.com with QMQP; 6 Apr 2004 12:05:32 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta4.grp.scd.yahoo.com with SMTP; 6 Apr 2004 12:05:32 -
Received: from moc-gen-mai-31.corp.sfcommerce.com 
(moc-gen-mai-31.corp.sfcommerce.com [172.16.31.82])
Received: from moc-gen-mai-21.corp.sfcommerce.com (unverified) by 
  moc-gen-mai-31.corp.sfcommerce.com (Content Technologies SMTPRS 4.3.6) 
  with ESMTP id [EMAIL PROTECTED] 
  for flexcoders@yahoogroups.com; Tue, 6 Apr 2004 07:58:01 -0400
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
  moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC (5.0.2195.6713)
  ; Tue, 6 Apr 2004 07:58:00 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative; 
  boundary=_=_NextPart_001_01C41BCE.68C16120
Date: Tue, 6 Apr 2004 07:58:00 -0400
Message-ID: 
  [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] WebService Feature Request WAS: Flex and .NET
Thread-Index: AcQbUJgteFzTjuRyQ2i1DC3lEhSGJAAUrzWQAArBm0A=
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 06 Apr 2004 11:58:00.0861 (UTC) 
  FILETIME=[68CBB4D0:01C41BCE]
X-eGroups-Remote-IP: 204.92.58.42
From: Dimitrios Gianninas [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=181750851
X-Yahoo-Profile: angelone197555

--_=_NextPart_001_01C41BCE.68C16120
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

You get my complete vote on that issue. Amen.
=20
Jimmy Gianninas - Software Developer
Terra Payments Inc.
(514) 380 - 2700 extension 3249
=20

_=20=20

From: Dirk Eismann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 2:59 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] WebService Feature Request WAS: Flex and .NET


If the team is already thinking about fixes please consider this also:

In real-world WebServices (esp. those generated with AXIS or a .NET
framework) you'll often find overloaded methods in the WSDL. Right now
Flex can't handle this. Technote:
http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm

It really is Not A Good Thing (tm) if you have to call the Java guy who
coded the WebService with all the overloading stuff and beg for a
complete change of the code because Flex can't handle it (oh, so it's
that Flash thingy, eh?). Happened to me once with a Flash 7 project (no
Flex involved) - not funny.

So - one vote from me for this one! And if youre on it: put it in the
Flash Player, too :)

Thanks,
Dirk.


 -Original Message-
 From: Matt Chotin [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 05, 2004 10:59 PM
 To: 'flexcoders@yahoogroups.com'
 Subject: RE: [flexcoders] Flex and .NET
=20
=20
 Those look great!
=20
 Something for folks to note is that some .NET web services=20
 are written with
 multiple outputs. The one I recently saw had a WSDL=20
 signature like this:
=20
 message name=3DLogin
 part name=3DUserId type=3Dxsd:string /=20
 part name=3DPassword type=3Dxsd:string /=20
 part name=3DTokenResponse type=3Dxsd:anyType /=20
 /message
 message name=3DLoginResponse
 part name=3DResult type=3Dxsd:int /=20
 part name=3DTokenResponse type=3Dxsd:anyType /=20
 /message
=20
 In this case there are two outputs, Result and TokenResponse.
 Unfortunately the Flex WebService library does not=20
 deserialize multiple
 outputs correctly, so only the contents of Result end up getting
 deserialized. If you want to use a service like this you'll=20
 need to set
 resultFormat=3Dxml on your operation tag and handle the=20
 parsing of the XML
 yourself.
=20
 We'll be looking into fixes for this in a future version.
=20
 Matt
=20


_=20=20

Yahoo! Groups Links


*   To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
=09=20=20
*   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]=20
=09=20=20
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ .=20




table width=3D800 cellpadding=3D4 cellspacing=3D10 border=3D0tr bgcolor=
=3DBDBDBDtd valign=3Dtop width=3D400font face=3Dverdana size=3D2 color=
=3DFFbAVIS IMPORTANT/b/font/tdtd valign=3Dtop width=3D400fo=
nt face=3Dverdana size=3D2 color=3DFFbWARNING/b/font/td/trt=
rtd valign=3Dtop width=3D400p align=3Djustifyfont face=3Dverdana size=
=3D1 color=3D808080 Les informations contenues dans le present document et=
ses pieces jointes sont strictement confidentielles et reservees a l'usage=
de la (des) personne(s) a qui 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 07:21:47 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 84863 invoked from network); 6 Apr 2004 14:21:40 -
Received: from unknown (66.218.66.217)
  by m13.grp.scd.yahoo.com with QMQP; 6 Apr 2004 14:21:40 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta2.grp.scd.yahoo.com with SMTP; 6 Apr 2004 14:21:38 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i36ELPjt008280
  for flexcoders@yahoogroups.com; Tue, 6 Apr 2004 07:21:26 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTR1S; Tue, 6 Apr 2004 10:21:25 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 6 Apr 2004 10:21:18 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain
X-eGroups-Remote-IP: 216.104.212.90
From: David Mendels [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Future Speed Improvements for Flash Player?
X-Yahoo-Group-Post: member; u=1930368

Hi PK,

 
 Reason I'm asking is that i'm sure lots of companies won't 
 allow internet access for some of their users but Flex seems 
 quite ideally suited for Enterprise Applications running on 
 the Intranet internally (a few of our clients don't allow 
 users access to the internet but run quite a few web based 
 intranet apps on internal servers).

The Flash Player Deployment features with Flex allow IT to manage the
install of the Flash Player from behind the firewall so that they can ensure
the right version is on their desktops. This is already a feature of the
Flex server. See the docs. 

-David

 -Original Message-
 From: pk_wasp [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, April 06, 2004 12:56 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Future Speed Improvements for Flash Player?
 
 Thats really awesome news to hear :)
 
 Faster Flash Players + Machines Getting Faster = Less 
 DHTML/Swing Applets etc hopefully :)
 
 BTW, Is it possible to get an offline installer for Flash 
 (ver 7) for Internet Explorer, (I know you can get 1 for Netscape)?
 
 Reason I'm asking is that i'm sure lots of companies won't 
 allow internet access for some of their users but Flex seems 
 quite ideally suited for Enterprise Applications running on 
 the Intranet internally (a few of our clients don't allow 
 users access to the internet but run quite a few web based 
 intranet apps on internal servers).
 
 thanks
 
 --- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED]
 wrote:
  Hello,
  
  A) A performance optimization whitepaper for Flex is in editing
 stages and
  should be up on our site pretty soon (I don't know the exact date
 or I would
  be more specific.)
  
  B) Yes, performance improvement is the major focus of the next rev
 of the
  Flash Player.
  
  -David
  
   -Original Message-
   From: pk_wasp [mailto:[EMAIL PROTECTED]
   Sent: Saturday, April 03, 2004 8:13 PM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Future Speed Improvements for Flash Player?
   
   Hi
   
   I'm a J2EE Developer (please don't boo me :) ) looking 
 into RIA (for 
   Intranet Apps anyway). I'm still waiting for the Trial Flex CD to 
   arrive (can't wait) but 1 think i've notice is that the Flash 
   Movies/Sites/Apps are noticably slower and less 
 responsive then Java 
   HTML Form Apps/Windows Apps etc even slower then Java Swing Apps.
   
   Are there any plans/rumours with for the next Flash 
 Player to have a 
   performance increase like last time?. I know desktop machines are 
   getting faster but the majority of our clients are still stuck on 
   machines with less then 500Mhz CPUs.
   
   Coz FLex supports liquid layout, lots of new controls etc 
 the only 
   thing stopping me from recommending management to take a serious 
   look @ Flash is the speed e.g Flex Store demo didn't run 
 too well on 
   600MHz machines.
   
   It'll be good to read up on articles on how to optimise 
 Flex/Flash 
   for lower end client machines, does any1 know of any?
   
   cheers.
   
   
   
   
   
   
   
   
   Yahoo! Groups Links
   
   
   
   
  
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 



[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 08:32:38 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 8869 invoked from network); 6 Apr 2004 15:32:38 -
Received: from unknown (66.218.66.172)
  by m2.grp.scd.yahoo.com with QMQP; 6 Apr 2004 15:32:38 -
Received: from unknown (HELO smtp.tietoenator.dk) (212.88.83.71)
  by mta4.grp.scd.yahoo.com with SMTP; 6 Apr 2004 15:32:37 -
Received: from dagur.corpdk.inside ([212.88.83.120])
  by smtp.tietoenator.dk (SAVSMTP 3.1.2.35) with SMTP id M2004040617330725642
  for flexcoders@yahoogroups.com; Tue, 06 Apr 2004 17:33:07 +0200
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41BEC.736F1508
Date: Tue, 6 Apr 2004 17:33:03 +0200
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] WebService Feature Request WAS: Flex and .NET
Thread-Index: AcQb7Auq8ZW4BNCYQaqM9LLla2O7+AAACH1g
To: flexcoders@yahoogroups.com
X-eGroups-Remote-IP: 212.88.83.71
From: Tor Kristensen [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=146851498
X-Yahoo-Profile: tor_kristensen

--_=_NextPart_001_01C41BEC.736F1508
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Me four.
=20
_=20=20

From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
=20
me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm

--_=_NextPart_001_01C41BEC.736F1508
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns=3Dhttp://www.w3.org/TR/REC-html40;

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DProgId content=3DWord.Document
meta name=3DGenerator content=3DMicrosoft Word 11
meta name=3DOriginator content=3DMicrosoft Word 11
link rel=3DFile-List href=3Dcid:[EMAIL PROTECTED]
link rel=3DEdit-Time-Data href=3Dcid:editdata.mso;
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--!--[if gte mso 9]xml
o:OfficeDocumentSettings
o:DoNotRelyOnCSS/
/o:OfficeDocumentSettings
/xml![endif]--!--[if gte mso 9]xml
w:WordDocument
w:GrammarStateClean/w:GrammarState
w:DocumentKindDocumentEmail/w:DocumentKind
w:EnvelopeVis/
w:ValidateAgainstSchemas/
w:SaveIfXMLInvalidfalse/w:SaveIfXMLInvalid
w:IgnoreMixedContentfalse/w:IgnoreMixedContent
w:AlwaysShowPlaceholderTextfalse/w:AlwaysShowPlaceholderText
w:BrowserLevelMicrosoftInternetExplorer4/w:BrowserLevel
/w:WordDocument
/xml![endif]--!--[if gte mso 9]xml
w:LatentStyles DefLockedState=3Dfalse LatentStyleCount=3D156
/w:LatentStyles
/xml![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:;
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Times New Roman;
mso-fareast-font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;
text-underline:single;}
tt
{font-family:Courier New;
mso-ascii-font-family:Courier New;
mso-fareast-font-family:Times New Roman;
mso-hansi-font-family:Courier New;
mso-bidi-font-family:Courier New;}
span.EmailStyle18
{mso-style-type:personal-reply;
mso-style-noshow:yes;
mso-ansi-font-size:10.0pt;
mso-bidi-font-size:10.0pt;
font-family:Arial;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:#5050B4;}
span.GramE
{mso-style-name:;
mso-gram-e:yes;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:896892411;
mso-list-template-ids:-1743762560;}
@list l0:level1

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 08:48:03 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 21843 invoked from network); 6 Apr 2004 15:48:02 -
Received: from unknown (66.218.66.166)
  by m5.grp.scd.yahoo.com with QMQP; 6 Apr 2004 15:48:02 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta5.grp.scd.yahoo.com with SMTP; 6 Apr 2004 15:48:02 -
Received: from moc-gen-mai-31.corp.sfcommerce.com 
(moc-gen-mai-31.corp.sfcommerce.com [172.16.31.82])
Received: from moc-gen-mai-21.corp.sfcommerce.com (unverified) by 
  moc-gen-mai-31.corp.sfcommerce.com (Content Technologies SMTPRS 4.3.6) 
  with ESMTP id [EMAIL PROTECTED] 
  for flexcoders@yahoogroups.com; Tue, 6 Apr 2004 11:47:50 -0400
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
  moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC (5.0.2195.6713)
  ; Tue, 6 Apr 2004 11:47:49 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative; 
  boundary=_=_NextPart_001_01C41BEE.83BB9BF8
Date: Tue, 6 Apr 2004 11:47:49 -0400
Message-ID: 
  [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] WebService Feature Request WAS: Flex and .NET
Thread-Index: AcQb7Auq8ZW4BNCYQaqM9LLla2O7+AAACH1gAACIbkA=
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 06 Apr 2004 15:47:49.0892 (UTC) 
  FILETIME=[83B2DC40:01C41BEE]
X-eGroups-Remote-IP: 204.92.58.42
From: Stacy Young [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=180803996
X-Yahoo-Profile: xoconnick

--_=_NextPart_001_01C41BEE.83BB9BF8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

*tosses #5 on the pile*

=20

CFMX took some hits for some ws interoperability issues in-house a while
back. I'd rather not go thru that again with Flex! :D

=20

Stace

=20

_=20=20

From: Tor Kristensen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 11:33 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

=20

Me four.

=20

_=20=20

From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

=20

me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm

=20

_=20=20

Yahoo! Groups Links

*   To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
=09=20=20
*   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]=20
=09=20=20
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ .=20



table width=3D800 cellpadding=3D4 cellspacing=3D10 border=3D0tr bgcolor=
=3DBDBDBDtd valign=3Dtop width=3D400font face=3Dverdana size=3D2 color=
=3DFFbAVIS IMPORTANT/b/font/tdtd valign=3Dtop width=3D400fo=
nt face=3Dverdana size=3D2 color=3DFFbWARNING/b/font/td/trt=
rtd valign=3Dtop width=3D400p align=3Djustifyfont face=3Dverdana size=
=3D1 color=3D808080 Les informations contenues dans le present document et=
ses pieces jointes sont strictement confidentielles et reservees a l'usage=
de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destin=
ataire, soyez avise que toute divulgation, distribution, copie, ou autre ut=
ilisation de ces informations est strictement prohibee. Si vous avez recu c=
e document par erreur, veuillez s'il vous plait communiquer immediatement a=
vec l'expediteur et detruire ce document sans en faire de copie sous quelqu=
e forme./tdtd valign=3Dtop width=3D400p align=3Djustifyfont face=3Dv=
erdana size=3D1 color=3D808080 The information contained in this document =
and attachments is confidential and intended only for the person(s) named a=
bove. If you are not the intended recipient you are hereby notified that an=
y disclosure, copying, distribution, or any other use of the information is=
strictly prohibited. If you have received this document by mistake, please=
notify the sender immediately and destroy this document and attachments wi=
thout making any copy of any kind./td/tr/table


--_=_NextPart_001_01C41BEE.83BB9BF8
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered)
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 11:15:34 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 91355 invoked from network); 6 Apr 2004 17:54:18 -
Received: from unknown (66.218.66.216)
  by m10.grp.scd.yahoo.com with QMQP; 6 Apr 2004 17:54:17 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta1.grp.scd.yahoo.com with SMTP; 6 Apr 2004 17:54:11 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i36HkQgC013673
  for flexcoders@yahoogroups.com; Tue, 6 Apr 2004 10:46:26 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTRWJ; Tue, 6 Apr 2004 13:46:26 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 6 Apr 2004 13:46:20 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41BFF.1218DCE5
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41BFF.1218DCE5
Content-Type: text/plain

has anyone logged an enhancement request? :)

_ 

From: Stacy Young [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 8:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



*tosses #5 on the pile*



CFMX took some hits for some ws interoperability issues in-house a while
back. I'd rather not go thru that again with Flex! :D



Stace



_ 

From: Tor Kristensen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:33 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



Me four.



_ 

From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm
http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm 







AVIS IMPORTANT  WARNING 

Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee. Si vous avez recu ce document par
erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur
et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential
and intended only for the person(s) named above. If you are not the intended
recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited. If
you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.



_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C41BFF.1218DCE5
Content-Type: text/html

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


META content=MSHTML 6.00.2800.1400 name=GENERATOR
STYLE@font-face {
font-family: Wingdings;
}
@font-face {
font-family: Tahoma;
}
@font-face {
font-family: Bookman Old Style;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
LI.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
DIV.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
A:link {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
COLOR: blue; TEXT-DECORATION: underline
}
TT {
FONT-FAMILY: Courier New
}
SPAN.EmailStyle18 {
COLOR: #5050b4; FONT-FAMILY: Arial
}
SPAN.EmailStyle19 {
FONT-WEIGHT: normal; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 11:22:10 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 18135 invoked from network); 6 Apr 2004 18:22:03 -
Received: from unknown (66.218.66.167)
  by m20.grp.scd.yahoo.com with QMQP; 6 Apr 2004 18:22:03 -
Received: from unknown (HELO cmxhqpdc.cmxhq.com) (67.154.16.67)
  by mta6.grp.scd.yahoo.com with SMTP; 6 Apr 2004 18:22:03 -
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41C03.BAE11720
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Date: Tue, 6 Apr 2004 13:19:41 -0500
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] WebService Feature Request WAS: Flex and .NET
Thread-Index: AcQcAx7Ft2xtWxmfR56lDWmwRqE0ogAAJIuQ
To: flexcoders@yahoogroups.com
X-eGroups-Remote-IP: 67.154.16.67
From: Igor Ilyinsky [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=150154850
X-Yahoo-Profile: maverickmavenllc

--_=_NextPart_001_01C41C03.BAE11720
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

I believe that was a hint Stacy. ;)

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 12:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET


has anyone logged an enhancement request? :)

_=20=20

From: Stacy Young [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 8:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



*tosses #5 on the pile*

=20

CFMX took some hits for some ws interoperability issues in-house a while ba=
ck. I'd rather not go thru that again with Flex! :D

=20

Stace

=20


_=20=20


From: Tor Kristensen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 11:33 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

=20

Me four.

=20


_=20=20


From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

=20

me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 HYPERLINK http://www.macromedia.com/support/flex/ts/documents/mthd_overl=
oad.htmhttp://www.macromedia.com/support/flex/ts/documents/mthd_overload.h=
tm

=20





AVIS IMPORTANT  WARNING=09

Les informations contenues dans le present document et ses pieces jointes s=
ont strictement confidentielles et reservees a l'usage de la (des) personne=
(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise q=
ue toute divulgation, distribution, copie, ou autre utilisation de ces info=
rmations est strictement prohibee. Si vous avez recu ce document par erreur=
, veuillez s'il vous plait communiquer immediatement avec l'expediteur et d=
etruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential =
and intended only for the person(s) named above. If you are not the intende=
d recipient you are hereby notified that any disclosure, copying, distribut=
ion, or any other use of the information is strictly prohibited. If you hav=
e received this document by mistake, please notify the sender immediately a=
nd destroy this document and attachments without making any copy of any kin=
d.




_=20=20

Yahoo! Groups Links


*   To visit your group on the web, go to:
HYPERLINK http://groups.yahoo.com/group/flexcoders/http://groups.yahoo.co=
m/group/flexcoders/
=20=20

*   To unsubscribe from this group, send an email to:
HYPERLINK mailto:[EMAIL PROTECTED]
ibe[EMAIL PROTECTED]
=20=20

*   Your use of Yahoo! Groups is subject to the HYPERLINK 
http://docs.yahoo.=
com/info/terms/Yahoo! Terms of Service.=20



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004
=20

--_=_NextPart_001_01C41C03.BAE11720
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Diso-8859-=
1


META content=3DMSHTML 6.00.2800.1170 name=3DGENERATOR
STYLE@font-face {
font-family: Wingdings;
}
@font-face {
font-family: Tahoma;
}
@font-face {
font-family: Bookman Old Style;
}

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 11:30:17 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 84093 invoked from network); 6 Apr 2004 18:29:53 -
Received: from unknown (66.218.66.172)
  by m16.grp.scd.yahoo.com with QMQP; 6 Apr 2004 18:29:53 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta4.grp.scd.yahoo.com with SMTP; 6 Apr 2004 18:29:52 -
Received: from moc-gen-mai-21.corp.sfcommerce.com 
(moc-gen-mai-21.corp.sfcommerce.com [172.16.31.85])
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC(5.0.2195.6713);
  Tue, 6 Apr 2004 14:29:51 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41C05.26222F50
Date: Tue, 6 Apr 2004 14:29:51 -0400
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] WebService Feature Request WAS: Flex and .NET
Thread-Index: AcQcAx7Ft2xtWxmfR56lDWmwRqE0ogAAJIuQAABacJA=
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 06 Apr 2004 18:29:51.0449 (UTC) 
FILETIME=[2632BC90:01C41C05]
X-eGroups-Remote-IP: 204.92.58.42
From: Stacy Young [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=180803996
X-Yahoo-Profile: xoconnick

--_=_NextPart_001_01C41C05.26222F50
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

We are slaves of the system!! ;-)

=20

Done.

=20

_=20=20

From: Igor Ilyinsky [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 2:20 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

=20

I believe that was a hint Stacy. ;)

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 12:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex
and .NET

has anyone logged an enhancement request? :)

=09=20


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004



--_=_NextPart_001_01C41C05.26222F50
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered)
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Bookman Old Style;
panose-1:2 5 6 4 5 5 5 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
p
{margin-right:0in;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
tt
{font-family:Courier New;}
span.emailstyle18
{font-family:Arial;
color:#5050B4;}
span.emailstyle19
{font-family:Bookman Old Style;
color:blue;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
span.EmailStyle21
{font-family:Bookman Old Style;
color:blue;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--
/style

/head

body lang=3DEN-US link=3Dblue vlink=3Dblue

div class=3DSection1

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'We ar=
e
slaves of the system!!nbsp; ;-)/span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'nbsp=
;/span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'Done.=
/span/font/p

p class=3DMsoNormalfont size=3D2 color=3Dblue face=3DBookman Old Style=
span
style=3D'font-size:10.0pt;font-family:Bookman Old Style;color:blue'nbsp=
;/span/font/p

div

div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'font siz=
e=3D3
face=3DTimes New Romanspan style=3D'font-size:12.0pt'

hr size=3D2 width=3D100% align=3Dcenter tabindex=3D-1

/span/font/div

p class=3DMsoNormalbfont size=3D2 face=3DTahomaspan style=3D'font-si=
ze:10.0pt;
font-family:Tahoma;font-weight:bold'From:/span/font/bfont size=3D2
face=3DTahomaspan style=3D'font-size:10.0pt;font-family:Tahoma' Igor Ily=
insky
[mailto:[EMAIL 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 13:20:31 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 80539 invoked from network); 6 Apr 2004 18:26:49 -
Received: from unknown (66.218.66.166)
  by m3.grp.scd.yahoo.com with QMQP; 6 Apr 2004 18:26:49 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta5.grp.scd.yahoo.com with SMTP; 6 Apr 2004 18:26:49 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i36IQmgd001927
  for flexcoders@yahoogroups.com; Tue, 6 Apr 2004 11:26:49 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTR8Y; Tue, 6 Apr 2004 14:26:48 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 6 Apr 2004 14:26:40 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41C04.B41EEE92
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41C04.B41EEE92
Content-Type: text/plain

or tor, or jonathan, or dirk :) 

logging bugs and enhancement requests by writing to [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] is the quickest way to ensure the right
folks see this type of feedback, i just wanted to offer a friendly reminder.


i've asked some folks here to look into this and i'll let you know. 

_ 

From: Igor Ilyinsky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:20 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET


I believe that was a hint Stacy. ;)

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 12:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET


has anyone logged an enhancement request? :)

_ 

From: Stacy Young [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 8:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



*tosses #5 on the pile*



CFMX took some hits for some ws interoperability issues in-house a while
back. I'd rather not go thru that again with Flex! :D



Stace




_ 


From: Tor Kristensen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:33 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



Me four.




_ 


From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm
http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm 







AVIS IMPORTANT  WARNING 

Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee. Si vous avez recu ce document par
erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur
et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential
and intended only for the person(s) named above. If you are not the intended
recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited. If
you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004



_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 06 22:29:42 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 27542 invoked from network); 7 Apr 2004 05:29:41 -
Received: from unknown (66.218.66.216)
  by m3.grp.scd.yahoo.com with QMQP; 7 Apr 2004 05:29:41 -
Received: from unknown (HELO smtp7.webcontrolcenter.com) (216.119.106.219)
  by mta1.grp.scd.yahoo.com with SMTP; 7 Apr 2004 05:29:40 -
Received: (qmail 10864 invoked from network); 7 Apr 2004 05:29:41 -
Received: from mail12.webcontrolcenter.com (216.119.106.128)
  by smtp7.webcontrolcenter.com with SMTP; 7 Apr 2004 05:29:41 -
Received: from d216-232-208-150.bchsia.telus.net [216.232.208.150] by 
mail12.webcontrolcenter.com with SMTP;
  Tue, 6 Apr 2004 22:28:18 -0700
To: flexcoders@yahoogroups.com
Date: Tue, 6 Apr 2004 22:28:49 -0700
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.4024
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
In-Reply-To: [EMAIL PROTECTED]
Importance: Normal
X-eGroups-Remote-IP: 216.119.106.219
From: Brian LeRoux [EMAIL PROTECTED]
Subject: MXML VTM's for Homesite?
X-Yahoo-Group-Post: member; u=181470496
X-Yahoo-Profile: fbxbrian

I'm a big fan of homesite for plain ol' text editing and wondered if
Macromedia has created VTM files / tag completion for MXML yet. If not,
I'll do it to because I need it.. errr, I mean, because I love the
community! ;) 

Thanks in advance,
Brian






[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 00:20:26 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 87001 invoked from network); 7 Apr 2004 07:17:41 -
Received: from unknown (66.218.66.166)
  by m17.grp.scd.yahoo.com with QMQP; 7 Apr 2004 07:17:41 -
Received: from unknown (HELO smtp.tietoenator.dk) (212.88.83.71)
  by mta5.grp.scd.yahoo.com with SMTP; 7 Apr 2004 07:17:41 -
Received: from dagur.corpdk.inside ([212.88.83.120])
  by smtp.tietoenator.dk (SAVSMTP 3.1.2.35) with SMTP id M2004040709172506207
  for flexcoders@yahoogroups.com; Wed, 07 Apr 2004 09:17:25 +0200
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41C70.5F6A25A0
Date: Wed, 7 Apr 2004 09:17:23 +0200
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] WebService Feature Request WAS: Flex and .NET
Thread-Index: AcQcFMDwnf+DLfp3Sj6201OU049LmwAW2yPQ
To: flexcoders@yahoogroups.com
X-eGroups-Remote-IP: 212.88.83.71
From: Tor Kristensen [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=146851498
X-Yahoo-Profile: tor_kristensen

--_=_NextPart_001_01C41C70.5F6A25A0
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

It's great to see macr getting in on a fix so nimbly. Bravo!
=20
=20

--_=_NextPart_001_01C41C70.5F6A25A0
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:o=3Durn:schemas-microsoft-com:office:office xmlns:w=3Durn:sc=
hemas-microsoft-com:office:word xmlns=3Dhttp://www.w3.org/TR/REC-html40;

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DProgId content=3DWord.Document
meta name=3DGenerator content=3DMicrosoft Word 11
meta name=3DOriginator content=3DMicrosoft Word 11
link rel=3DFile-List href=3Dcid:[EMAIL PROTECTED]
!--[if gte mso 9]xml
o:OfficeDocumentSettings
o:DoNotRelyOnCSS/
/o:OfficeDocumentSettings
/xml![endif]--!--[if gte mso 9]xml
w:WordDocument
w:GrammarStateClean/w:GrammarState
w:DocumentKindDocumentEmail/w:DocumentKind
w:EnvelopeVis/
w:ValidateAgainstSchemas/
w:SaveIfXMLInvalidfalse/w:SaveIfXMLInvalid
w:IgnoreMixedContentfalse/w:IgnoreMixedContent
w:AlwaysShowPlaceholderTextfalse/w:AlwaysShowPlaceholderText
w:BrowserLevelMicrosoftInternetExplorer4/w:BrowserLevel
/w:WordDocument
/xml![endif]--!--[if gte mso 9]xml
w:LatentStyles DefLockedState=3Dfalse LatentStyleCount=3D156
/w:LatentStyles
/xml![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:Bookman Old Style;
panose-1:2 5 6 4 5 5 5 2 2 4;
mso-font-charset:0;
mso-generic-font-family:roman;
mso-font-pitch:variable;
mso-font-signature:647 0 0 0 159 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:;
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Times New Roman;
mso-fareast-font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;
text-underline:single;}
p
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Times New Roman;
mso-fareast-font-family:Times New Roman;}
tt
{font-family:Courier New;
mso-ascii-font-family:Courier New;
mso-fareast-font-family:Times New Roman;
mso-hansi-font-family:Courier New;
mso-bidi-font-family:Courier New;}
span.emailstyle18
{mso-style-name:emailstyle18;
font-family:Arial;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:#5050B4;}
span.emailstyle19
{mso-style-name:emailstyle19;
font-family:Bookman Old Style;
mso-ascii-font-family:Bookman Old Style;
mso-hansi-font-family:Bookman Old Style;
color:blue;
mso-text-animation:none;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-underline:none;
text-decoration:none;
text-line-through:none;}
span.EmailStyle21
{mso-style-type:personal-reply;
mso-style-noshow:yes;
mso-ansi-font-size:10.0pt;
mso-bidi-font-size:10.0pt;
font-family:Arial;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:#5050B4;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:440757929;
mso-list-template-ids:396414656;}
@list l0:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 02:32:27 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 80547 invoked from network); 7 Apr 2004 09:32:26 -
Received: from unknown (66.218.66.172)
  by m5.grp.scd.yahoo.com with QMQP; 7 Apr 2004 09:32:26 -
Received: from unknown (HELO p15112434.pureserver.info) (217.160.168.91)
  by mta4.grp.scd.yahoo.com with SMTP; 7 Apr 2004 09:32:25 -
Received: from [10.44.4.2] ([213.128.227.106])
  (authenticated (0 bits))
  by p15112434.pureserver.info (8.11.6/8.11.6) with ESMTP id i379WLf30931
  for flexcoders@yahoogroups.com; Wed, 7 Apr 2004 10:32:21 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
Content-Type: multipart/alternative; boundary==-zATILQv6wbUH65BazPPH
Organization: iteration::two
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Wed, 07 Apr 2004 10:32:15 +0100
X-eGroups-Remote-IP: 217.160.168.91
From: Alistair McLeod [EMAIL PROTECTED]
Subject: Re: [flexcoders] combobox with graphics and text
X-Yahoo-Group-Post: member; u=151017110
X-Yahoo-Profile: alimcleod

--=-zATILQv6wbUH65BazPPH
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi Jonathan,

This one got me intrigued, so I've spent an hour this morning seeing
what I could come up with.

You can use the fact that a ComboBox contains a List, and that the the
List control has an iconField property that specifies an icon that can
appear beside each item in the combo dropdown.

So, here's what i have:

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

mx:Script
[Embed(source=1.jpg)]
var iconSymbol1:String;
[Embed(source=2.jpg)]
var iconSymbol2:String;
[Embed(source=3.jpg)]
var iconSymbol3:String;
/mx:Script

mx:ComboBox id=theCombo 
creationComplete=theCombo.getDropdown().iconField='icon' 
mx:dataProvider
mx:Array
mx:Object label=One icon={
iconSymbol1 } /
mx:Object label=Two icon={
iconSymbol2 } /
mx:Object label=Three icon={
iconSymbol3 } /
/mx:Array
/mx:dataProvider
/mx:ComboBox

mx:Button label=Rotate Icons click=rotate(); /

mx:Script

![CDATA[

function rotate()
{
var firstIcon =
theCombo.dataProvider[0].icon;
for ( var i = 1; i 
theCombo.dataProvider.length; i++ )
{
theCombo.dataProvider[i-1].icon
= theCombo.dataProvider[i].icon;
}

theCombo.dataProvider[
theCombo.dataProvider.length - 1 ].icon = firstIcon;

theCombo.bLabelFieldChanged = true;
theCombo.invalidate();


theCombo.dispatchEvent({type:labelFieldChanged});
}
]]

/mx:Script

/mx:Application

In this example, the graphics to appear in the combo are embedded at
compile time, but can be changed at runtime, as shown in the rotate()
method. Data binding should work the same way. 

Hopefully theres enough in there to get you going - its a rough
implementation - I'd extract a custom component from the above and I've
not investigated the best way to inform the ComboBox that its embedded
List control has changed (thats what the bits and the end of the
rotate() function do).

I've not got time to explain this in full details just now (I've got
real work to do too :) ), but I'll blog about the implementation over on
http://www.richinternetapps.com later today.

Cheers,

Ali


On Tue, 2004-04-06 at 15:15, Jonathan Bezuidenhout wrote:

 Hi all,
 
 I am trying to create a combobox where each entry consists of a changeable
 graphic (that can be data bound) followed by some text. Say a tick mark
 in front of some text, if a certain condition changes in the system
 somewhere, I want the tick to automatically show up or not.
 
 Can something like this be done using MXML or AS, or can this only be done
 using Flash? Chapter 16 does not tell me very much - are there any
 examples of doing this for real? I looked in the flex for flash and it
 does not seem like what I need to do either.
 
 Thanks
 
 Jonathan
 
 
 
 Yahoo! Groups Links
 
 
 
 

-- 

--=-zATILQv6wbUH65BazPPH
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
META NAME=GENERATOR CONTENT=GtkHTML/3.0.10
/HEAD
BODY
Hi Jonathan,BR
BR
This one got me intrigued, so I've spent an hour this morning seeing what I 
could come up with.BR
BR
You can use the fact that a ComboBox contains a List, and that the the List 
control has an iconField property that specifies an icon that can appear beside 
each item in the combo dropdown.BR
BR
So, here's what i have:BR
BR
lt;?xml version=quot;1.0quot; encoding=quot;utf-8quot;?gt;BR
lt;mx:Application xmlns:mx=quot;http://www.macromedia.com/2003/mxmlquot; 
gt;BR

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 03:09:46 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 4263 invoked from network); 7 Apr 2004 10:09:44 -
Received: from unknown (66.218.66.166)
  by m10.grp.scd.yahoo.com with QMQP; 7 Apr 2004 10:09:44 -
Received: from unknown (HELO p15112434.pureserver.info) (217.160.168.91)
  by mta5.grp.scd.yahoo.com with SMTP; 7 Apr 2004 10:09:43 -
Received: from [10.44.4.2] ([213.128.227.106])
  (authenticated (0 bits))
  by p15112434.pureserver.info (8.11.6/8.11.6) with ESMTP id i37A8ef31279
  for flexcoders@yahoogroups.com; Wed, 7 Apr 2004 11:08:40 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: multipart/alternative; boundary==-KxE04gvaKeTqP6hKgQv+
Organization: iteration::two
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Wed, 07 Apr 2004 11:08:34 +0100
X-eGroups-Remote-IP: 217.160.168.91
From: Alistair McLeod [EMAIL PROTECTED]
Subject: RE: [flexcoders] combobox with graphics and text
X-Yahoo-Group-Post: member; u=151017110
X-Yahoo-Profile: alimcleod

--=-KxE04gvaKeTqP6hKgQv+
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi,

Yes, custom Cell Renderers can be a better solution if we want more
control over what is being shown. Here is one i created to show a debit
or credit icon in a control (based heavily on an example that ships with
Flex). It could be extended to create both an image and a Label as the
cells for a combo box.

import mx.core.UIComponent
import mx.controls.Image

class com.iterationtwo.components.ImageCellRenderer extends UIComponent
{
[Embed(source=debit.png)]
var debitSymbol:String;
[Embed(source=credit.png)]
var creditSymbol:String;

var image : MovieClip;
var listOwner : MovieClip; // the reference we receive to the
list
var getCellIndex : Function; // the function we receive from the
list
var getDataLabel : Function; // the function we receive from the
list

function ImageCellRenderer()
{
}

function createChildren(Void) : Void
{
image = createClassObject( Image, image, 1,
{styleName:this, owner:this});
size();
}

function size(Void) : Void
{
image._x = (layoutWidth-20)/2;
image._y = (layoutHeight-16)/2;
}

function setValue( str:String, item:Object, sel:Boolean ) : Void
{
var currentImage:String = image.source;
var newImage:String = ;

if ( item.type == CDT )
newImage = creditSymbol;
else if ( item.type == DBT )
newImage = debitSymbol;

if ( newImage != currentImage )
image.source = newImage;
}

function getPreferredHeight(Void) : Number
{
return 16;
}

function getPreferredWidth(Void) : Number
{
return 20;
}

}


On Wed, 2004-04-07 at 10:58, Waldo Smeets wrote:

 ..and if you want more control over the look and feel of each item and
 image, you might want to concider to use a custom CellRenderer.
 
 Waldo



--=-KxE04gvaKeTqP6hKgQv+
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
META NAME=GENERATOR CONTENT=GtkHTML/3.0.10
/HEAD
BODY
Hi,BR
BR
Yes, custom Cell Renderers can be a better solution if we want more control 
over what is being shown. Here is one i created to show a debit or credit icon 
in a control (based heavily on an example that ships with Flex). It could be 
extended to create both an image and a Label as the cells for a combo box.BR
BR
import mx.core.UIComponentBR
import mx.controls.ImageBR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
 BR
class com.iterationtwo.components.ImageCellRenderer extends UIComponentBR
{BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
[Embed(source=quot;debit.pngquot;)]BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; var debitSymbol:String;BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
[Embed(source=quot;credit.pngquot;)]BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; var creditSymbol:String;BR

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 05:06:49 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 84765 invoked from network); 7 Apr 2004 12:06:47 -
Received: from unknown (66.218.66.167)
  by m17.grp.scd.yahoo.com with QMQP; 7 Apr 2004 12:06:47 -
Received: from unknown (HELO n14.grp.scd.yahoo.com) (66.218.66.69)
  by mta6.grp.scd.yahoo.com with SMTP; 7 Apr 2004 12:06:47 -
Received: from [66.218.66.124] by n14.grp.scd.yahoo.com with NNFMP; 07 Apr 2004 
12:05:57 -
Date: Wed, 07 Apr 2004 12:05:56 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 993
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.69
From: luxorxul [EMAIL PROTECTED]
X-Originating-IP: 62.218.157.87
Subject: Re: XUL Grand Coding Challenge 2004 Invitation - Las t Call
X-Yahoo-Group-Post: member; u=119952859
X-Yahoo-Profile: luxorxul

Hello David,

 I see Steven was concerned about keeping on topic (which is good)
but did
 you mean to invite the Flex community to compete in this--in other
words are
 you opening it up generally to XML UI description languages
including Flex
 and XAML, or are you looking for just XUL coding in this competition? 

Of course, I'm inviting the Flex community to take part in the
XUL/XUI/XAML/XML-UI/XForms/MXML Grand Coding Challenge 2004. 

XUL stands for XML UI Language and dare I say Flex MXML is just
another XML UI language dialect. I understand that you want to pretend
that Flex and MXML is unique and keep out any mentioning of any
competing XML UI languages.

Anyway, if anybody from the Flex community wants to take part please
let me know and you're more than welcome. 

- Gerald

---
Gerald Bauer
Open XUL Alliance - A Rich Internet For Everyone |
http://xul.sourceforge.net 
XUL News Wire | http://news.gmane.org/gmane.comp.lang.xul.announce







[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 06:39:11 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 78022 invoked from network); 7 Apr 2004 13:39:10 -
Received: from unknown (66.218.66.167)
  by m3.grp.scd.yahoo.com with QMQP; 7 Apr 2004 13:39:10 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta6.grp.scd.yahoo.com with SMTP; 7 Apr 2004 13:39:10 -
Received: from moc-gen-mai-21.corp.sfcommerce.com 
(moc-gen-mai-21.corp.sfcommerce.com [172.16.31.85])
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC(5.0.2195.6713);
  Wed, 7 Apr 2004 09:31:34 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Date: Wed, 7 Apr 2004 09:31:34 -0400
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] Re: XUL Grand Coding Challenge 2004 Invitation - 
Last Call
Thread-Index: AcQcoLZx3a9v8eHeRXi903LCZJtoLwAAHK8Q
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 07 Apr 2004 13:31:34.0189 (UTC) 
FILETIME=[A50355D0:01C41CA4]
X-eGroups-Remote-IP: 204.92.58.42
From: Stacy Young [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: XUL Grand Coding Challenge 2004 Invitation - Last 
Call
X-Yahoo-Group-Post: member; u=180803996
X-Yahoo-Profile: xoconnick


 Also if you had cared to check out the sign-up list

Gerald don't take offence, I think it's become a natural reaction for most =
to fend off OT posting as if it were spam mail. I had the same thought read=
ing your initial post.

 Just to clear up a misunderstanding. XUL like RIA is a generic term
 and stands for XML UI Language and again if I dare to say Flex MXML is
 just another XML UI language dialect.

Will check it out, thanks!

Stace


From: luxorxul [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 8:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: XUL Grand Coding Challenge 2004 Invitation - Last=
Call

Hello Steven,

 The list exists for those using Macromedia Flex, to discuss
 coding with Macromedia Flex=A0 -- from time to time, there may
 be merit in discussion of XUL and MXML, but the list isn't for
 cross-posting your general XUL announcements.

=A0 Well, my posting wasn't a general XUL announcement but it's an
invitation to the Flex community to take part in the XUL Grand Coding
Challenge 2004.

 I notice you were already pulled up for this on the XAML
 newsgroup as well, who didn't take well to the same postings.

=A0 Please don't spread any misinformation. Can you point me to the
posting? The co-sponsor of the XUL/XAML/XUI/XML-UI/XForms Grand Coding
Challenge 2004 is Marc Clifton who heads the MyXAML project online @
http://www.myxaml.com

=A0 Also if you had cared to check out the sign-up list you will see
that Adam Kinney will cover Microsoft Longhorn/Avalon XAML and that
Paul Colton will cover Xamlon.

 Can I politely ask that your contributions to the FlexCoders
 list are kept to the discussion of Flex, MXML, ActionScript=20
 2.0, etc, etc.=A0 There are 200 other subscribers to this=20
 mailing list who are here to learn about, and discuss Flex,
 not XUL.

=A0 Just to clear up a misunderstanding. XUL like RIA is a generic term
and stands for XML UI Language and again if I dare to say Flex MXML is
just another XML UI language dialect.

=A0 Peace.

=A0=A0 - Gerald
=20




[flexcoders] Deploying flex application in an ear

2005-03-21 Thread viraf_bankwalla


Hi,

I have a web application that will be provided to customers as an 
EAR.  Some of the pages in the web application will be available in 
two versions (HTML and FLEX).  

I am having difficulties in packaging the flex application in a WAR 
that is included in the EAR (I get ClassNotFound exceptions at 
startup).  Has anyone been successful in this.

The second item refers to the License and config files.  Is there a 
way that these can reside outside the EAR - this will simplify the 
build / packaging process.

Thanks.







 
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/
 





[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 09:04:08 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 90502 invoked from network); 7 Apr 2004 14:33:46 -
Received: from unknown (66.218.66.167)
  by m1.grp.scd.yahoo.com with QMQP; 7 Apr 2004 14:33:45 -
Received: from unknown (HELO n16.grp.scd.yahoo.com) (66.218.66.71)
  by mta6.grp.scd.yahoo.com with SMTP; 7 Apr 2004 14:33:44 -
Received: from [66.218.67.144] by n16.grp.scd.yahoo.com with NNFMP; 07 Apr 2004 
14:32:49 -
Date: Wed, 07 Apr 2004 14:32:46 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 2793
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.71
From: aglosband [EMAIL PROTECTED]
X-Originating-IP: 63.109.193.27
Subject: Re: Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=75720330
X-Yahoo-Profile: aglosband

I think this would be pretty easy to implement using HTTP Streaming. 
Basically, the client makes an HTTP request to the server and the 
server holds the connection open until there is data to push down to 
the client. I believe this is the way some instant messaging 
applications work and solves the problem of having to deal with 
firewall issues. Here's a javaworld article that shows how to do this 
with DHTML and servlets: http://www.javaworld.com/javaworld/jw-03-
2000/jw-03-pushlet_p.html

-Alex 

--- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED] 
wrote:
 Maybe flex can generic messaging API via web service or something.
 That way implementations would be same across Java/CF/.NET
 
 
 
 -S
 
 
 
 _ 
 
 From: Dimitrios Gianninas 
 Sent: Monday, April 05, 2004 5:17 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!
 
 
 
 And of course this will have to be tied to the middleware somehow,
 especially for point 3 of Stacy's email. So it would have to be a 
Java
 push? hmm.. don't know.
 
 
 
 Maybe Flex handles doing the push, but gets data from some service 
and
 then sends it to all the client UIs.
 
 
 
 Jimmy Gianninas - Software Developer
 
 Terra Payments Inc.
 
 (514) 380 - 2700 extension 3249
 
 
 
 
 
 table width=800 cellpadding=4 cellspacing=10 border=0tr 
bgcolor=BDBDBDtd valign=top width=400font face=verdana size=2 
color=FFbAVIS IMPORTANT/b/font/tdtd valign=top 
width=400font face=verdana size=2 
color=FFbWARNING/b/font/td/trtrtd valign=top 
width=400p align=justifyfont face=verdana size=1 color=808080 
Les informations contenues dans le present document et ses pieces 
jointes sont strictement confidentielles et reservees a l'usage de la 
(des) personne(s) a qui il est adresse. Si vous n'etes pas le 
destinataire, soyez avise que toute divulgation, distribution, copie, 
ou autre utilisation de ces informations est strictement prohibee. Si 
vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document 
sans en faire de copie sous quelque forme./tdtd valign=top 
width=400p align=justifyfont face=verdana size=1 color=808080 
The information contained in this document and attachments is 
confidential and intended only for the person(s) named above. If you 
are not the intended recipient you are hereby notified that any 
disclosure, copying, distribution, or any other use of the 
information is strictly prohibited. If you have received this 
document by mistake, please notify the sender immediately and destroy 
this document and attachments without making any copy of any 
kind./td/tr/table




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 09:55:19 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 27974 invoked from network); 7 Apr 2004 16:54:48 -
Received: from unknown (66.218.66.217)
  by m5.grp.scd.yahoo.com with QMQP; 7 Apr 2004 16:54:48 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta2.grp.scd.yahoo.com with SMTP; 7 Apr 2004 16:54:48 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i37GmGhE004630
  for flexcoders@yahoogroups.com; Wed, 7 Apr 2004 09:48:16 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTTYG; Wed, 7 Apr 2004 12:48:16 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Wed, 7 Apr 2004 12:48:08 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41CC0.1AE53EC0
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] MXML VTM's for Homesite?
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41CC0.1AE53EC0
Content-Type: text/plain

We haven't Brian, and it's not in the short term plans. If you wanted to do
it, the community would return that love! ;)

l. 

_ 

From: Brian LeRoux [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 10:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] MXML VTM's for Homesite?


I'm a big fan of homesite for plain ol' text editing and wondered if
Macromedia has created VTM files / tag completion for MXML yet. If not,
I'll do it to because I need it.. errr, I mean, because I love the
community! ;) 

Thanks in advance,
Brian





Yahoo! Groups Sponsor   

ADVERTISEMENT

http://rd.yahoo.com/SIG=12csnrjhq/M=291630.4786521.5933964.1261774/D=egroup
web/S=1705007207:HM/EXP=1081402183/A=2072415/R=0/SIG=11thh7ako/*http://www.n
etflix.com/Default?mqso=60178432partid=4786521 click here 

http://us.adserver.yahoo.com/l?M=291630.4786521.5933964.1261774/D=egroupweb
/S=:HM/A=2072415/rand=225649274 

_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C41CC0.1AE53EC0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=



META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR/HEAD
BODY
DIV dir=3Dltr align=3DleftSPAN class=3D432085016-07042004FONT face=3DA=
rial=20
color=3D#ff size=3D2We haven't Brian, and it's not in the short term p=
lans. If=20
you wanted to do it, the community would return that love!=20
;)/FONT/SPAN/DIV
DIV dir=3Dltr align=3DleftSPAN class=3D432085016-07042004FONT face=3DA=
rial=20
color=3D#ff size=3D2/FONT/SPANnbsp;/DIV
DIV dir=3Dltr align=3DleftSPAN class=3D432085016-07042004FONT face=3DA=
rial=20
color=3D#ff size=3D2l. /FONT/SPAN/DIVBR
DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft
HR tabIndex=3D-1
FONT face=3DTahoma size=3D2BFrom:/B Brian LeRoux=20
[mailto:[EMAIL PROTECTED] BRBSent:/B Tuesday, April 06, 2004 =
10:29=20
PMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B [flexcoders]=
MXML=20
VTM's for Homesite?BR/FONTBR/DIV
DIV/DIVTTI'm a big fan of homesite for plain ol' text editing and won=
dered=20
ifBRMacromedia has created VTM files / tag completion for MXML yet. If=20
not,BRI'll do it to because I need it.. errr, I mean, because I love=20
theBRcommunity! ;) BRBRThanks in=20
advance,BRBrianBRBRBRBR/TTBR/BODY/HTML

--_=_NextPart_001_01C41CC0.1AE53EC0--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Wed Apr 07 10:19:30 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 97802 invoked from network); 7 Apr 2004 17:19:29 -
Received: from unknown (66.218.66.167)
  by m15.grp.scd.yahoo.com with QMQP; 7 Apr 2004 17:19:29 -
Received: from unknown (HELO hoggle.dreamhost.com) (66.33.197.5)
  by mta6.grp.scd.yahoo.com with SMTP; 7 Apr 2004 17:19:29 -
Received: from ZANEGORT (alb-24-195-30-213.nycap.rr.com [24.195.30.213])
  by hoggle.dreamhost.com (Postfix) with ESMTP id 9954853869
  for flexcoders@yahoogroups.com; Wed, 7 Apr 2004 10:19:27 -0700 (PDT)
To: flexcoders@yahoogroups.com
Date: Wed, 7 Apr 2004 13:12:16 -0400
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0002_01C41CA1.F33CB190
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-reply-to: [EMAIL PROTECTED]
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4925.2800
Importance: Normal
X-eGroups-Remote-IP: 66.33.197.5
From: Cortlandt Winters [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=121477995
X-Yahoo-Profile: cortlandt_winters

--=_NextPart_000_0002_01C41CA1.F33CB190
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Hi Alex,

I was thinking this as well, but what about connection time outs, which
would make this method more of like a long-pause polling timer? I know that
there are both server and client level ways to mark the connection not to
time out with headers, but does that work reliably with flash in the various
browsers?

If so then it seems like you are right that that this might be the best way
to go. I had been thinking that a socket server would be the way to go for
these kinds of things. Does anybody have insight into the pros and cons of
using the http stream vs socket methods?

One pro that I can think of with the http streaming over socket connections
or remote shared objects is the issue of properly closing connections. For
example, I'm not really sure that when a browser is closed, that flash
always gets notified and is given a chance to close the connection properly,
possibly resulting in a browser crash with the binary methods. In the http
streaming method it seems like a poorly closed connection wouldn't be nearly
as likely to crash the browser, if ever. (In a rare case that's probably
still worth mentioning, someone's modem will sometimes trigger the
connection timeout rather than the browser, client or server and I'm not
sure if the browsers even get notified then)

I haven't responded to this discussion before as it seems to me that remote
shared objects, as awesome as they are for flash developers, seem more of a
convienience method for flash developers than something that enterprise
developers would be interested in. After all isn't the whole point of most
of the J2EE architecture to provide enterprise level persistence across
servers? I think that remote shared objects would need more work to relate
properly to these other mechanisms. Certainly there are about a billion
java-based persistence mechanisms now. I could see shared objects as a
convienient caching mechanism though.

Just my thoughts.

-Cort

-Original Message-
From: aglosband [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 10:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Needs Remote Shared Objects!


I think this would be pretty easy to implement using HTTP Streaming.
Basically, the client makes an HTTP request to the server and the
server holds the connection open until there is data to push down to
the client. I believe this is the way some instant messaging
applications work and solves the problem of having to deal with
firewall issues. Here's a javaworld article that shows how to do this
with DHTML and servlets: http://www.javaworld.com/javaworld/jw-03-
2000/jw-03-pushlet_p.html

-Alex

--- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED]
wrote:
 Maybe flex can generic messaging API via web service or something.
 That way implementations would be same across Java/CF/.NET



 -S



 _

 From: Dimitrios Gianninas
 Sent: Monday, April 05, 2004 5:17 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Needs Remote Shared Objects!



 And of course this will have to be tied to the middleware somehow,
 especially for point 3 of Stacy's email. So it would have to be a
Java
 push? hmm.. don't know.



 Maybe Flex handles doing the push, but gets data from some service
and
 then sends it to all the client UIs.



 Jimmy Gianninas - Software Developer

 Terra Payments Inc.

 (514) 380 - 2700 extension 3249





 table width=800 cellpadding=4 cellspacing=10 border=0tr
bgcolor=BDBDBDtd valign=top width=400font face=verdana size=2
color=FFbAVIS 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Thu Apr 08 11:32:32 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 93452 invoked from network); 8 Apr 2004 12:29:41 -
Received: from unknown (66.218.66.172)
  by m11.grp.scd.yahoo.com with QMQP; 8 Apr 2004 12:29:41 -
Received: from unknown (HELO n34.grp.scd.yahoo.com) (66.218.66.102)
  by mta4.grp.scd.yahoo.com with SMTP; 8 Apr 2004 12:29:41 -
Received: from [66.218.67.156] by n34.grp.scd.yahoo.com with NNFMP; 08 Apr 2004 
12:28:44 -
Date: Thu, 08 Apr 2004 12:28:41 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 1684
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.102
From: dharfleet [EMAIL PROTECTED]
X-Originating-IP: 80.225.165.43
Subject: Re: Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=65830148
X-Yahoo-Profile: dharfleet

Hey All,

personally I think this thread should be re-named 'messaging in Flex'.


Stacey,


HHmm. That would cross the barrier from flex being a pure
presentation server to a presentation server with a hint of
app
server functionality. ;-)

 not sure I agree, the app server functionality would be the
message server / MOM , the presentation server would just be acting as
a client to the MOM, infact, I would imagine that it wouldn't even be
a direct client, but would essentially be talking to a 'proxy' in the 
'flex web-app' on the server, which would be the client to the MOM. 


Maybe flex can generic messaging API via web service or
something.
That way implementations would be same across Java/CF/.NET

 agree, I think you could have a MXML tag, similar to the remote
object tag which would allow you to subscribe to a messaging topic /
queue, this could be generic, or it could specify the 'proxy client'
implementation which could be either JMS / MQSeries / Microsoft .net
Messaging (?) / etc


Libby, 

 
 Use cases, friends, use cases! It's definitely a feature we'll be
 investigating but I'd love to hear as many specific use cases as
possible.


. any systems which rely on near realtime data to be updated on
the users GUI without them requesting that update by 'clicking
refresh'. For example:

stock trading desk GUIs
monitoring applications, such as weather, traffic, building security,
manufacturing, gps parcel tracking

mission critical systems, such as air traffic, utility supply, etc


.. great product and great yahoo group by the way; as a Java/J2EE
developer, I would now feel comtable implementing a Macromedia GUI,


Dan




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 12:20:35 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 17692 invoked from network); 29 Mar 2004 20:20:34 -
Received: from unknown (66.218.66.218)
  by m11.grp.scd.yahoo.com with QMQP; 29 Mar 2004 20:20:34 -
Received: from unknown (HELO n4.grp.scd.yahoo.com) (66.218.66.88)
  by mta3.grp.scd.yahoo.com with SMTP; 29 Mar 2004 20:20:34 -
Received: from [66.218.67.137] by n4.grp.scd.yahoo.com with NNFMP; 29 Mar 2004 
20:20:24 -
Date: Mon, 29 Mar 2004 20:20:23 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 384
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.88
From: soulpositions [EMAIL PROTECTED]
X-Originating-IP: 207.59.86.5
Subject: Installed and running live applications?
X-Yahoo-Group-Post: member; u=181190880
X-Yahoo-Profile: soulpositions

Hello all,

I've been using the flex beta3 for a bit now and I have a few good 
ideas of using it in existing projects, but I was wondering if 
anyone here has had a chance to buddy up with MM for releasing a 
live Flex 1.0 app? I understand where this product could be used but 
I need some concrete installed apps that I can show or atleast tell 
the bosses about. 

Thanks,
Jason




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Thu Apr 08 14:33:05 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 98050 invoked from network); 8 Apr 2004 12:11:10 -
Received: from unknown (66.218.66.167)
  by m14.grp.scd.yahoo.com with QMQP; 8 Apr 2004 12:11:10 -
Received: from unknown (HELO n23.grp.scd.yahoo.com) (66.218.66.79)
  by mta6.grp.scd.yahoo.com with SMTP; 8 Apr 2004 12:11:10 -
Received: from [66.218.67.252] by n23.grp.scd.yahoo.com with NNFMP; 08 Apr 2004 
12:09:57 -
Date: Thu, 08 Apr 2004 12:09:30 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 1694
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.79
From: dharfleet [EMAIL PROTECTED]
X-Originating-IP: 80.225.160.25
Subject: Re: Flex Needs Remote Shared Objects!
X-Yahoo-Group-Post: member; u=65830148
X-Yahoo-Profile: dharfleet

Hey All,

personally I think this thread should be re-named 'messaging in Flex'.


Stacey,


HHmm. That would cross the barrier from flex being a pure
presentation server to a presentation server with a hint of app
server functionality. ;-)

 not sure I agree, the app server functionality would be the
message server / MOM , the presentation server would just be acting as
a client to the MOM, infact, I would imagine that it wouldn't even be
a direct client, but would essentially be talking to a 'proxy' in the 
'flex web-app' on the server, which would be the client to the MOM. 


Maybe flex can generic messaging API via web service or something.
That way implementations would be same across Java/CF/.NET

 agree, I think you could have a MXML tag, similar to the remote
object tag which would allow you to subscribe to a messaging topic /
queue, this could be generic, or it could specify the 'proxy client'
implementation which could be either JMS / MQSeries / Microsoft .net
Messaging (?) / etc


Libby, 

 
 Use cases, friends, use cases! It's definitely a feature we'll be
 investigating but I'd love to hear as many specific use cases as
possible.


. any systems which rely on near realtime data to be updated on
the users GUI without them requesting that update by 'clicking
refresh'. For example:

stock trading desk GUIs
monitoring applications, such as weather, traffic, building security,
manufacturing, gps parcel tracking

mission critical systems, such as air traffic, utility supply, etc


.. great product and great yahoo group by the way; as a Java/J2EE
developer, I would now feel comtable implementing a Macromedia GUI,


Dan














[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Fri Apr 09 05:36:12 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 46208 invoked from network); 9 Apr 2004 12:36:11 -
Received: from unknown (66.218.66.217)
  by m14.grp.scd.yahoo.com with QMQP; 9 Apr 2004 12:36:11 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta2.grp.scd.yahoo.com with SMTP; 9 Apr 2004 12:36:11 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i39CXMvG005362
  for flexcoders@yahoogroups.com; Fri, 9 Apr 2004 05:33:22 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTXLD; Fri, 9 Apr 2004 08:33:22 -0400
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Fri, 9 Apr 2004 08:33:21 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41E2E.ABAE1299
X-eGroups-Remote-IP: 216.104.212.90
From: Eric Anderson [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=181569521

--_=_NextPart_001_01C41E2E.ABAE1299
Content-Type: text/plain

As a follow-up to this thread, we just posted a technote (with sample code)
on how to consume a web service with overloaded methods in Flex.



http://www.macromedia.com/support/flex/ts/documents/ws_overload.htm
http://www.macromedia.com/support/flex/ts/documents/ws_overload.htm 



Eric



-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 2:27 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



or tor, or jonathan, or dirk :) 



logging bugs and enhancement requests by writing to [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] is the quickest way to ensure the right
folks see this type of feedback, i just wanted to offer a friendly reminder.




i've asked some folks here to look into this and i'll let you know. 



_ 

From: Igor Ilyinsky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:20 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

I believe that was a hint Stacy. ;)

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 12:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

has anyone logged an enhancement request? :)




_ 


From: Stacy Young [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 8:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

*tosses #5 on the pile*



CFMX took some hits for some ws interoperability issues in-house a while
back. I'd rather not go thru that again with Flex! :D



Stace




_ 


From: Tor Kristensen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:33 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



Me four.




_ 


From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm
http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm 








AVIS IMPORTANT

WARNING


Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee. Si vous avez recu ce document par
erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur
et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential
and intended only for the person(s) named above. If you are not the intended
recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited. If
you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.





---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.607 / Virus Database: 387 - Release Date: 3/2/2004



---
Outgoing mail is certified Virus 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Fri Apr 09 12:22:22 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 80353 invoked from network); 9 Apr 2004 19:22:21 -
Received: from unknown (66.218.66.172)
  by m21.grp.scd.yahoo.com with QMQP; 9 Apr 2004 19:22:21 -
Received: from unknown (HELO smtp7.webcontrolcenter.com) (216.119.106.219)
  by mta4.grp.scd.yahoo.com with SMTP; 9 Apr 2004 19:22:21 -
Received: (qmail 20500 invoked from network); 9 Apr 2004 19:23:03 -
Received: from mail12.webcontrolcenter.com (216.119.106.128)
  by smtp7.webcontrolcenter.com with SMTP; 9 Apr 2004 19:23:03 -
Received: from d216-232-208-150.bchsia.telus.net [216.232.208.150] by 
mail12.webcontrolcenter.com with SMTP;
  Fri, 9 Apr 2004 12:22:01 -0700
To: flexcoders@yahoogroups.com
Date: Fri, 9 Apr 2004 12:22:39 -0700
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0004_01C41E2D.5C9CFB90
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.4024
Importance: Normal
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-eGroups-Remote-IP: 216.119.106.219
From: Brian LeRoux [EMAIL PROTECTED]
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET
X-Yahoo-Group-Post: member; u=181470496
X-Yahoo-Profile: fbxbrian

--=_NextPart_000_0004_01C41E2D.5C9CFB90
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Or you could use FlashORB as your remoting gateway.

-Original Message-
From: Eric Anderson [mailto:[EMAIL PROTECTED] 
Sent: April 9, 2004 5:33 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



As a follow-up to this thread, we just posted a technote (with sample
code) on how to consume a web service with overloaded methods in Flex.



http://www.macromedia.com/support/flex/ts/documents/ws_overload.htm



Eric



-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 2:27 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



or tor, or jonathan, or dirk :) 



logging bugs and enhancement requests by writing to
[EMAIL PROTECTED] is the quickest way to ensure the right folks
see this type of feedback, i just wanted to offer a friendly reminder. 



i've asked some folks here to look into this and i'll let you know. 




_ 


From: Igor Ilyinsky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:20 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

I believe that was a hint Stacy. ;)

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 12:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

has anyone logged an enhancement request? :)




_ 


From: Stacy Young [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 8:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET

*tosses #5 on the pile*



CFMX took some hits for some ws interoperability issues in-house a while
back. I'd rather not go thru that again with Flex! :D



Stace




_ 


From: Tor Kristensen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 11:33 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



Me four.




_ 


From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 3:49 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] WebService Feature Request WAS: Flex and .NET



me three

jonathan

 In real-world WebServices (esp. those generated with AXIS or a .NET
 framework) you'll often find overloaded methods in the WSDL. Right now
 Flex can't handle this. Technote:
 http://www.macromedia.com/support/flex/ts/documents/mthd_overload.htm








AVIS IMPORTANT

WARNING


Les informations contenues dans le present document et ses pieces
jointes sont strictement confidentielles et reservees a l'usage de la
(des) personne(s) a qui il est adresse. Si vous n'etes pas le
destinataire, soyez avise que toute divulgation, distribution, copie, ou
autre utilisation de ces informations est strictement prohibee. Si vous
avez recu ce document par erreur, veuillez s'il vous plait communiquer
immediatement avec l'expediteur et detruire ce document sans en faire de
copie sous quelque forme.

The information contained in this document and attachments is
confidential and intended only for the person(s) named above. If you are
not the intended recipient you are hereby notified that any disclosure,
copying, distribution, or any other use of the information is strictly
prohibited. If you have received this document by mistake, please 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Fri Apr 09 17:06:38 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 41314 invoked from network); 10 Apr 2004 00:06:38 -
Received: from unknown (66.218.66.218)
  by m21.grp.scd.yahoo.com with QMQP; 10 Apr 2004 00:06:38 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta3.grp.scd.yahoo.com with SMTP; 10 Apr 2004 00:06:38 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3A02obl009772
  for flexcoders@yahoogroups.com; Fri, 9 Apr 2004 17:02:51 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CSTZ6T; Fri, 9 Apr 2004 20:02:50 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Fri, 9 Apr 2004 20:02:49 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41E8F.2958D62B
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] Hosting Company
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41E8F.2958D62B
Content-Type: text/plain

Hi there - 

We don't currently have hosting licenses available (so no commercial
hosters). We may have a hosting program in the future. 

best,

libby

_ 

From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 6:36 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Hosting Company


Does anybody know of a hosting company that has Flex? 

Shawn - i'm sure someone from Macromedia can chip in here, but I believe the
current
EULA is not hosting-company friendly at present, though this may change in
the
future as Flex gains wider adoption.

I might be way off the mark here, but that's how I remember this being
discussed.

Best,

Steven

--
Steven Webster
Technical Director
iteration::two

Yahoo! Groups Sponsor   

ADVERTISEMENT

http://rd.yahoo.com/SIG=12chi5u6d/M=291630.4786521.5933964.1261774/D=egroup
web/S=1705007207:HM/EXP=1081593368/A=2072414/R=0/SIG=11tc61npd/*http://www.n
etflix.com/Default?mqso=60178418partid=4786521 click here 

http://us.adserver.yahoo.com/l?M=291630.4786521.5933964.1261774/D=egroupweb
/S=:HM/A=2072414/rand=572193865 

_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C41E8F.2958D62B
Content-Type: text/html

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


META content=MSHTML 6.00.2800.1400 name=GENERATOR/HEAD
BODY
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2Hi there - /FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2We don't currently have hosting licenses available (so no 
commercial hosters). We may have a hosting program in the future. 
/FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2best,/FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=274450300-10042004FONT face=Arial 
color=#ff size=2libby/FONT/SPAN/DIVBR
DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left
HR tabIndex=-1
FONT face=Tahoma size=2BFrom:/B Steven Webster 
[mailto:[EMAIL PROTECTED] BRBSent:/B Friday, April 09, 2004 
6:36 AMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B RE: 
[flexcoders] Hosting CompanyBR/FONTBR/DIV
DIV/DIV
DIVDoes anybody know of a hosting company that has Flex?SPAN 
class=312153010-09042004FONT face=Trebuchet MS color=#ff 
size=2nbsp;/FONT/SPAN/DIV
DIVSPAN class=312153010-09042004/SPANnbsp;/DIV
DIVSPAN class=312153010-09042004FONT face=Trebuchet MS color=#ff 
size=2Shawn - i'm sure someone from Macromedia can chip in here, but I believe 
the current/FONT/SPAN/DIV
DIVSPAN class=312153010-09042004FONT face=Trebuchet MS color=#ff 
size=2EULA is not hosting-company friendly at present, though thisnbsp;may 
change in the/FONT/SPAN/DIV
DIVSPAN class=312153010-09042004FONT face=Trebuchet MS color=#ff 
size=2futurenbsp;as Flex gains wider adoption./FONT/SPAN/DIV
DIVSPAN class=312153010-09042004/SPANnbsp;/DIV
DIVSPAN class=312153010-09042004FONT 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 12:33:44 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 21886 invoked from network); 29 Mar 2004 20:33:41 -
Received: from unknown (66.218.66.218)
  by m2.grp.scd.yahoo.com with QMQP; 29 Mar 2004 20:33:41 -
Received: from unknown (HELO hafnium.btinternet.com) (194.73.73.121)
  by mta3.grp.scd.yahoo.com with SMTP; 29 Mar 2004 20:33:41 -
Received: from [81.133.7.132] (helo=pc2)
  by hafnium.btinternet.com with smtp (Exim 3.22 #25)
  id 1B83Rv-0001sc-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 21:33:35 +0100
To: flexcoders@yahoogroups.com
Date: Mon, 29 Mar 2004 21:36:30 +0100
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
X-eGroups-Remote-IP: 194.73.73.121
X-eGroups-From: Alistair McLeod [EMAIL PROTECTED]
From: Alistair McLeod [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Installed and running live applications?
X-Yahoo-Group-Post: member; u=151017110
X-Yahoo-Profile: alimcleod

Hi Jason,

A lot of the Macromedia Flex team are subscribed to this list so will
probably be along soon to help (or contact you offlist), but in the
meantime, the Macromedia site has a wealth of information on Flex. This
page, in particular, is work looking at, and could help you sell Flex
internally.

http://www.macromedia.com/software/flex/productinfo/roi/

Cheers,

Ali

--
Alistair McLeod
Development Director
iteration::two

-Original Message-
From: soulpositions [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 21:20
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Installed and running live applications?


Hello all,

I've been using the flex beta3 for a bit now and I have a few good
ideas of using it in existing projects, but I was wondering if
anyone here has had a chance to buddy up with MM for releasing a
live Flex 1.0 app? I understand where this product could be used but
I need some concrete installed apps that I can show or atleast tell
the bosses about.

Thanks,
Jason





Yahoo! Groups Links









[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Sat Apr 10 14:16:37 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 8805 invoked from network); 10 Apr 2004 21:16:37 -
Received: from unknown (66.218.66.217)
  by m25.grp.scd.yahoo.com with QMQP; 10 Apr 2004 21:16:37 -
Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.189)
  by mta2.grp.scd.yahoo.com with SMTP; 10 Apr 2004 21:16:36 -
Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de)
  by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
  id 1BCPo7-0005Pj-00
  for flexcoders@yahoogroups.com; Sat, 10 Apr 2004 23:14:31 +0200
Received: from [217.0.72.136] (helo=trinity)
  by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
  id 1BCPo7-00076y-00
  for flexcoders@yahoogroups.com; Sat, 10 Apr 2004 23:14:31 +0200
To: flexcoders@yahoogroups.com
Date: Sat, 10 Apr 2004 23:14:19 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0015_01C41F51.8D7D2EE0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: AcQej7KspQh12O7TTgug3jrOPipXLAAdl75g
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-Id: [EMAIL PROTECTED]
X-Provags-ID: kundenserver.de [EMAIL PROTECTED] 
auth:ff4fe7145e099f887cec1dcd5b1cef84
X-eGroups-Remote-IP: 212.227.126.189
From: Sven Claar [EMAIL PROTECTED]
Subject: Flex Class Library Reference Poster #01
X-Yahoo-Group-Post: member; u=167211266
X-Yahoo-Profile: computer_stuntman

--=_NextPart_000_0015_01C41F51.8D7D2EE0
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

remember the Central reference poster from Mike Chambers?

Well, guess what, here it is ...

The Flex Class Libary Reference Poster

For easy download (Flashpaper/PDF) go to
http://www.mxug.de/flex/archives/33.cfm http://www.mxug.de/flex 

Hope this is of any help! If not, well it looks nice if you just print it
out and hang it up your wall to impress ... well, whoever ... ;-)

Happy Easter!

Cheers,
Sven

--=_NextPart_000_0015_01C41F51.8D7D2EE0
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii
META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR/HEAD
BODY
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Hi=20
all,/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
remember=20
the Central reference poster from Mike Chambers?/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Well, guess=20
what, here it is .../SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
STRONGThe=20
Flex Class Libary Reference Poster/STRONG/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
For easy=20
download (Flashpaper/PDF) go to A=20
href=3Dhttp://www.mxug.de/flex/archives/33.cfm;http://www.mxug.de/fle=
x/archives/33.cfm/AA=20
href=3Dhttp://www.mxug.de/flex;/A/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Hope this=20
is of any help! If not, well it looks nice if you just print it out and han=
g it=20
up your wall to impress ... well, whoever ... ;-)/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Happy=20
Easter!/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004Cheers,/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004Sven/SPAN/FONT/DIV/BODY/HTML

--=_NextPart_000_0015_01C41F51.8D7D2EE0--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Sat Apr 10 14:55:37 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 58505 invoked from network); 10 Apr 2004 21:55:36 -
Received: from unknown (66.218.66.217)
  by m15.grp.scd.yahoo.com with QMQP; 10 Apr 2004 21:55:36 -
Received: from unknown (HELO smtp-out5.blueyonder.co.uk) (195.188.213.8)
  by mta2.grp.scd.yahoo.com with SMTP; 10 Apr 2004 21:55:35 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out5.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Sat, 10 Apr 2004 22:55:33 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 10 Apr 2004 22:56:15 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 10 Apr 2004 21:55:33.0747 (UTC) 
FILETIME=[8C6EF430:01C41F46]
X-eGroups-Remote-IP: 195.188.213.8
From: Steven Webster [EMAIL PROTECTED]
Subject: Re: [flexcoders] Flex Class Library Reference Poster #01
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

 
 For easy download (Flashpaper/PDF) go to
 http://www.mxug.de/flex/archives/33.cfm http://www.mxug.de/flex 
 

Great job Sven - very useful !

Steven




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Sat Apr 10 17:35:30 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 14186 invoked from network); 11 Apr 2004 00:35:29 -
Received: from unknown (66.218.66.167)
  by m21.grp.scd.yahoo.com with QMQP; 11 Apr 2004 00:35:29 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta6.grp.scd.yahoo.com with SMTP; 11 Apr 2004 00:35:29 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3B0ZSE3011027
  for flexcoders@yahoogroups.com; Sat, 10 Apr 2004 17:35:28 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CST5ZV; Sat, 10 Apr 2004 20:35:28 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Sat, 10 Apr 2004 20:35:25 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41F5C.E16FEB8D
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: Charting Components
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41F5C.E16FEB8D
Content-Type: text/plain

Hi There - 

We're currently in beta with some charting components for Flex and I'm
looking for some good beta testers. If you have time to test and give
feedback, please drop me a line off list. 

best,

libby

[EMAIL PROTECTED]

--_=_NextPart_001_01C41F5C.E16FEB8D
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2//EN
HTML
HEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

META NAME=3DGenerator CONTENT=3DMS Exchange Server version 5.5.2657.73=

TITLECharting Components/TITLE
/HEAD
BODY

PFONT SIZE=3D2 FACE=3DArialHi Therenbsp; - /FONT
/P

PFONT SIZE=3D2 FACE=3DArialWe're currently in beta with some charting=
components for Flex and I'm looking for some good beta testers. If you hav=
e time to test and give feedback, please drop me a line off list. /FONT/=
P

PFONT SIZE=3D2 FACE=3DArialbest,/FONT
/P

PFONT SIZE=3D2 FACE=3DAriallibby/FONT
/P

PFONT SIZE=3D2 FACE=3DArial[EMAIL PROTECTED]/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C41F5C.E16FEB8D--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Sat Apr 10 17:10:08 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 20508 invoked from network); 11 Apr 2004 00:10:07 -
Received: from unknown (66.218.66.167)
  by m23.grp.scd.yahoo.com with QMQP; 11 Apr 2004 00:10:07 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta6.grp.scd.yahoo.com with SMTP; 11 Apr 2004 00:10:07 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3B0A6rb003276
  for flexcoders@yahoogroups.com; Sat, 10 Apr 2004 17:10:07 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CST5Z1; Sat, 10 Apr 2004 20:10:06 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Sat, 10 Apr 2004 20:09:57 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C41F59.52DB3EDC
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Class Library Reference Poster #01
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C41F59.52DB3EDC
Content-Type: text/plain

very cool sven! 

_ 

From: Sven Claar [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 10, 2004 5:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Class Library Reference Poster #01


Hi all,

remember the Central reference poster from Mike Chambers?

Well, guess what, here it is ...

The Flex Class Libary Reference Poster

For easy download (Flashpaper/PDF) go to
http://www.mxug.de/flex/archives/33.cfm
http://www.mxug.de/flex/archives/33.cfm http://www.mxug.de/flex 

Hope this is of any help! If not, well it looks nice if you just print it
out and hang it up your wall to impress ... well, whoever ... ;-)

Happy Easter!

Cheers,
Sven

Yahoo! Groups Sponsor   

ADVERTISEMENT

http://rd.yahoo.com/SIG=12c49mh1f/M=290828.4820999.5964091.1261774/D=egroup
web/S=1705007207:HM/EXP=1081718198/A=1950450/R=0/SIG=124a0gvll/*http://ashni
n.com/clk/muryutaitakenattogyo?YH=4820999yhad=1950450 click here  

http://us.adserver.yahoo.com/l?M=290828.4820999.5964091.1261774/D=egroupweb
/S=:HM/A=1950450/rand=397888406 

_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C41F59.52DB3EDC
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=



META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR/HEAD
BODY
DIV dir=3Dltr align=3DleftSPAN class=3D264291200-11042004FONT face=3DA=
rial=20
color=3D#ff size=3D2very cool sven! /FONT/SPAN/DIVBR
DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft
HR tabIndex=3D-1
FONT face=3DTahoma size=3D2BFrom:/B Sven Claar=20
[mailto:[EMAIL PROTECTED] BRBSent:/B Saturday, April 10, 200=
4=20
5:14 PMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B [flexco=
ders]=20
Flex Class Library Reference Poster #01BR/FONTBR/DIV
DIV/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Hi=20
all,/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
remember=20
the Central reference poster from Mike Chambers?/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Well, guess=20
what, here it is .../SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
STRONGThe=20
Flex Class Libary Reference Poster/STRONG/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
For easy=20
download (Flashpaper/PDF) go to A=20
href=3Dhttp://www.mxug.de/flex/archives/33.cfm;http://www.mxug.de/fle=
x/archives/33.cfm/AA=20
href=3Dhttp://www.mxug.de/flex;/A/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Hope this=20
is of any help! If not, well it looks nice if you just print it out and han=
g it=20
up your wall to impress ... well, whoever ... ;-)/SPAN/FONT/DIV

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Sun Apr 11 16:23:17 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 26953 invoked from network); 11 Apr 2004 23:23:17 -
Received: from unknown (66.218.66.172)
  by m25.grp.scd.yahoo.com with QMQP; 11 Apr 2004 23:23:17 -
Received: from unknown (HELO smtp7.webcontrolcenter.com) (216.119.106.219)
  by mta4.grp.scd.yahoo.com with SMTP; 11 Apr 2004 23:23:16 -
Received: (qmail 18698 invoked from network); 11 Apr 2004 23:23:39 -
Received: from mail12.webcontrolcenter.com (216.119.106.128)
  by smtp7.webcontrolcenter.com with SMTP; 11 Apr 2004 23:23:39 -
Received: from d216-232-208-150.bchsia.telus.net [216.232.208.150] by 
mail12.webcontrolcenter.com with SMTP;
  Sun, 11 Apr 2004 16:22:10 -0700
To: flexcoders@yahoogroups.com
Date: Sun, 11 Apr 2004 16:23:54 -0700
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0008_01C41FE1.658C1B40
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.4024
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
In-Reply-To: [EMAIL PROTECTED]
Importance: Normal
X-eGroups-Remote-IP: 216.119.106.219
From: Brian LeRoux [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Class Library Reference Poster #01
X-Yahoo-Group-Post: member; u=181470496
X-Yahoo-Profile: fbxbrian

--=_NextPart_000_0008_01C41FE1.658C1B40
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Very nice, wish I had the printer to do it justice. Scotch tape and
blackwhite it still looks nice. :)

-Original Message-
From: Sven Claar [mailto:[EMAIL PROTECTED] 
Sent: April 10, 2004 2:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Class Library Reference Poster #01


Hi all,

remember the Central reference poster from Mike Chambers?

Well, guess what, here it is ...

The Flex Class Libary Reference Poster

For easy download (Flashpaper/PDF) go to
http://www.mxug.de/flex/archives/33.cfm http://www.mxug.de/flex 

Hope this is of any help! If not, well it looks nice if you just print
it out and hang it up your wall to impress ... well, whoever ... ;-)

Happy Easter!

Cheers,
Sven

Yahoo! Groups Sponsor   

ADVERTISEMENT

http://rd.yahoo.com/SIG=12c49mh1f/M=290828.4820999.5964091.1261774/D=eg
roupweb/S=1705007207:HM/EXP=1081718198/A=1950450/R=0/SIG=124a0gvll/*http
://ashnin.com/clk/muryutaitakenattogyo?YH=4820999yhad=1950450 click
here

http://us.adserver.yahoo.com/l?M=290828.4820999.5964091.1261774/D=egrou
pweb/S=:HM/A=1950450/rand=397888406 


_ 

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]
mailto:[EMAIL PROTECTED] 


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ . 



--=_NextPart_000_0008_01C41FE1.658C1B40
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

TITLEMessage/TITLE

META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR/HEAD
BODY
DIVSPAN class=3D703132323-11042004FONT face=3DArial color=3D#ff si=
ze=3D2Very=20
nice, wish I had the printer to do it justice. Scotch tape and blackamp;wh=
ite=20
it still looks nice. :)/FONT/SPAN/DIV
BLOCKQUOTE style=3DMARGIN-RIGHT: 0px
DIV/DIV
DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3DleftFO=
NT=20
face=3DTahoma size=3D2-Original Message-BRBFrom:/B Sven Cl=
aar=20
[mailto:[EMAIL PROTECTED] BRBSent:/B April 10, 2004 2:14=20
PMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B [flexcoder=
s]=20
Flex Class Library Reference Poster #01BRBR/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-1004200=
4Hi=20
all,/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-1004200=
4remember=20
the Central reference poster from Mike Chambers?/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-1004200=
4Well,=20
guess what, here it is .../SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004STRONGThe Flex Class Libary Reference=20
Poster/STRONG/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-1004200=
4For easy=20
download (Flashpaper/PDF) go to A=20
href=3Dhttp://www.mxug.de/flex/archives/33.cfm;http://www.mxug.de/f=

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Apr 12 07:09:46 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 97367 invoked from network); 12 Apr 2004 14:09:45 -
Received: from unknown (66.218.66.167)
  by m6.grp.scd.yahoo.com with QMQP; 12 Apr 2004 14:09:45 -
Received: from unknown (HELO n12.grp.scd.yahoo.com) (66.218.66.67)
  by mta6.grp.scd.yahoo.com with SMTP; 12 Apr 2004 14:09:44 -
Received: from [66.218.67.149] by n12.grp.scd.yahoo.com with NNFMP; 12 Apr 2004 
14:07:27 -
Date: Mon, 12 Apr 2004 14:07:27 -
To: flexcoders@yahoogroups.com
Message-ID: [EMAIL PROTECTED]
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 177
X-Mailer: Yahoo Groups Message Poster
X-eGroups-Remote-IP: 66.218.66.67
From: maka3d [EMAIL PROTECTED]
X-Originating-IP: 200.181.210.121
Subject: new to List
X-Yahoo-Group-Post: member; u=182588587
X-Yahoo-Profile: maka3d

Hi Flexers!
My name is Marcos Neves and I'm from Brazil. My objective is to be 
some kind of Flex Evangelist here in Brazil.

Happy Flex for everybody!

www.flexbrasil.com.br




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Apr 12 09:49:44 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 4739 invoked from network); 12 Apr 2004 16:49:43 -
Received: from unknown (66.218.66.217)
  by m24.grp.scd.yahoo.com with QMQP; 12 Apr 2004 16:49:43 -
Received: from unknown (HELO shockwave.systems.pipex.net) (62.241.160.9)
  by mta2.grp.scd.yahoo.com with SMTP; 12 Apr 2004 16:49:43 -
Received: from lisa (81-86-168-25.dsl.pipex.com [81.86.168.25])
  by shockwave.systems.pipex.net (Postfix) with ESMTP id 2E39F1C001E6
  for flexcoders@yahoogroups.com; Mon, 12 Apr 2004 17:49:08 +0100 (BST)
To: flexcoders@yahoogroups.com
Date: Mon, 12 Apr 2004 17:52:38 +0100
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-index: AcQdBAL2KMLo+nXfRm2LIi4ZtdMF1gBQO29wAAP9chAAlcgakA==
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 62.241.160.9
From: Gerald Williams [EMAIL PROTECTED]
Subject: Flash Remoting using Flex
X-Yahoo-Group-Post: member; u=155411841
X-Yahoo-Profile: ctrlcap





Hi All

Is there another way of Flex accessing a CFC apart from a Web Service?
As far as I know the inbuilt AMF gateway can only access Java classes. 
Theoretically, it should be able to access CFC's too since they will be
compiled to Java classes. 

Therefore, I have been trying to use Flex with Flash Remoting. This example
compiles ok. But when clicking the button nothing happens, no data is being
transmitted. When deleting endpoint=http://127.0.0.1/flashservices/gateway;
the application at least attempts to connect when the button is clicked. The
inclusion of the endpoint seems to disable the submit button.

Any ideas?


Thanks 



- Gerald


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=400
height=400

mx:RemoteObject id=mySv source=rest.stock
endpoint=http://127.0.0.1/flashservices/gateway; 

mx:method name=login
mx:arguments
password{txtPass.text}/password
user{txtUser.text}/user
/mx:arguments
/mx:method
/mx:RemoteObject

mx:Canvas width=400 height=400

mx:TextInput widthFlex=1 id=txtUser x=25 y=59 /
mx:TextInput widthFlex=1 id=txtPass x=25 y=104 /
mx:TextInput widthFlex=1 id=txtResp x=25 y=14 /

mx:Button
click=mySv.login.send() id=login_but label=Login x=69 y=160 /
/mx:Canvas
/mx:Application








[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 12:41:13 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 45871 invoked from network); 29 Mar 2004 20:41:11 -
Received: from unknown (66.218.66.172)
  by m8.grp.scd.yahoo.com with QMQP; 29 Mar 2004 20:41:11 -
Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.184)
  by mta4.grp.scd.yahoo.com with SMTP; 29 Mar 2004 20:41:10 -
Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de)
  by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
  id 1B83ZG-00054J-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 22:41:10 +0200
Received: from [217.0.73.1] (helo=trinity)
  by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
  id 1B83ZF-0007Ye-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 22:41:09 +0200
To: flexcoders@yahoogroups.com
Date: Mon, 29 Mar 2004 22:41:07 +0200
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
thread-index: AcQVzSLTFoFMtEFDR36GVKVQf2mLJAAAIFMw
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Provags-ID: kundenserver.de [EMAIL PROTECTED] 
auth:ff4fe7145e099f887cec1dcd5b1cef84
X-eGroups-Remote-IP: 212.227.126.184
From: Sven Claar [EMAIL PROTECTED]
Subject: Problems with part creating basic components from the livedocs
X-Yahoo-Group-Post: member; u=167211266
X-Yahoo-Profile: computer_stuntman

Hi,

i want to recreate the example Creating the Green Square component.
everythings fine in FLMX - IDE but when i compile the greentest.mxml i get
this error?


***
1 Warning found. 

Warning 
A linked symbol is incompatible with a referenced version.
The linked symbol
WEB-INF\flex\frameworks\mx.swc:__Packages.mx.core.UIObject (modified
05.03.04 20:39, priority 2)
is incompatible with
getweather_rocks\greensquare.swc:__Packages.mx.core.UIObject (modified
03.09.03 03:54, priority 2)
The symbol is incompatible because:
property top is missing.
property createAccessibilityImplementation is missing.
property embedFonts is missing.
property bottom is missing.
property left is missing.
property right is missing.
function invalidateStyle has too many parameters.
function doLater has too many parameters.
function drawRect has too many parameters.
The incompatible symbol is referenced by:
getweather_rocks\greensquare.swc:__Packages.greensquare (modified
29.03.04 21:38, priority 2)



Can anyone help?

Thanks,
Sven




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Apr 12 16:13:48 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 70949 invoked from network); 12 Apr 2004 23:13:46 -
Received: from unknown (66.218.66.167)
  by m9.grp.scd.yahoo.com with QMQP; 12 Apr 2004 23:13:46 -
Received: from unknown (HELO smtp7.webcontrolcenter.com) (216.119.106.219)
  by mta6.grp.scd.yahoo.com with SMTP; 12 Apr 2004 23:13:47 -
Received: (qmail 19685 invoked from network); 12 Apr 2004 23:14:00 -
Received: from mail12.webcontrolcenter.com (216.119.106.128)
  by smtp7.webcontrolcenter.com with SMTP; 12 Apr 2004 23:14:00 -
Received: from d216-232-208-150.bchsia.telus.net [216.232.208.150] by 
mail12.webcontrolcenter.com with SMTP;
  Mon, 12 Apr 2004 16:13:17 -0700
To: flexcoders@yahoogroups.com
Date: Mon, 12 Apr 2004 16:13:37 -0700
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.4024
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
In-Reply-To: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 216.119.106.219
From: Brian LeRoux [EMAIL PROTECTED]
Subject: Visual Studio / mxml.xsd
X-Yahoo-Group-Post: member; u=181470496
X-Yahoo-Profile: fbxbrian

Well, I copied the supplied schema into visual studio to see what
happens but the result was kinda scary. Lots of funky _X_ named
elements. The attributes didn't really make it. I'm thinking a VS
specific schema might be the best solution ala custom control. 

Anyone had any luck with this before I reinvent the wheel? :)






[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 02:16:47 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 19941 invoked from network); 13 Apr 2004 09:16:46 -
Received: from unknown (66.218.66.217)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 09:16:46 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta2.grp.scd.yahoo.com with SMTP; 13 Apr 2004 09:16:45 -
Received: from arckid (unknown [220.224.13.150])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 37D954702E
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 05:16:28 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 14:46:53 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0066_01C42166.2C904650
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: AcQhNWJVW/2z1M9ZQNqvhSidivxWlwAAiKlA
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] How to add deploy Application to FLEX?
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_0066_01C42166.2C904650
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Yeah I did . I could only copied once I stopped the server . as some files
were in use . should I have to modify any other files as now name become
aashu instead of samples? or I have to add in some server file that new
application with name aashu added at some path?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to add deploy Application to FLEX?



What I did . just copied whole samples folder to new name called aashu and
the are in default folder. 



Did you restart JRun ? It has to be restarted to read in the web.xml,
flex-config.xml ,etc



Steven



_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_0066_01C42166.2C904650
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--o:SmartTagType
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags name=3Dtime/=

o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Ddate/
!--[if !mso]
style
st1\:*{behavior:url(#default#ieooui) }
/style
![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Trebuchet MS;
panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:Courier New;}
tt
{font-family:Courier New;}
span.EmailStyle19
{mso-style-type:personal;
font-family:Arial;
color:windowtext;}
span.EmailStyle20
{mso-style-type:personal;
font-family:Arial;
color:navy;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:Arial;
color:#993366;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:230508249;
mso-list-template-ids:1766646668;}
@list l0:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:.5in;
mso-level-number-position:left;
text-indent:-.25in;

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 07:20:48 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 61173 invoked from network); 13 Apr 2004 14:20:47 -
Received: from unknown (66.218.66.172)
  by m8.grp.scd.yahoo.com with QMQP; 13 Apr 2004 14:20:47 -
Received: from unknown (HELO mail3.panix.com) (166.84.1.74)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 14:20:47 -
Received: from echonyc.com (echonyc.com [198.67.15.2])
  by mail3.panix.com (Postfix) with ESMTP id 3D21B98561
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 10:20:13 -0400 (EDT)
Received: from Trotman.tapper.net (170-226.customer.cloud9.net 
[168.100.170.226])
  by echonyc.com (8.11.6/8.11.6) with ESMTP id i3DEKCU16791
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 10:20:12 -0400 (EDT)
Message-Id: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1
Date: Tue, 13 Apr 2004 10:19:55 -0400
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
  edia.com
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
X-eGroups-Remote-IP: 166.84.1.74
From: jeff tapper [EMAIL PROTECTED]
Subject: Setting a button icon in a repeater?
X-Yahoo-Group-Post: member; u=180891050
X-Yahoo-Profile: jefftappernyc

Hey folks, I've got what should be a simple issue, and im probably just 
under caffinated, so im not seeing it.

I'm trying to create buttons with an icon in a repeater. The repeater is 
working fine, and the proper data is being loaded into my custom component, 
but i'm having trouble setting the icon dynamically. Can someone point me 
in the right direction?

Heres what i have:

?xml version=1.0 encoding=utf-8?
mx:Box direction=horizontal 
xmlns:mx=http://www.macromedia.com/2003/mxml; width=200 height=20 
load=start()
mx:Label text={name} visible={isSelected} /
mx:Button width=20 height=20 click=changeColor() id=colorButton/
mx:Binding destination=colorButton.icon source=colorAsset/
mx:Script
var colorData:Object;
var isSelected:Boolean;
var asset:String;
var name:String;
var colorId:String;
function changeColor(){
dispatchEvent();
}
function get colorAsset():String{
return @Embed(' + asset +');
}
/mx:Script
/mx:Box

Thanks for any help.

jeff




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 07:59:57 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 16669 invoked from network); 13 Apr 2004 14:59:57 -
Received: from unknown (66.218.66.166)
  by m18.grp.scd.yahoo.com with QMQP; 13 Apr 2004 14:59:57 -
Received: from unknown (HELO p15112434.pureserver.info) (217.160.168.91)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 14:59:56 -
Received: from saturn ([213.128.227.99])
  (authenticated (0 bits))
  by p15112434.pureserver.info (8.11.6/8.11.6) with ESMTP id i3DExsf10952
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 15:59:54 +0100
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 16:00:04 +0100
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0002_01C42170.62736540
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
In-Reply-To: [EMAIL PROTECTED]
Importance: Normal
X-eGroups-Remote-IP: 217.160.168.91
From: Steven Webster [EMAIL PROTECTED]
Subject: RE: [flexcoders] How to add deploy Application to FLEX?
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

--=_NextPart_000_0002_01C42170.62736540
Content-Type: text/plain;
charset=Windows-1252
Content-Transfer-Encoding: 7bit

Ashvin,

Might it be easier to deploy as samples, and eliminate all other sources
of error until you get
this working ? Deploying the samples should be as simple as dropping
samples.war into a JRun
application, and restarting the server.

Best,

Steven

--=_NextPart_000_0002_01C42170.62736540
Content-Type: text/html;
charset=Windows-1252
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTML xmlns=3Dhttp://www.w3.org/TR/REC-html40; xmlns:v =3D=20
urn:schemas-microsoft-com:vml xmlns:o =3D=20
urn:schemas-microsoft-com:office:office xmlns:w =3D=20
urn:schemas-microsoft-com:office:word xmlns:st1 =3D=20
urn:schemas-microsoft-com:office:smarttagsHEAD
META http-equiv=3DContent-Type content=3Dtext/html; charset=3Dwindows-125=
2
META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR!--[if !mso]
STYLEv\:* {
BEHAVIOR: url(#default#VML)
}
o\:* {
BEHAVIOR: url(#default#VML)
}
w\:* {
BEHAVIOR: url(#default#VML)
}
.shape {
BEHAVIOR: url(#default#VML)
}
/STYLE
![endif]--o:SmartTagType name=3Dtime=20
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags/o:SmartTagTyp=
eo:SmartTagType=20
name=3Ddate=20
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags/o:SmartTagTyp=
e!--[if !mso]
STYLEst1\:* {
BEHAVIOR: url(#default#ieooui)
}
/STYLE
![endif]--
STYLE@font-face {
font-family: Wingdings;
}
@font-face {
font-family: SimSun;
}
@font-face {
font-family: Tahoma;
}
@font-face {
font-family: Verdana;
}
@font-face {
font-family: @SimSun;
}
@font-face {
font-family: Trebuchet MS;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
LI.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
DIV.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
A:link {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
COLOR: purple; TEXT-DECORATION: underline
}
P.MsoPlainText {
FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Courier New
}
LI.MsoPlainText {
FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Courier New
}
DIV.MsoPlainText {
FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Courier New
}
TT {
FONT-FAMILY: Courier New
}
SPAN.EmailStyle19 {
COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal
}
SPAN.EmailStyle20 {
COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal
}
SPAN.EmailStyle21 {
COLOR: #993366; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
page: Section1
}
OL {
MARGIN-BOTTOM: 0in
}
UL {
MARGIN-BOTTOM: 0in
}
/STYLE
/HEAD
BODY lang=3DEN-US vLink=3Dpurple link=3Dblue
DIVSPAN class=3D453285814-13042004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2Ashvin,/FONT/SPAN/DIV
DIVSPAN class=3D453285814-13042004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D453285814-13042004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2Might it be easier to deploy as samples, and eliminate all other=
=20
sources of error until you get/FONT/SPAN/DIV
DIVSPAN class=3D453285814-13042004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2this working ?nbsp; Deploying the samples should be as simple as=
=20
dropping samples.war into a JRun/FONT/SPAN/DIV
DIVSPAN class=3D453285814-13042004FONT face=3DTrebuchet MS color=3D#=
ff=20
size=3D2application, and restarting the server./FONT/SPAN/DIV

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 08:11:09 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 69260 invoked from network); 13 Apr 2004 15:11:09 -
Received: from unknown (66.218.66.217)
  by m21.grp.scd.yahoo.com with QMQP; 13 Apr 2004 15:11:09 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta2.grp.scd.yahoo.com with SMTP; 13 Apr 2004 15:11:09 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DFAhUJ008665
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 08:10:43 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CS4ABA; Tue, 13 Apr 2004 11:10:42 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 11:10:41 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C42169.7C87B3FB
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex extension for Dreamweaver
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C42169.7C87B3FB
Content-Type: text/plain

I've forwarded your request to the Brady PM, they're going to come out with
a new beta soon and may be adding more users then. He'll contact you within
a couple weeks to let you know.

l. 

_ 

From: Philip House [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 10:50 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex extension for Dreamweaver


Can anybody help me get a copy of the beta of Brady to play with. I have the
Flex server installed on my machine but want to try to do some work with
Brady.

Let me know.

Thanks,

Philip House
CD Group, Inc.
Atlanta, GA 30092

-Original Message-
From: Marcos Neves [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 10:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex extension for Dreamweaver


I did an Flex extension for Dreamweaver.
I invite everybody to try it and help me to make it better.

check it at www.flexbrasil.com.br

thanks,

Marcos Neves
www.flexbrasil.com.br




Yahoo! Groups Links







_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C42169.7C87B3FB
Content-Type: text/html

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


META content=MSHTML 6.00.2800.1400 name=GENERATOR/HEAD
BODY
DIV dir=ltr align=leftSPAN class=097521215-13042004FONT face=Arial 
color=#ff size=2I've forwarded your request to the Brady PM, they're going 
to come out with a new beta soon and may be adding more users then. He'll 
contact you within a couple weeks to let you know./FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=097521215-13042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=097521215-13042004FONT face=Arial 
color=#ff size=2l. /FONT/SPAN/DIVBR
DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left
HR tabIndex=-1
FONT face=Tahoma size=2BFrom:/B Philip House [mailto:[EMAIL PROTECTED] 
BRBSent:/B Tuesday, April 13, 2004 10:50 AMBRBTo:/B 
flexcoders@yahoogroups.comBRBSubject:/B RE: [flexcoders] Flex extension 
for DreamweaverBR/FONTBR/DIV
DIV/DIVTTCan anybody help me get a copy of the beta of Brady to play 
with. 
I have the Flex server installed on my machine but want to try to do some work 
with Brady.BRBRLet me know.BRBRThanks,BRBRPhilip HouseBRCD Group, 
Inc.BRAtlanta, GA 30092BRBR-Original Message-BRFrom: Marcos 
Neves [mailto:[EMAIL PROTECTED]BRSent: Tuesday, April 13, 2004 10:43 
AMBRTo: flexcoders@yahoogroups.comBRSubject: [flexcoders] Flex extension 
for 
DreamweaverBRBRBRI did an Flex extension for Dreamweaver.BRI invite 
everybody to try it and help me to make it better.BRBRcheck it at 
www.flexbrasil.com.brBRBRthanks,BRBRMarcos 
NevesBRwww.flexbrasil.com.brBRBRBRBRBRYahoo! Groups 
LinksBRBRBRBRBRBR/TT/BODY/HTML

--_=_NextPart_001_01C42169.7C87B3FB--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 08:22:30 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 34098 invoked from network); 13 Apr 2004 15:22:29 -
Received: from unknown (66.218.66.166)
  by m8.grp.scd.yahoo.com with QMQP; 13 Apr 2004 15:22:29 -
Received: from unknown (HELO mail5.speakeasy.net) (216.254.0.205)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 15:22:29 -
Received: (qmail 28816 invoked from network); 13 Apr 2004 15:22:29 -
Received: from dsl092-160-178.wdc2.dsl.speakeasy.net (HELO mars) ([EMAIL 
PROTECTED])
  (envelope-sender [EMAIL PROTECTED])
  by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP
  for flexcoders@yahoogroups.com; 13 Apr 2004 15:22:29 -
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 11:22:27 -0400
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
Thread-Index: AcQhZdub7jUdDU7zT6uaaCjZmwSLQQAAHHogAAEmYnA=
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-eGroups-Remote-IP: 216.254.0.205
From: Samuel R. Neff [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex extension for Dreamweaver
X-Yahoo-Group-Post: member; u=182498214
X-Yahoo-Profile: samblinex


Did you apply for the Brady beta program?

Sam


 -Original Message-
 From: Philip House [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, April 13, 2004 10:50 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex extension for Dreamweaver
 
 Can anybody help me get a copy of the beta of Brady to play 
 with. I have the Flex server installed on my machine but want 
 to try to do some work with Brady.
 
 Let me know.
 
 Thanks,
 
 Philip House
 CD Group, Inc.
 Atlanta, GA 30092
 
 -Original Message-
 From: Marcos Neves [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, April 13, 2004 10:43 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex extension for Dreamweaver
 
 
 I did an Flex extension for Dreamweaver.
 I invite everybody to try it and help me to make it better.
 
 check it at www.flexbrasil.com.br
 
 thanks,
 
 Marcos Neves
 www.flexbrasil.com.br
 





[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Sat Mar 27 01:06:23 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 53443 invoked from network); 27 Mar 2004 09:06:20 -
Received: from unknown (66.218.66.167)
  by m6.grp.scd.yahoo.com with QMQP; 27 Mar 2004 09:06:20 -
Received: from unknown (HELO llca231-a.servidoresdns.net) (217.76.128.103)
  by mta6.grp.scd.yahoo.com with SMTP; 27 Mar 2004 09:06:20 -
Received: from llca231-a.servidoresdns.net (llca231-a.servidoresdns.net 
[127.0.0.1])
  by llca231-a.servidoresdns.net (Postfix) with SMTP id 03C7A3A4F69
  for flexcoders@yahoogroups.com; Sat, 27 Mar 2004 10:06:19 +0100 (CET)
Received: from 217.124.60.116
  (SquirrelMail authenticated user laa651c)
  by llca231-a.servidoresdns.net with HTTP;
  Sat, 27 Mar 2004 10:06:19 +0100 (CET)
Message-ID: [EMAIL PROTECTED]
Date: Sat, 27 Mar 2004 10:06:19 +0100 (CET)
To: flexcoders@yahoogroups.com
X-Priority: 3
Importance: Normal
X-Mailer: SquirrelMail (version 1.2.8)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-eGroups-Remote-IP: 217.76.128.103
From: =?iso-8859-1?Q?Javier_Tard=E1guila?= [EMAIL PROTECTED]
Subject: [ot] Hi to all
X-Yahoo-Group-Post: member; u=180942428

Hi,
i have just suscribe to this mainling-list, and just wanna say Hi everyboy


-- 
Javier Tardáguila
www.design-nation.net
www.design-nation.net/es ( blog en castellano )
www.design-nation.net/en ( english blog )
[EMAIL PROTECTED]
[EMAIL PROTECTED]





[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 12:58:48 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 68773 invoked from network); 29 Mar 2004 20:58:36 -
Received: from unknown (66.218.66.167)
  by m2.grp.scd.yahoo.com with QMQP; 29 Mar 2004 20:58:36 -
Received: from unknown (HELO hafnium.btinternet.com) (194.73.73.121)
  by mta6.grp.scd.yahoo.com with SMTP; 29 Mar 2004 20:58:36 -
Received: from [81.133.7.132] (helo=pc2)
  by hafnium.btinternet.com with smtp (Exim 3.22 #25)
  id 1B83q7-0005Iq-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 21:58:35 +0100
To: flexcoders@yahoogroups.com
Date: Mon, 29 Mar 2004 22:01:32 +0100
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
X-eGroups-Remote-IP: 194.73.73.121
X-eGroups-From: Alistair McLeod [EMAIL PROTECTED]
From: Alistair McLeod [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Problems with part creating basic components from 
the livedocs
X-Yahoo-Group-Post: member; u=151017110
X-Yahoo-Profile: alimcleod

Hi Sven,

Did you extract the FlexForFlash.zip classes from the /extras folder, and
include that on your classpath before exporting the SWC in MX2004? It looks
like you might be picking up the MX2004 UIObject class, not the one needed
by Flex. The documentation has fuller details on how to set the classpath.

Cheers,

Ali

--
Alistair McLeod
Development Director
iteration::two

-Original Message-
From: Sven Claar [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 21:41
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problems with part creating basic components
from the livedocs


Hi,

i want to recreate the example Creating the Green Square component.
everythings fine in FLMX - IDE but when i compile the greentest.mxml i get
this error?


***
1 Warning found.

Warning
A linked symbol is incompatible with a referenced version.
The linked symbol
WEB-INF\flex\frameworks\mx.swc:__Packages.mx.core.UIObject (modified
05.03.04 20:39, priority 2)
is incompatible with
getweather_rocks\greensquare.swc:__Packages.mx.core.UIObject (modified
03.09.03 03:54, priority 2)
The symbol is incompatible because:
property top is missing.
property createAccessibilityImplementation is missing.
property embedFonts is missing.
property bottom is missing.
property left is missing.
property right is missing.
function invalidateStyle has too many parameters.
function doLater has too many parameters.
function drawRect has too many parameters.
The incompatible symbol is referenced by:
getweather_rocks\greensquare.swc:__Packages.greensquare (modified
29.03.04 21:38, priority 2)



Can anyone help?

Thanks,
Sven




Yahoo! Groups Links









[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 08:23:29 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 43725 invoked from network); 13 Apr 2004 15:23:29 -
Received: from unknown (66.218.66.172)
  by m18.grp.scd.yahoo.com with QMQP; 13 Apr 2004 15:23:29 -
Received: from unknown (HELO mail5.speakeasy.net) (216.254.0.205)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 15:23:29 -
Received: (qmail 28807 invoked from network); 13 Apr 2004 15:22:28 -
Received: from dsl092-160-178.wdc2.dsl.speakeasy.net (HELO mars) ([EMAIL 
PROTECTED])
  (envelope-sender [EMAIL PROTECTED])
  by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP
  for flexcoders@yahoogroups.com; 13 Apr 2004 15:22:28 -
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 11:22:27 -0400
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
Thread-Index: AcQhZ/1ngNaaEBP2Txi1wQ64PIkOvwAAwgYA
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-eGroups-Remote-IP: 216.254.0.205
From: Samuel R. Neff [EMAIL PROTECTED]
Subject: RE: [flexcoders] How to add deploy Application to FLEX?
X-Yahoo-Group-Post: member; u=182498214
X-Yahoo-Profile: samblinex

I believe with JRun you have to expand the wars (extract the files).

Sam



Blog http://www.rewindlife.com
TeamMM http://www.macromedia.com/go/team 



 -Original Message-
 From: Steven Webster [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, April 13, 2004 11:00 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] How to add deploy Application to FLEX?
 
 Ashvin,
 
 Might it be easier to deploy as samples, and eliminate all 
 other sources of error until you get
 this working ? Deploying the samples should be as simple as 
 dropping samples.war into a JRun
 application, and restarting the server.
 
 Best,
 
 Steven
 





[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 09:49:49 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 87061 invoked from network); 13 Apr 2004 16:49:48 -
Received: from unknown (66.218.66.217)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 16:49:48 -
Received: from unknown (HELO mirror) (209.181.6.188)
  by mta2.grp.scd.yahoo.com with SMTP; 13 Apr 2004 16:49:48 -
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 10:49:44 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0149_01C42145.08341EB0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
In-Reply-To: [EMAIL PROTECTED]
Thread-Index: AcQfRpFaU4wPY7SZRISN/jcmKF5zYQCJ4oeQAAJFBOA=
X-eGroups-Remote-IP: 209.181.6.188
From: Abraham Vionas [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Class Library Reference Poster #02
X-Yahoo-Group-Post: member; u=178436525
X-Yahoo-Profile: esc_oblivion

--=_NextPart_000_0149_01C42145.08341EB0
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Shit! Now I'm going to have to make room for another poster on my wall. 

.., I think I'll need to make them bigger so I can read them from my
computeryep, definitely need to do that.

These are great Sven!

_ 

From: Sven Claar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 9:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Class Library Reference Poster #02


Hi all,

at this time my mission is now terminated.

i present:

The Flex Class Libary Reference Poster Number 2!

For easy download (Flashpaper/PDF) go to
http://www.mxug.de/flex/archives/34.cfm
BLOCKED::http://www.mxug.de/flex/archives/33.cfm
BLOCKED::http://www.mxug.de/flex 

Hopefully the libraries are not extended too frequently ;)


Cheers,
Sven

_ 

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]
mailto:[EMAIL PROTECTED] 


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 




_ 

avast! http://www.avast.com Antivirus: Inbound message clean. 


Virus Database (VPS): 0404-6, 04/09/2004
Tested on: 4/13/2004 9:54:59 AM
avast! is copyright (c) 2000-2003 ALWIL Software.




_ 

avast! Antivirus http://www.avast.com : Outbound message clean. 


Virus Database (VPS): 0416-0, 04/13/2004
Tested on: 4/13/2004 10:49:44 AM
avast! is copyright (c) 2000-2003 ALWIL Software.



--=_NextPart_000_0149_01C42145.08341EB0
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEADTITLE/TITLE
META http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii
META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR/HEAD
BODY
DIV dir=3Dltr align=3DleftSPAN class=3D566454816-13042004FONT face=3DA=
rial=20
color=3D#ff size=3D2Shit! Now I'm going to have to make room for anoth=
er poster=20
on my wall. /FONT/SPAN/DIV
DIV dir=3Dltr align=3DleftSPAN class=3D566454816-13042004FONT face=3DA=
rial=20
color=3D#ff size=3D2/FONT/SPANnbsp;/DIV
DIV dir=3Dltr align=3DleftSPAN class=3D566454816-13042004FONT face=3DA=
rial=20
color=3D#ff size=3D2..., I think I'll need to make them bigger so =
I can=20
read them from my computeryep, definitely need to do=20
that./FONT/SPAN/DIV
DIV dir=3Dltr align=3DleftSPAN class=3D566454816-13042004FONT face=3DA=
rial=20
color=3D#ff size=3D2/FONT/SPANnbsp;/DIV
DIV dir=3Dltr align=3DleftSPAN class=3D566454816-13042004FONT face=3DA=
rial=20
color=3D#ff size=3D2These are great Sven!/FONT/SPAN/DIVBR
DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft
HR tabIndex=3D-1
FONT face=3DTahoma size=3D2BFrom:/B Sven Claar=20
[mailto:[EMAIL PROTECTED] BRBSent:/B Tuesday, April 13, 2004=
9:54=20
AMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B [flexcoders]=
Flex=20
Class Library Reference Poster #02BR/FONTBR/DIV
DIV/DIV!-- Converted from text/plain format --FONT size=3D2
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
Hi=20
all,/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004atnbsp;this time my mission is now=20
terminated./SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
i=20
present:/SPAN/FONT/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN=20
class=3D463031414-10042004/SPAN/FONTnbsp;/DIV
DIVFONT face=3DTrebuchet MS size=3D2SPAN class=3D463031414-10042004=
STRONGThe=20
Flex Class Libary Reference Poster Number 2!/STRONG/SPAN/FONT/DIV
DIVFONT 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 10:05:27 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 75384 invoked from network); 13 Apr 2004 17:05:27 -
Received: from unknown (66.218.66.172)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 17:05:27 -
Received: from unknown (HELO mail1.speakeasy.net) (216.254.0.201)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 17:05:26 -
Received: (qmail 14296 invoked from network); 13 Apr 2004 17:05:26 -
Received: from dsl092-160-178.wdc2.dsl.speakeasy.net (HELO mars) ([EMAIL 
PROTECTED])
  (envelope-sender [EMAIL PROTECTED])
  by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP
  for flexcoders@yahoogroups.com; 13 Apr 2004 17:05:26 -
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 13:05:24 -0400
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
Thread-Index: AcQhcNBroOppAZf6RvGO9D5068CiBgACKFOg
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-eGroups-Remote-IP: 216.254.0.201
From: Samuel R. Neff [EMAIL PROTECTED]
Subject: RE: [flexcoders] Flex Class Library Reference Poster #02
X-Yahoo-Group-Post: member; u=182498214
X-Yahoo-Profile: samblinex


It's a Flex poster. Doesn't it resize automatically?

Sam


 -Original Message-
 From: Matt Chotin [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, April 13, 2004 12:00 PM
 To: 'flexcoders@yahoogroups.com'
 Subject: RE: [flexcoders] Flex Class Library Reference Poster #02
 
 My new goal in life is to add libraries with long names that 
 force poster sizing issues ;-)
 
 
 
 Very nice!
 
 
 
 Matt
 





[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:09:37 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 2423 invoked from network); 13 Apr 2004 19:09:37 -
Received: from unknown (66.218.66.167)
  by m18.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:09:37 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:09:36 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 1307C4366E
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 15:09:22 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 00:39:37 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_00FB_01C421B8.FBEA1E60
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: AcQhXIoMuOT4oaWvSc+D6Q7IlfU+KAALftLA
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] How to add deploy Application to FLEX?
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_00FB_01C421B8.FBEA1E60
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

I don't know how to deploy but after your answers it seems too much
difficult . or may be not necessary too .



But anyway my structure is like this .



D:/../flex/jrun4/servers/default/aashu and
D:/../flex/jrun4/servers/default/samples



Its not like that I copied samples folder inside aashu folder .



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Brandon Purcell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 7:07 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] How to add deploy Application to FLEX?



You cannot simply copy the samples folder to the aashu folder as that
directory structure is not a valid J2EE application. You would need to copy
the contents of the /samples folder and copy it to /aashu so that the
directory structure would be as follows.



file:/D:/Program Files/Macromedia/Flex/jrun4/servers/default/aashu/



../aashu/WEB-INF/

./flex

../aashu/allsamplefolders



Brandon



mailto:[EMAIL PROTECTED] 

-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:17 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to add deploy Application to FLEX?

Yeah I did ... I could only copied once I stopped the server ... as some
files were in use ... should I have to modify any other files as now name
become aashu instead of samples? or I have to add in some server file
that new application with name aashu added at some path?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


_ 


From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to add deploy Application to FLEX?



What I did ... just copied whole samples folder to new name called aashu and
the are in default folder. 



Did you restart JRun ? It has to be restarted to read in the web.xml,
flex-config.xml ,etc



Steven





_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_00FB_01C421B8.FBEA1E60
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
meta http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii
meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--
titleMessage/title
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3DCity/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Dplace/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Dtime/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Ddate/
o:SmartTagType 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 13:28:04 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 24167 invoked from network); 29 Mar 2004 21:28:03 -
Received: from unknown (66.218.66.167)
  by m2.grp.scd.yahoo.com with QMQP; 29 Mar 2004 21:28:03 -
Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.177)
  by mta6.grp.scd.yahoo.com with SMTP; 29 Mar 2004 21:28:03 -
Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de)
  by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
  id 1B84Gg-0007ae-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 23:26:02 +0200
Received: from [217.0.73.1] (helo=trinity)
  by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
  id 1B84Gg-0002Iz-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 23:26:02 +0200
To: flexcoders@yahoogroups.com
Date: Mon, 29 Mar 2004 23:26:00 +0200
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
thread-index: AcQV0Ov/0fWpp9YnRYGzp4ViRpsngAAACa3w
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Provags-ID: kundenserver.de [EMAIL PROTECTED] 
auth:ff4fe7145e099f887cec1dcd5b1cef84
X-eGroups-Remote-IP: 212.227.126.177
From: Sven Claar [EMAIL PROTECTED]
Subject: AW: [flexcoders] Problems with part creating basic components from 
the livedocs
X-Yahoo-Group-Post: member; u=167211266
X-Yahoo-Profile: computer_stuntman

Hi Ali,

yes i do all this.=20

i have set:

$(LocalData)/Flex Classes
$(LocalData)/Classes


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:18:56 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 82073 invoked from network); 13 Apr 2004 19:18:56 -
Received: from unknown (66.218.66.166)
  by m23.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:18:56 -
Received: from unknown (HELO rye.exstream.com) (216.248.60.202)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:18:56 -
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4218C.2DCF12A0
Date: Tue, 13 Apr 2004 15:19:02 -0400
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] Flex Class Library Reference Poster #02
Thread-Index: AcQhcNBroOppAZf6RvGO9D5068CiBgACKFOgAARhFfA=
To: flexcoders@yahoogroups.com
X-eGroups-Remote-IP: 216.248.60.202
From: Steve Pruitt [EMAIL PROTECTED]
Subject: installing Debug Flash player
X-Yahoo-Group-Post: member; u=159415939
X-Yahoo-Profile: st_pruitt

--_=_NextPart_001_01C4218C.2DCF12A0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

The wizard for installing the debug Flash player seems more complicated tha=
n the wizard I used to install the debug version back in the beta days. Fi=
rst, it prompted me for a Netscape compatible browser. I thought it was ea=
sy to tell that IExplorer is my default? After using the wizard's browse b=
utton to select Explorer's plugin directory, the wizard complained it could=
n't find the plugin directory and I might have errors if I used the selecte=
d directory.
=20
Is this right? Should I go ahead and install it in Program Files\Internet =
Explorer\PLUGINS?
=20
=20
-SP

--_=_NextPart_001_01C4218C.2DCF12A0
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Diso-8859-=
1


META content=3DMSHTML 6.00.2800.1400 name=3DGENERATOR/HEAD
BODY
DIVSPAN class=3D150191019-13042004FONT face=3DArial color=3D#ff si=
ze=3D2The=20
wizard for installing the debug Flash player seems more complicated than th=
e=20
wizard I used to install the debug version back in the beta days.nbsp; Fir=
st,=20
it prompted me for a Netscape compatible browser.nbsp; I thought it was ea=
sy to=20
tell that IExplorer is my default?nbsp; After using the wizard's browse bu=
tton=20
to select Explorer's plugin directory, the wizard complained it couldn't fi=
nd=20
the plugin directory and I might have errors if I used the selected=20
directory./FONT/SPAN/DIV
DIVSPAN class=3D150191019-13042004FONT face=3DArial color=3D#ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D150191019-13042004FONT face=3DArial color=3D#ff si=
ze=3D2Is=20
this right?nbsp; Should I go ahead and install it in Program Files\Interne=
t=20
Explorer\PLUGINS?/FONT/SPAN/DIV
DIVSPAN class=3D150191019-13042004FONT face=3DArial color=3D#ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D150191019-13042004FONT face=3DArial color=3D#ff=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D150191019-13042004FONT face=3DArial color=3D#ff=20
size=3D2-SP/FONT/SPAN/DIV/BODY/HTML

--_=_NextPart_001_01C4218C.2DCF12A0--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:20:01 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 81214 invoked from network); 13 Apr 2004 19:20:01 -
Received: from unknown (66.218.66.167)
  by m16.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:20:01 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:20:01 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DJK0oX003503
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 12:20:00 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CS4BDJ; Tue, 13 Apr 2004 15:20:00 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 15:19:59 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4218C.4FE78C06
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] How to add deploy Application to FLEX?
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C4218C.4FE78C06
Content-Type: text/plain

Hi Ashvin - 

You might want to read through some of the JRun doc if you're just coming up
to speed on the app server deployment issues. It's available on Live Docs
livedocs.macromedia.com. 

l.

_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 3:10 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to add deploy Application to FLEX?



I don't know how to deploy but after your answers it seems too much
difficult ... or may be not necessary too ...



But anyway my structure is like this ...



D://flex/jrun4/servers/default/aashu and
D://flex/jrun4/servers/default/samples



Its not like that I copied samples folder inside aashu folder ...



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Brandon Purcell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 7:07 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] How to add deploy Application to FLEX?



You cannot simply copy the samples folder to the aashu folder as that
directory structure is not a valid J2EE application. You would need to copy
the contents of the /samples folder and copy it to /aashu so that the
directory structure would be as follows.



file:/D:/Program Files/Macromedia/Flex/jrun4/servers/default/aashu/



../aashu/WEB-INF/

./flex

../aashu/allsamplefolders



Brandon



mailto:[EMAIL PROTECTED] 

-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:17 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to add deploy Application to FLEX?

Yeah I did ... I could only copied once I stopped the server ... as some
files were in use ... should I have to modify any other files as now name
become aashu instead of samples? or I have to add in some server file
that new application with name aashu added at some path?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


_ 


From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to add deploy Application to FLEX?



What I did ... just copied whole samples folder to new name called aashu and
the are in default folder. 



Did you restart JRun ? It has to be restarted to read in the web.xml,
flex-config.xml ,etc



Steven






_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C4218C.4FE78C06
Content-Type: text/html

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTML xmlns=http://www.w3.org/TR/REC-html40; xmlns:v = 
urn:schemas-microsoft-com:vml xmlns:o = 
urn:schemas-microsoft-com:office:office xmlns:w = 
urn:schemas-microsoft-com:office:word xmlns:st1 = 
urn:schemas-microsoft-com:office:smarttagsHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii
TITLEMessage/TITLE

META content=MSHTML 6.00.2800.1400 name=GENERATOR!--[if !mso]
STYLEv\:* {
BEHAVIOR: url(#default#VML)
}
o\:* {
BEHAVIOR: url(#default#VML)
}
w\:* {
BEHAVIOR: url(#default#VML)
}
.shape {
BEHAVIOR: url(#default#VML)
}
/STYLE
![endif]--o:SmartTagType name=City 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:35:51 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 75417 invoked from network); 13 Apr 2004 19:35:51 -
Received: from unknown (66.218.66.166)
  by m21.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:35:51 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:35:50 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DJZnwI010095
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 12:35:50 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CS4B1X; Tue, 13 Apr 2004 15:35:49 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 15:35:48 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4218E.85862CE0
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C4218E.85862CE0
Content-Type: text/plain

Hi - 

Is there a reason you're creating AMF gateways instead of using Flex data
access mechansims? RemoteObject uses AMF by default and has a default
gateway built in. 

best,

libby

_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMF Gateway


How to add or where to declare AMF gateway? For a script located at
samples/aashu/test.mxml?

I know I have to add it in flex-config.xml but where is it and can it have
more then one gateways? Say for test2.mxml I need another gateway then where
I have to add it? In same file? At same parent tag of amf-gateway

Now only adding this line will do all things or I also have to declare
something more like which services I am suppose to use with that gateway
etc.,

Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer 




_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C4218E.85862CE0
Content-Type: text/html

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


META content=MSHTML 6.00.2800.1400 name=GENERATOR/HEAD
BODY
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2Hi - /FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2Is there a reason you're creating AMF gateways instead of 
using Flex data access mechansims? nbsp;RemoteObject uses AMF by default and 
has a default gateway built in. /FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2best,/FONT/SPAN/DIV
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2/FONT/SPANnbsp;/DIV
DIV dir=ltr align=leftSPAN class=553122919-13042004FONT face=Arial 
color=#ff size=2libby/FONT/SPAN/DIVBR
DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left
HR tabIndex=-1
FONT face=Tahoma size=2BFrom:/B Ashvin Savani (arckid) 
[mailto:[EMAIL PROTECTED] BRBSent:/B Tuesday, April 13, 2004 3:20 
PMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B [flexcoders] AMF 
GatewayBR/FONTBR/DIV
DIV/DIVTTHow to add or where to declare AMF gateway? For a script located 
atBRsamples/aashu/test.mxml?BRBRI know I have to add it in 
flex-config.xml 
but where is it and can it haveBRmore then one gateways? Say for test2.mxml I 
need another gateway then whereBRI have to add it? In same file? At same 
parent tag of lt;amf-gatewaygt;BRBRNow only adding this line will do all 
things or I also have to declareBRsomething more like which services I am 
suppose to use with that gatewayBRetc.,BRBRRegards,BRBRAshvin Savani 
(arckid) BRBRTeam MacromedianBR(Flash + ( MX || Com ||  
Remoting)) 
amp;amp; (PHP amp;amp; MySQL) Developer BRBRBR/TT/BODY/HTML

--_=_NextPart_001_01C4218E.85862CE0--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:49:15 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 9715 invoked from network); 13 Apr 2004 19:49:14 -
Received: from unknown (66.218.66.218)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:49:14 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:49:14 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DJcwjB011532
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 12:38:59 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CS4B18; Tue, 13 Apr 2004 15:38:58 -0400
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 15:38:57 -0400
Return-Receipt-To: Brandon Purcell [EMAIL PROTECTED]
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4218E.F636CEA1
X-eGroups-Remote-IP: 216.104.212.90
From: Brandon Purcell [EMAIL PROTECTED]
Subject: RE: [flexcoders] installing Debug Flash player
X-Yahoo-Group-Post: member; u=182034002

--_=_NextPart_001_01C4218E.F636CEA1
Content-Type: text/plain;
charset=iso-8859-1

There are two debugger versions in the {flex-install}/bin directory. You
should run the uninstall first. If you are using IE then use the version
that says Install Flash Player AX.exe (Active X) You probably ran the other
install which is for Netscape, Mozilla, Firefox.

Brandon




-Original Message-
From: Steve Pruitt [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 3:19 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] installing Debug Flash player


The wizard for installing the debug Flash player seems more complicated than
the wizard I used to install the debug version back in the beta days.
First, it prompted me for a Netscape compatible browser. I thought it was
easy to tell that IExplorer is my default? After using the wizard's browse
button to select Explorer's plugin directory, the wizard complained it
couldn't find the plugin directory and I might have errors if I used the
selected directory.

Is this right? Should I go ahead and install it in Program Files\Internet
Explorer\PLUGINS?


-SP

_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C4218E.F636CEA1
Content-Type: text/html;
charset=iso-8859-1

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=iso-8859-1


META content=MSHTML 6.00.2800.1400 name=GENERATOR/HEAD
BODY
DIVSPAN class=031153719-13042004FONT face=Arial color=#ff size=2There 
are two debugger versions in the {flex-install}/bin directory. You should run 
the uninstall first. If you are using IE then use the version that says Install 
Flash Player AX.exe (Active X) You probably ran the other install which is for 
Netscape, Mozilla, Firefox./FONT/SPAN/DIV
DIVSPAN class=031153719-13042004FONT face=Arial color=#ff 
size=2BRBrandon/FONT/SPAN/DIV
DIVnbsp;/DIV
Pnbsp;/P
DIV class=OutlookMessageHeader dir=ltr align=leftFONT face=Tahoma 
size=2-Original Message-BRBFrom:/B Steve Pruitt 
[mailto:[EMAIL PROTECTED]BRBSent:/B Tuesday, April 13, 2004 3:19 
PMBRBTo:/B flexcoders@yahoogroups.comBRBSubject:/B [flexcoders] 
installing Debug Flash playerBRBR/FONT/DIV
DIVSPAN class=150191019-13042004FONT face=Arial color=#ff size=2The 
wizard for installing the debug Flash player seems more complicated than the 
wizard I used to install the debug version back in the beta days.nbsp; First, 
it prompted me for a Netscape compatible browser.nbsp; I thought it was easy 
to 
tell that IExplorer is my default?nbsp; After using the wizard's browse button 
to select Explorer's plugin directory, the wizard complained it couldn't find 
the plugin directory and I might have errors if I used the selected 
directory./FONT/SPAN/DIV
DIVSPAN class=150191019-13042004FONT face=Arial color=#ff 
size=2/FONT/SPANnbsp;/DIV
DIVSPAN class=150191019-13042004FONT face=Arial color=#ff size=2Is 
this right?nbsp; Should I go ahead and install it in Program Files\Internet 
Explorer\PLUGINS?/FONT/SPAN/DIV
DIVSPAN class=150191019-13042004FONT face=Arial color=#ff 
size=2/FONT/SPANnbsp;/DIV
DIVSPAN class=150191019-13042004FONT face=Arial color=#ff 
size=2/FONT/SPANnbsp;/DIV
DIVSPAN class=150191019-13042004FONT face=Arial color=#ff 
size=2-SP/FONT/SPAN/DIV/BODY/HTML


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:50:28 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 71557 invoked from network); 13 Apr 2004 19:50:28 -
Received: from unknown (66.218.66.218)
  by m23.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:50:28 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:50:28 -
Received: from s2009exm01.macromedia.com (s2009exm01.macromedia.com 
[10.176.24.86])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DJoP6t016219
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 12:50:25 -0700 (PDT)
Received: by s2009exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id 2LLTHSHK; Tue, 13 Apr 2004 12:50:25 -0700
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 12:50:23 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C42190.35B93ACD
X-eGroups-Remote-IP: 216.104.212.90
From: Elliot Winard [EMAIL PROTECTED]
Subject: RE: [flexcoders] installing Debug Flash player
X-Yahoo-Group-Post: member; u=46638593

--_=_NextPart_001_01C42190.35B93ACD
Content-Type: text/plain

Try using the Install Flash Player 7 AX.exe installer, rather than the
Install Flash Player 7.exe installer to install the ActiveX control for IE.

The ocx control should go in C:\WINDOWS\system32\Macromed\Flash, not the
PLUGINS folder of IE.
HTH,
-e

-Original Message-
From: Steve Pruitt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 12:19 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] installing Debug Flash player

The wizard for installing the debug Flash player seems more
complicated than the wizard I used to install the debug version back in the
beta days. First, it prompted me for a Netscape compatible browser. I
thought it was easy to tell that IExplorer is my default? After using the
wizard's browse button to select Explorer's plugin directory, the wizard
complained it couldn't find the plugin directory and I might have errors if
I used the selected directory.

Is this right? Should I go ahead and install it in Program
Files\Internet Explorer\PLUGINS?


-SP


Yahoo! Groups Links
*   To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
http://groups.yahoo.com/group/flexcoders/ 

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

*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 

--_=_NextPart_001_01C42190.35B93ACD
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2//EN
HTML
HEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

META NAME=3DGenerator CONTENT=3DMS Exchange Server version 5.5.2657.73=

TITLERE: [flexcoders] installing Debug Flash player/TITLE
/HEAD
BODY

P ALIGN=3DLEFTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArialTry using/=
FONTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArial the/FONTFONT COLOR=
=3D#80 SIZE=3D2 FACE=3DArial/FONTI/II FONT COLOR=3D#=
80 SIZE=3D2 FACE=3DArialInstall Flash Player 7 AX.exe/FONT/IFONT C=
OLOR=3D#80 SIZE=3D2 FACE=3DArial/FONT FONT COLOR=3D#80 SI=
ZE=3D2 FACE=3DArialinstaller,/FONT FONT COLOR=3D#80 SIZE=3D2 FA=
CE=3DArialrather than/FONT FONT COLOR=3D#80 SIZE=3D2 FACE=3DAr=
ialthe/FONTI/II FONT COLOR=3D#80 SIZE=3D2 FACE=3DArialI=
nstall Flash Player 7.exe/FONT/II/IIFONT COLOR=3D#80 SIZE=
=3D2 FACE=3DArial/FONT/I FONT COLOR=3D#80 SIZE=3D2 FACE=3DAr=
ialinstaller/FONT FONT COLOR=3D#80 SIZE=3D2 FACE=3DArialto in=
stall/FONT FONT COLOR=3D#80 SIZE=3D2 FACE=3DArialthe ActiveX co=
ntrol/FONTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArial for IE/FONT=
FONT COLOR=3D#80 SIZE=3D2 FACE=3DArial./FONT/P

P ALIGN=3DLEFTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArialThe/FONT =
FONT COLOR=3D#80 SIZE=3D2 FACE=3DArialocx/FONTFONT COLOR=3D#0=
00080 SIZE=3D2 FACE=3DArial/FONT FONT COLOR=3D#80 SIZE=3D2 FAC=
E=3DArialcontrol/FONTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArial=
/FONT FONT COLOR=3D#80 SIZE=3D2 FACE=3DArialshould go in/FONT =
FONT COLOR=3D#80 SIZE=3D2 FACE=3DArialC:\WINDOWS\system32\Macrome=
d\Flash/FONTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArial, not the PLU=
GINS folder of IE./FONT/P

P ALIGN=3DLEFTFONT COLOR=3D#80 SIZE=3D2 FACE=3DArialHTH,/FONT=
/P

P ALIGN=3DLEFTFONT FACE=3DTimes New Roman-e/FONT/P
ULUL
P ALIGN=3DLEFTFONT SIZE=3D2 FACE=3DTahoma-Original Message-B=
R
/FONTB/BBFONT SIZE=3D2 FACE=3DTahomaFrom:/FONT/BFONT SIZE=
=3D2 FACE=3DTahoma Steve Pruitt [A HREF=3Dmailto:[EMAIL PROTECTED]=
mailto:[EMAIL PROTECTED]/A]BR
/FONTB/BBFONT SIZE=3D2 FACE=3DTahomaSent:/FONT/BFONT SIZE=
=3D2 FACE=3DTahoma Tuesday, April 13, 2004 12:19 PMBR

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 12:54:01 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 36863 invoked from network); 13 Apr 2004 19:54:01 -
Received: from unknown (66.218.66.166)
  by m7.grp.scd.yahoo.com with QMQP; 13 Apr 2004 19:54:01 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 19:54:01 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id B697F43CE2
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 15:53:47 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 01:24:12 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: AcQhkAsxEk/zuVSRSV6r/cWTspO9nAAAIk0g
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

That's why I need to add another application to flex server. So now this
endpoint solution will work? Can I use normal AMF code (which I was suppose
to use for amf-gateway)? Or it need some other things to write?

Regards, 

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


-Original Message-
From: Brandon Purcell [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 1:17 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] AMF Gateway

Ashvin,

You can only have one amf-gateway{context.root}/amfgateway/amf-gateway
in the flex-config.xml. If you want additional gateways you can point to
them in the endpoint attribute of your mx:RemoteObject call or create a
named service that points to the other amf gateway by using the
endpointhttp://server/flashservices/gateway/endpoint in the named
service.

Brandon



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMF Gateway


How to add or where to declare AMF gateway? For a script located at
samples/aashu/test.mxml?

I know I have to add it in flex-config.xml but where is it and can it have
more then one gateways? Say for test2.mxml I need another gateway then where
I have to add it? In same file? At same parent tag of amf-gateway

Now only adding this line will do all things or I also have to declare
something more like which services I am suppose to use with that gateway
etc.,

Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer 






Yahoo! Groups Links








Yahoo! Groups Links










[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:01:55 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 90044 invoked from network); 13 Apr 2004 20:01:55 -
Received: from unknown (66.218.66.167)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:01:55 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:01:54 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id A298B45009
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 16:01:41 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 01:32:08 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_010E_01C421C0.50473D60
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Thread-Index: AcQhkZ4eZ06zx+LITtuXveThyBxj2QAAGZ2g
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_010E_01C421C0.50473D60
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

One person did this



http://weblogs.asp.net/astopford/articles/111692.aspx



he is using .net as AMF gateway and I want to test it with AMFPHP that its
working or not . because currently I am using HTTPService for doing data
transmission which is not fast as AMF does.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



Hi - 



Is there a reason you're creating AMF gateways instead of using Flex data
access mechansims? RemoteObject uses AMF by default and has a default
gateway built in. 



best,



libby



_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMF Gateway

How to add or where to declare AMF gateway? For a script located at
samples/aashu/test.mxml?

I know I have to add it in flex-config.xml but where is it and can it have
more then one gateways? Say for test2.mxml I need another gateway then where
I have to add it? In same file? At same parent tag of amf-gateway

Now only adding this line will do all things or I also have to declare
something more like which services I am suppose to use with that gateway
etc.,

Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer 





_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_010E_01C421C0.50473D60
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
meta http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii
meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--o:SmartTagType
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags name=3Dtime/=

o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Ddate/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3DPersonName/
!--[if !mso]
style
st1\:*{behavior:url(#default#ieooui) }
/style
![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:13:44 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 1922 invoked from network); 13 Apr 2004 20:13:44 -
Received: from unknown (66.218.66.217)
  by m21.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:13:44 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta2.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:13:44 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DKCpVF026970
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 13:12:52 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CS4B21; Tue, 13 Apr 2004 16:12:51 -0400
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 16:12:50 -0400
Return-Receipt-To: Brandon Purcell [EMAIL PROTECTED]
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C42193.B21E29B3
X-eGroups-Remote-IP: 216.104.212.90
From: Brandon Purcell [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=182034002

--_=_NextPart_001_01C42193.B21E29B3
Content-Type: text/plain;
charset=iso-8859-1

He did it by modifying the default setting in the flex-config.xml. They it
becomes the default gateway anytime you use mx:RemoteObject encoding=AMF

So there are three ways to use different gateways.
1. Modfify flex-config.xml amf-gatewayyourgatewayURL/amf-gateway
(becomes default)
2. Put it directly in the code mx:RemoteObject encoding=AMF
endpoint=yourgatewayURL
3. Specifiy the gateway in a named service 

The easiest way to develop and test is to use it right in the tag like
mx:RemoteObject encoding=AMF endpoint=
http://192.168.1.1/flashservices/gateway
http://192.168.1.1/flashservices/gateway source=package.classname

Brandon




-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 4:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



One person did this



http://weblogs.asp.net/astopford/articles/111692.aspx
http://weblogs.asp.net/astopford/articles/111692.aspx 



he is using .net as AMF gateway and I want to test it with AMFPHP that its
working or not ... because currently I am using HTTPService for doing data
transmission which is not fast as AMF does.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



Hi - 



Is there a reason you're creating AMF gateways instead of using Flex data
access mechansims? RemoteObject uses AMF by default and has a default
gateway built in. 



best,



libby



_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMF Gateway

How to add or where to declare AMF gateway? For a script located at
samples/aashu/test.mxml?

I know I have to add it in flex-config.xml but where is it and can it have
more then one gateways? Say for test2.mxml I need another gateway then where
I have to add it? In same file? At same parent tag of amf-gateway

Now only adding this line will do all things or I also have to declare
something more like which services I am suppose to use with that gateway
etc.,

Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer 






_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C42193.B21E29B3
Content-Type: text/html;
charset=iso-8859-1

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTML xmlns=http://www.w3.org/TR/REC-html40; xmlns:v = 
urn:schemas-microsoft-com:vml xmlns:o = 
urn:schemas-microsoft-com:office:office xmlns:w = 
urn:schemas-microsoft-com:office:word xmlns:st1 = 
urn:schemas-microsoft-com:office:smarttagsHEAD
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=iso-8859-1


META content=MSHTML 6.00.2800.1400 name=GENERATOR!--[if !mso]
STYLEv\:* {
BEHAVIOR: url(#default#VML)
}
o\:* {
BEHAVIOR: url(#default#VML)
}
w\:* {
BEHAVIOR: url(#default#VML)
}
.shape {
BEHAVIOR: url(#default#VML)
}
/STYLE
![endif]--o:SmartTagType name=time 
namespaceuri=urn:schemas-microsoft-com:office:smarttags/o:SmartTagTypeo:SmartTagType
 
name=date 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 13:38:48 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 35900 invoked from network); 29 Mar 2004 21:38:47 -
Received: from unknown (66.218.66.167)
  by m11.grp.scd.yahoo.com with QMQP; 29 Mar 2004 21:38:47 -
Received: from unknown (HELO einsteinium.btinternet.com) (194.73.73.147)
  by mta6.grp.scd.yahoo.com with SMTP; 29 Mar 2004 21:38:47 -
Received: from [81.133.7.132] (helo=pc2)
  by einsteinium.btinternet.com with smtp (Exim 3.22 #25)
  id 1B84T0-0002a5-00
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 22:38:46 +0100
To: flexcoders@yahoogroups.com
Date: Mon, 29 Mar 2004 22:41:42 +0100
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
X-eGroups-Remote-IP: 194.73.73.147
X-eGroups-From: Alistair McLeod [EMAIL PROTECTED]
From: Alistair McLeod [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Problems with part creating basic components from 
the livedocs
X-Yahoo-Group-Post: member; u=151017110
X-Yahoo-Profile: alimcleod

Hi Sven,

It certainly seems that you have an old UIObject being complied into your
SWC - it can't be coincidental that the timestamp showing for UIOjbect in
the error Flex is giving you is the exact same timestamp as the UIObject in
my MX2004 installation (C:\Documents and Settings\Administrator\Local
Settings\Application Data\Macromedia\Flash MX
2004\en\Configuration\Classes\mx\core).

So, it looks like somehow you are picking up the wrong UIObject class. Have
you checked both your application classpath and the system classpath in
MX2004? I can't remember offhand which one takes priority over the other.

Cheers,

Ali

--
Alistair McLeod
Development Director
iteration::two

-Original Message-
From: Sven Claar [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 22:26
To: flexcoders@yahoogroups.com
Subject: AW: [flexcoders] Problems with part creating basic components
from the livedocs


Hi Ali,

yes i do all this.

i have set:

$(LocalData)/Flex Classes
$(LocalData)/Classes


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:45:00 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 34434 invoked from network); 13 Apr 2004 20:45:00 -
Received: from unknown (66.218.66.172)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:45:00 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:45:00 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 3B30D4598F
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 16:44:52 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 02:15:15 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0007_01C421C6.56795550
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
thread-index: AcQhmDlpZjLjyVTISxqP+z5rgxYnJg==
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: FCS
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_0007_01C421C6.56795550
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,



Anybody tried combination of FLEX and FCS? Or its only possible to write a
custom advanced component and use it FLEX?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer




--=_NextPart_000_0007_01C421C6.56795550
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:o=3Durn:schemas-microsoft-com:office:office xmlns:w=3Durn:sc=
hemas-microsoft-com:office:word xmlns=3Dhttp://www.w3.org/TR/REC-html40;

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
style
!--
/* Font Definitions */
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
--
/style

/head

body lang=3DEN-US link=3Dblue vlink=3Dpurple

div class=3DSection1

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'Hi,o:p/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'Anybody tried combination of FLEX and FCS? Or its only
possible to write a custom advanced component and use it FLEX?o:p/o:p/=
span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoPlainText style=3D'margin:0in;margin-bottom:.0001pt'font si=
ze=3D2
face=3DVerdanaspan style=3D'font-size:10.0pt;font-family:Verdana'Regards=
,br
br
Ashvin Savani (arckid) br
br
Team Macromedianbr
(quot;Flashquot; + (quot; MXquot; || quot;Comquot; || quot;
Remotingquot;)) amp;amp; (PHP amp;amp; MySQL) Developer/span/font=
o:p/o:p/p

p class=3DMsoNormalfont size=3D3 face=3DTimes New Romanspan style=3D=
'font-size:
12.0pt'o:pnbsp;/o:p/span/font/p

/div

/body

/html

--=_NextPart_000_0007_01C421C6.56795550--


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:50:33 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 11608 invoked from network); 13 Apr 2004 20:50:32 -
Received: from unknown (66.218.66.218)
  by m21.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:50:32 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:50:32 -
Received: from s2009exm01.macromedia.com (s2009exm01.macromedia.com 
[10.176.24.86])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DKkfSE012899
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 13:46:46 -0700 (PDT)
Received: by s2009exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id 2LLTH44C; Tue, 13 Apr 2004 13:46:40 -0700
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 13:46:36 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C42198.47E3E9C0
X-eGroups-Remote-IP: 216.104.212.90
From: Elliot Winard [EMAIL PROTECTED]
Subject: RE: [flexcoders] FCS
X-Yahoo-Group-Post: member; u=46638593

--_=_NextPart_001_01C42198.47E3E9C0
Content-Type: text/plain

Assuming FCS is the Flash Communication Server, the answer is yes.



I created a little chat using Shared Objects connected through the FCS just
this week.

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FCS



Hi,



Anybody tried combination of FLEX and FCS? Or its only possible to write a
custom advanced component and use it FLEX?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer





_ 

Yahoo! Groups Links

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


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


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
http://docs.yahoo.com/info/terms/ Service. 


--_=_NextPart_001_01C42198.47E3E9C0
Content-Type: text/html

html

head
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


meta name=Generator content=Microsoft Word 10 (filtered)

style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:MS Mincho;
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED] Mincho;
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{margin-right:0in;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
tt
{font-family:Courier New;}
span.EmailStyle18
{font-family:Arial;
color:windowtext;}
span.EmailStyle20
{font-family:Arial;
color:navy;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--
/style

/head

body lang=EN-US link=blue vlink=purple

div class=Section1

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'Assuming FCS is the Flash Communication
Server, the answer is yes./span/font/p

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'nbsp;/span/font/p

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'I created a little chat using Shared
Objects connected through the FCS just this week./span/font/p

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'-e/span/font/p

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'nbsp;/span/font/p

p class=MsoNormal style='margin-left:.5in'font size=2 face=Tahomaspan
style='font-size:10.0pt;font-family:Tahoma'-Original Message-br
bspan style='font-weight:bold'From:/span/b Ashvin Savani (arckid)
[mailto:[EMAIL PROTECTED] br
bspan style='font-weight:bold'Sent:/span/b Tuesday, April 13, 2004 1:45
PMbr
bspan style='font-weight:bold'To:/span/b flexcoders@yahoogroups.combr
bspan style='font-weight:bold'Subject:/span/b [flexcoders] 
FCS/span/font/p

p class=MsoNormal style='margin-left:.5in'font size=3 face=Times New 
Romanspan

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:56:57 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 69675 invoked from network); 13 Apr 2004 20:56:57 -
Received: from unknown (66.218.66.167)
  by m25.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:56:57 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:56:56 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 5ED95421BD
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 16:56:47 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 02:27:10 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0017_01C421C8.0271BA40
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
thread-index: AcQhmPaleMRGVyIDRfKn6AD4ogokpwAANoMg
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] FCS
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_0017_01C421C8.0271BA40
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Mmm . scaring .



May I have a look to that code?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:17 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] FCS



Assuming FCS is the Flash Communication Server, the answer is yes.



I created a little chat using Shared Objects connected through the FCS just
this week.

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FCS



Hi,



Anybody tried combination of FLEX and FCS? Or its only possible to write a
custom advanced component and use it FLEX?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer







_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_0017_01C421C8.0271BA40
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--o:SmartTagType
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags name=3DPerson=
Name/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Dtime/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Ddate/
!--[if !mso]
style
st1\:*{behavior:url(#default#ieooui) }
/style
![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
tt
{font-family:Courier New;}
span.emailstyle18
{font-family:Arial;
color:windowtext;}
span.emailstyle20
{font-family:Arial;
color:navy;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:Arial;
color:navy;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:2048405737;
mso-list-template-ids:632451880;}
@list l0:level1

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:57:30 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 4231 invoked from network); 13 Apr 2004 20:57:30 -
Received: from unknown (66.218.66.167)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:57:30 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:57:30 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 01C0F41FEA
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 16:57:18 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 02:27:44 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_001B_01C421C8.1508A380
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
thread-index: AcQhmPaleMRGVyIDRfKn6AD4ogokpwAAO8yA
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] FCS
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_001B_01C421C8.1508A380
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Yeah its Flash Communication Server.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:17 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] FCS



Assuming FCS is the Flash Communication Server, the answer is yes.



I created a little chat using Shared Objects connected through the FCS just
this week.

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FCS



Hi,



Anybody tried combination of FLEX and FCS? Or its only possible to write a
custom advanced component and use it FLEX?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer







_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_001B_01C421C8.1508A380
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--o:SmartTagType
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags name=3DPerson=
Name/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Dtime/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Ddate/
!--[if !mso]
style
st1\:*{behavior:url(#default#ieooui) }
/style
![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
tt
{font-family:Courier New;}
span.emailstyle18
{font-family:Arial;
color:windowtext;}
span.emailstyle20
{font-family:Arial;
color:navy;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:Arial;
color:navy;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:967660349;
mso-list-template-ids:7660300;}
@list l0:level1
{mso-level-number-format:bullet;

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 13:59:52 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 62991 invoked from network); 13 Apr 2004 20:59:52 -
Received: from unknown (66.218.66.216)
  by m21.grp.scd.yahoo.com with QMQP; 13 Apr 2004 20:59:52 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta1.grp.scd.yahoo.com with SMTP; 13 Apr 2004 20:59:51 -
Received: from arckid (unknown [220.224.4.185])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 7E2C542217
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 16:59:29 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 02:29:55 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_001F_01C421C8.63592960
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
thread-index: AcQhmkX6m9XjNRxmTkWpP/5pO0NquA==
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_001F_01C421C8.63592960
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,



I am really confused with too many boxes, containers and layout components /
items.



Which will be the best container to me if I want to make clone of
http://www.arckid.com/videomail with FLEX?



Username: sampark and password: arckid



You may also signup for your own, to have a look at signup process and a
little form.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer




--=_NextPart_000_001F_01C421C8.63592960
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:o=3Durn:schemas-microsoft-com:office:office xmlns:w=3Durn:sc=
hemas-microsoft-com:office:word xmlns=3Dhttp://www.w3.org/TR/REC-html40;

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=

meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
style
!--
/* Font Definitions */
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
--
/style

/head

body lang=3DEN-US link=3Dblue vlink=3Dpurple

div class=3DSection1

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'Hi,o:p/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'I am really confused with too many boxes, containers and
layout components / items.o:p/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'Which will be the best container to me if I want to make
clone of a href=3Dhttp://www.arckid.com/videomail;http://www.arckid.com/=
videomail/a
with FLEX?o:p/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'Username: sampark and password: arckido:p/o:p/span=
/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'You may also signup for your own, to have a look at sign=
up
process and a little form.o:p/o:p/span/font/p

p class=3DMsoNormalfont size=3D2 face=3DArialspan style=3D'font-size:1=
0.0pt;
font-family:Arial'o:pnbsp;/o:p/span/font/p

p class=3DMsoPlainText style=3D'margin:0in;margin-bottom:.0001pt'font si=
ze=3D2
face=3DVerdanaspan style=3D'font-size:10.0pt;font-family:Verdana'Regards=
,br
br
Ashvin Savani 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:11:54 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 86753 invoked from network); 13 Apr 2004 21:11:53 -
Received: from unknown (66.218.66.217)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:11:53 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta2.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:11:53 -
Received: from s2009exm01.macromedia.com (s2009exm01.macromedia.com 
[10.176.24.86])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DLBb9a023925
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:11:41 -0700 (PDT)
Received: by s2009exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id 2LLTHVRQ; Tue, 13 Apr 2004 14:11:36 -0700
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 14:11:33 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4219B.E5DC04E4
X-eGroups-Remote-IP: 216.104.212.90
From: Elliot Winard [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=46638593

--_=_NextPart_001_01C4219B.E5DC04E4
Content-Type: text/plain

It looks like you'll want 

* a few HBoxes  VBoxes, a DataGrid with a custom cellRenderer for
the Inbox.

* a Form and a few Boxes for message display and composition



Cool app!



Check the docs and look through the samples for examples of the different
containers. I'd be interested to hear what was easy and difficult about
developing the app in Flash versus porting it to Flex.

Thanks,

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Containers / Layout



Hi,



I am really confused with too many boxes, containers and layout components /
items.



Which will be the best container to me if I want to make clone of
http://www.arckid.com/videomail http://www.arckid.com/videomail with
FLEX?



Username: sampark and password: arckid



You may also signup for your own, to have a look at signup process and a
little form.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer





_ 

Yahoo! Groups Links

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


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


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
http://docs.yahoo.com/info/terms/ Service. 


--_=_NextPart_001_01C4219B.E5DC04E4
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

html

head
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=



meta name=3DGenerator content=3DMicrosoft Word 10 (filtered)

style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:MS Mincho;
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED] Mincho;
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{margin-right:0in;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
tt
{font-family:Courier New;}
span.EmailStyle18
{font-family:Arial;
color:windowtext;}
span.EmailStyle20
{font-family:Arial;
color:navy;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--
/style

/head

body lang=3DEN-US link=3Dblue vlink=3Dpurple

div class=3DSection1

p class=3DMsoNormalfont size=3D2 color=3Dnavy face=3DArialspan style=
=3D'font-size:
10.0pt;font-family:Arial;color:navy'It looks like you'll want /span/fon=
t/p

p class=3DMsoNormal style=3D'margin-left:.75in;text-indent:-.25in'font s=
ize=3D2
color=3Dnavy face=3DSymbolspan style=3D'font-size:10.0pt;font-family:Symb=
ol;
color:navy'middot;font size=3D1 face=3DTimes New Romanspan style=3D'=
font:7.0pt Times New Roman'nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nb=
sp;
/span/font/span/fontfont size=3D2 color=3Dnavy face=3DArialspan
style=3D'font-size:10.0pt;font-family:Arial;color:navy'a few HBoxes amp; =
VBoxes,
a DataGrid with a custom cellRenderer for the Inbox./span/font/p

p class=3DMsoNormal style=3D'margin-left:.75in;text-indent:-.25in'font s=
ize=3D2

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:17:47 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 22331 invoked from network); 13 Apr 2004 21:17:46 -
Received: from unknown (66.218.66.218)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:17:46 -
Received: from unknown (HELO mail1.panix.com) (166.84.1.72)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:17:46 -
Received: from echonyc.com (echonyc.com [198.67.15.2])
  by mail1.panix.com (Postfix) with ESMTP id 10CE8489A6
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 17:17:42 -0400 (EDT)
Received: from Trotman.tapper.net (170-226.customer.cloud9.net 
[168.100.170.226])
  by echonyc.com (8.11.6/8.11.6) with ESMTP id i3DLHeU05993
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 17:17:40 -0400 (EDT)
Message-Id: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1
Date: Tue, 13 Apr 2004 17:17:33 -0400
To: flexcoders@yahoogroups.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
X-eGroups-Remote-IP: 166.84.1.72
From: jeff tapper [EMAIL PROTECTED]
Subject: problems moving a component?
X-Yahoo-Group-Post: member; u=180891050
X-Yahoo-Profile: jefftappernyc

Has anyone run across an issue with trying to move a component using 
moveTo()? I think i ran across this in the beta, and dont remember the 
workaround. The problem im having is with the code below. When the app 
starts, the startUp method is firing, but its not moving the slide 
component to the specified location. Any thoughts?

?xml version=1.0 encoding=utf-8?
mx:Box direction=vertical xmlns:mx=http://www.macromedia.com/2003/mxml; 
width=200 height=400 load=startUp() 
mx:VBox id=slide verticalAlign=bottom horizontalAlign=right
mx:Button icon=@Embed('assets/colorSelector/img_uparrow_default.png') 
width=15 height=15 borderStyle=none click=doMove()/
mx:Repeater dataProvider={colors.colors.color} id=rep
c:ColorChip xmlns:c=* colorData={rep.currentItem} 
asset={rep.currentItem.asset}/
/mx:Repeater
/mx:VBox

mx:Script
function startUp(){
trace(startUp @  + getTimer());
slide.moveTo(slide.x,380);
maskIt();
}
/mx:Script




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:18:11 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 80611 invoked from network); 13 Apr 2004 21:18:10 -
Received: from unknown (66.218.66.167)
  by m11.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:18:10 -
Received: from unknown (HELO smtp-out1.blueyonder.co.uk) (195.188.213.4)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:18:10 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out1.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Tue, 13 Apr 2004 22:18:10 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 13 Apr 2004 22:19:43 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Apr 2004 21:18:11.0004 (UTC) 
FILETIME=[D2E4C7C0:01C4219C]
X-eGroups-Remote-IP: 195.188.213.4
From: Steven Webster [EMAIL PROTECTED]
Subject: Re: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

Ashvin,

 I am really confused with too many boxes, containers and layout components /
 items.

I'd highly recommend spending some time just throwing together 
nested containers, and buttons, until you get used to them.

Work with HBox and VBox, along with HDividedBox and VDividedBox first.

Work with Grid and Tile next, and learn how to drive those.

Then, have a play with the navigator containers.

 Which will be the best container to me if I want to make clone of
 http://www.arckid.com/videomail with FLEX?

OK, I'll leave actually doing this in an MXML file as an exercise
to the reader, but in pseudo-flex, you want to learn how to create
custom components, and place them in your own name space, eg arckid.
The docs are great to show you how to do that, then do:

mx:TabNavigator

arckid:Profile id=Profile /
arckid:VideoMail id=VideoMail /
arckid:NotePad id=NotePad /
/mx:TabNavigator

in your top level app.

Create Profile.mxml in your arckid namespace, and it's a 
simple form now, eg:

mx:Form
mx:FormItem
mx:TextInput label=Username  /
: : :
/mx:Form

(your form is a simple form, you should pick that up from
docs)

Your VideoMail app is an easy one as well:

mx:VBox
mx:HBox id=buttonBar
mx:Button label=Inbox/
mx:Button label=Compose/
/mx:HBox

mx:DataGrid id=videoMailInbox /

mx:HBox id=actionBar
mx:Button label=Delete/
mx:Button label=Mark as Read/
mx:Button label=Mark as Unread/
/mx:HBox
/mx:VBox

Your Notepad.mxml has 2 states, so look at the 
ViewStack, ie:

mx:ViewStack
arckid:NotePadTable id=notes/
arckid:NotePadEntry id=entry /
/mx:ViewStack

In your NotePadTable, you simply have a datagrid, you want
a handler for a selected row that changes the viewstack to 
the entry view on your stack above. You also want to look
at Custom Cell Renderers to learn how to put a CheckBox in
your table.

In your NotePadEntry, once again, your problem is reduced
to a simple form.

I've not built your app here -- I can, but contact me offline
for daily rates :) Seriously though, this looks like a great
app to learn Flex with, and the above should help you head off
into the right bits of the docs and learn how to hang it all
together.

I'd highly recommend getting into the divide and conquer
discipline, of splitting your MXML files into simple containers
instantiation components -- as soon as you have more than 5 or
6 lines of MXML within a container, refactor it out into a
new MXML file, like I've done with the arckid:CustomTag
tags. That leads to a much more modular, readable and
maintainable application.

This is exactly the kind of thing Flex was built for -- I
reckon it'd be a day or two of work for one of our developers
to lay down the MXML for your application, a little more if
you have a bunch of custom cell renderers in yoru table, etc,
but not much. So -- it's definitely worth investing in the
effort learning how to do this.

I'm sure your app would be a great place for you to learn
how to use a wide range of the Flex featureset.

Incidentally, I blogged the first of several container
tutorials over at www.richinternetapps.com, which explains
the HBox and VBox in detail, and shows how to use the
widthFlex and heightFlex to make the applicaton 
resizable. You might want to read that as well.

Good luck !

Steven

--
Steven Webster
Technical Director
iteration::two






[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 13:58:56 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 7441 invoked from network); 29 Mar 2004 21:58:54 -
Received: from unknown (66.218.66.167)
  by m13.grp.scd.yahoo.com with QMQP; 29 Mar 2004 21:58:54 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta6.grp.scd.yahoo.com with SMTP; 29 Mar 2004 21:58:54 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i2TLwrNG028857
  for flexcoders@yahoogroups.com; Mon, 29 Mar 2004 13:58:53 -0800 (PST)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CST1TW; Mon, 29 Mar 2004 16:58:52 -0500
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Cc: David Skinner [EMAIL PROTECTED]
Date: Mon, 29 Mar 2004 16:58:48 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain
X-eGroups-Remote-IP: 216.104.212.90
From: David Mendels [EMAIL PROTECTED]
Subject: RE: [flexcoders] Installed and running live applications?
X-Yahoo-Group-Post: member; u=1930368

Hi Jason,

David Skinner in our Sales organization is one of our account managers
focused on Flex. Ping him (cc'd) and he can work with you to help with
internal selling. We do have a number of customers for Flex who have agreed
to be references for other early customers but who are not yet public with
their applications or on the Web Site.

Regards,

David
Macromedia 

 -Original Message-
 From: soulpositions [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 29, 2004 3:20 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Installed and running live applications?
 
 Hello all,
 
 I've been using the flex beta3 for a bit now and I have a 
 few good ideas of using it in existing projects, but I was 
 wondering if anyone here has had a chance to buddy up with MM 
 for releasing a live Flex 1.0 app? I understand where this 
 product could be used but I need some concrete installed apps 
 that I can show or atleast tell the bosses about. 
 
 Thanks,
 Jason
 
 
 
  Yahoo! Groups Sponsor 
 -~-- Buy Ink Cartridges or Refill Kits 
 for your HP, Epson, Canon or Lexmark Printer at MyInks.com. 
 Free s/h on orders $50 or more to the US  Canada.
 http://www.c1tracking.com/l.asp?cid=5511
 http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/nhFolB/TM
 --
 ---~-
 
 
 Yahoo! Groups Links
 
 
 
 
 



[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:32:28 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 12088 invoked from network); 13 Apr 2004 21:32:28 -
Received: from unknown (66.218.66.166)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:32:28 -
Received: from unknown (HELO redmailwall3.attws.com) (198.180.219.44)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:32:28 -
Received: from viruswall1.entp.attws.com ([135.214.40.161])
  by redmailwall3.attws.com (8.12.10/8.12.6) with ESMTP id i3DLWRNH015609
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:32:27 -0700 (PDT)
Received: from nwestmail.entp.attws.com by viruswall1.entp.attws.com 
(8.11.7p1+Sun/ATT Wireless Services, Inc.)
  id i3DLWRW26122; Tue, 13 Apr 2004 14:32:27 -0700 (PDT)
Received: from tx-msgbh02-aln.wireless.attws.com 
(TX-MSGBH02-ALN.wireless.attws.com [135.214.240.57])
  by nwestmail.entp.attws.com (8.8.8p2+Sun/8.8.8) with ESMTP id OAA18482
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:32:26 -0700 (PDT)
Received: from TX-MSG07-CCC.wireless.attws.com ([135.214.241.168]) by 
tx-msgbh02-aln.wireless.attws.com with Microsoft SMTPSVC(5.0.2195.5329);
  Tue, 13 Apr 2004 16:32:26 -0500
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4219E.D0C1FF51
X-MIMEOLE: Produced By Microsoft Exchange V6.0.6487.1
Date: Tue, 13 Apr 2004 16:32:26 -0500
Message-ID: [EMAIL PROTECTED]
Thread-Topic: [flexcoders] Containers / Layout
Thread-Index: AcQhnpRh3knD0xf7SKC6Wr7o0gjQ5wAABNjA
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 13 Apr 2004 21:32:26.0350 (UTC) 
FILETIME=[D0B838E0:01C4219E]
X-eGroups-Remote-IP: 198.180.219.44
From: Johnson, Nick [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=182352275
X-Yahoo-Profile: nickj224

--_=_NextPart_001_01C4219E.D0C1FF51
Content-Type: text/plain;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Something like that would be great, particularly if MM is going to
continue with their $12k price. I want to learn Flex, but cannot until
the price goes down so hosting companies provide the service.

-Original Message-
From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 5:31 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout
=09
=09
Hi there -=20
=09=20
We don't currently have a public server to host samples but we
can certainly consider something like this.
=09=20
l.=20

_=20=20

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 5:20 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout
=09
=09

Okay I will update you which type of difficulties I may have ...
as I am not hardcore java programmer ...=20

=09=20

*   Which container is the best for best performance? As
well as faster compilation and start?=20
*   Is there any public server / account provided by MM to
show up / host a temporary application to show it to this forum users or
other public?=20

=09=20

Regards,
=09
Ashvin Savani (arckid)=20
=09
Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL)
Developer

=09
_=20=20


From: Elliot Winard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 2:42 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Containers / Layout

=09=20

It looks like you'll want=20

* a few HBoxes  VBoxes, a DataGrid with a custom
cellRenderer for the Inbox.

* a Form and a few Boxes for message display and
composition

=09=20

Cool app!

=09=20

Check the docs and look through the samples for examples of the
different containers. I'd be interested to hear what was easy and
difficult about developing the app in Flash versus porting it to Flex.

Thanks,

-e

=09=20

-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 2:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Containers / Layout

=09=20

Hi,

=09=20

I am really confused with too many boxes, containers and layout
components / items.

=09=20

Which will be the best container to me if I want to make clone
of http://www.arckid.com/videomail with FLEX?

=09=20

Username: sampark and password: arckid

=09=20

You may also signup for your own, to have a look at signup
process and a little form.

=09=20

Regards,
=09
Ashvin Savani (arckid)=20
=09
Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL)
Developer

=09=20

=09=20


Yahoo! Groups Sponsor=09
ADVERTISEMENT
click here
http://rd.yahoo.com/SIG=3D12c1r2lm7/M=3D281792.4727319.5879690.1261774/D=
=3Deg
roupweb/S=3D1705007207:HM/EXP=3D1081978239/A=3D2058224/R=3D0/SIG=3D116652qb=
q/*http
://my.yahoo.com/promo/ppets.html=20=09
=20
http://us.adserver.yahoo.com/l?M=3D281792.4727319.5879690.1261774/D=3Degro=
u
pweb/S=3D:HM/A=3D2058224/rand=3D637092367=20=09


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:33:33 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 77391 invoked from network); 13 Apr 2004 21:33:33 -
Received: from unknown (66.218.66.172)
  by m8.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:33:33 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:33:33 -
Received: from p50exm01.macromedia.com (p50exm01.macromedia.com [10.55.1.66])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DLXTnM004340
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:33:30 -0700 (PDT)
Received: by p50exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id GT2QA9VT; Tue, 13 Apr 2004 22:33:29 +0100
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 22:33:25 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C4219E.F351E45A
X-eGroups-Remote-IP: 216.104.212.90
From: Waldo Smeets [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=180364736

--_=_NextPart_001_01C4219E.F351E45A
Content-Type: text/plain

Hi Andre, you can use the netconnection debugger (in the install directory
of Flex) for this purpose.

Waldo


_ 

From: Andrew Stopford [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2004 23:22
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AMF Gateway


I did indeed :)

Out of interest, I tried the endpoint method. Setting the endpoint in the
remoteobject and setting the allow-url-override in the flex-config. Using
this method, no remoting errors were reported but strangely no data was
returned from the remoting call. At this point I am not sure if the remoting
call has been made or not and have not had time to look more closely. Out of
interest is possible to log remoting traffic (calls to the server and
responses) to the flex console window?

Thanks

Andrew

- Original Message - 
From: Brandon Purcell mailto:[EMAIL PROTECTED] 
To: 'flexcoders@yahoogroups.com' mailto:'flexcoders@yahoogroups.com' 
Sent: Tuesday, April 13, 2004 9:12 PM
Subject: RE: [flexcoders] AMF Gateway


He did it by modifying the default setting in the flex-config.xml. They it
becomes the default gateway anytime you use mx:RemoteObject encoding=AMF

So there are three ways to use different gateways.
1. Modfify flex-config.xml amf-gatewayyourgatewayURL/amf-gateway
(becomes default)
2. Put it directly in the code mx:RemoteObject encoding=AMF
endpoint=yourgatewayURL
3. Specifiy the gateway in a named service 

The easiest way to develop and test is to use it right in the tag like
mx:RemoteObject encoding=AMF
endpoint=http://192.168.1.1/flashservices/gateway
http://192.168.1.1/flashservices/gateway source=package.classname

Brandon




-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 4:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



One person did this



http://weblogs.asp.net/astopford/articles/111692.aspx
http://weblogs.asp.net/astopford/articles/111692.aspx 



he is using .net as AMF gateway and I want to test it with AMFPHP that its
working or not ... because currently I am using HTTPService for doing data
transmission which is not fast as AMF does.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


_ 


From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



Hi - 



Is there a reason you're creating AMF gateways instead of using Flex data
access mechansims? RemoteObject uses AMF by default and has a default
gateway built in. 



best,



libby




_ 


From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMF Gateway

How to add or where to declare AMF gateway? For a script located at
samples/aashu/test.mxml?

I know I have to add it in flex-config.xml but where is it and can it have
more then one gateways? Say for test2.mxml I need another gateway then where
I have to add it? In same file? At same parent tag of amf-gateway

Now only adding this line will do all things or I also have to declare
something more like which services I am suppose to use with that gateway
etc.,

Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer 







_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:38:15 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 47441 invoked from network); 13 Apr 2004 21:38:14 -
Received: from unknown (66.218.66.216)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:38:14 -
Received: from unknown (HELO smtp-out6.blueyonder.co.uk) (195.188.213.9)
  by mta1.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:38:14 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out6.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Tue, 13 Apr 2004 22:28:20 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 13 Apr 2004 22:29:52 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Apr 2004 21:28:20.0278 (UTC) 
FILETIME=[3E0C9D60:01C4219E]
X-eGroups-Remote-IP: 195.188.213.9
From: Steven Webster [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

 * Which container is the best for best performance? As well as faster
 compilation and start?

I hate to say it, but try it and see...there is no hard
and fast rule, ie a tab navigator is slower than a view stack,
is slower than a canvas. That's not where performance comes
from.

Seriously; like any other programming language or development
tool, Flex is going to allow you to build really bad and
poorly performing applications if you try hard enough ... the
container doesn't dictate performance, it's how much you lay
down inside that container (ie if you nest 100 other 
containers, each of which throw up 5 possible PopupWindows,
then your app will grind to a halt).

I'd always recommend you implement things the simplest 
possible way that works, and if performance becomes an
issue, identify how you might improve it at the point it
becomes in issue.

Designing performance in up front is like chasing rainbows.

Learn about deferred instantiation and creation policies
for containers, be careful of over-nesting your containers,
make sure you use the right container for the right job,
and you'll be fine for now. There's a whole chapter in
the documentation on how to squeeze out performance if
necessary, and there's a profiler in there as well, to
help you try and identify bottlenecks if you have them.

Go play. 

You shouldn't need the profiler for a few months either.

:)

Steven

--
Steven Webster
Technical Director
iteration::two








[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:43:32 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 66776 invoked from network); 13 Apr 2004 21:43:30 -
Received: from unknown (66.218.66.218)
  by m12.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:43:30 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:43:30 -
Received: from s2009exm01.macromedia.com (s2009exm01.macromedia.com 
[10.176.24.86])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DLhSTX008820
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:43:29 -0700 (PDT)
Received: by s2009exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id 2LLTHWZL; Tue, 13 Apr 2004 14:43:28 -0700
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 14:43:26 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain
X-eGroups-Remote-IP: 216.104.212.90
X-eGroups-From: Deepa Subramaniam [EMAIL PROTECTED]
From: Deepa Subramaniam [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=180891195

In addition, the Flex team is working on an in-depth performance article to
post to our MM Flex site soon. This will explore performance on both the
server and client side. So I'd encourage all you Flex coders to check back
to the site regularly or sign up for the email alert feature for new
articles.

Also, Steven's got a great blog entry on the number one performance
degrader: deeply nesting containers. A must read:
http://www.richinternetapps.com/archives/42.html

Thanks!
Deepa
Flex Team

-Original Message-
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:30 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

 * Which container is the best for best performance? As well as faster
 compilation and start?

I hate to say it, but try it and see...there is no hard
and fast rule, ie a tab navigator is slower than a view stack,
is slower than a canvas. That's not where performance comes
from.

Seriously; like any other programming language or development
tool, Flex is going to allow you to build really bad and
poorly performing applications if you try hard enough ... the
container doesn't dictate performance, it's how much you lay
down inside that container (ie if you nest 100 other 
containers, each of which throw up 5 possible PopupWindows,
then your app will grind to a halt).

I'd always recommend you implement things the simplest 
possible way that works, and if performance becomes an
issue, identify how you might improve it at the point it
becomes in issue.

Designing performance in up front is like chasing rainbows.

Learn about deferred instantiation and creation policies
for containers, be careful of over-nesting your containers,
make sure you use the right container for the right job,
and you'll be fine for now. There's a whole chapter in
the documentation on how to squeeze out performance if
necessary, and there's a profiler in there as well, to
help you try and identify bottlenecks if you have them.

Go play. 

You shouldn't need the profiler for a few months either.

:)

Steven

--
Steven Webster
Technical Director
iteration::two









Yahoo! Groups Links







[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 16:45:22 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 63744 invoked from network); 30 Mar 2004 00:45:16 -
Received: from unknown (66.218.66.216)
  by m18.grp.scd.yahoo.com with QMQP; 30 Mar 2004 00:45:16 -
Received: from unknown (HELO web60003.mail.yahoo.com) (216.109.116.226)
  by mta1.grp.scd.yahoo.com with SMTP; 30 Mar 2004 00:45:16 -
Message-ID: [EMAIL PROTECTED]
Received: from [81.86.168.25] by web60003.mail.yahoo.com via HTTP; Mon, 29 Mar 
2004 16:44:52 PST
Date: Mon, 29 Mar 2004 16:44:52 -0800 (PST)
To: flexcoders@yahoogroups.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-eGroups-Remote-IP: 216.109.116.226
From: henk bruin [EMAIL PROTECTED]
X-Yahoo-Group-Post: member; u=157320758
X-Yahoo-Profile: ctrlse

 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html



[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 14:47:26 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 77542 invoked from network); 13 Apr 2004 21:47:26 -
Received: from unknown (66.218.66.216)
  by m7.grp.scd.yahoo.com with QMQP; 13 Apr 2004 21:47:26 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta1.grp.scd.yahoo.com with SMTP; 13 Apr 2004 21:47:26 -
Received: from s2009exm01.macromedia.com (s2009exm01.macromedia.com 
[10.176.24.86])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DLl0Sl010123
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:47:01 -0700 (PDT)
Received: by s2009exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id 2LLTHW87; Tue, 13 Apr 2004 14:47:00 -0700
Message-ID: [EMAIL PROTECTED]
To: 'flexcoders@yahoogroups.com' flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 14:46:55 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/mixed;
  boundary=_=_NextPart_000_01C421A0.D6D5EC70
X-eGroups-Remote-IP: 216.104.212.90
From: Elliot Winard [EMAIL PROTECTED]
Subject: RE: [flexcoders] FCS
X-Yahoo-Group-Post: member; u=46638593

--_=_NextPart_000_01C421A0.D6D5EC70
Content-Type: multipart/alternative;
boundary=_=_NextPart_001_01C421A0.D6D5EC70

--_=_NextPart_001_01C421A0.D6D5EC70
Content-Type: text/plain

This is by no means written with any best-practices in mind.



It was written in a something like 3 hours from start to finish, including
time for me to brush up on my FCS skills. 



Cheers,

-e





-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:57 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FCS



Mmm ... scaring ...



May I have a look to that code?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:17 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] FCS



Assuming FCS is the Flash Communication Server, the answer is yes.



I created a little chat using Shared Objects connected through the FCS just
this week.

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FCS



Hi,



Anybody tried combination of FLEX and FCS? Or its only possible to write a
custom advanced component and use it FLEX?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer







_ 

Yahoo! Groups Links

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


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


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
http://docs.yahoo.com/info/terms/ Service. 


--_=_NextPart_001_01C421A0.D6D5EC70
Content-Type: text/html

html

head
META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=us-ascii


meta name=Generator content=Microsoft Word 10 (filtered)

style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:MS Mincho;
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED] Mincho;
panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
{margin-right:0in;
margin-left:0in;
font-size:12.0pt;
font-family:Times New Roman;}
tt
{font-family:Courier New;}
span.emailstyle18
{font-family:Arial;
color:windowtext;}
span.emailstyle20
{font-family:Arial;
color:navy;}
span.EmailStyle21
{font-family:Arial;
color:navy;}
span.EmailStyle22
{font-family:Arial;
color:navy;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--
/style

/head

body lang=EN-US link=blue vlink=purple

div class=Section1

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'This is by no means written with any
best-practices in mind./span/font/p

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:
10.0pt;font-family:Arial;color:navy'nbsp;/span/font/p

p class=MsoNormalfont size=2 color=navy face=Arialspan style='font-size:

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:00:18 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 17386 invoked from network); 13 Apr 2004 22:00:17 -
Received: from unknown (66.218.66.218)
  by m6.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:00:17 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:00:17 -
Received: from p50exm01.macromedia.com (p50exm01.macromedia.com [10.55.1.66])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DLwTTn015385
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 14:58:30 -0700 (PDT)
Received: by p50exm01.macromedia.com with Internet Mail Service (5.5.2657.72)
  id GT2QA9WH; Tue, 13 Apr 2004 22:58:29 +0100
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 22:58:23 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C421A2.6FED6928
X-eGroups-Remote-IP: 216.104.212.90
From: Waldo Smeets [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=180364736

--_=_NextPart_001_01C421A2.6FED6928
Content-Type: text/plain

It's not needed. Just open the SWF/HTML in your browser and there you go.

Waldo


_ 

From: Andrew Stopford [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2004 23:37
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AMF Gateway


My understanding is you need the Flash IDE to run this (correct me I am
wrong), blushI don't have that/blush

Just wondered if the Flex window could hold debug info/sever go betweens in
the same way SOAP calls can be logged?

Andrew

- Original Message - 
From: Waldo mailto:[EMAIL PROTECTED] Smeets 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
Sent: Tuesday, April 13, 2004 10:33 PM
Subject: RE: [flexcoders] AMF Gateway

Hi Andre, you can use the netconnection debugger (in the install directory
of Flex) for this purpose.

Waldo


_ 

From: Andrew Stopford [mailto:[EMAIL PROTECTED] 
Sent: 13 April 2004 23:22
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
Subject: Re: [flexcoders] AMF Gateway


I did indeed :)

Out of interest, I tried the endpoint method. Setting the endpoint in the
remoteobject and setting the allow-url-override in the flex-config. Using
this method, no remoting errors were reported but strangely no data was
returned from the remoting call. At this point I am not sure if the remoting
call has been made or not and have not had time to look more closely. Out of
interest is possible to log remoting traffic (calls to the server and
responses) to the flex console window?

Thanks

Andrew

- Original Message - 
From: Brandon Purcell mailto:[EMAIL PROTECTED] 
To: 'flexcoders@yahoogroups.com' mailto:'flexcoders@yahoogroups.com' 
Sent: Tuesday, April 13, 2004 9:12 PM
Subject: RE: [flexcoders] AMF Gateway


He did it by modifying the default setting in the flex-config.xml. They it
becomes the default gateway anytime you use mx:RemoteObject encoding=AMF

So there are three ways to use different gateways.
1. Modfify flex-config.xml amf-gatewayyourgatewayURL/amf-gateway
(becomes default)
2. Put it directly in the code mx:RemoteObject encoding=AMF
endpoint=yourgatewayURL
3. Specifiy the gateway in a named service 

The easiest way to develop and test is to use it right in the tag like
mx:RemoteObject encoding=AMF
endpoint=http://192.168.1.1/flashservices/gateway
http://192.168.1.1/flashservices/gateway source=package.classname

Brandon




-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 4:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



One person did this



http://weblogs.asp.net/astopford/articles/111692.aspx
http://weblogs.asp.net/astopford/articles/111692.aspx 



he is using .net as AMF gateway and I want to test it with AMFPHP that its
working or not ... because currently I am using HTTPService for doing data
transmission which is not fast as AMF does.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


_ 


From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway



Hi - 



Is there a reason you're creating AMF gateways instead of using Flex data
access mechansims? RemoteObject uses AMF by default and has a default
gateway built in. 



best,



libby




_ 


From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AMF Gateway

How to add or where to declare AMF gateway? For a script located at
samples/aashu/test.mxml?

I know I have to add it in flex-config.xml but where is it and can it 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:08:44 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 14989 invoked from network); 13 Apr 2004 22:08:44 -
Received: from unknown (66.218.66.166)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:08:44 -
Received: from unknown (HELO pengo.systems.pipex.net) (62.241.160.193)
  by mta5.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:08:43 -
Received: from computer (81-86-255-94.dsl.pipex.com [81.86.255.94])
  by pengo.systems.pipex.net (Postfix) with SMTP id D9FA14C000BC
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 23:08:41 +0100 (BST)
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
References: [EMAIL PROTECTED]
Date: Tue, 13 Apr 2004 23:07:19 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_000A_01C421AC.123DAD60
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-eGroups-Remote-IP: 62.241.160.193
From: Andrew Stopford [EMAIL PROTECTED]
Subject: Re: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=181447161
X-Yahoo-Profile: andrewstopford

--=_NextPart_000_000A_01C421AC.123DAD60
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Thanks Waldo :) No idea where I got the IDE thing from :) good that its run=
s in the browser. Still would be nice to see something in the Flex window t=
hough :) Thanks for the tip ;-)

Andrew
- Original Message -=20
From: Waldo Smeets=20
To: [EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 10:58 PM
Subject: RE: [flexcoders] AMF Gateway


It's not needed. Just open the SWF/HTML in your browser and there you go.

Waldo



---=
-
From: Andrew Stopford [mailto:[EMAIL PROTECTED]
Sent: 13 April 2004 23:37
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AMF Gateway


My understanding is you need the Flash IDE to run this (correct me I am=
wrong), blushI don't have that/blush

Just wondered if the Flex window could hold debug info/sever go between=
s in the same way SOAP calls can be logged?

Andrew
- Original Message -=20
From: Waldo Smeets=20
To: [EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 10:33 PM
Subject: RE: [flexcoders] AMF Gateway


Hi Andre, you can use the netconnection debugger (in the install dire=
ctory of Flex) for this purpose.

Waldo




From: Andrew Stopford [mailto:[EMAIL PROTECTED]
Sent: 13 April 2004 23:22
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AMF Gateway


I did indeed :)

Out of interest, I tried the endpoint method. Setting the endpoint =
in the remoteobject and setting the allow-url-override in the flex-config. =
Using this method, no remoting errors were reported but strangely no data w=
as returned from the remoting call. At this point I am not sure if the remo=
ting call has been made or not and have not had time to look more closely. =
Out of interest is possible to log remoting traffic (calls to the server an=
d responses) to the flex console window?

Thanks

Andrew
- Original Message -=20
From: Brandon Purcell=20
To: 'flexcoders@yahoogroups.com'=20
Sent: Tuesday, April 13, 2004 9:12 PM
Subject: RE: [flexcoders] AMF Gateway


He did it by modifying the default setting in the flex-config.xml=
. They it becomes the default gateway anytime you use mx:RemoteObject enco=
ding=3DAMF

So there are three ways to use different gateways.
1. Modfify flex-config.xml amf-gatewayyourgatewayURL/amf-gatew=
ay (becomes default)
2. Put it directly in the code mx:RemoteObject encoding=3DAMF =
endpoint=3DyourgatewayURL
3. Specifiy the gateway in a named service=20

The easiest way to develop and test is to use it right in the tag=
like
mx:RemoteObject encoding=3DAMF endpoint=3Dhttp://192.168.1.1/f=
lashservices/gateway source=3Dpackage.classname

Brandon



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 4:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway


One person did this

=20=20=20=20=20=20=20=20=20=20=20

http://weblogs.asp.net/astopford/articles/111692.aspx

=20=20=20=20=20=20=20=20=20=20=20

he is using .net as AMF gateway and I want to test it with AMFPHP=
that its working or not ... because currently I am using HTTPService for d=
oing data transmission which is not fast as AMF does.

=20=20=20=20=20=20=20=20=20=20=20

Regards,

Ashvin Savani (arckid)=20

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Dev=
eloper


--

From: Libby Freligh [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 1:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:15:50 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 36263 invoked from network); 13 Apr 2004 22:15:49 -
Received: from unknown (66.218.66.218)
  by m6.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:15:49 -
Received: from unknown (HELO ns2.sfcommerce.com) (204.92.58.42)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:15:48 -
Received: from moc-gen-mai-21.corp.sfcommerce.com 
(moc-gen-mai-21.corp.sfcommerce.com [172.16.31.85])
Received: from MOC-GEN-MAI-11.corp.sfcommerce.com ([172.16.31.81]) by 
moc-gen-mai-21.corp.sfcommerce.com with Microsoft SMTPSVC(5.0.2195.6713);
  Tue, 13 Apr 2004 18:15:46 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C421A4.DE7F14D4
Date: Tue, 13 Apr 2004 18:15:46 -0400
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [flexcoders] AMF Gateway
Thread-Index: AcQhortkAYwdd9e7Ra+7ZLi9Ct/p3QAAL4uwAABVmGA=
To: flexcoders@yahoogroups.com
X-OriginalArrivalTime: 13 Apr 2004 22:15:46.0387 (UTC) 
FILETIME=[DE766230:01C421A4]
X-eGroups-Remote-IP: 204.92.58.42
From: Stacy Young [EMAIL PROTECTED]
Subject: RE: [flexcoders] AMF Gateway
X-Yahoo-Group-Post: member; u=182663102
X-Yahoo-Profile: xoconnick

--_=_NextPart_001_01C421A4.DE7F14D4
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Also, make sure u open the prefs though and check off the AMF boxes.

=20

Stace

=20

_=20=20

From: Waldo Smeets [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 5:58 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway

=20

It's not needed. Just open the SWF/HTML in your browser and there you
go.

=20

Waldo

=09=20

=09
_=20=20


From: Andrew Stopford [mailto:[EMAIL PROTECTED]
Sent: 13 April 2004 23:37
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AMF Gateway

My understanding is you need the Flash IDE to run this (correct
me I am wrong), blushI don't have that/blush

=09=20

Just wondered if the Flex window could hold debug info/sever go
betweens in the same way SOAP calls can be logged?

=09=20

Andrew

- Original Message -=20

From: Waldo Smeets mailto:[EMAIL PROTECTED]=20=20

To: [EMAIL PROTECTED]

Sent: Tuesday, April 13, 2004 10:33 PM

Subject: RE: [flexcoders] AMF Gateway

=09=09=20

Hi Andre, you can use the netconnection debugger (in the
install directory of Flex) for this purpose.

=09=09=20

Waldo

=09=09=09=20

=09=09=09
_=20=20


From: Andrew Stopford
[mailto:[EMAIL PROTECTED]
Sent: 13 April 2004 23:22
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AMF Gateway

I did indeed :)

=09=09=09=20

Out of interest, I tried the endpoint method.
Setting the endpoint in the remoteobject and setting the
allow-url-override in the flex-config. Using this method, no remoting
errors were reported but strangely no data was returned from the
remoting call. At this point I am not sure if the remoting call has been
made or not and have not had time to look more closely. Out of interest
is possible to log remoting traffic (calls to the server and responses)
to the flex console window?

=09=09=09=20

Thanks

=09=09=09=20

Andrew

- Original Message -=20

From: Brandon Purcell
mailto:[EMAIL PROTECTED]=20=20

To: 'flexcoders@yahoogroups.com'=20

Sent: Tuesday, April 13, 2004 9:12 PM

Subject: RE: [flexcoders] AMF Gateway

=09=09=09=09=20

He did it by modifying the default
setting in the flex-config.xml. They it becomes the default gateway
anytime you use mx:RemoteObject encoding=3DAMF

=09=09=09=09=20

So there are three ways to use different
gateways.

1. Modfify flex-config.xml
amf-gatewayyourgatewayURL/amf-gateway (becomes default)

2. Put it directly in the code
mx:RemoteObject encoding=3DAMF endpoint=3DyourgatewayURL

3. Specifiy the gateway in a named
service=20

=09=09=09=09=20

The easiest way to develop and test is
to use it right in the tag like

mx:RemoteObject encoding=3DAMF
endpoint=3Dhttp://192.168.1.1/flashservices/gateway
source=3Dpackage.classname

=09=09=09=09=20

Brandon

=09=09=09=09=20

=09=09=09=09=20

-Original Message-
From: Ashvin Savani (arckid)
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 13, 2004 4:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] AMF Gateway

One person did this

=09=09=09=09=20

=09
http://weblogs.asp.net/astopford/articles/111692.aspx

=09=09=09=09=20

he is using .net as AMF gateway and I
want to test it with AMFPHP that its working or not ... because
currently I am using HTTPService for doing data transmission which is
not fast as AMF does.

=09=09=09=09=20

Regards,
=09=09=09=09
Ashvin Savani (arckid)=20
=09=09=09=09
Team Macromedian
(Flash + ( MX || Com || 
Remoting))  (PHP  MySQL) Developer

=09=09=09=09
_=20=20


From: Libby 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:23:05 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 44389 invoked from network); 13 Apr 2004 22:23:04 -
Received: from unknown (66.218.66.167)
  by m6.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:23:04 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:23:03 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id C130A42A0B
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 18:21:02 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 03:51:27 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0024_01C421D3.C79E1A60
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhnpC7bdLJvbe5Td+8xXuzRdpiGQABvWbA
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_0024_01C421D3.C79E1A60
Content-Type: text/plain;
charset=US-ASCII
Content-Transfer-Encoding: 7bit

Thanks Libby,



Because it will really encourage new FLEX developers like me to get help and
to work in real environment.



:-)



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 3:01 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout



Hi there - 



We don't currently have a public server to host samples but we can certainly
consider something like this.



l. 



_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:20 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Okay I will update you which type of difficulties I may have . as I am not
hardcore java programmer . 



*   Which container is the best for best performance? As well as faster
compilation and start? 
*   Is there any public server / account provided by MM to show up /
host a temporary application to show it to this forum users or other public?




Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:42 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Containers / Layout



It looks like you'll want 

* a few HBoxes  VBoxes, a DataGrid with a custom cellRenderer for
the Inbox.

* a Form and a few Boxes for message display and composition



Cool app!



Check the docs and look through the samples for examples of the different
containers. I'd be interested to hear what was easy and difficult about
developing the app in Flash versus porting it to Flex.

Thanks,

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Containers / Layout



Hi,



I am really confused with too many boxes, containers and layout components /
items.



Which will be the best container to me if I want to make clone of
http://www.arckid.com/videomail with FLEX?



Username: sampark and password: arckid



You may also signup for your own, to have a look at signup process and a
little form.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer










Yahoo! Groups Sponsor



ADVERTISEMENT

http://rd.yahoo.com/SIG=12c1r2lm7/M=281792.4727319.5879690.1261774/D=egroup
web/S=1705007207:HM/EXP=1081978239/A=2058224/R=0/SIG=116652qbq/*http:/my.yah
oo.com/promo/ppets.html click here



http://us.adserver.yahoo.com/l?M=281792.4727319.5879690.1261774/D=egroupweb
/S=:HM/A=2058224/rand=637092367 



_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_0024_01C421D3.C79E1A60
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
meta http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:24:33 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 20371 invoked from network); 13 Apr 2004 22:24:31 -
Received: from unknown (66.218.66.167)
  by m7.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:24:31 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:24:29 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id B37BB44667
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 18:24:20 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 03:54:47 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhoIAM0Ln4w9i4TOqAgHxdGK7HHQABZLrQ
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

Hey Deepa,

Nice to hear that Indian is there in Flex Team!

Regards, 

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


-Original Message-
From: Deepa Subramaniam [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 3:13 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Containers / Layout

In addition, the Flex team is working on an in-depth performance article to
post to our MM Flex site soon. This will explore performance on both the
server and client side. So I'd encourage all you Flex coders to check back
to the site regularly or sign up for the email alert feature for new
articles.

Also, Steven's got a great blog entry on the number one performance
degrader: deeply nesting containers. A must read:
http://www.richinternetapps.com/archives/42.html

Thanks!
Deepa
Flex Team

-Original Message-
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:30 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

 * Which container is the best for best performance? As well as faster
 compilation and start?

I hate to say it, but try it and see...there is no hard
and fast rule, ie a tab navigator is slower than a view stack,
is slower than a canvas. That's not where performance comes
from.

Seriously; like any other programming language or development
tool, Flex is going to allow you to build really bad and
poorly performing applications if you try hard enough ... the
container doesn't dictate performance, it's how much you lay
down inside that container (ie if you nest 100 other 
containers, each of which throw up 5 possible PopupWindows,
then your app will grind to a halt).

I'd always recommend you implement things the simplest 
possible way that works, and if performance becomes an
issue, identify how you might improve it at the point it
becomes in issue.

Designing performance in up front is like chasing rainbows.

Learn about deferred instantiation and creation policies
for containers, be careful of over-nesting your containers,
make sure you use the right container for the right job,
and you'll be fine for now. There's a whole chapter in
the documentation on how to squeeze out performance if
necessary, and there's a profiler in there as well, to
help you try and identify bottlenecks if you have them.

Go play. 

You shouldn't need the profiler for a few months either.

:)

Steven

--
Steven Webster
Technical Director
iteration::two









Yahoo! Groups Links








Yahoo! Groups Links










[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:25:38 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 25206 invoked from network); 13 Apr 2004 22:25:38 -
Received: from unknown (66.218.66.172)
  by m14.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:25:38 -
Received: from unknown (HELO p01mgw01.macromedia.com) (216.104.212.90)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:25:38 -
Received: from S1001EXM02.macromedia.com ([10.4.48.132])
  by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id 
i3DMPa2R026949
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 15:25:37 -0700 (PDT)
Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72)
  id G3CS4BRK; Tue, 13 Apr 2004 18:25:36 -0400
Message-ID: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 13 Apr 2004 18:25:35 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: multipart/alternative;
  boundary=_=_NextPart_001_01C421A6.3DB068B0
X-eGroups-Remote-IP: 216.104.212.90
From: Libby Freligh [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=69788514
X-Yahoo-Profile: libbyfreligh

--_=_NextPart_001_01C421A6.3DB068B0
Content-Type: text/plain

Just to be clear, did you want a forum for showing off your work, or a
hosted solution for development? 

_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 6:21 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout



Thanks Libby,



Because it will really encourage new FLEX developers like me to get help and
to work in real environment.



:-)



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 3:01 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout



Hi there - 



We don't currently have a public server to host samples but we can certainly
consider something like this.



l. 



_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:20 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Okay I will update you which type of difficulties I may have ... as I am not
hardcore java programmer ... 



*   Which container is the best for best performance? As well as faster
compilation and start? 

*   Is there any public server / account provided by MM to show up /
host a temporary application to show it to this forum users or other public?




Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:42 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Containers / Layout



It looks like you'll want 

* a few HBoxes  VBoxes, a DataGrid with a custom cellRenderer for
the Inbox.

* a Form and a few Boxes for message display and composition



Cool app!



Check the docs and look through the samples for examples of the different
containers. I'd be interested to hear what was easy and difficult about
developing the app in Flash versus porting it to Flex.

Thanks,

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Containers / Layout



Hi,



I am really confused with too many boxes, containers and layout components /
items.



Which will be the best container to me if I want to make clone of
http://www.arckid.com/videomail http://www.arckid.com/videomail with
FLEX?



Username: sampark and password: arckid



You may also signup for your own, to have a look at signup process and a
little form.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer










_ 

Yahoo! Groups Links


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


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


*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 



--_=_NextPart_001_01C421A6.3DB068B0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTML xmlns=3Dhttp://www.w3.org/TR/REC-html40; xmlns:v =3D=20
urn:schemas-microsoft-com:vml xmlns:o =3D=20
urn:schemas-microsoft-com:office:office xmlns:w =3D=20
urn:schemas-microsoft-com:office:word xmlns:st1 =3D=20
urn:schemas-microsoft-com:office:smarttagsHEAD
META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; charset=3Dus-ascii=



META content=3DMSHTML 6.00.2800.1400 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:26:29 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 84863 invoked from network); 13 Apr 2004 22:26:29 -
Received: from unknown (66.218.66.217)
  by m25.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:26:29 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta2.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:26:28 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 2C55444AB1
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 18:26:12 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 03:56:35 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_002B_01C421D4.80D20F50
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhoWMkR0AYu9ceQPmKPZBt/ONe+QABO3Wg
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] FCS
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_002B_01C421D4.80D20F50
Content-Type: text/plain;
charset=US-ASCII
Content-Transfer-Encoding: 7bit

Thanks a lot for the code. I am exploring it and will come back with some
good example of FCS and FLEX connectivity.



:-)



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 3:17 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] FCS



This is by no means written with any best-practices in mind.



It was written in a something like 3 hours from start to finish, including
time for me to brush up on my FCS skills. 



Cheers,

-e





-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:57 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FCS



Mmm ... scaring ...



May I have a look to that code?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:17 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] FCS



Assuming FCS is the Flash Communication Server, the answer is yes.



I created a little chat using Shared Objects connected through the FCS just
this week.

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 1:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FCS



Hi,



Anybody tried combination of FLEX and FCS? Or its only possible to write a
custom advanced component and use it FLEX?



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer









_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_002B_01C421D4.80D20F50
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
meta http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii
meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--o:SmartTagType
namespaceuri=3Durn:schemas-microsoft-com:office:smarttags name=3Dtime/=

o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3Ddate/
o:SmartTagType namespaceuri=3Durn:schemas-microsoft-com:office:smarttags
name=3DPersonName/
!--[if !mso]
style
st1\:*{behavior:url(#default#ieooui) }
/style
![endif]--
style
!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:[EMAIL PROTECTED];
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:30:22 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 63990 invoked from network); 13 Apr 2004 22:30:22 -
Received: from unknown (66.218.66.216)
  by m19.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:30:22 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta1.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:30:21 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 4EE0044B5A
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 18:30:02 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 04:00:29 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0038_01C421D5.0A011410
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhpj+vQmb/s7ZhSTmLkcPyjr/dOQAAJEcw
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_0038_01C421D5.0A011410
Content-Type: text/plain;
charset=US-ASCII
Content-Transfer-Encoding: 7bit

Forum one . not for commercial . Which can help community to learn FLEX.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 3:56 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout



Just to be clear, did you want a forum for showing off your work, or a
hosted solution for development? 



_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 6:21 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Thanks Libby,



Because it will really encourage new FLEX developers like me to get help and
to work in real environment.



:-)



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Libby Freligh [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 3:01 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout



Hi there - 



We don't currently have a public server to host samples but we can certainly
consider something like this.



l. 



_ 

From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:20 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Okay I will update you which type of difficulties I may have . as I am not
hardcore java programmer . 



*   Which container is the best for best performance? As well as faster
compilation and start? 
*   Is there any public server / account provided by MM to show up /
host a temporary application to show it to this forum users or other public?




Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Elliot Winard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 2:42 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Containers / Layout



It looks like you'll want 

* a few HBoxes  VBoxes, a DataGrid with a custom cellRenderer for
the Inbox.

* a Form and a few Boxes for message display and composition



Cool app!



Check the docs and look through the samples for examples of the different
containers. I'd be interested to hear what was easy and difficult about
developing the app in Flash versus porting it to Flex.

Thanks,

-e



-Original Message-
From: Ashvin Savani (arckid) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 2:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Containers / Layout



Hi,



I am really confused with too many boxes, containers and layout components /
items.



Which will be the best container to me if I want to make clone of
http://www.arckid.com/videomail with FLEX?



Username: sampark and password: arckid



You may also signup for your own, to have a look at signup process and a
little form.



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer









_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_0038_01C421D5.0A011410
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

html 

[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Mon Mar 29 23:01:01 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 12750 invoked from network); 30 Mar 2004 07:01:00 -
Received: from unknown (66.218.66.167)
  by m14.grp.scd.yahoo.com with QMQP; 30 Mar 2004 07:01:00 -
Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.186)
  by mta6.grp.scd.yahoo.com with SMTP; 30 Mar 2004 07:01:00 -
Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de)
  by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
  id 1B8DF5-000689-00
  for flexcoders@yahoogroups.com; Tue, 30 Mar 2004 09:00:59 +0200
Received: from [217.110.169.82] (helo=trinity)
  by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
  id 1B8DF5-0001lA-00
  for flexcoders@yahoogroups.com; Tue, 30 Mar 2004 09:01:00 +0200
To: flexcoders@yahoogroups.com
Date: Tue, 30 Mar 2004 09:00:57 +0200
MIME-Version: 1.0
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: AcQV1jkyMAbanId4TceAncaxxEsTowATfFZQ
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-Id: [EMAIL PROTECTED]
X-Provags-ID: kundenserver.de [EMAIL PROTECTED] 
auth:ff4fe7145e099f887cec1dcd5b1cef84
X-eGroups-Remote-IP: 212.227.126.186
From: Sven Claar [EMAIL PROTECTED]
Subject: AW: [flexcoders] Problems with part creating basic components from 
the livedocs
X-Yahoo-Group-Post: member; u=167211266
X-Yahoo-Profile: computer_stuntman

Good morning Ali,=20

i have also try this path:

C:\Documents and Settings\Administrator\Local
Settings\Application Data\Macromedia\Flash MX
2004\en\Configuration\Classes\mx\core

so i want to reinstall FLEX (Trial) and FLMX 2004 and look if it works.

i give you an information about this.
Hopefully than it works ;)

Thanks,
Sven

-Urspr=FCngliche Nachricht-
Von: Alistair McLeod [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 29. M=E4rz 2004 23:42
An: flexcoders@yahoogroups.com
Betreff: RE: [flexcoders] Problems with part creating basic components
from the livedocs

Hi Sven,

It certainly seems that you have an old UIObject being complied into your
SWC - it can't be coincidental that the timestamp showing for UIOjbect in
the error Flex is giving you is the exact same timestamp as the UIObject in
my MX2004 installation (C:\Documents and Settings\Administrator\Local
Settings\Application Data\Macromedia\Flash MX
2004\en\Configuration\Classes\mx\core).

So, it looks like somehow you are picking up the wrong UIObject class. Have
you checked both your application classpath and the system classpath in
MX2004? I can't remember offhand which one takes priority over the other.

Cheers,

Ali

--
Alistair McLeod
Development Director
iteration::two

-Original Message-
From: Sven Claar [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 22:26
To: flexcoders@yahoogroups.com
Subject: AW: [flexcoders] Problems with part creating basic components
from the livedocs


Hi Ali,

yes i do all this.

i have set:

$(LocalData)/Flex Classes
$(LocalData)/Classes


[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:47:41 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 27138 invoked from network); 13 Apr 2004 22:47:41 -
Received: from unknown (66.218.66.172)
  by m22.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:47:41 -
Received: from unknown (HELO smtp-out5.blueyonder.co.uk) (195.188.213.8)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:47:41 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out5.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Tue, 13 Apr 2004 23:47:42 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 13 Apr 2004 23:49:15 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Apr 2004 22:47:42.0109 (UTC) 
FILETIME=[54525CD0:01C421A9]
X-eGroups-Remote-IP: 195.188.213.8
From: Steven Webster [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

Ashvin,

 Forum one . not for commercial . Which can help community to learn FLEX.

The developer edition of Flex is free to use ... what do you
think a public upload would give you that would make it easier
for you to learn Flex ?

Steven




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:54:23 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 18954 invoked from network); 13 Apr 2004 22:54:22 -
Received: from unknown (66.218.66.218)
  by m17.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:54:22 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:54:22 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 55CE34448D
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 18:54:12 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 04:24:35 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhqVTaMrfEhCDXQBmZhXqoEpT2pAAAKu0Q
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

If people will see the work, so they can see the faults I am getting or not
working part etc., or I can have suggestions from them. I am not talking
about just myself but all new people.

I already have the trial version but its not possible every time that I get
a real IP or have to keep my machine online all the time etc.,

Just a advise 

Regards, 

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


-Original Message-
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 4:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Ashvin,

 Forum one . not for commercial . Which can help community to learn FLEX.

The developer edition of Flex is free to use ... what do you
think a public upload would give you that would make it easier
for you to learn Flex ?

Steven





Yahoo! Groups Links











[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 15:58:59 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 44888 invoked from network); 13 Apr 2004 22:58:59 -
Received: from unknown (66.218.66.218)
  by m21.grp.scd.yahoo.com with QMQP; 13 Apr 2004 22:58:59 -
Received: from unknown (HELO smtp-out4.blueyonder.co.uk) (195.188.213.7)
  by mta3.grp.scd.yahoo.com with SMTP; 13 Apr 2004 22:58:58 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out4.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Tue, 13 Apr 2004 23:57:42 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 13 Apr 2004 23:59:15 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Apr 2004 22:57:42.0058 (UTC) 
FILETIME=[B9EB50A0:01C421AA]
X-eGroups-Remote-IP: 195.188.213.7
From: Steven Webster [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

Ashvin,

 - How to create arckid namespace?

In the first instance, the Flex team have done a tremendous
job on the documentation of Flex, and I'd suggest you spend
some time buried in those docs - I'm happy to help further
if you can't work it out from the documentation, but the
stuff you ask in this email is all covered in great detail.

In short, it's no more difficult than declaring your
namespace on your top-level container tag, eg:

mx:Application xmlns:arckid=com/arckid/mycomponents ... /

And keeping My.mxml inside com/arckid/mycompnents/My.mxml
relative to your top-level app.

Then:

arckid:My id=instanceOfCustomComponent  / 

will instantiate your My.mxml component, which might look
like:

-- My.mxml ---

mx:VBox
!-- custom component stuff goes in here --
/mx:VBox

That's it in a nutshell -- check out the docs if any
of the above is unclear.

 - Will definition of tab id load the mxml automatically as user clicks on
 the tab?

Again, check out creationPolicy and deferred instantiation
in the documentation - it's entirely under your control 
whether the MXML is loaded at click-time by the user
(creationPolicy of deferred) or at run-time. You control
the performance trade-off, no-one else...

Of course, if you struggle with the documentation, you
could always preorder:

http://www.amazon.com/exec/obidos/tg/detail/-/0321255666/qid=1081896955/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/103-6590059-6630245?v=glances=booksn=507846

:-)

Steven




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 16:07:46 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 15149 invoked from network); 13 Apr 2004 23:07:46 -
Received: from unknown (66.218.66.216)
  by m25.grp.scd.yahoo.com with QMQP; 13 Apr 2004 23:07:46 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta1.grp.scd.yahoo.com with SMTP; 13 Apr 2004 23:07:46 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 0CEB043FDE
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 19:07:35 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 04:37:52 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhqufHfrjt9AJBRbes6qemo9b0NUaQ
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

Steven,

Thanks a lot. I am reading docs since last 3-4 days. But something basics
should be clear other wise nothing can go inside mind.

Regarding book, can you send me eBook version because I am from India and it
takes around a month to deliver ...

I can pay you for that .. no probs ... but physical availability for high
end flash books is too difficult for Indians like me.

Regards, 

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


-Original Message-
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 4:29 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Ashvin,

 - How to create arckid namespace?

In the first instance, the Flex team have done a tremendous
job on the documentation of Flex, and I'd suggest you spend
some time buried in those docs - I'm happy to help further
if you can't work it out from the documentation, but the
stuff you ask in this email is all covered in great detail.

In short, it's no more difficult than declaring your
namespace on your top-level container tag, eg:

mx:Application xmlns:arckid=com/arckid/mycomponents ... /

And keeping My.mxml inside com/arckid/mycompnents/My.mxml
relative to your top-level app.

Then:

arckid:My id=instanceOfCustomComponent  / 

will instantiate your My.mxml component, which might look
like:

-- My.mxml ---

mx:VBox
!-- custom component stuff goes in here --
/mx:VBox

That's it in a nutshell -- check out the docs if any
of the above is unclear.

 - Will definition of tab id load the mxml automatically as user clicks on
 the tab?

Again, check out creationPolicy and deferred instantiation
in the documentation - it's entirely under your control 
whether the MXML is loaded at click-time by the user
(creationPolicy of deferred) or at run-time. You control
the performance trade-off, no-one else...

Of course, if you struggle with the documentation, you
could always preorder:

http://www.amazon.com/exec/obidos/tg/detail/-/0321255666/qid=1081896955/sr=8
-1/ref=sr_8_xs_ap_i1_xgl14/103-6590059-6630245?v=glances=booksn=507846

:-)

Steven





Yahoo! Groups Links










[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 16:09:30 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 91213 invoked from network); 13 Apr 2004 23:09:30 -
Received: from unknown (66.218.66.216)
  by m2.grp.scd.yahoo.com with QMQP; 13 Apr 2004 23:09:30 -
Received: from unknown (HELO smtp-out6.blueyonder.co.uk) (195.188.213.9)
  by mta1.grp.scd.yahoo.com with SMTP; 13 Apr 2004 23:09:30 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out6.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Wed, 14 Apr 2004 00:00:00 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 14 Apr 2004 00:01:34 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Apr 2004 23:00:00.0711 (UTC) 
FILETIME=[0C901570:01C421AB]
X-eGroups-Remote-IP: 195.188.213.9
From: Steven Webster [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

On Tue, 2004-04-13 at 23:54, Ashvin Savani (arckid) wrote:
 If people will see the work, so they can see the faults I am getting or not
 working part etc., or I can have suggestions from them. I am not talking
 about just myself but all new people.

Might it not be easier to setup a CVS (or similar) server
somewhere, such as sourceforge, where you can check in your
MXML files, for other developers to check out and build ?

It's the MXML files you want to share, not the resulting
SWFs.

Just a thought.




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 16:12:53 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 68780 invoked from network); 13 Apr 2004 23:12:51 -
Received: from unknown (66.218.66.172)
  by m16.grp.scd.yahoo.com with QMQP; 13 Apr 2004 23:12:51 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 23:12:51 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 49B4D44355
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 19:12:42 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 04:43:10 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhrGB70Ctg2wHWTdqYTPvL5E/nigAAHleA
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

Not to share anything ... just to show compiled SWF.

Regards, 

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


-Original Message-
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 4:32 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

On Tue, 2004-04-13 at 23:54, Ashvin Savani (arckid) wrote:
 If people will see the work, so they can see the faults I am getting or
not
 working part etc., or I can have suggestions from them. I am not talking
 about just myself but all new people.

Might it not be easier to setup a CVS (or similar) server
somewhere, such as sourceforge, where you can check in your
MXML files, for other developers to check out and build ?

It's the MXML files you want to share, not the resulting
SWFs.

Just a thought.





Yahoo! Groups Links











[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 16:13:39 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 70252 invoked from network); 13 Apr 2004 23:13:39 -
Received: from unknown (66.218.66.167)
  by m16.grp.scd.yahoo.com with QMQP; 13 Apr 2004 23:13:39 -
Received: from unknown (HELO smtp-out1.blueyonder.co.uk) (195.188.213.4)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 23:13:39 -
Received: from [192.168.0.9] ([82.41.16.63]) by smtp-out1.blueyonder.co.uk with 
Microsoft SMTPSVC(5.0.2195.5600);
  Wed, 14 Apr 2004 00:13:18 +0100
To: flexcoders@yahoogroups.com
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 14 Apr 2004 00:14:52 +0100
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Apr 2004 23:13:19.0083 (UTC) 
FILETIME=[E86DFBB0:01C421AC]
X-eGroups-Remote-IP: 195.188.213.4
From: Steven Webster [EMAIL PROTECTED]
Subject: Developing Rich Clients with Macromedia Flex
X-Yahoo-Group-Post: member; u=114339942
X-Yahoo-Profile: swebsteratiterationtwo

 Regarding book, can you send me eBook version because I am from India and it
 takes around a month to deliver ...

No eBook version at present I'm afraid -- and I'm not sure there
are plans for an eBook version either. I'll be sure to let you
know if that changes. We should have a (50-page) sample chapter
available soon however, for PDF downloadbut not the whole 
book. Again, I'll post when that's available (and that
particular chapter will be of most interest to the J2EE guys 
wanting to integrate Flex and J2EE development).

Irrespective, I don't think publishing date is until end of 
June/July.

Steven




[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 16:22:28 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 91630 invoked from network); 13 Apr 2004 23:22:28 -
Received: from unknown (66.218.66.172)
  by m23.grp.scd.yahoo.com with QMQP; 13 Apr 2004 23:22:28 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta4.grp.scd.yahoo.com with SMTP; 13 Apr 2004 23:22:28 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id 227F0452DD
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 19:22:19 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 04:52:44 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: text/plain;
  charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhrPfgOkUGavOsQwisXYGQaybtSQAASP1Q
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Developing Rich Clients with Macromedia Flex
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

So have to wait till that time? Where is the sample chapter download LINK?
All rights are with publishers or you can have little to make PDF atleast!

Regards, 

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer


-Original Message-
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 4:45 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Developing Rich Clients with Macromedia Flex

 Regarding book, can you send me eBook version because I am from India and
it
 takes around a month to deliver ...

No eBook version at present I'm afraid -- and I'm not sure there
are plans for an eBook version either. I'll be sure to let you
know if that changes. We should have a (50-page) sample chapter
available soon however, for PDF downloadbut not the whole 
book. Again, I'll post when that's available (and that
particular chapter will be of most interest to the J2EE guys 
wanting to integrate Flex and J2EE development).

Irrespective, I don't think publishing date is until end of 
June/July.

Steven





Yahoo! Groups Links










[no subject]

2005-03-21 Thread mjethani
[EMAIL PROTECTED] Tue Apr 13 16:58:06 2004
Return-Path: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 72706 invoked from network); 13 Apr 2004 23:58:05 -
Received: from unknown (66.218.66.167)
  by m11.grp.scd.yahoo.com with QMQP; 13 Apr 2004 23:58:05 -
Received: from unknown (HELO relaymaster.rapidns.com) (209.120.245.58)
  by mta6.grp.scd.yahoo.com with SMTP; 13 Apr 2004 23:58:04 -
Received: from arckid (unknown [220.224.48.96])
  by relaymaster.rapidns.com (Postfix) with ESMTP id F2F684334A
  for flexcoders@yahoogroups.com; Tue, 13 Apr 2004 19:57:48 -0400 (EDT)
To: flexcoders@yahoogroups.com
Date: Wed, 14 Apr 2004 05:28:04 +0530
Organization: Avinashi Systems Pvt. Ltd.
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary==_NextPart_000_0042_01C421E1.481991D0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
In-Reply-To: [EMAIL PROTECTED]
thread-index: AcQhsYZXp5haQxiUQf6yoD2TffRBUQAAY+Mw
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-Id: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 209.120.245.58
From: Ashvin Savani (arckid) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Containers / Layout
X-Yahoo-Group-Post: member; u=113547105
X-Yahoo-Profile: aashu777

--=_NextPart_000_0042_01C421E1.481991D0
Content-Type: text/plain;
charset=US-ASCII
Content-Transfer-Encoding: 7bit

Thanks Robert . actually I was reading 4th chapter while I got your mail.
:-)



Regards,

Ashvin Savani (arckid) 

Team Macromedian
(Flash + ( MX || Com ||  Remoting))  (PHP  MySQL) Developer

_ 

From: Robert Crooks [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 14, 2004 5:13 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout



Hi Ashvin,



Since it looks like you are still getting started with Flex, have you looked
at the Learning Flex Basics tutorials I created:
http://www.macromedia.com/devnet/flex/articles/first_flexapp.html



Not going to answer all your questions by a long shot, but you may find them
useful for some basic concepts.



Robert

__

Robert Crooks

Director, Content and Curriculum Development

Macromedia



_ 

From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 6:59 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Containers / Layout

Ashvin,

 - How to create arckid namespace?

In the first instance, the Flex team have done a tremendous
job on the documentation of Flex, and I'd suggest you spend
some time buried in those docs - I'm happy to help further
if you can't work it out from the documentation, but the
stuff you ask in this email is all covered in great detail.

In short, it's no more difficult than declaring your
namespace on your top-level container tag, eg:

mx:Application xmlns:arckid=com/arckid/mycomponents ... /

And keeping My.mxml inside com/arckid/mycompnents/My.mxml
relative to your top-level app.

Then:

arckid:My id=instanceOfCustomComponent  / 

will instantiate your My.mxml component, which might look
like:

-- My.mxml ---

mx:VBox
!-- custom component stuff goes in here --
/mx:VBox

That's it in a nutshell -- check out the docs if any
of the above is unclear.

 - Will definition of tab id load the mxml automatically as user clicks on
 the tab?

Again, check out creationPolicy and deferred instantiation
in the documentation - it's entirely under your control 
whether the MXML is loaded at click-time by the user
(creationPolicy of deferred) or at run-time. You control
the performance trade-off, no-one else...

Of course, if you struggle with the documentation, you
could always preorder:

http://www.amazon.com/exec/obidos/tg/detail/-/0321255666/qid=1081896955/sr=8
-1/ref=sr_8_xs_ap_i1_xgl14/103-6590059-6630245?v=glance
http://www.amazon.com/exec/obidos/tg/detail/-/0321255666/qid=1081896955/sr=
8-1/ref=sr_8_xs_ap_i1_xgl14/103-6590059-6630245?v=glances=booksn=507846
s=booksn=507846

:-)

Steven




_ 

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]
mailto:[EMAIL PROTECTED] 

*   Your use of Yahoo! Groups is subject to the Yahoo!
http://docs.yahoo.com/info/terms/ Terms of Service. 


--=_NextPart_000_0042_01C421E1.481991D0
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml xmlns:o=3Durn:schemas-micr=
osoft-com:office:office xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:st1=3Durn:schemas-microsoft-com:office:smarttags xmlns=3Dhttp://ww=
w.w3.org/TR/REC-html40

head
meta http-equiv=3DContent-Type content=3Dtext/html; charset=3Dus-ascii
meta name=3DGenerator content=3DMicrosoft Word 11 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}

  1   2   3   >