Re: [flexcoders] Flex Pricing - a question about a Starter Kit ?

2005-08-09 Thread Scott Barnes
From memory you can *still* buy Flex @ 15k for one CPU but its
recommended you buy the starter kit (ie take into effect that most
production level servers are dual cpu and you'll need two servers -
staging / production)



On 8/9/05, Dave Carabetta [EMAIL PROTECTED] wrote:
 On 8/8/05, jamiebadman [EMAIL PROTECTED] wrote:
  Hi,
 
  I recently stumbled across an entry on the Blog at
  http://www.mossyblog.com/archives/436.cfm where Lucian Beebe describes
  a 'Starter Kit' for Flex consisting of 4 CPU's plus Gold Support for
  $29,000.
 
  Just wondered if this package exists ? I Can't find any details on it
  on the Macromedia site...
 
 
 Yes, it does. Contact your local Macromedia Sales Rep for more info.
 They're very helpful.
 
 As an aside, I believe this Starter Kit is the only way to buy Flex,
 effective this past April 1. I may have mis-read an e-mail I got a
 while back to this effect though.
 
 Regards,
 Dave.
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 
 


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


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2dc51a/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123576347/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




RE: [flexcoders] Re: nested viewstacks, creationPolicy of none and the creation dilemma

2005-08-09 Thread Gordon Smith
I think that

childDescriptors[childIndex].properties.creationPolicy

should work. If it does, please do not use _properties as this isn't documented.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish 
Jethani
Sent: Monday, August 08, 2005 11:21 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: nested viewstacks, creationPolicy of none and the 
creation dilemma

On 8/8/05, Jaime Bermudez [EMAIL PROTECTED] wrote:
 So, nobody on the board knows how to tell through the childDescriptors
 array if a child of a viewstack has creationPolicy of none?

  childDescriptors[childIndex]._properties().creationPolicy

Manish



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



 




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h1vlkqh/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123579341/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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




RE: [flexcoders] Accordeon header, text in different color

2005-08-09 Thread Stanislav Zayarsky
Ashish , this is not right solution!

I asked about text in the header of accordion in different color!
i.e. I need for example blue Hello and green World in the first header
and for example black Hello and yellow Bla-bla-bla and so on.

Best regards
Stanislav

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ashish Goyal
Sent: Friday, August 05, 2005 8:27 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Accordeon header, text in different color

This has been discussed some days ago, search the previous posts.

Anyways, it's a very simple solution. Call a function in the change
event of the accordion and add the below code to that function.

var lastSelected
function selectedPane()
{
lastSelected.setStyle(color, 0x00);
var header =
accordion1.getHeaderAt(accordion1.selectedIndex); // accordion1 is the
id of the accordion
lastSelected = header;
header.setStyle(color, 0xFF)
}

Thanks
-Ashish


 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky
 Sent: Friday, August 05, 2005 8:29 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Accordeon header, text in different color
 
 Hello Everybody,
 
 Goal: I need to have text in accordeon header in different color.
 Maybe htmlText field in that header.
 
 As far as I know we have Button in the accordeon header, so my
 assumption is to extend button class and use it in extended
 accordeonHeader class.
 
 Maybe someone can suggest better solution?
 
 Best regards
 Stanislav Zayarsky
 
 
  Yahoo! Groups Sponsor 
 ~-- 
 font face=arial size=-1a 
 href=http://us.ard.yahoo.com/SIG=12hs4mknp/M=362335.6886445.7
 839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123263230
 /A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/to
 pics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http:
 //groups.yahoo.com/In low income neighborhoods, 84% do not 
 own computers. At Network for Good, help bridge the Digital 
 Divide!/a./font
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 



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



 







 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hvf44oa/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123580207/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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





Re: [flexcoders] Create Panel Child

2005-08-09 Thread Manish Jethani
On 8/9/05, Mehdi, Agha [EMAIL PROTECTED] wrote:

 When I load this file normally, it loads fine but when I load it with
 CreateChild method, it strips out the checkboxes. Is there anything else I
 need to be careful about? 

OK, first I'd like to clarify that I don't think passing the class
name to createChild like that is supported, so you're totally on your
own.

Now here's the trick:

  var child = createChild(foo.Bar, , {mxml: true}); // note: mxml is true

Don't ask me why or how.  It just seems to work, and I don't have time
to investigate (but you could fire up FDB and step deep into
createChild to see what's happening).

This may lead to other problems in your app.  If I were you, I'd just
create a mapping between the class names and their class references:

 var classNamesToRefs:Object = {
  foo.bar, foo.bar,
  yin.yang, yin.yang,
  ...
 };

Then I would look up the mapping everything I have the fully-qualified
class name as a string.  Makes sense?

Manish


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hehtc5v/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123583887/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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





Re: [flexcoders] Re: Dispatch event problem

2005-08-09 Thread Manish Jethani
On 8/9/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote:

 Hi Matt,
 
  I am dispatching it using the listowner

[...]

 mx.core.Application.alert(Order Added );
 listOwner.parent.dispatchEvent({type:orderSavedEvent});

I think you want to dispatch it off the listOwner itself (not its parent):

  listOwner.dispatchEvent({type:orderSavedEvent});

Manish


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hrul9qc/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123584246/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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





Re: [flexcoders] HTTPService result in wrong charset

2005-08-09 Thread Manish Jethani
On 8/9/05, Christoph Guse [EMAIL PROTECTED] wrote:

 I can't influence the output of the HTTPService, so for me the FLEX
 HTTPService Tag is completely useless. I'm going to build java classes
 which contact the HTTPService an convert the result from iso-8859-1 to
 utf-8. Will there be an advancement in the next version of FLEX?

You just need a small Java servlet (or PHP or Perl or anything) that
takes a URL as an parameter and pipes the URL's result to the
servlet's ouput stream in UTF-8.  Should not be more than 10 lines of
code.  I'm guessing someone on the list has already done this.

I don't know if this conversion will automatically be done in the next version.

Manish


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h5d14ft/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123584708/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

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




[flexcoders] Closing TitleWindow crashes program

2005-08-09 Thread Markus Ansamaa
Title: Message





I have a search 
dialog (TitleWindow), which also shows the results of the search. User is able 
to select a value from the result list to be used in the main window. To improve 
the usability I have been adding a possibility to use double-click to both 
select the value andclose the popup (the previous version of the dialog 
required a separate OK-button clicking). The problem I am facing is that if I 
delete the dialog when cellPress event is called it causes program to crash. 


I have included 
sample code to demonstrate the problem. Popup dialog can be closed and reopened 
if closing is done with Close-button. But if closing is done by pressing a cell 
in DataGrid the dialog cannot be reopened.

What may cause this 
to happen? Is there any workaround for the problem?

Markus





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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









DeletePopUpProblem.mxml
Description: Binary data


DeletePopUpDialog.mxml
Description: Binary data


[flexcoders] Re: Disable themecolor

2005-08-09 Thread rockmoyosa
mmm... doesn't seem to work

--- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL PROTECTED] 
wrote:
 setStyle('themeColor', undefined) ?
  
 Philippe Maegerman
 Web developer
 +32 2 400 40 39
 +32 472 35 28 10
 Avoir des rêves, c'est continuer d'exister... 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of rockmoyosa
 Sent: lundi 8 août 2005 16:43
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Disable themecolor
 
 
 Is there a way to disable the themecolor? Anybody?
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
 
 
 
 
 YAHOO! GROUPS LINKS 
 
 
   
 *  Visit your group flexcoders
http://groups.yahoo.com/group/flexcoders  on the web.
 
 *  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/ . 
 
 
 
 
 
 
 --
 **STATEMENT OF CONFIDENTIALITY** 
 
 This e-mail and any attached files are confidential and intended
solely for the use of the individual to whom it is addressed. If you
have received this email in error please send it back to the person
that sent it to you. Any views or opinions presented are solely those
of author and do not necessarily represent those the Emakina Company.
Unauthorized publication, use, dissemination, forwarding, printing or
copying of this email and its associated attachments is strictly
prohibited.
 
 We also inform you that we have checked that this message does not
contain any virus but we decline any responsability in case of any
damage caused by an a non detected virus.
 --





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2ilgcb/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123588240/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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





RE: [flexcoders] Re: Disable themecolor

2005-08-09 Thread Philippe Maegerman





Well, I tried and it did reset the theme to 
gray-ish:

component.setStyle('themeColor', 
undefined)
component.setStyle('themeColor', 
null)

Philippe 
Maegerman


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
rockmoyosaSent: mardi 9 août 2005 11:50To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Disable 
themecolor
mmm... doesn't seem to work--- In 
flexcoders@yahoogroups.com, "Philippe Maegerman" [EMAIL PROTECTED] wrote: 
setStyle('themeColor', undefined) ?  Philippe 
Maegerman Web developer +32 2 400 40 39 +32 472 35 28 
10 Avoir des rêves, c'est continuer d'exister...   
   From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of 
rockmoyosa Sent: lundi 8 août 2005 16:43 To: 
flexcoders@yahoogroups.com Subject: [flexcoders] Disable 
themecolor   Is there a way to disable the themecolor? 
Anybody? -- Flexcoders 
Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
Search Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
 YAHOO! GROUPS LINKS
  * Visit 
your group "flexcodershttp://groups.yahoo.com/group/flexcoders 
" on the web.
* To unsubscribe from this group, send an email 
to:  
[EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 

* Your use of Yahoo! Groups is subject to the 
Yahoo! Terms ofService http://docs.yahoo.com/info/terms/ 
.  
  
-- 
**STATEMENT OF CONFIDENTIALITY**   This e-mail and any attached 
files are confidential and intendedsolely for the use of the individual to 
whom it is addressed. If youhave received this email in error please send it 
back to the personthat sent it to you. Any views or opinions presented are 
solely thoseof author and do not necessarily represent those the Emakina 
Company.Unauthorized publication, use, dissemination, forwarding, printing 
orcopying of this email and its associated attachments is 
strictlyprohibited.  We also inform you that we have checked 
that this message does notcontain any virus but we decline any 
responsability in case of anydamage caused by an a non detected 
virus. 
--





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





  




  
  
  YAHOO! GROUPS LINKS



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



  






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


Re: [flexcoders] Closing TitleWindow crashes program

2005-08-09 Thread Manish Jethani
On 8/9/05, Markus Ansamaa [EMAIL PROTECTED] wrote:

 I have included sample code to demonstrate the problem. Popup dialog can be
 closed and reopened if closing is done with Close-button. But if closing is
 done by pressing a cell in DataGrid the dialog cannot be reopened. 
   
 What may cause this to happen? Is there any workaround for the problem? 

Call deletePopUp in doLater.

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

Manish


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hcb47sb/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123591312/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




Re: [flexcoders] Re: Disable themecolor

2005-08-09 Thread Manish Jethani
On 8/9/05, Philippe Maegerman [EMAIL PROTECTED] wrote:
  
 Well, I tried and it did reset the theme to gray-ish: 
   
 component.setStyle('themeColor', undefined) 
 component.setStyle('themeColor', null) 

themeColor must be a valid colour.  If it's undefined I suppose it's
getting converted to 0 (black).

Manish


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hn5im8p/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123591610/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

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





RE: [flexcoders] Re: Disable themecolor

2005-08-09 Thread Philippe Maegerman





It will also accept strings for default themeColors: 
haloOrange, haloGreen, haloBlue, haloSilver
I first thought assigning undefined would revert to the 
default themeColor, but as you suggest it must convert undefined values to 
0

Philippe 
Maegerman




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Manish 
JethaniSent: mardi 9 août 2005 12:46To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Disable 
themecolor
On 8/9/05, Philippe Maegerman [EMAIL PROTECTED] 
wrote:  Well, I tried and it did reset the theme to 
gray-ish:   component.setStyle('themeColor', 
undefined)  component.setStyle('themeColor', null) themeColor 
must be a valid colour. If it's undefined I suppose it'sgetting 
converted to 0 (black).Manish





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





  




  
  
  YAHOO! GROUPS LINKS



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



  






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


RE: [flexcoders] Working with Flex and ASP {Code} - To Manish

2005-08-09 Thread Ahmed










Thanks indeed Manish.
It worked successfully with me, and I started now working on changing data
already exist in the XML . 



Best wishes for you,

Ahmed.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani
Sent: Sunday, August 07, 2005
12:25 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Working
with Flex and ASP {Code}





On 8/7/05, Ahmed [EMAIL PROTECTED] wrote:

 As you can see below, the AddContact.html
page posts data to the
 processAdd.asp page. 

 My questions are: 
 
 Q1: How can we create a MXML page that do the
same function of this HTML
 page ? 

Using HTTPService, you can post data to your ASP
script.

mx:HTTPService id=myService
url="">
 method=POST
fault=alert(event.fault.faultstring);
 result=alert('HTTPService
responded!')
 mx:request

firstName{model.firstName}/firstName

lastName{model.lastName}/lastName
 /mx:request
/mx:HTTPService

mx:Model id=model

firstName{firstNameInput.text}/firstName

lastName{lastNameInput.text}/lastName
/mx:Model

mx:Form
 mx:FormItem label=First name
 mx:TextInput
id=firstNameInput /
 /mx:FormItem
 mx:FormItem label=Last
name
 mx:TextInput
id=lastNameInput /
 /mx:FormItem
 mx:FormItem
 mx:Button
label=Submit click=myService.send() /
 /mx:FormItem
/mx:Form

...

Read the docs on HTTPService.

Manish








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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Easiest way to connect to mysql?

2005-08-09 Thread Niklas Richardson
Hi there,

You will need to use a server side technology, like Java, ASP, CF, PHP
to integrate with a MySQL database.

You can then use HTTP, WebServices or RemoteObjects to integrate
between Flex and your server side.

The Flex docs and also the Flex book have information on how to use
the above services to connect Flex and the server side together.

Regards

Niklas

On 07/08/05, pioplacz [EMAIL PROTECTED] wrote:
 Hi folks!
 
 Im looking for a easiesway to get data from database and add data into
 it. At the moment i'm receving data my getting xml output by php file
 and adding data same simple way like in html. But is there any easiest
 way to get it all working? Would be really nice!!
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 


-- 
Niklas Richardson
Prismix Ltd

Flex and ColdFusion Experts!


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h503qvp/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123598748/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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





[flexcoders] Catching effect end on composite effect.

2005-08-09 Thread Clint Modien



I have a move and a size effect playing in a parallel effect. My problem is trying to do something when the effect is done playing. I have some strange behavior going on. The effect end event on my object is firing 4 times.


Is it supposed to do this?






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Catching effect end on composite effect.

2005-08-09 Thread Kelly R


Create a variable:Boolean outside of your event handler and set it to true the first time it runs then check for that:
var HasFired:Boolean;
function MyEventHandler() {
if(HasFired != true) {
Do the function
}
HasFired = true;
}

From: Clint Modien [EMAIL PROTECTED]Reply-To: flexcoders@yahoogroups.comTo: flexcoders@yahoogroups.comSubject: [flexcoders] Catching effect end on composite effect.Date: Tue, 9 Aug 2005 08:45:57 -0400I have a move and a size effect playing in a parallel effect. My problem istrying to do something when the effect is done playing. I have some strangebehavior going on. The effect end event on my object is firing 4 times. Is it supposed to do this?





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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  












[flexcoders] Re: rsl-property (Shared Librairies)

2005-08-09 Thread rockmoyosa
ok one question how...do you have a example..

--- In flexcoders@yahoogroups.com, Roger Gonzalez [EMAIL PROTECTED]
wrote:
 The SWS file definitely needs to be available locally at compile time,
 as well as the sources/swcs that it requests.  Basically, its a bad idea
 to try to compile in resources from http.  The RSL attribute accepts
 relative or absolute LOCAL file system paths, not URLs.  Basically, the
 SWS file is just an automagic way to build a SWC without having to use
 compc.  The compiler still needs it local, just like it would need a SWC
 local.  The difference between lib= and rsl= is that in the former case,
 the generated SWC is just added to the library list, in the latter case,
 it is added but all the symbols are recorded as external, and the URL is
 baked in as something to be grabbed at the beginning of the application
 startup.
 
 The tricky thing is that the RSL needs to be able to be found at compile
 time AND runtime.  The compiler can guess most of the time, but with a
 complicated deployment, you may well need to add extra info to the SWS
 file to hint what URL should be compiled in.
 
 -rg
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Joost Nuijten
 Sent: Friday, July 22, 2005 8:20 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] rsl-property (Shared Librairies)
 
 Hi,
  
 According to the documentatation the rsl-property should support
 absolute pathnames, eg. rs=http://localhost:8100/shared.sws
 http://localhost:8100/shared.sws . But it doesn't. At compiletime the
 error 'Unable to resolve library location' occurs.
  
 The problem is that the Flash embedcode is located on a different domain
 than the Flexserver. The location of the HTML is
 http://domain1/page.html. This pages embeds an MXML from another domain:
 http://domain2/news.mxml.swf.
  
 Anybody?
  
 Thhx
 -- Joost
  
  
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
 
 
 
 
 YAHOO! GROUPS LINKS 
 
 
   
 *  Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders  on the web.
 
 *  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/ . 
 
 
 




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hcvdenu/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123605379/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




RE: [flexcoders] Catching effect end on composite effect.

2005-08-09 Thread Mercer, Dustin










Clint, from my experience with effects and
effectEnd this is what is supposed to happen. The effectEnd fires
evertime an effect is done playing, whether it a standalone effect, a part parallel
effect, or part of a sequence effect. I havent yet found a good
way to handle the effectEnd events. I have inspected the event object in
the effectEnd and it has a reference to the effect that just ended, but I was
unable to get the effects name go figure. I could get tons
of other properties of the effect, just not the name. You can only find
out which event is which if they are completely unique. Hope this helps.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien
Sent: Tuesday, August 09, 2005
5:46 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Catching
effect end on composite effect.







I have a move and a size effect playing in a parallel effect. My
problem is trying to do something when the effect is done playing. I have
some strange behavior going on. The effect end event on my object is
firing 4 times. 











Is it supposed to do this?











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Will Zorn require a Flex server?

2005-08-09 Thread Juan Carlos Méndez
Hi.

Will Zorn require a Flex server?
http://weblogs.macromedia.com/mesh/archives/2005/08/will_zorn_requi.cfm

Does somebody has more details about that information? (Costs, license
limitations, product publication date, etc)

Thanks for your help.




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.4/66 - Release Date: 09/08/2005
 



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hvmacji/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123606045/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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





[flexcoders] Tile Container white space

2005-08-09 Thread Battershall, Jeff
I'm using a Tile container along with a Repeater to layout some
CheckBoxes using a dataprovider. Below my group of checkboxes, I've got
some white space that I cannot seem to get rid of.  I've tried
marginBottom=0, etc to no avail.  Anyone gotta clue?

Jeff Battershall
Application Architect
Dow Jones Indexes
[EMAIL PROTECTED]
(609) 520-5637 (p)
(484) 477-9900 (c)


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hp21n9j/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123615654/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




[flexcoders] Re: Dispatch event problem

2005-08-09 Thread Rajesh Jayabalan
Hi,

 I tired but I still do not see the second alert in the listener method.

Regards
Rajesh J

--- In flexcoders@yahoogroups.com, Manish Jethani
[EMAIL PROTECTED] wrote:
 On 8/9/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote:
 
  Hi Matt,
  
   I am dispatching it using the listowner
 
 [...]
 
  mx.core.Application.alert(Order Added );
  listOwner.parent.dispatchEvent({type:orderSavedEvent});
 
 I think you want to dispatch it off the listOwner itself (not its
parent):
 
   listOwner.dispatchEvent({type:orderSavedEvent});
 
 Manish




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hhjo1q5/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123615863/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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




[flexcoders] setFocus on Radio button, not displaying properly

2005-08-09 Thread Stacy Young










Anyone ever seen this? When loading a list
of radio buttons (in which the first one is selected), calling setFocus on the
field creates a weird looking and off-centered ring around the radio button?



-Stace









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Tile Container white space

2005-08-09 Thread Tracy Spratt
Check out verticalGap and horizontalGap properties.
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Battershall, Jeff
Sent: Tuesday, August 09, 2005 1:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tile Container white space

I'm using a Tile container along with a Repeater to layout some
CheckBoxes using a dataprovider. Below my group of checkboxes, I've got
some white space that I cannot seem to get rid of.  I've tried
marginBottom=0, etc to no avail.  Anyone gotta clue?

Jeff Battershall
Application Architect
Dow Jones Indexes
[EMAIL PROTECTED]
(609) 520-5637 (p)
(484) 477-9900 (c)



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



 






 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12htkqkh1/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123616152/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




RE: [flexcoders] Tile Container white space

2005-08-09 Thread Battershall, Jeff
Thanks, Tracy - tried that.  I was using Grid/GridItem, and I was
getting no whitespace, but Tile is easier from the vantage point of the
layout logic - it handles all layout issues but the whitespace seems to
be the caveat. 

Jeff

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Tuesday, August 09, 2005 1:38 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Tile Container white space


Check out verticalGap and horizontalGap properties.
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Battershall, Jeff
Sent: Tuesday, August 09, 2005 1:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tile Container white space

I'm using a Tile container along with a Repeater to layout some
CheckBoxes using a dataprovider. Below my group of checkboxes, I've got
some white space that I cannot seem to get rid of.  I've tried
marginBottom=0, etc to no avail.  Anyone gotta clue?

Jeff Battershall
Application Architect
Dow Jones Indexes
[EMAIL PROTECTED]
(609) 520-5637 (p)
(484) 477-9900 (c)



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



 







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



 





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hoktf8a/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123616421/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

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




[flexcoders] How to scroll to bottom of list ?

2005-08-09 Thread Stacy Young










Cant seem to get a datagrid to
scroll to the very bottom of the list using vPosition. Always leaves last item ½
visible. Any tricks to this?



Thx

Stace









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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Message Approval

2005-08-09 Thread jwc_wensan
Just Curious . . .

Why are some messages I post waiting for approval while others are 
posted almost immediately?

Thanks,

Jack




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hq4bi76/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123624907/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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




[flexcoders] accessible components for 508 Accessibility

2005-08-09 Thread Doodi, Hari - BLS CTR
Hi All,
I was recently been assigned to look in to 508 Accessibility with
Flex. I did read article at macromedia web site and found it was very
informative. But I found no where mentioned how to use accessible
components meaning.. where to import these components from and what is the
syntax. Please some one help me out in finding the info. 

Thanks!
Hari



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2pq0jh/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123624908/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

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





[flexcoders] FlexBuilder switching URL to localhost:8000

2005-08-09 Thread Richard Leggett





Hello list, long time Flasher, first timer 
Flexer...

I'm running my Flex server on a different computer on the 
network. When I hit Run, I see my app correctly, the URL bar 
shows:

 http://othercomputer:8700/theMXML.mxml

When I run it and I switch on the Network Monitor, it 
replaces the above with:


 http://localhost:8000/theMXML.mxml?debug=truenetworkCapturePort=

I'm not sure why the 
proxy (?), but that displays the SWF fine, but now of course I get a security 
sandbox error as I'm remoting via AMFPHP on that "othercomputer". Any ideas why 
it does this, whether it is intended behaviour?

Thanks,
Richard

p.s. Just a small one, 
you cannot see trace()'s unless you run "Debug" right? I see nothing in the 
output window when I just press "Run", running Flash Player8. I have 
ErrorReportingEnable=1 and TraceOutputFileEnable=1 in mm.cfg.






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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Jump Start Flex Development

2005-08-09 Thread jwc_wensan
I trust I am not breaking any rules of this site.  If so I apologize
in advance.

I need to jump start my Flex Development and would like to hire a
programmer/consultant for several small projects.

There could be future projects as well.

Can anyone direct me to a web site(s) where I can find contract
prgrammers/consultants who have strong MM Flex experience?  Or can
you recommend someone.

I know some of you guys have mentioned consulting rates, but you all
are very busy at your current jobs, projects, etc. and based on what
I have read I am not sure you have the time.  If you do have time,
then great please let me know your rates.

Again, I trust I am not breaking any rules.

Thanks,

Jack





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hu1981k/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123624977/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




RE: [flexcoders] accessible components for 508 Accessibility

2005-08-09 Thread Cathy Murphy
http://localhost:8100/flex/myFlexApp.mxml?accessible=true will provide 
accessible versions of the Flex application.

- Cathy 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doodi, 
Hari - BLS CTR
Sent: Tuesday, August 09, 2005 2:06 PM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] accessible components for 508 Accessibility

Hi All,
I was recently been assigned to look in to 508 Accessibility with
Flex. I did read article at macromedia web site and found it was very
informative. But I found no where mentioned how to use accessible
components meaning.. where to import these components from and what is the
syntax. Please some one help me out in finding the info. 

Thanks!
Hari




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



 





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2d482a/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123625263/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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





RE: [flexcoders] FlexBuilder switching URL to localhost:8000

2005-08-09 Thread João Fernandes

Hi Richard,

I work everyday with FB and debugger uses always localhost (a diferent port) to 
debug even on a remote server.
If it doesn't debug, it might be due to the incompatibility of FP8 with FB.

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=8d81ec19

I have FP 7.0.35 for IE and 8.0.5 for FF. Debugger works fine in FB. 

FB doesn't work fine...but that's another problem...

João Fernandes

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Richard Leggett
Sent: Tue 09-Aug-05 7:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FlexBuilder switching URL to localhost:8000
 
Hello list, long time Flasher, first timer Flexer...
 
I'm running my Flex server on a different computer on the network. When I
hit Run, I see my app correctly, the URL bar shows:
 
http://othercomputer:8700/theMXML.mxml
 
When I run it and I switch on the Network Monitor, it replaces the above
with:
 
http://localhost:8000/theMXML.mxml?debug=true
http://localhost:8000/theMXML.mxml?debug=truenetworkCapturePort=
networkCapturePort=
 
I'm not sure why the proxy (?), but that displays the SWF fine, but now of
course I get a security sandbox error as I'm remoting via AMFPHP on that
othercomputer. Any ideas why it does this, whether it is intended
behaviour?
 
Thanks,
Richard
 
p.s. Just a small one, you cannot see trace()'s unless you run Debug
right? I see nothing in the output window when I just press Run, running
Flash Player 8. I have ErrorReportingEnable=1 and TraceOutputFileEnable=1 in
mm.cfg.

 



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hu6ee78/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123625970/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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

RE: [flexcoders] FlexBuilder switching URL to localhost:8000

2005-08-09 Thread Richard Leggett
Thankyou João,

I'll just have to throw in a crossdomain.xml for now. :)

Cheers,
Richard

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: 09 August 2005 21:19
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] FlexBuilder switching URL to localhost:8000
 
 
 Hi Richard,
 
 I work everyday with FB and debugger uses always localhost (a 
 diferent port) to debug even on a remote server.
 If it doesn't debug, it might be due to the incompatibility 
 of FP8 with FB.
 
 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=8d81ec19
 
 I have FP 7.0.35 for IE and 8.0.5 for FF. Debugger works fine in FB. 
 
 FB doesn't work fine...but that's another problem...
 
 João Fernandes



 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hncrp3p/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123627147/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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




[flexcoders] Re: Interesting news on Zorn

2005-08-09 Thread kaibabsowats
I just read this and WOW is right.  Any more news on this will be good.

But after looking into it more, there will be differences in the
Product offerings. Some items below will keep you wanting to buy the
Flex Server license, but it depends on the kind of Project you are
using Flex for:

- new set of Data Services
- Support for data push, real time data streaming
- Support of automated testing
- Additional components not available in the base Zorn package

Renaun

--- In flexcoders@yahoogroups.com, temporal_illusion
[EMAIL PROTECTED] wrote:
 Holy cow that's HUGE news!
 
 Excellent move, very glad to see this!
 
 Jason
 
 --- In flexcoders@yahoogroups.com, Ian Welsh [EMAIL PROTECTED] wrote:
  from Mike Chambers ...
   
  
 http://weblogs.macromedia.com/mesh/archives/2005/08/will_zorn_requi.cfm




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hrjvk6t/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123629312/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

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





[flexcoders] StringValidator and required fields

2005-08-09 Thread Blake Kadatz





I've been playing around with validators and seem to have 
encountered a behavior which is unexpected. Here's a sample of what I'm 
doing:

---
[snip...]

mx:Model 
id="paymentInformationModel" usepurchaseorder{ 
usePurchaseOrder.selected }/usepurchaseorder 
purchaseordernumber{ purchaseOrderNumber.text 
}/purchaseordernumber/mx:Model

mx:StringValidator 
field="paymentInformationModel.purchaseordernumber" 
required="{usePurchaseOrder.selected}" /
mx:Form 
width="100%"mx:FormHeading label="Purchase 
Order" /

 mx:FormItem label="Pay using 
purchase order" 
required="false" 
mx:CheckBox id="usePurchaseOrder" label=""/ 
/mx:FormItem 
mx:FormItem label="Purchase Order Number" 
required="{usePurchaseOrder.selected}"
  
enabled="{usePurchaseOrder.selected}"mx:TextInput 
id="purchaseOrderNumber" width="100" maxChars="50" / 
/mx:FormItem/mx:Form

[...snip]
--

(This 
is modified from the Cairngorm store and uses the Validator.isStructureValid 
call in the same way.)

This 
displays correctly -- the user clicks the checkbox to use a purchase order and 
the field becomes enabled and displays an asterisk beside it. But if the 
user leaves it unchecked, then upon submitting the form it still thinks the 
field is required. The telling part is that if I change the 
StringValidator to have required="false" instead of 
required="{usePurchaseOrder.selected}" then it correctly sees it as not 
required.

What 
am I missing here?

Thanks,

Blake





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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Beginners Questions - Can't seem to change the page background

2005-08-09 Thread Jawad Anwar










Hi there,

This might seem trivial but every time I ran a sample code on
my local flex server, it shows the page in Grey Background (by default)

So I tried using my own style sheet with a white background
but didnt work. 

Any clues? 

I am new to this and still reading documentation but would appreciate
any suggestion or guidance as to how I should proceed.



Thanks in adv.

Jawad Anwar

RIA Developer



ForeSee
Results

625 Avis Drive, Suite 200

Ann Arbor, MI
 48108

[EMAIL PROTECTED]

http://www.foreseeresults.com



Phone: 734-205-2621

Fax: 734-205-2601











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Jesus Salvador Ramos Cardona










Hi all,



We have a view that contains a grid and some action
buttons. These action buttons must be disabled/enabled depending on the data provided
to the grid. The data is provided by a remoteObject, and the decision of
enabling/disabling these buttons is taken by the view. Everything is working
fine, except for this little decision part, since it starts rendering even
though the data returned from the remote object is not yet complete. Is there
any way to avoid the rendering of this little component until the remote object
call finishes?



Any help will be appreciated.



Thanks. 

Jesús Ramos Cardona
Desarrollo de Sistemas de Casa de Bolsa

[EMAIL PROTECTED]

+52 (55) 51 74 22 22 ext. 1250

Ixe Grupo Financiero

Este
correo electrónico y sus anexos pueden contener información CONFIDENCIAL para
uso exclusivo de su destinatario. Si ha recibido este correo por error, por
favor, notifíquelo al remitente y bórrelo de su sistema. Muchas gracias. Las
opiniones expresadas en este correo son las de su autor y no son necesariamente
compartidas o apoyadas por la compañía. Ixe Grupo Financiero no asume aquí
obligaciones ni se responsabiliza del contenido de este correo, a menos que
dicha información sea confirmada por escrito por un representante autorizado.
No se garantiza que la transmisión de este correo sea segura o libre de
errores, podría haber sido viciada, perdida, destruida, haber llegado tarde, de
forma incompleta o contener VIRUS.











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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Tracy Spratt










Could you disable them in the mxml tag to
start with, then, in a result handler on the RemoteObject, set the final state?

Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona
Sent: Tuesday, August 09, 2005
8:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] About
synchronizing grid rendering with service completion





Hi all,



We have a view that contains a grid and some action buttons.
These action buttons must be disabled/enabled depending on the data provided to
the grid. The data is provided by a remoteObject, and the decision of enabling/disabling
these buttons is taken by the view. Everything is working fine, except for this
little decision part, since it starts rendering even though the data returned
from the remote object is not yet complete. Is there any way to avoid the rendering
of this little component until the remote object call finishes?



Any help will be appreciated.



Thanks. 

Jesús Ramos Cardona
Desarrollo de Sistemas de Casa de Bolsa

[EMAIL PROTECTED]

+52 (55) 51 74 22 22 ext. 1250

Ixe Grupo Financiero

Este correo electrónico y sus anexos pueden contener información
CONFIDENCIAL para uso exclusivo de su destinatario. Si ha recibido este correo
por error, por favor, notifíquelo al remitente y bórrelo de su sistema. Muchas
gracias. Las opiniones expresadas en este correo son las de su autor y no son
necesariamente compartidas o apoyadas por la compañía. Ixe Grupo Financiero no
asume aquí obligaciones ni se responsabiliza del contenido de este correo, a
menos que dicha información sea confirmada por escrito por un representante
autorizado. No se garantiza que la transmisión de este correo sea segura o
libre de errores, podría haber sido viciada, perdida, destruida, haber llegado
tarde, de forma incompleta o contener VIRUS.











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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Jesus Salvador Ramos Cardona










By the way, I forgot to
mention that we are using the cairngorm Project microarchitecture, and so our
question would be towards finding the best way (or best practice) to achieve
this functionality.



Your approach seems ok to
us, Tracy, but how would we implement this the cairngorm way?



Regards.



J.











De:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tracy Spratt
Enviado el: Martes, 09 de Agosto
de 2005 07:51 pm
Para: flexcoders@yahoogroups.com
Asunto: RE: [flexcoders] About
synchronizing grid rendering with service completion
Importancia: Alta





Could you disable them in
the mxml tag to start with, then, in a result handler on the RemoteObject, set
the final state?

Tracy











From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona
Sent: Tuesday, August 09, 2005
8:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] About
synchronizing grid rendering with service completion





Hi all,



We have a view that contains a grid and some action
buttons. These action buttons must be disabled/enabled depending on the data
provided to the grid. The data is provided by a remoteObject, and the decision
of enabling/disabling these buttons is taken by the view. Everything is working
fine, except for this little decision part, since it starts rendering even
though the data returned from the remote object is not yet complete. Is there
any way to avoid the rendering of this little component until the remote object
call finishes?



Any help will be appreciated.



Thanks. 

Jesús Ramos Cardona
Desarrollo de Sistemas de Casa de Bolsa

[EMAIL PROTECTED]

+52 (55) 51 74 22 22 ext. 1250

Ixe Grupo Financiero

Este
correo electrónico y sus anexos pueden contener información CONFIDENCIAL para
uso exclusivo de su destinatario. Si ha recibido este correo por error, por
favor, notifíquelo al remitente y bórrelo de su sistema. Muchas gracias. Las
opiniones expresadas en este correo son las de su autor y no son necesariamente
compartidas o apoyadas por la compañía. Ixe Grupo Financiero no asume aquí
obligaciones ni se responsabiliza del contenido de este correo, a menos que
dicha información sea confirmada por escrito por un representante autorizado.
No se garantiza que la transmisión de este correo sea segura o libre de
errores, podría haber sido viciada, perdida, destruida, haber llegado tarde, de
forma incompleta o contener VIRUS.












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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Will Zorn require a Flex server?

2005-08-09 Thread Chris Velevitch
http://weblogs.macromedia.com/mesh/archives/2005/08/will_zorn_requi.cfm


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Developers Group
www.flashdev.org.au


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hmrjlha/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123647755/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




[flexcoders] Re: Message Approval

2005-08-09 Thread Andrew Spaulding
Hi Jack,

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

Since yahoogroups introduced the moderate first post option there
have been some problems with a few accounts where the system doesn't
seem to recognise that one of the posts have been approved. And with
the small handful of list moderators, majority in Europe/UK (myself in
Australia), there will sometimes be a short delay with the approval of
posts (coz we're sleeping!). 

We'll endeavour to do our best to keep the list flowing, but in the
mean time, keep reading and keep posting! 

Cheers,

Andrew Spaulding
www.flexdaddy.info




--- In flexcoders@yahoogroups.com, jwc_wensan [EMAIL PROTECTED] wrote:
 Just Curious . . .
 
 Why are some messages I post waiting for approval while others are 
 posted almost immediately?
 
 Thanks,
 
 Jack





 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12ho116qk/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123649370/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

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





[flexcoders] selectedItem in a list shows an icon

2005-08-09 Thread Ghislain Simard
HI,
How can we get a list and once an item is selected we see an icon 
appearing beside that selectedItem?

thanks




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hsbsu5s/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123650191/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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





Re: [flexcoders] selectedItem in a list shows an icon

2005-08-09 Thread JesterXL
Use a custom cellRenderer that shows an icon when the 3rd parameter to the 
setValue function is selected.

- Original Message - 
From: Ghislain Simard [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, August 09, 2005 11:03 PM
Subject: [flexcoders] selectedItem in a list shows an icon


HI,
How can we get a list and once an item is selected we see an icon
appearing beside that selectedItem?

thanks





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








 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h12hv5b/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123651428/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

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

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

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




[flexcoders] Re: selectedItem in a list shows an icon

2005-08-09 Thread Ghislain Simard
Is there an example you can show me...I'm not quite sure to 
understand what you proposed.
Thanks

--- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote:
 Use a custom cellRenderer that shows an icon when the 3rd 
parameter to the 
 setValue function is selected.
 
 - Original Message - 
 From: Ghislain Simard [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Tuesday, August 09, 2005 11:03 PM
 Subject: [flexcoders] selectedItem in a list shows an icon
 
 
 HI,
 How can we get a list and once an item is selected we see an icon
 appearing beside that selectedItem?
 
 thanks
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
 Yahoo! Groups Links




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h7bi8jj/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123653987/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

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

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

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




RE: [flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Rob Rusher










You could use a ViewHelper for that view. You
could also set the showBusyCursor on the RemoteObject to prevent the user for
clicking anything until the screen is ready.





Regards,

Rob Rusher



RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona
Sent: Tuesday, August 09, 2005
9:01 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] About
synchronizing grid rendering with service completion





By the way, I forgot to mention that we
are using the cairngorm Project microarchitecture, and so our question would be
towards finding the best way (or best practice) to achieve this functionality.



Your approach seems ok to us, Tracy, but
how would we implement this the cairngorm way?



Regards.



J.











De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] En nombre de Tracy Spratt
Enviado el: Martes, 09 de Agosto
de 2005 07:51 pm
Para: flexcoders@yahoogroups.com
Asunto: RE: [flexcoders] About
synchronizing grid rendering with service completion
Importancia: Alta





Could you disable them in the mxml tag to
start with, then, in a result handler on the RemoteObject, set the final state?

Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona
Sent: Tuesday, August 09, 2005
8:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] About
synchronizing grid rendering with service completion





Hi all,



We have a view that contains a grid and some action buttons.
These action buttons must be disabled/enabled depending on the data provided to
the grid. The data is provided by a remoteObject, and the decision of
enabling/disabling these buttons is taken by the view. Everything is working
fine, except for this little decision part, since it starts rendering even
though the data returned from the remote object is not yet complete. Is there
any way to avoid the rendering of this little component until the remote object
call finishes?



Any help will be appreciated.



Thanks. 

Jesús Ramos Cardona
Desarrollo de Sistemas de Casa de Bolsa

[EMAIL PROTECTED]

+52 (55) 51 74 22 22 ext. 1250

Ixe Grupo Financiero

Este correo electrónico y sus anexos pueden contener información
CONFIDENCIAL para uso exclusivo de su destinatario. Si ha recibido este correo
por error, por favor, notifíquelo al remitente y bórrelo de su sistema. Muchas
gracias. Las opiniones expresadas en este correo son las de su autor y no son
necesariamente compartidas o apoyadas por la compañía. Ixe Grupo Financiero no
asume aquí obligaciones ni se responsabiliza del contenido de este correo, a
menos que dicha información sea confirmada por escrito por un representante
autorizado. No se garantiza que la transmisión de este correo sea segura o
libre de errores, podría haber sido viciada, perdida, destruida, haber llegado
tarde, de forma incompleta o contener VIRUS.













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





  




  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] An interesting problem with models....

2005-08-09 Thread Tariq Ahmed
A model, remoteobject, and a list walk into a bar, and the bartender ... j/k

I got a weird problem that I've narrowed down into a simple 
reproduceable test case.

Got a simple model:
mx:Model id=sectionModel
region revenue=1/
region revenue=2/
region revenue=3/   
region revenue=4/
/mx:Model   

And I got a function that just hard code updates the values:
function processCurrentItems()
{
sectionModel.region[0].revenue = 13;
sectionModel.region[1].revenue = 14;
sectionModel.region[2].revenue = 15;   
sectionModel.region[3].revenue = 16;   
}

And then these two components displaying data:
mx:List dataProvider={sectionModel.region} labelField=revenue/
mx:Label text={sectionModel.region[0].revenue}/

Now the list should show 13,14,15,16 after the above function is called, 
and it does if called from the Application initialize call. But, if it's 
called as a result from a remoteObject call, the model is updated, but 
the List doesn't the change, however the Label does.

Attached is a working sample.

It turns out the List is updating in the remoteobject case, but the 
display only updates if you move your mouse over each individual item. 
Though why it works fine if the same code is executed as a result of an 
initialize call is beyond me.

In the actual problem that I have - instead of a list I have a PieChart, 
and its display does not update even though the model is updated (though 
to complicate things the exact same code works on another machine).

Any ideas? Some caching thing?


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h2oicpq/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123656871/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

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

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

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
pageTitle=Incident Action Tracker width=100% marginLeft=0 
marginRight=0 height=100%
  xmlns=* initialize=incidentRO.getCurrentSummary().send() 



mx:Model id=sectionModel
regionx namex=Open - In Progress revenue=1/
regionx namex=Open - Past Due revenue=2/
regionx namex=Resolved revenue=3/ 
regionx namex=Completed revenue=4/
/mx:Model 
 
mx:Script
function processCurrentItems()
{
sectionModel.regionx[0].revenue = 13;
sectionModel.regionx[1].revenue = 14;
sectionModel.regionx[2].revenue = 15;   
sectionModel.regionx[3].revenue = 16;   
}
/mx:Script

mx:RemoteObject id=incidentRO 
endpoint=@ContextRoot()/flashservices/gateway source=Incident.incident
 mx:method name=getCurrentSummary   
result=processCurrentItems(event.result) / 
/mx:RemoteObject 

   

mx:List dataProvider={sectionModel.regionx} labelField=revenue/
mx:Label text={sectionModel.regionx[0].revenue}/


/mx:Application


RE: [flexcoders] An interesting problem with models....

2005-08-09 Thread Mika Kiljunen










Perhaps you should modify the values on
the model through the lists dataProviders editField or replaceItemAt,
since the changes made to the model directly wont be reflected to the
list? 

You could set the lists dataprovider
once more after you modify the list directly, this might help too.



So something like this:

 

mx:List id=myList
dataProvider={sectionModel.region}
labelField=revenue/



 function
processCurrentItems()
 {

myList.dataProvider.replaceItemAt(0,13);

myList.dataProvider.replaceItemAt(1,14);

myList.dataProvider.replaceItemAt(2,15);

myList.dataProvider.replaceItemAt(3,16);

 }



OR



mx:List id=myList
dataProvider={sectionModel.region}
labelField=revenue/



 function
processCurrentItems()
 {

sectionModel.region[0].revenue = 13;

sectionModel.region[1].revenue = 14;

sectionModel.region[2].revenue =
15; 

sectionModel.region[3].revenue = 16;

 myList.dataProvider = sectionModel;

 }





-Mika











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: 10. elokuuta 2005 7:54
To: flexcoders@yahoogroups.com
Subject: [flexcoders] An
interesting problem with models





A model, remoteobject, and a list walk into a bar, and the bartender
... j/k

I got a weird problem that I've narrowed down into
a simple 
reproduceable test case.

Got a simple model:
 mx:Model
id=sectionModel
 region
revenue=1/
 region
revenue=2/
 region
revenue=3/ 
 region
revenue=4/
 /mx:Model 

And I got a function that just hard code updates
the values:

function processCurrentItems()
 {

sectionModel.region[0].revenue = 13;

sectionModel.region[1].revenue = 14;

sectionModel.region[2].revenue =
15; 

sectionModel.region[3].revenue = 16; 
 }

And then these two components displaying data:
mx:List dataProvider={sectionModel.region}
labelField=revenue/
mx:Label
text={sectionModel.region[0].revenue}/

Now the list should show 13,14,15,16 after the
above function is called, 
and it does if called from the Application
initialize call. But, if it's 
called as a result from a remoteObject call, the
model is updated, but 
the List doesn't the change, however the Label
does.

Attached is a working sample.

It turns out the List is updating in the
remoteobject case, but the 
display only updates if you move your mouse over
each individual item. 
Though why it works fine if the same code is
executed as a result of an 
initialize call is beyond me.

In the actual problem that I have - instead of a
list I have a PieChart, 
and its display does not update even though the
model is updated (though 
to complicate things the exact same code works on
another machine).

Any ideas? Some caching thing?








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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] An interesting problem with models....

2005-08-09 Thread Mika Kiljunen










From Flex documentation:




if you use the data provider API to manipulate the Array after initializing the
List control, those changes are propagated to the List control



-Mika











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: 10. elokuuta 2005 7:54
To: flexcoders@yahoogroups.com
Subject: [flexcoders] An
interesting problem with models





A model, remoteobject, and a list walk into a bar, and the bartender
... j/k

I got a weird problem that I've narrowed down into
a simple 
reproduceable test case.

Got a simple model:
 mx:Model
id=sectionModel
 region
revenue=1/
 region
revenue=2/
 region
revenue=3/ 
 region
revenue=4/
 /mx:Model 

And I got a function that just hard code updates
the values:

function processCurrentItems()
 {

sectionModel.region[0].revenue = 13;

sectionModel.region[1].revenue = 14;

sectionModel.region[2].revenue =
15; 

sectionModel.region[3].revenue = 16; 
 }

And then these two components displaying data:
mx:List
dataProvider={sectionModel.region}
labelField=revenue/
mx:Label
text={sectionModel.region[0].revenue}/

Now the list should show 13,14,15,16 after the
above function is called, 
and it does if called from the Application
initialize call. But, if it's 
called as a result from a remoteObject call, the
model is updated, but 
the List doesn't the change, however the Label
does.

Attached is a working sample.

It turns out the List is updating in the
remoteobject case, but the 
display only updates if you move your mouse over
each individual item. 
Though why it works fine if the same code is
executed as a result of an 
initialize call is beyond me.

In the actual problem that I have - instead of a
list I have a PieChart, 
and its display does not update even though the
model is updated (though 
to complicate things the exact same code works on
another machine).

Any ideas? Some caching thing?








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





  




  
  
  YAHOO! GROUPS LINKS



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