Re: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-26 Thread Manish Jethani
On 10/24/05, Ashish Goyal <[EMAIL PROTECTED]> wrote:

> 
> 
> 
> 
> 
> 
> 
> 

I think in the above example you want to get rid of the VBox and set
the verticalAlign of the HBox to "middle"


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] about the Flex name...

2005-10-26 Thread John C. Bland II



lol. I thought it was funny after reading your post then looking into Gmails sponsored links section and not seeing anything about Macromedia Flex under sponsored or related links. :-) (at least something MM came up)
Sponsored Links
Macromedia Flash Files100% Free Flash Files and Training Lessons to turn you into a Prowww.CartoonSmart.com
Dreamweaver TutorialsMacromedia & Frontpage Training and certification web courses.www.absukltd.comRelated Pages

Funk Master Flex | www.funkmasterflex.comOfficial web site featuring an artist profile, message board, ...www.funkmasterflex.com
On 10/25/05, Manish Jethani <[EMAIL PROTECTED]> wrote:




On 10/21/05, Tariq Ahmed <[EMAIL PROTECTED]> wrote:

> there's a GNU project called Flex

That Flex is extremely cool (there's also JFlex (Java)), and I used to
get resumes of people applying for a job at MM because they thought it
was about GNU Flex. :)







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

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



  









-- John C. Bland II






--
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] Problem with redawing tree xml content

2005-10-26 Thread jraben
Wow thanks. This works. Didn't know I have to do it in the result handler.



On 20 Oct 2005 at 12:37, Tracy Spratt wrote:

> Try re-assigning the dataProvider to the tree in a result handler
> function.
> 
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of jrab2999
> Sent: Thursday, October 20, 2005 10:14 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Problem with redawing tree xml content
> 
> Hello clubbers,
> 
> 
> I have a problem with refreshing a tree:
> 
> Look at my code:
> 
> 
> script
> 
> var treeDP:XML;
> 
> function selectRange() {
>  rangesid = ranges.selectedItem.id;
>  treeDP = new XML();
>  treeService.clearResult(true);
>  treeService.url = rangesid + ".xml";
>  //tree.invalidate();
>  treeService.send();
> }
> 
> write someting into treeDP
> 
> finish.
> 
> /script
> 
>  liveScrolling="true">{treeDP} e>
> 
> ---
> 
> If I later write another content to treeDP, the tree just disappears.
> Why this? The strange thing is, debugging approves that the new
> contents are stored in treeDP. Should I use a XMLCollection for treeDP
> instead of XML? Why the tree disappears but content is there??
> Is it a bug?
> 
> Thanks for help.
> 
> Re, Jurek
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> SPONSORED LINKS 
> Web site design 
> development 
> Computer software 
> development 
> Software design and 
> development 
> 
> Macromedia flex 
> Software development best 
> practice 
> 
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
> *   Visit your group "flexcoders" on the web.
>  
> *   To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>  
> *   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> 
> 
> 


Mit freundlichen Grüßen

Jurek Raben


---
AMW Alster Media & Werbung GmbH
Jurek Raben
Friedrich-Ebert-Damm 160b
22047 Hamburg
Tel.: +49 (0)40 3068320 
Fax: +49 (0)40 30683220  






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Google AdSense

2005-10-26 Thread Robert Thompson
Does anyone know if there is a typical good method for
integrating Google AdSense javascript into Flex and/or
Flash?

Is it possible to put the javascript include in the
main container file, then the html in either a text
control, or is there another way?

-r




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] hold column when scrolling

2005-10-26 Thread Manish Jethani
On 10/24/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:
> Check out this link:
> http://www.richinternetapps.com/archives/000101.html

In Flex 2 you can set the DataGrid's lockedColumnCount to the number
of columns you want to freeze.


 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] ColorPicker

2005-10-26 Thread Manish Jethani
On 10/24/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote:

> I noticed a  strange behavior, if the ColorPicker is in a TitleWindow 
> (pop-up), moving the  window will reset the color to black.

Funny.  Can you post the example?  At least we can make sure it
doesn't happen in 2.0.


 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] ColorPicker

2005-10-26 Thread Philippe Maegerman





Launcher.mxml

 
xmlns:mx="http://www.macromedia.com/2005/mxml" 
xmlns="*" 
horizontalAlign="center">import mx.managers.*function 
doOpen(){var 
popupParent = this;var 
isModal:Boolean = 
true;var 
verifyPopUp = PopUpManager.createPopUp(popupParent, ColorPickerWin, 
isModal);} label="Popup Panel" click="doOpen()"/>
ColorPickerWin.mxml

 
xmlns:mx="http://www.macromedia.com/2005/mxml" 
xmlns="*" 
width="500" 
height="500" 
horizontalAlign="center">


 
Philippe 
Maegerman
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Manish 
JethaniSent: mercredi 26 octobre 2005 10:52To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] 
ColorPicker
On 10/24/05, Philippe Maegerman <[EMAIL PROTECTED]> 
wrote:> I noticed a  strange behavior, if the ColorPicker is in 
a TitleWindow (pop-up), moving the  window will reset the color to 
black.Funny.  Can you post the example?  At least we can make 
sure itdoesn't happen in 
2.0.





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






--**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] [Flex2] State and size

2005-10-26 Thread Stephane De Jonckheere
Hi,
yes, you're right.
Sorry for not having tried that case.

Stephane

-Original Message-
From: Ashish Goyal [mailto:[EMAIL PROTECTED]
Sent: mardi, 25. octobre 2005 20:32
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] [Flex2] State and size



Hello Stephane,
It seems like setting resizeEffect on the panel is causing this bug.
Remove resizeEffect="Resize" from the "searchPanel" then switching to
the base state (currentState to '') should work. I have already logged
the bug in the bugbase. Thanks for finding this issue.

-Ashish


> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Stephane De 
> Jonckheere
> Sent: Tuesday, October 25, 2005 12:12 AM
> To: 'flexcoders@yahoogroups.com'
> Subject: [flexcoders] [Flex2] State and size
> 
> Hi all, 
> I'm currently trying Flex 2 and the new State feature.
> I'd like to do some kind of fullscreen button.
> 
> I managed to do that in Flex 2 but I have some problems.
> First of all I need to set the width and height back in a new State.
> Switching back to the Base State (setting currentState to null) is not
> working 'cause the panel keep the width and height of the 
> fullscreen state.
> That's why I'm using the restore state. Ain't it a bug in the 
> state feature?
> Or is there something I am not doing correctly?
> 
> See code below.
> 
> Regards,
> Stephane
> 
> 
>  xmlns:mx="http://www.macromedia.com/2005/mxml"; xmlns="*">
>   
>   
>   
>   
>child="{searchPanel}"/>
>   
>   
>property="height" value="100%"/>
>property="width" value="100%"/>
>property="height" value="100%"/>
>property="width" value="100%"/>
>property="height" value="100%"/>
>property="width" value="25%"/>
>property="height" value="100%"/>
>property="width" value="75%"/>
>property="height" value="100%"/>
>property="width" value="100%"/>
>property="height" value="100%"/>
>property="width" value="100%"/>
>   
>   
>   
>   static var fullscreen:Boolean=false;
>   
>   
>   
>width="25%">
>   
>   
>width="75%"
> hScrollPolicy="off" vScrollPolicy="off">
>width="100%" resizeEffect="Resize">
>width="100%" id="canvas1">
>x="275" y="116"
> label="Switch"
> click="currentState=(fullscreen?'Restore':'FullScreen');fullsc
> reen=!fullscre
> en;" id="button1"/>
>x="275" y="156"
> label="getState" click="if (currentState!=null) {
> mx.controls.Alert.show(currentState.toString()); } else {
> mx.controls.Alert.show('Base State'); }" id="button2"/>
>   
>   
>width="100%">
>width="100%"/>
>   
>   
>   
>   
>   
> 
> 
> 
> 
> **
> *
> 
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager to [EMAIL PROTECTED]
> 
> **
> *
> 
> 
> 
> 
> 
>  Yahoo! Groups Sponsor 
> ~--> 
> Get Bzzzy! (real tools to help you find a job). Welcome to 
> the Sweet Life.
> http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
> --
> --~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 



--
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 ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] datagrid dragdrop question

2005-10-26 Thread bhaq1972
Hi,

Can i drag and drop single cells as oppose to rows in a datagrid (as 
shown in the flex explorer example)?

what about in flex 2?(i havent even started looking at flex2).

thanks








 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Stupid Question, but driving me mad - TabBars

2005-10-26 Thread Steve Cox










Guys + Girls,

 

I’ve a tabbar on 3 separate forms
inside a Tab Nav.

 

Now the dataprovider for these is
populated from a webservice, the issue I’m
having is setting the selectedIndex on the tabbars initially. Once the tabbar
is created, the selectedindex works perfect.

 

Setting the selectedindex in a creationcomplete event doesn’t work, is there an event
which is fired to notify when a tabbar has built up it’s buttons? I’ve tried childrenCreated
but I suspect that’s for when it’s attached to a viewstate etc.

 

Stupid problem I know, but it’s always the little ones
that cause the most problems!



Cheers,

 

Steve









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Re: Stupid Question, but driving me mad - TabBars

2005-10-26 Thread bhaq1972
stupid answer(maybe) - why dont you set the selectedIndex in the 
resultHandler of your webservice call (the one which gets the 
dataprovider for your tabbar)


--- In flexcoders@yahoogroups.com, "Steve Cox" <[EMAIL PROTECTED]> wrote:
>
> Guys + Girls,
>  
> I've a tabbar on 3 separate forms inside a Tab Nav.
>  
> Now the dataprovider for these is populated from a webservice, the 
issue
> I'm having is setting the selectedIndex on the tabbars initially. 
Once
> the tabbar is created, the selectedindex works perfect.
>  
> Setting the selectedindex in a creationcomplete event doesn't 
work, is
> there an event which is fired to notify when a tabbar has built up 
it's
> buttons? I've tried childrenCreated but I suspect that's for when 
it's
> attached to a viewstate etc.
>  
> Stupid problem I know, but it's always the little ones that cause 
the
> most problems!
> 
> 
> Cheers,
>  
> Steve
>






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] hold column when scrolling

2005-10-26 Thread Philippe Maegerman





You can see it at work in the samples Macromedia Flex 2.0 Explorer: DataGrid / 
Advanced features :)))
 
Philippe 
Maegerman
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Manish 
JethaniSent: mercredi 26 octobre 2005 10:41To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] hold column when 
scrolling
On 10/24/05, Tracy Spratt <[EMAIL PROTECTED]> 
wrote:> Check out this link:> http://www.richinternetapps.com/archives/000101.htmlIn 
Flex 2 you can set the DataGrid's lockedColumnCount to the numberof columns 
you want to 
freeze.





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






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


RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem





Hi ! 
Thanks ! I have already restarted the server. It's still not 
working.

  
  -Mensagem original-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de 
  Roger GonzalezEnviada em: terça-feira, 25 de outubro de 2005 
  18:17Para: flexcoders@yahoogroups.comAssunto: RE: 
  [flexcoders] Remote Object not found in Flex config
  Did you just make these changes?
   
  Try shutting down and restarting your server.  
  There was an issue someone else had recently where this wasn't picked up 
  correctly without a restart.
   
  -RogerRoger 
  Gonzalez[EMAIL PROTECTED] 
   
  


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Michel 
BertrandSent: Tuesday, October 25, 2005 12:18 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Remote Object not 
found in Flex config

Hi ! 
I'm having the following error : 

Invalid value for 'named' - 
does not match any object name from the configuration file. 
I have 
already checked my config file and I'm sure to have the name of the 
remote-object there, however the error is still happening. At config 
file I have the settings below: 
    
 
    .. 
    
       
     
    
     
      
            
    
com.datasul.persistence.util.DataBaseHandlerDelegate 
        
    stateless-class 
     
        
     
     
 
I have the class 
DataBaseHandlerDelegate at WEB-INF/lib (as a jar file) and at 
WEB-INF/classes/com/datasul/persistence/util/.  

At my MXML tag I have 
the following: 
    
DataBaseHandler"     
    
    
    
    
    
    protocol="http"     
    
    
    
    
    
    showBusyCursor="true"     
    
    
    
    
    
    result="event.call.resultHandler( event );"     
    
    
    
    
    
    fault="event.call.faultHandler( event );">     
 
What's 
wrong ? Where should I look for the error ? 
Thanks in 
advance, Michel Bertrand | Desenvolvimento | 
DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça 
mais sobre os produtos e soluções de tecnologia 





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



  









RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem





I had 
to use an "unamed" remote object, like:
 
       protocol="http"   showBusyCursor="true"   result="event.call.resultHandler( 
event 
);"   fault="event.call.faultHandler( 
event 
);"   source="com.datasul.persistence.util.DataBaseHandlerDelegate"   type="stateless-class">    

 
The 
following is not working:
 
       protocol="http"   showBusyCursor="true"   result="event.call.resultHandler( 
event 
);"   fault="event.call.faultHandler( 
event );">    
 
Of 
course, when having all settings (remote-object whitelist) in the flex 
config file.
 
Regards,
Michel.
 

  
  -Mensagem original-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de 
  Mercer, DustinEnviada em: quarta-feira, 26 de outubro de 2005 
  02:14Para: flexcoders@yahoogroups.comAssunto: RE: 
  [flexcoders] Remote Object not found in Flex config
  
  And make sure you are 
  not running Flash Player 8.5.  I had issues with Flash player 8.5 and 
  Named remote objects.  It was giving me a different error, but there were 
  problems none the less.  After uninstall of 8.5, my app worked 
  fine.  Very strange…
   
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Roger 
  GonzalezSent: Tuesday, 
  October 25, 2005 1:17 PMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Remote Object 
  not found in Flex config
   
  Did you just make these 
  changes?
   
  Try shutting down and 
  restarting your server.  There was an issue someone else had recently 
  where this wasn't picked up correctly without a 
  restart.
   
  -RogerRoger 
  Gonzalez[EMAIL PROTECTED] 
  
   
  
   
  
 



From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Michel 
BertrandSent: Tuesday, 
October 25, 2005 12:18 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Remote Object not 
found in Flex config
Hi 
! 
I'm having the following 
error : 
Invalid 
value for 'named' - does not match any object name from the configuration 
file. 
I have 
already checked my config file and I'm sure to have the name of the 
remote-object there, 
however the error is still happening. At config file I have the settings 
below: 
    
 
    
.. 
    
   
    
     
    
     
      
            
    
com.datasul.persistence.util.DataBaseHandlerDelegate 
        
    stateless-class 
     
        
     
     
 

I have the 
class DataBaseHandlerDelegate 
at WEB-INF/lib (as a jar file) and at WEB-INF/classes/com/datasul/persistence/util/.  
At my MXML tag I have 
the following: 
    
     
    
    
    
    
    
    protocol="http" 
    
    
    
    
    
    
    showBusyCursor="true" 
    
    
    
    
    
    
    result="event.call.resultHandler( 
event );"     
    
    
    
    
    
    fault="event.call.faultHandler( 
event );">     
 

 
What's 
wrong ? Where should I look for the error ? 

Thanks in 
advance, Michel 
Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça 
mais sobre os produtos e soluções de tecnologia 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] set Effect at runtime

2005-10-26 Thread keishichi2001
My Flex application is based on Cairngorm 0.99.
Main application includes several custom components and those have 
own ViewHelper to render themselves.

Let's assume two of custom components, CompA and CompB.
CompA has a  in it, and it has moveEffect setting.
CompA also has definition of several .
ie)



I'd like to change this effect to another one from a ViewHelper of 
CompB.
To accomplish this, I tried following code.

=
...
var curImage:mx.controls.Image = 
mx.core.Application.application.canvas1.viewstack1.panel1.viewstack2.s
electedChild.childDescriptors[0];  // Image object

curImage["moveEffect"] = "b";
...
=

It seems that the moveEffect isn't changed, and no error at runtime.

Am I wrong on my code?
Does anyone have good solution for this issue?


Thanks,
Keishichi








 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Re: Stupid Question, but driving me mad - TabBars

2005-10-26 Thread Steve Cox










Hey,

 

Tried that, the Tab doesn’t
get selected still unfortunately.

 

Crazy thing is, using an alert, I can
output what the selectedIndex is of the Tab, and it’s outputting the
right index! But none of the buttons are selected!

 

So the selectedIndex is
being set, I can view what it’s set to, it just won’t select a
button.

 

Ah!

 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of bhaq1972
Sent: 26 October 2005 10:23
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Stupid
Question, but driving me mad - TabBars

 

stupid answer(maybe) - why
dont you set the selectedIndex in the 
resultHandler of your webservice call (the one
which gets the 
dataprovider for your tabbar)


--- In flexcoders@yahoogroups.com, "Steve
Cox" <[EMAIL PROTECTED]> wrote:
>
> Guys + Girls,
>  
> I've a tabbar on 3 separate forms inside a
Tab Nav.
>  
> Now the dataprovider for these is populated
from a webservice, the 
issue
> I'm having is setting the selectedIndex on
the tabbars initially. 
Once
> the tabbar is created, the selectedindex
works perfect.
>  
> Setting the selectedindex in a
creationcomplete event doesn't 
work, is
> there an event which is fired to notify when
a tabbar has built up 
it's
> buttons? I've tried childrenCreated but I
suspect that's for when 
it's
> attached to a viewstate etc.
>  
> Stupid problem I know, but it's always the
little ones that cause 
the
> most problems!
> 
> 
> Cheers,
>  
> Steve
>












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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem





Hi ! 
How can I check the version of my Flash Player ?

  
  -Mensagem original-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de 
  Mercer, DustinEnviada em: quarta-feira, 26 de outubro de 2005 
  02:14Para: flexcoders@yahoogroups.comAssunto: RE: 
  [flexcoders] Remote Object not found in Flex config
  
  And make sure you are 
  not running Flash Player 8.5.  I had issues with Flash player 8.5 and 
  Named remote objects.  It was giving me a different error, but there were 
  problems none the less.  After uninstall of 8.5, my app worked 
  fine.  Very strange…
   
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Roger 
  GonzalezSent: Tuesday, 
  October 25, 2005 1:17 PMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Remote Object 
  not found in Flex config
   
  Did you just make these 
  changes?
   
  Try shutting down and 
  restarting your server.  There was an issue someone else had recently 
  where this wasn't picked up correctly without a 
  restart.
   
  -RogerRoger 
  Gonzalez[EMAIL PROTECTED] 
  
   
  
   
  
 



From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Michel 
BertrandSent: Tuesday, 
October 25, 2005 12:18 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Remote Object not 
found in Flex config
Hi 
! 
I'm having the following 
error : 
Invalid 
value for 'named' - does not match any object name from the configuration 
file. 
I have 
already checked my config file and I'm sure to have the name of the 
remote-object there, 
however the error is still happening. At config file I have the settings 
below: 
    
 
    
.. 
    
   
    
     
    
     
      
            
    
com.datasul.persistence.util.DataBaseHandlerDelegate 
        
    stateless-class 
     
        
     
     
 

I have the 
class DataBaseHandlerDelegate 
at WEB-INF/lib (as a jar file) and at WEB-INF/classes/com/datasul/persistence/util/.  
At my MXML tag I have 
the following: 
    
     
    
    
    
    
    
    protocol="http" 
    
    
    
    
    
    
    showBusyCursor="true" 
    
    
    
    
    
    
    result="event.call.resultHandler( 
event );"     
    
    
    
    
    
    fault="event.call.faultHandler( 
event );">     
 

 
What's 
wrong ? Where should I look for the error ? 

Thanks in 
advance, Michel 
Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça 
mais sobre os produtos e soluções de tecnologia 






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



  









RES: [flexcoders] Remote Object not found in Flex config

2005-10-26 Thread Michel Bertrand
Title: Mensagem





I'm 
using Flash Player 7,0,35,29 ...

  
  -Mensagem original-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de 
  Mercer, DustinEnviada em: quarta-feira, 26 de outubro de 2005 
  02:14Para: flexcoders@yahoogroups.comAssunto: RE: 
  [flexcoders] Remote Object not found in Flex config
  
  And make sure you are 
  not running Flash Player 8.5.  I had issues with Flash player 8.5 and 
  Named remote objects.  It was giving me a different error, but there were 
  problems none the less.  After uninstall of 8.5, my app worked 
  fine.  Very strange…
   
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Roger 
  GonzalezSent: Tuesday, 
  October 25, 2005 1:17 PMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Remote Object 
  not found in Flex config
   
  Did you just make these 
  changes?
   
  Try shutting down and 
  restarting your server.  There was an issue someone else had recently 
  where this wasn't picked up correctly without a 
  restart.
   
  -RogerRoger 
  Gonzalez[EMAIL PROTECTED] 
  
   
  
   
  
 



From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Michel 
BertrandSent: Tuesday, 
October 25, 2005 12:18 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Remote Object not 
found in Flex config
Hi 
! 
I'm having the following 
error : 
Invalid 
value for 'named' - does not match any object name from the configuration 
file. 
I have 
already checked my config file and I'm sure to have the name of the 
remote-object there, 
however the error is still happening. At config file I have the settings 
below: 
    
 
    
.. 
    
   
    
     
    
     
      
            
    
com.datasul.persistence.util.DataBaseHandlerDelegate 
        
    stateless-class 
     
        
     
     
 

I have the 
class DataBaseHandlerDelegate 
at WEB-INF/lib (as a jar file) and at WEB-INF/classes/com/datasul/persistence/util/.  
At my MXML tag I have 
the following: 
    
     
    
    
    
    
    
    protocol="http" 
    
    
    
    
    
    
    showBusyCursor="true" 
    
    
    
    
    
    
    result="event.call.resultHandler( 
event );"     
    
    
    
    
    
    fault="event.call.faultHandler( 
event );">     
 

 
What's 
wrong ? Where should I look for the error ? 

Thanks in 
advance, Michel 
Bertrand | Desenvolvimento | DATASUL TecnologiaAcesse www.datasuldirect.com.br e conheça 
mais sobre os produtos e soluções de tecnologia 






--
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] FileIO.browse() fails when called with filters

2005-10-26 Thread Laurent Cornelis
Are we the only ones with this problem ?

What platform are you running on ? I'm on Windows XP SP2

Benoit Hediard a écrit :
> Yes I've also encountered this problem.
> Impossible to use the fileIO.browse() with filters.
> When filters are passed, the browse window doesn't appear anymore.
> 
> Benoit Hediard
> 
> PS: Anyway, now we won't have to use the fileIO "hack" in Flex2 + Flash
> Player8.5... ;) 
> 
> -Message d'origine-
> De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la
> part de Laurent Cornelis
> Envoyé : vendredi 21 octobre 2005 15:10
> À : flexcoders@yahoogroups.com
> Objet : [flexcoders] FileIO.browse() fails when called with filters
> 
> I have a problem with the FileIO.browse(filters) method.
> 
> If I just try fileIO.browse() without argument, the file chooser is
> displayed and it works fine.
> 
> If I try
> 
> fileIO.browse([{description: "Images", extension: "*.jpg;*.gif;*.png"},
> {description: "Flash Movies", extension: "*.swf"}, {description: 
> "Documents", extension: "*.doc;*.pdf"}]);
> 
> or
> 
> var filters:Array = new Array();
> filters.push({description:"Image files ( .jpg, .gif, .png)",
> extension:"*.jpg;*.gif;*.png", macType:"JPEG;jp2_;GIFF"});
> filters.push({description:"Flash Movies", extension:"*.swf", 
> macType:"SWFL"}); 
> 
> fileIO.browse(filters);
> 
> the file chooser is not opened and browse returns false ...
> 
> Anyone have the same issue ? Do you know what can cause it ?
> 
> 
> 
>  Yahoo! Groups Sponsor ~--> Fair
> play? Video games influencing politics. Click and talk back!
> http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
> ~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> 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 ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread fowleryj
Dustin,

Thanks for that suggestion - it proved that the problem is indeed that
the menu is showing up beneath my window. Another strange thing is
that none of the items are selectable when I run my mouse cursor over
them. How would I get the menu to stop showing up beneath my window?

--

Renaun,

PopUp.mxml's top component is an . Main.mxml allows the user
to open any number of different windows (I gave them generic names for
this example, obviously, but they are all smaller parts of a large
application) in which the user will execute different tasks. Also, I
do have my AS function inside of 
> > 
> > (That works fine)
> > 
> > -
> > 
> > In PopUp.mxml:
> > 
> >  > change="menuChangeHandler(event)">
> > 
> > 
> > 
> >   
> >   
> >   
> > 
> > 
> > 
> > 
> > 
> > private function menuChangeHandler(event){
> > if(event.menuItem.attributes.data == "Open") {
> >   // Nothing yet
> > } else if(event.menuItem.attributes.data == "Close") {
> >   PopUpViewHelper.closePopUp();  // Closes the pop-up
> > } else if(event.menuItem.attributes.data == "Save") {
> >   // Nothing yet
> > }
> > }
> > 
> > (This is not working properly - the menu won't even drop down to show
> > the options.)
> > 
> > Any insight would be greatly appreciated.
> >
> 
> 
> 
> 
> 
> 
> --
> 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  . 
> 
>  
> 
> 
>





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





[flexcoders] Two way data binding?

2005-10-26 Thread ddwoske
I have big problems understanding something.

I basically want to build UI components which modify underlying XML so
that I can send the modified XML back to the server.  I want to bind
some TextInput components to portions of the XML and when I change the
text then I want the XML to be automatically updated.  This doesn't
seem possible, and if it is, it doesn't seem very easy.


Using OpenLaszlo here is a simple, but complete program for modifying
the price of a list of items:




  
  One100
  Two200
  Three300
  



  
  
  


   
   this.datapath.updateData();
   

  

  
   Dump XML




You can try running it here:
http://www.laszlosystems.com/lps-3.0/laszlo-explorer/editor.jsp?src=docs/guide/programs/preface-$2.lzx

I can change the prices on the screen, and the underlying XML is
automatically updated through the use of the updateData() method.

Does this two-way binding exist in Flex 2.0 ?

I see how you can add a mouseOut handler, but I don't see how to push
the data back into the XML model from where it came from without some
fancy code in the handler.. can someone tell me how to do this?


Cheers,
  Don





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Flex 2: actionscript 3 problem

2005-10-26 Thread Torben Nielsen










Hi,

 

I have declared a class that I use as a object that
defines a product in my application like this:

 

package
dk.newline.iccsuite.info {

  

  public class Product {

    

    public function Product(){

  

 

    }

    

    //
Public properties

    public var productID:String;

    public var productLine:String;

    public var nameEng:String;

    public var nameDan:String;

    public var nameSwe:String;

    public var nameDeu:String;

    public var nameIta:String;

    public var descEng:String;

    public var descDan:String;

    public var descSwe:String;

    public var descDeu:String;

    public var descIta:String;

    public var women:Boolean;

    public var men:Boolean;

    public var unisex:Boolean;

    public var junior:Boolean;

    public var womenArt:int;

    public var menArt:int;

    public var unisexArt:int;

    public var juniorArt:int;

    public var edgeBand:Boolean;

    public var thumbNail:String;

    public var flashFile:String;

    

  }

}

 

Then in an
actionscript file I try to make an instance of this class and give it’s
properties some values like this:

 

import
dk.newline.iccsuite.info.*;

 

// 1009 ICC Classic Jacket

var icc1009:Product = new Product();

icc1009.productID = "1009";

icc1009.productLine = "Run";

icc1009.nameEng = "ICC
Classic Jacket";

icc1009.nameDan = "ICC
Classic Jakke";

icc1009.nameSwe = "ICC
Classic Jacka";

icc1009.nameDeu = "ICC
Classic Jacke";

 

When I try to compile
my application it gives me the following error in the actionscript file in all
lines that are referencing to my instance:

 

Access of undefined
property icc1009

 

What am I doing wrong?

 

Best regards.

 

Torben Nielsen

Starvision Studios









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Doodi, Hari - BLS CTR










 

Hi,

   
I would like to know how to access text property of an TextInput control in a
Form which is repeated inside a repeater? Here is what I was doing…..

I have two mxml file one department.mxml
with repeater tag in it and another deptComp.mxml
has form component with TextInput controls.

I was able to display data from the source xml file. I want
to know how to set data in to TextInput controls of different instance.

 Also found files
are attached for your reference. Any kind of help is appreciated. Thanks in
advance.

 

Department.mxml contains……









      

 



 

DeptComp.mxml contains………

 







import mx.controls.Alert;





 

    

   
Num>Num >

   
   
Desc>Desc>

   
 


    

 

    

    

  
    




    

   


    

    

   


   
   


    

  


   








 

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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Department.xml
Description: Binary data


department.mxml
Description: Binary data


deptComp.mxml
Description: Binary data


RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Battershall, Jeff
Title: Message





I've 
been playing with this a bit and my big, big question is this:  How the 
heck can you create a singleton when the contructor evidently must be public in 
AS 3.0?

Jeff BattershallApplication ArchitectDow Jones 
Indexes[EMAIL PROTECTED](609) 520-5637 (p)(484) 477-9900 
(c)

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  Benoit HediardSent: Tuesday, October 25, 2005 9:48 
  AMTo: flexcoders@yahoogroups.comSubject: RE: 
  [flexcoders] Implementing ModelLocator pattern in 
  AS3/Flex2
  I don't think that bindings works on singleton instance 
  syntax.
   
  TestLocator.as
  -
  package {  public class TestLocator 
  {private static var 
  testLocator:TestLocator;public var 
  someProperty:String;public static function 
  getInstance():TestLocator {   if(testLocator == 
  null)testLocator = new 
  TestLocator();return 
  testLocator;    }public 
  function TestLocator() {   this.someProperty = "Some 
  value";  }   }}
   
  Test.mxml
  -
  http://www.macromedia.com/2005/mxml" 
  xmlns="*">
   
   
   
  
   
  
   
  
   
  Anyway, I'll wait for the release of Cairngorm for 
  Flex2.0 to see how Steven and Allistair did this part of their 
  framework.
   
  Thanks.
   
  Benoit Hediard
  
  
  De : flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] De la part de Matt 
  ChotinEnvoyé : lundi 24 octobre 2005 19:39À : 
  flexcoders@yahoogroups.comObjet : RE: [flexcoders] 
  Implementing ModelLocator pattern in AS3/Flex2
  
  
  I haven’t 
  investigated this for real but you may need to turn ModelLocator into a 
  singleton so that there’s an instance of an object to watch.  Because 
  we’re doing code-gen and not prototype hacking it’s impossible to make a Class 
  object an EventDispatcher.  The singleton approach would allow us to use 
  the code-gen and then you’d simply bind to ModelLocator.getInstance().myModel 
  instead of ModelLocator.myModel.
   
  Matt
   
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Clint 
  ModienSent: Friday, October 
  21, 2005 12:18 PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Implementing 
  ModelLocator pattern in AS3/Flex2
   
  Make the objects in the Model Locator 
  typed by importing the classes you need to 
  ref.
  
  On 10/21/05, Benoit Hediard <[EMAIL PROTECTED]> 
  wrote: 
  
  Since it is not possible to create 
  bindings to static properties, how do you implement the ModelLocator pattern 
  in AS3?
  
   
  
  Benoit 
  Hediard
  
   
  
  PS: by the way, any information on 
  an alpha release of Cairngorm for Flex2.0?
  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  
  YAHOO! GROUPS 
  LINKS 
  
   
  
 Visit your group 
"flexcoders" on the web.  

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

 Your use of Yahoo! 
Groups is subject to the Yahoo! Terms of Service. 
   
  
  
  
  





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Two way data binding?

2005-10-26 Thread Dave Wolf
This will be handled in the Flex2 data services.  More importantly is
that the changes (inserted, added and deleted buffers) will be
marshalled to the server as needed and can be bound to a persistence
adapter (say Hibernate) to even manage updating the data store with
the changes.

That's where the real power comes in.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 

--- In flexcoders@yahoogroups.com, "ddwoske" <[EMAIL PROTECTED]> wrote:
>
> I have big problems understanding something.
> 
> I basically want to build UI components which modify underlying XML so
> that I can send the modified XML back to the server.  I want to bind
> some TextInput components to portions of the XML and when I change the
> text then I want the XML to be automatically updated.  This doesn't
> seem possible, and if it is, it doesn't seem very easy.
> 
> 
> Using OpenLaszlo here is a simple, but complete program for modifying
> the price of a list of items:
> 
> 
> 
> 
>   
>   One100
>   Two200
>   Three300
>   
> 
> 
> 
>   
>   
>   
> 
> 
>
>this.datapath.updateData();
>
> 
>   
> 
>   
>Dump XML
> 
> 
> 
> 
> You can try running it here:
>
http://www.laszlosystems.com/lps-3.0/laszlo-explorer/editor.jsp?src=docs/guide/programs/preface-$2.lzx
> 
> I can change the prices on the screen, and the underlying XML is
> automatically updated through the use of the updateData() method.
> 
> Does this two-way binding exist in Flex 2.0 ?
> 
> I see how you can add a mouseOut handler, but I don't see how to push
> the data back into the XML model from where it came from without some
> fancy code in the handler.. can someone tell me how to do this?
> 
> 
> Cheers,
>   Don
>






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] [flex1.5] precompile an ubiquious MXML application ?

2005-10-26 Thread r0main
Hello,
I'd like to precompile an application into a SWF that I can deploy in 
my Dev, Test and Production environment...

Yet I've got the following message when my SWF gets called via 
http://pc007810d:9001/firm-web-admin/main.swf URL:

*** Security Sandbox Violation *** Connection to http//pc007810d:9001
{context.root}/amfgateway halted - not permitted from 
http://pc007810d:9001/firm-web-admin/main.swf

Why isn't the "{context.root}/amfgateway" replaced my current context 
root ???

Thanks a lot !

Romain





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Spike



package {
  public class MySingleton {
  
    private var instance:MySingleton;  

    public MySingleton(x:PrivateClass) {
  instance = this;
    }

    public static getInstance():MySingleton {
  if (instance == null) {
    instance = new MySingleton(new PrivateClass());
  }
  return instance;
    }
  }

  private class PrivateClass {
    
  }
}
Something like that.

Spike

On 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]> wrote:









I've 
been playing with this a bit and my big, big question is this:  How the 
heck can you create a singleton when the contructor evidently must be public in 
AS 3.0?

Jeff BattershallApplication ArchitectDow Jones 
Indexes[EMAIL PROTECTED](609) 520-5637 (p)(484) 477-9900 
(c)

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of 
  Benoit HediardSent: Tuesday, October 25, 2005 9:48 
  AMTo: flexcoders@yahoogroups.com
Subject: RE: 
  [flexcoders] Implementing ModelLocator pattern in 
  AS3/Flex2
  I don't think that bindings works on singleton instance 
  syntax.
   
  TestLocator.as
  -
  package {  public class TestLocator 
  {private static var 
  testLocator:TestLocator;public var 
  someProperty:String;public static function 
  getInstance():TestLocator {   if(testLocator == 
  null)testLocator = new 
  TestLocator();return 
  testLocator;    }public 
  function TestLocator() {   this.someProperty = "Some 
  value";  }   }}
   
  Test.mxml
  -
  http://www.macromedia.com/2005/mxml" 
  xmlns="*">
   
   
   
  
   
  
   
  
   
  Anyway, I'll wait for the release of Cairngorm for 
  Flex2.0 to see how Steven and Allistair did this part of their 
  framework.
   
  Thanks.
   
  Benoit Hediard
  
  
  De : flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] De la part de Matt 
  ChotinEnvoyé : lundi 24 octobre 2005 19:39À : 
  flexcoders@yahoogroups.comObjet : RE: [flexcoders] 
  Implementing ModelLocator pattern in AS3/Flex2
  
  
  I haven't 
  investigated this for real but you may need to turn ModelLocator into a 
  singleton so that there's an instance of an object to watch.  Because 
  we're doing code-gen and not prototype hacking it's impossible to make a Class 
  object an EventDispatcher.  The singleton approach would allow us to use 
  the code-gen and then you'd simply bind to ModelLocator.getInstance().myModel 
  instead of ModelLocator.myModel.
   
  Matt
   
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Clint 
  ModienSent: Friday, October 
  21, 2005 12:18 PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Implementing 
  ModelLocator pattern in AS3/Flex2
   
  Make the objects in the Model Locator 
  typed by importing the classes you need to 
  ref.
  
  On 10/21/05, Benoit Hediard <
[EMAIL PROTECTED]> 
  wrote: 
  
  Since it is not possible to create 
  bindings to static properties, how do you implement the ModelLocator pattern 
  in AS3?
  
   
  
  Benoit 
  Hediard
  
   
  
  PS: by the way, any information on 
  an alpha release of Cairngorm for Flex2.0?
  --
Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  
  YAHOO! GROUPS 
  LINKS 
  
   
  
 Visit your group 
"flexcoders" on the web.  

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

 Your use of Yahoo! 
Groups is subject to the Yahoo! Terms of Service. 
   
  
  
  
  





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




  








-- Stephen MilliganDo you do the Badger?http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.org






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this 

[flexcoders] The Current Architecture

2005-10-26 Thread knly browne



Good day awll
I must show some gratitude for all the help that i have recieved from the experts here..

I just want to know one thing.. Currently the developers version of flex 2.0 is just the framework with the IDE
for creating the applications.. so if you  want to access
web-services you have to create you own Jrun Server(sorta) to do the
crossdomain communication..

Am i on the right track...?

Thanks again
great help on this mailing list-- Kenlie BrowneSoftware Developer






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Google AdSense

2005-10-26 Thread JesterXL
I never figured out how to modify the HTML Flex generates.  Instead, since I 
didn't need HistoryManagement, I just made my own HTML container and hosted 
the SWF in that.  That way, you can put whatever you want underneath it.

- Original Message - 
From: "Robert Thompson" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 1:33 AM
Subject: [flexcoders] Google AdSense


Does anyone know if there is a typical good method for
integrating Google AdSense javascript into Flex and/or
Flash?

Is it possible to put the javascript include in the
main container file, then the html in either a text
control, or is there another way?

-r




__
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com





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







 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Battershall, Jeff
Title: Message





Hshouldn't the private var 'instance' also be 
static?
 
Jeff

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  SpikeSent: Wednesday, October 26, 2005 10:50 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Implementing 
  ModelLocator pattern in AS3/Flex2package {  
  public class MySingleton {      private var 
  instance:MySingleton;     public 
  MySingleton(x:PrivateClass) {  instance = 
  this;    }    public static 
  getInstance():MySingleton {  if (instance == 
  null) {    instance = new 
  MySingleton(new PrivateClass());  
  }  return instance;    
  }  }  private class PrivateClass {    
    }}Something like that.Spike
  On 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]> 
  wrote:
  
I've been playing with this 
a bit and my big, big question is this:  How the heck can you create a 
singleton when the contructor evidently must be public in AS 
3.0?

Jeff BattershallApplication ArchitectDow Jones 
Indexes[EMAIL PROTECTED](609) 520-5637 
(p)(484) 477-9900 (c)

  
  -Original Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of Benoit 
  HediardSent: Tuesday, October 25, 2005 9:48 AMTo: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Implementing ModelLocator pattern 
  in AS3/Flex2
  
  I 
  don't think that bindings works on singleton instance 
  syntax.
   
  TestLocator.as
  -
  package {  public class TestLocator 
  {private static var 
  testLocator:TestLocator;public var 
  someProperty:String;public static function 
  getInstance():TestLocator {   if(testLocator == 
  null)testLocator = new 
  TestLocator();return 
  testLocator;    }public 
  function TestLocator() {   this.someProperty = "Some 
  value";  }   }}
   
  Test.mxml
  -
  http://www.macromedia.com/2005/mxml" 
  xmlns="*">
   
   
   
  
   
  
   
  
   
  Anyway, I'll wait for the release of Cairngorm for Flex2.0 to see 
  how Steven and Allistair did this part of their 
  framework.
   
  Thanks.
   
  Benoit 
  Hediard
  
  
  De : flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] De la part de Matt 
  ChotinEnvoyé : lundi 24 octobre 2005 
  19:39À : flexcoders@yahoogroups.comObjet : RE: 
  [flexcoders] Implementing ModelLocator pattern in 
  AS3/Flex2
  
  
  I haven't 
  investigated this for real but you may need to turn ModelLocator into a 
  singleton so that there's an instance of an object to watch.  Because 
  we're doing code-gen and not prototype hacking it's impossible to make a 
  Class object an EventDispatcher.  The singleton approach would allow 
  us to use the code-gen and then you'd simply bind to 
  ModelLocator.getInstance().myModel instead of 
  ModelLocator.myModel.
   
  Matt
   
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint ModienSent: Friday, October 21, 2005 12:18 
  PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] 
  Implementing ModelLocator pattern in AS3/Flex2
   
  Make the objects in the Model Locator typed by 
  importing the classes you need to ref.
  
  On 10/21/05, Benoit Hediard < [EMAIL PROTECTED]> 
  wrote: 
  
  Since it is not possible to 
  create bindings to static properties, how do you implement the 
  ModelLocator pattern in AS3?
  
   
  
  Benoit 
  Hediard
  
   
  
  PS: by the way, any 
  information on an alpha release of Cairngorm for 
  Flex2.0?
  -- Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  
  YAHOO! GROUPS 
  LINKS 
   
  
 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an 
email to:  
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to 
the Yahoo! Terms of 
Service. 
   
  
  
  
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email 
to:  [EMAIL PROTECTED]  

 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
  
  
 

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason










I can’t believe I am actually
answering a question here.  

 

What does department.xml look like?  If
your XML is like this for example:

 



  

    

    

  

    

 

You should be able to just add the next node
name after the currentItem, like this:

 

     id=”r2” dataProvider="{dataService.result.dashboard.menu.dropDowns.dropDown}" startingIndex="0">

  
    text="{r2.currentItem.label}" textAlign="right"/>

 



Jason
Merrill   |   E-Learning Solutions   | 
icfconsulting.com 






















From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Doodi, Hari - BLS CTR
Sent: Wednesday, October 26, 2005
10:14 AM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] How to access
control attributes inside a repeater



 

 

Hi,

   
I would like to know how to access text property of an TextInput control in a
Form which is repeated inside a repeater? Here is what I was doing…..

I have two mxml file one department.mxml
with repeater tag in it and another deptComp.mxml
has form component with TextInput controls.

I was able to display data from the source xml file. I want
to know how to set data in to TextInput controls of different instance.

 Also found
files are attached for your reference. Any kind of help is appreciated. Thanks
in advance.

 

Department.mxml contains……









      

 



 

DeptComp.mxml contains………

 







import mx.controls.Alert;





 

    

   
Num>Num >

   
   
Desc>Desc>

   
 


    

 

    

    

  
    




    

   


   


    

   


   
   


    

  


   








 

Thanks! 
Hari


 




NOTICE:
This message is for the designated recipient only and may 
contain privileged or confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any 
other use of this e-mail by you is prohibited.






--
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] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Spike



Yeah, my bad,

I wrote that in the email editor and didn't test it, but hopefully it demonstrates the idea.

SpikeOn 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]> wrote:







Hshouldn't the private var 'instance' also be 
static?
 
Jeff

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of 
  SpikeSent: Wednesday, October 26, 2005 10:50 AMTo: 
  flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Implementing 
  ModelLocator pattern in AS3/Flex2package {  
  public class MySingleton {      private var 
  instance:MySingleton;     public 
  MySingleton(x:PrivateClass) {  instance = 
  this;    }    public static 
  getInstance():MySingleton {  if (instance == 
  null) {    instance = new 
  MySingleton(new PrivateClass());  
  }  return instance;    
  }  }  private class PrivateClass {    
    }}Something like that.Spike
  On 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]
> 
  wrote:
  
I've been playing with this 
a bit and my big, big question is this:  How the heck can you create a 
singleton when the contructor evidently must be public in AS 
3.0?

Jeff BattershallApplication ArchitectDow Jones 
Indexes[EMAIL PROTECTED](609) 520-5637 
(p)(484) 477-9900 (c)

  
  -Original Message-From: 
flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of Benoit 
  HediardSent: Tuesday, October 25, 2005 9:48 AMTo: flexcoders@yahoogroups.com

  Subject: RE: [flexcoders] Implementing ModelLocator pattern 
  in AS3/Flex2
  
  I 
  don't think that bindings works on singleton instance 
  syntax.
   
  TestLocator.as
  -
  package {  public class TestLocator 
  {private static var 
  testLocator:TestLocator;public var 
  someProperty:String;public static function 
  getInstance():TestLocator {   if(testLocator == 
  null)testLocator = new 
  TestLocator();return 
  testLocator;    }public 
  function TestLocator() {   this.someProperty = "Some 
  value";  }   }}
   
  Test.mxml
  -
  
http://www.macromedia.com/2005/mxml" 
  xmlns="*">
   
   
   
  
   
  
   
  
   
  Anyway, I'll wait for the release of Cairngorm for Flex2.0 to see 
  how Steven and Allistair did this part of their 
  framework.
   
  Thanks.
   
  Benoit 
  Hediard
  
  
  De : flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] De la part de Matt 
  ChotinEnvoyé : lundi 24 octobre 2005 
  19:39À : flexcoders@yahoogroups.comObjet : RE: 
  [flexcoders] Implementing ModelLocator pattern in 
  AS3/Flex2
  
  
  I haven't 
  investigated this for real but you may need to turn ModelLocator into a 
  singleton so that there's an instance of an object to watch.  Because 
  we're doing code-gen and not prototype hacking it's impossible to make a 
  Class object an EventDispatcher.  The singleton approach would allow 
  us to use the code-gen and then you'd simply bind to 
  ModelLocator.getInstance().myModel instead of 
  ModelLocator.myModel.
   
  Matt
   
  
  
  
  
  From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Clint ModienSent: Friday, October 21, 2005 12:18 
  PMTo: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] 
  Implementing ModelLocator pattern in AS3/Flex2
   
  Make the objects in the Model Locator typed by 
  importing the classes you need to ref.
  
  On 10/21/05, Benoit Hediard <
 [EMAIL PROTECTED]> 
  wrote: 
  
  Since it is not possible to 
  create bindings to static properties, how do you implement the 
  ModelLocator pattern in AS3?
  
   
  
  Benoit 
  Hediard
  
   
  
  PS: by the way, any 
  information on an alpha release of Cairngorm for 
  Flex2.0?
  --
 Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  
  YAHOO! GROUPS 
  LINKS 
   
  
 Visit your group "
flexcoders" on the web.  
 To unsubscribe from this group, send an 
email to:  
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to 
the Yahoo! Terms of 
Service. 
   
  
  
  
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  YAHOO! GROUPS LINKS 
  
 Visit your group "flexcoders" on the web.  

 To unsu

RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Battershall, Jeff
Title: Message





Spike,
 
Thanks!  Why should we have to do such a kludgy workaround, 
though?  Why can't we have a private constructor if Java does? Suppose 
that's a question for the Flash Player engineering team...
 
Jeff

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
  SpikeSent: Wednesday, October 26, 2005 11:16 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Implementing 
  ModelLocator pattern in AS3/Flex2Yeah, my bad,I 
  wrote that in the email editor and didn't test it, but hopefully it 
  demonstrates the idea.Spike
  On 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]> 
  wrote:
  
Hshouldn't the 
private var 'instance' also be static?
 
Jeff

  
  -Original Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of SpikeSent: 
  Wednesday, October 26, 2005 10:50 AMTo: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Implementing ModelLocator pattern 
  in AS3/Flex2
  package {  public 
  class MySingleton {      private var 
  instance:MySingleton;     public 
  MySingleton(x:PrivateClass) {  instance = 
  this;    }    public static 
  getInstance():MySingleton {  if (instance 
  == null) {    instance = new 
  MySingleton(new PrivateClass());  
  }  return instance;    
  }  }  private class PrivateClass 
  {      }}Something like 
  that.Spike
  On 10/26/05, Battershall, Jeff <[EMAIL PROTECTED] > wrote: 
  
I've been playing with 
this a bit and my big, big question is this:  How the heck can you 
create a singleton when the contructor evidently must be public in AS 
3.0?

Jeff 
BattershallApplication 
ArchitectDow Jones Indexes[EMAIL PROTECTED](609) 520-5637 
(p)(484) 477-9900 (c)

  
  -Original Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of Benoit 
  HediardSent: Tuesday, October 25, 2005 9:48 
  AMTo: flexcoders@yahoogroups.com 
  Subject: RE: [flexcoders] 
  Implementing ModelLocator pattern in 
  AS3/Flex2
  
  I 
  don't think that bindings works on singleton instance 
  syntax.
   
  TestLocator.as
  -
  package {  public class TestLocator 
  {private static var 
  testLocator:TestLocator;public var 
  someProperty:String;public static 
  function getInstance():TestLocator 
  {   if(testLocator == 
  null)testLocator = new 
  TestLocator();return 
  testLocator;    
  }public function TestLocator() 
  {   this.someProperty = "Some 
  value";  }   }}
   
  Test.mxml
  -
   
  http://www.macromedia.com/2005/mxml" 
  xmlns="*">
   
   
   
  
   
  
   
  
   
  Anyway, I'll wait for the release of Cairngorm for Flex2.0 to 
  see how Steven and Allistair did this part of their 
  framework.
   
  Thanks.
   
  Benoit Hediard
  
  
  De : flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] De la part de Matt 
  ChotinEnvoyé : lundi 24 octobre 2005 
  19:39À : flexcoders@yahoogroups.comObjet : 
  RE: [flexcoders] Implementing ModelLocator pattern in 
  AS3/Flex2
  
  
  I haven't 
  investigated this for real but you may need to turn ModelLocator into 
  a singleton so that there's an instance of an object to watch.  
  Because we're doing code-gen and not prototype hacking it's impossible 
  to make a Class object an EventDispatcher.  The singleton 
  approach would allow us to use the code-gen and then you'd simply bind 
  to ModelLocator.getInstance().myModel instead of 
  ModelLocator.myModel.
   
  Matt
   
  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint 
  ModienSent: Friday, 
  October 21, 2005 12:18 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] 
  Implementing ModelLocator pattern in AS3/Flex2
   
  Make the objects in the Model 
  Locator typed by importing the classes you need to 
  ref.
  
  On 10/21/05, Benoit Hediard < [EMAIL PROTECTED]> 
  wrote: 
  
  Since it is not possible 
  to create bindings to static properties, how do you implement the 
 

RE: [flexcoders] How to access control attributes inside a repeat er

2005-10-26 Thread Doodi, Hari - BLS CTR










Thanks for the reply but I am not using
the repeater to create any menus. I am using the repeater to repeat my form so that
user can manipulate more than one set of data. I did attached all three files.
Any way my xml file looks like …

 





    

    01

    Accounting

    

    

    Christina
Coenraets

    555-219-2270

    [EMAIL PROTECTED]

    true

    

    

    Louis
Freligh

    555-219-2100

    [EMAIL PROTECTED]

    true

    

    

    Ronnie
Hodgman

    555-219-2030

    [EMAIL PROTECTED]

    false

    

    

    Joanne
Wall

    555-219-2012

    [EMAIL PROTECTED]

    true

    

    

    

    

    02

    Human
Resource

    

    

    Maurice
Smith

    555-219-2012

    [EMAIL PROTECTED]

    false

    

    

    Mary
Jones

    555-219-2000

    [EMAIL PROTECTED]

    true

    

    

    





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Merrill, Jason
Sent: Wednesday, October 26, 2005
11:12 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
access control attributes inside a repeater

 

I can’t believe I am
actually answering a question here.  

 

What does department.xml
look like?  If your XML is like this for example:

 



  

   


   


 


   


 

You should be able to just
add the next node name after the currentItem, like this:

 

     id=”r2” dataProvider="{dataService.result.dashboard.menu.dropDowns.dropDown}" startingIndex="0">

  
    text="{r2.currentItem.label}" textAlign="right"/>

 



Jason Merrill   |   E-Learning
Solutions   |  icfconsulting.com 





















From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Doodi, Hari - BLS CTR
Sent: Wednesday, October 26, 2005 10:14
AM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] How to
access control attributes inside a repeater



 

 

Hi,

   
I would like to know how to access text property of an TextInput control in a
Form which is repeated inside a repeater? Here is what I was doing…..

I have two mxml file one department.mxml with repeater tag in it and
another deptComp.mxml has form
component with TextInput controls.

I was able to display data from the
source xml file. I want to know how to set data in to TextInput controls of
different instance.

 Also found files are attached for your reference. Any kind
of help is appreciated. Thanks in advance.

 

Department.mxml contains……









 
    

 



 

DeptComp.mxml contains………

 







import mx.controls.Alert;





 

    

   
Num>Num >

   
   
Desc>Desc>

   
 


    

 

    

   


  
    




   


   


   


   


   


   
   


   


  


   








 

Thanks! 
Hari


 

 

NOTICE:

This message is for the designated recipient only and
may contain privileged or confidential information. If you have received it in
error, please notify the sender immediately and delete the original. Any
other use of this e-mail by you is prohibited.








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://ww

[flexcoders] Re-creating runtime components - Flex2

2005-10-26 Thread Mark Wales


I'd like to create components at runtime (a technique well-understood
and well-documented) but then retain the list of created components so
that, upon subsequent start-up, those same components are
re-instantiated. I'm certainly not trying to be as far-reaching as SAP
with Netweaver, but the general idea is the same.

I've considered custom classes that extend existing components but are
"serializable" to XML using the upcoming E4X capabilities, but curious
to know of anyone out there has any more elegant/interesting thoughts.

Thanks,

-Mark


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Spike



I agree that it's a bit of a kludge, but it does provide a reliable way to implement the Singleton pattern.

With a bit of luck MM will add private constructors to the language
before the final release and we won't have to worry about it.

My guess is that there are a couple of internal things that rely on
there being a public constructor and that it will get added later.

SpikeOn 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]> wrote:







Spike,
 
Thanks!  Why should we have to do such a kludgy workaround, 
though?  Why can't we have a private constructor if Java does? Suppose 
that's a question for the Flash Player engineering team...
 
Jeff

  
  -Original Message-From: 
  flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of 
  SpikeSent: Wednesday, October 26, 2005 11:16 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Implementing 
  ModelLocator pattern in AS3/Flex2Yeah, my bad,I 
  wrote that in the email editor and didn't test it, but hopefully it 
  demonstrates the idea.Spike
  On 10/26/05, Battershall, Jeff <[EMAIL PROTECTED]
> 
  wrote:
  
Hshouldn't the 
private var 'instance' also be static?
 
Jeff

  
  -Original Message-From: 
flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of SpikeSent: 
  Wednesday, October 26, 2005 10:50 AMTo: flexcoders@yahoogroups.com

  Subject: Re: [flexcoders] Implementing ModelLocator pattern 
  in AS3/Flex2
  package {  public 
  class MySingleton {      private var 
  instance:MySingleton;     public 
  MySingleton(x:PrivateClass) {  instance = 
  this;    }    public static 
  getInstance():MySingleton {  if (instance 
  == null) {    instance = new 
  MySingleton(new PrivateClass());  
  }  return instance;    
  }  }  private class PrivateClass 
  {      }}Something like 
  that.Spike
  On 10/26/05, Battershall, Jeff <
[EMAIL PROTECTED] > wrote: 
  
I've been playing with 
this a bit and my big, big question is this:  How the heck can you 
create a singleton when the contructor evidently must be public in AS 
3.0?

Jeff 
BattershallApplication 
ArchitectDow Jones Indexes[EMAIL PROTECTED](609) 520-5637 
(p)(484) 477-9900 (c)

  
  -Original Message-From: 
flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of Benoit 
  HediardSent: Tuesday, October 25, 2005 9:48 
  AMTo: flexcoders@yahoogroups.com 
  Subject: RE: [flexcoders] 
  Implementing ModelLocator pattern in 
  AS3/Flex2
  
  I 
  don't think that bindings works on singleton instance 
  syntax.
   
  TestLocator.as
  -
  package {  public class TestLocator 
  {private static var 
  testLocator:TestLocator;public var 
  someProperty:String;public static 
  function getInstance():TestLocator 
  {   if(testLocator == 
  null)testLocator = new 
  TestLocator();return 
  testLocator;    
  }public function TestLocator() 
  {   this.someProperty = "Some 
  value";  }   }}
   
  Test.mxml
  -
  
 
  http://www.macromedia.com/2005/mxml" 
  xmlns="*">
   
   
   
  
   
  
   
  
   
  Anyway, I'll wait for the release of Cairngorm for Flex2.0 to 
  see how Steven and Allistair did this part of their 
  framework.
   
  Thanks.
   
  Benoit Hediard
  
  
  De : flexcoders@yahoogroups.com [mailto:
 
  flexcoders@yahoogroups.com] De la part de Matt 
  ChotinEnvoyé : lundi 24 octobre 2005 
  19:39À : flexcoders@yahoogroups.comObjet : 
  RE: [flexcoders] Implementing ModelLocator pattern in 
  AS3/Flex2
  
  
  I haven't 
  investigated this for real but you may need to turn ModelLocator into 
  a singleton so that there's an instance of an object to watch.  
  Because we're doing code-gen and not prototype hacking it's impossible 
  to make a Class object an EventDispatcher.  The singleton 
  approach would allow us to use the code-gen and then you'd simply bind 
  to ModelLocator.getInstance().myModel instead of 
  ModelLocator.myModel.
   
  Matt
   
  
  
  
  
  From:
 
  flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Clint 
  ModienSent: Friday, 
  October 21, 2005 12:18 PMTo: flexcoders@ya

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason










I didn’t see you attached files since
I am viewing via Outlook.  Usually that’s frowned upon on lists, but
maybe with Yahoo lists like this its OK.  Anyway, since I was off on your
question apparently, now I really can’t believe I responded.

 



Jason
Merrill   |   E-Learning Solutions   | 
icfconsulting.com 

 

 

 

 

 






NOTICE:
This message is for the designated recipient only and may 
contain privileged or confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any 
other use of this e-mail by you is prohibited.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Google AdSense

2005-10-26 Thread Robert Thompson
Thanks Jester,

Do you or anyone else have any recommendations on how
this can occur in a Text component; i.e.
adSense.htmlText =  and then have the
javascript that's required for AdSense included in the
page.

Or am I mis-understanding what's possible here?

Although there seems to be a small culture out there
that doesn't like Full Flash sites; my clients love
it.

-r

--- JesterXL <[EMAIL PROTECTED]> wrote:

> I never figured out how to modify the HTML Flex
> generates.  Instead, since I 
> didn't need HistoryManagement, I just made my own
> HTML container and hosted 
> the SWF in that.  That way, you can put whatever you
> want underneath it.
> 
> - Original Message - 
> From: "Robert Thompson"
> <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, October 26, 2005 1:33 AM
> Subject: [flexcoders] Google AdSense
> 
> 
> Does anyone know if there is a typical good method
> for
> integrating Google AdSense javascript into Flex
> and/or
> Flash?
> 
> Is it possible to put the javascript include in the
> main container file, then the html in either a text
> control, or is there another way?
> 
> -r
> 
> 
> 
> 
> __
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] The Current Architecture

2005-10-26 Thread Joe Rinehart



Hi Kenlie,

The Flex 2.0 framework contains data service components for connecting
to existing Web Services...see 
documentation.  

-JoeOn 10/26/05, knly browne <[EMAIL PROTECTED]> wrote:



Good day awll
I must show some gratitude for all the help that i have recieved from the experts here..

I just want to know one thing.. Currently the developers version of flex 2.0 is just the framework with the IDE
for creating the applications.. so if you  want to access
web-services you have to create you own Jrun Server(sorta) to do the
crossdomain communication..

Am i on the right track...?

Thanks again
great help on this mailing list-- Kenlie BrowneSoftware Developer






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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




  








-- Get Glued!The Model-Glue ColdFusion Frameworkhttp://www.model-glue.com






--
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] Security error - can anyone help with this?

2005-10-26 Thread cnewroth55
I am getting the following popup error when i try to access the 
examples on my secured server. Any one seen this before and I ahve my 
flex-config wide open..

HTTPService Fault:
sun.security.validator.ValidatorExecption:
no trusted certificate could be found

i am on a https connection, so it looks like that the service call is 
thinking it is a http. is there something in the tag that I need to 
chage to tell it that it is a https?







 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Security error - can anyone help with this?

2005-10-26 Thread Jeff Tapper
try setting useProxy="true" on your HttpService tag

At 12:05 PM 10/26/2005, you wrote:
>I am getting the following popup error when i try to access the
>examples on my secured server. Any one seen this before and I ahve my
>flex-config wide open..
>
>HTTPService Fault:
>sun.security.validator.ValidatorExecption:
>no trusted certificate could be found
>
>i am on a https connection, so it looks like that the service call is
>thinking it is a http. is there something in the tag that I need to
>chage to tell it that it is a https?
>
>
>
>
>
>
>
>--
>Flexcoders Mailing List
>FAQ: 
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: 
>http://www.mail-archive.com/flexcoders%40yahoogroups.com
> 
>
>
>
>
>SPONSORED LINKS
>Web
> 
>site design development 
>Computer
> 
>software development 
>Software
> 
>design and development
>Macromedia
> 
>flex 
>Software
> 
>development best practice
>
>
>--
>YAHOO! GROUPS LINKS
>
>*  Visit your group 
> "flexcoders" on the web.
>*
>*  To unsubscribe from this group, send an email to:
>* 
> [EMAIL PROTECTED] 
>
>*
>*  Your use of Yahoo! Groups is subject to the 
> Yahoo! Terms of Service.
>
>
>--



 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Google AdSense

2005-10-26 Thread JesterXL
Won't work bro.  Google Adsense wants you to embed JavaScript.  TextArea's 
in Flex can display HTML 1.0, but not actually run JavaScript.

So, you'll have to either put the adsense code somewhere around the Flex 
embedded content, or use an IFrame to put it over top.


- Original Message - 
From: "Robert Thompson" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 11:52 AM
Subject: Re: [flexcoders] Google AdSense


Thanks Jester,

Do you or anyone else have any recommendations on how
this can occur in a Text component; i.e.
adSense.htmlText =  and then have the
javascript that's required for AdSense included in the
page.

Or am I mis-understanding what's possible here?

Although there seems to be a small culture out there
that doesn't like Full Flash sites; my clients love
it.

-r

--- JesterXL <[EMAIL PROTECTED]> wrote:

> I never figured out how to modify the HTML Flex
> generates.  Instead, since I
> didn't need HistoryManagement, I just made my own
> HTML container and hosted
> the SWF in that.  That way, you can put whatever you
> want underneath it.
>
> - Original Message - 
> From: "Robert Thompson"
> <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, October 26, 2005 1:33 AM
> Subject: [flexcoders] Google AdSense
>
>
> Does anyone know if there is a typical good method
> for
> integrating Google AdSense javascript into Flex
> and/or
> Flash?
>
> Is it possible to put the javascript include in the
> main container file, then the html in either a text
> control, or is there another way?
>
> -r
>
>
>
>
> __
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ:
>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
>
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>





__
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com



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







 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Re: Security error - can anyone help with this?

2005-10-26 Thread Dave Wolf
That setting should be on by default.  Is it?  If so I actually want
you to do the opposite, and to set

useProxy="false"

You will need to update flex-config to allow this also.

Please let me know if it suddenly works now.  If so I can explain why
it worked when bypassing the proxy.  If not, we need some more digging ;)

Oh, BTW, what container?


-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 



--- In flexcoders@yahoogroups.com, Jeff Tapper <[EMAIL PROTECTED]> wrote:
>
> try setting useProxy="true" on your HttpService tag
> 
> At 12:05 PM 10/26/2005, you wrote:
> >I am getting the following popup error when i try to access the
> >examples on my secured server. Any one seen this before and I ahve my
> >flex-config wide open..
> >
> >HTTPService Fault:
> >sun.security.validator.ValidatorExecption:
> >no trusted certificate could be found
> >
> >i am on a https connection, so it looks like that the service call is
> >thinking it is a http. is there something in the tag that I need to
> >chage to tell it that it is a https?
> >
> >
> >
> >
> >
> >
> >
> >--
> >Flexcoders Mailing List
> >FAQ: 
>
>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> >Search Archives: 
>
>http://www.mail-archive.com/flexcoders%40yahoogroups.com

> >
> >
> >
> >
> >SPONSORED LINKS
>
>Web

> >site design development 
>
>Computer

> >software development 
>
>Software

> >design and development
>
>Macromedia

> >flex 
>
>Software

> >development best practice
> >
> >
> >--
> >YAHOO! GROUPS LINKS
> >
> >*  Visit your group 
> > "flexcoders" on the web.
> >*
> >*  To unsubscribe from this group, send an email to:
> >* 
> >
[EMAIL PROTECTED]

> >
> >*
> >*  Your use of Yahoo! Groups is subject to the 
> > Yahoo! Terms of Service.
> >
> >
> >--
>






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Security error - can anyone help with this?

2005-10-26 Thread Craig Newroth



nope, not yet, will give that a shot..
thx
Jeff Tapper <[EMAIL PROTECTED]> wrote:
try setting useProxy="true" on your HttpService tagAt 12:05 PM 10/26/2005, you wrote:>I am getting the following popup error when i try to access the>examples on my secured server. Any one seen this before and I ahve my>flex-config wide open..>>HTTPService Fault:>sun.security.validator.ValidatorExecption:>no trusted certificate could be found>>i am on a https connection, so it looks like that the service call is>thinking it is a http. is there something in the tag that I need to>chage to tell it that it is a https?-->Flexcoders Mailing List>FAQ: >http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>Search Archives: >http://www.mail-archive.com/flexcoders%40yahoogroups.com >SPONSORED LINKS>Web >site design development >Computer >software development >Software >design and development>Macromedia >flex >Software >development best practice>>>-->YAHOO! GROUPS LINKS>>    *  Visit your group > "flexcoders" on the web.>    *>    *  To unsubscribe from
 this group, send an email to:>    * > [EMAIL PROTECTED] >>    *>    *  Your use of Yahoo! Groups is subject to the > Yahoo! Terms of Service.>>>--
		 Yahoo! FareChase - Search multiple travel sites in one click.

 

 





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Re: Two way data binding?

2005-10-26 Thread Matt Chotin










The automatic update of the data itself
will be available in the Framework, the data services is what allows for
automatic transfer back to the server.

 

The cell renderer APIs may help show you
what can be done in Flex 2 as well.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dave Wolf
Sent: Wednesday, October 26, 2005
7:34 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Two way
data binding?



 

This will be handled in the
Flex2 data services.  More importantly is
that the changes (inserted, added and deleted
buffers) will be
marshalled to the server as needed and can be
bound to a persistence
adapter (say Hibernate) to even manage updating
the data store with
the changes.

That's where the real power comes in.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY x85 

--- In flexcoders@yahoogroups.com,
"ddwoske" <[EMAIL PROTECTED]> wrote:
>
> I have big problems understanding something.
> 
> I basically want to build UI components which
modify underlying XML so
> that I can send the modified XML back to the
server.  I want to bind
> some TextInput components to portions of the
XML and when I change the
> text then I want the XML to be automatically
updated.  This doesn't
> seem possible, and if it is, it doesn't seem
very easy.
> 
> 
> Using OpenLaszlo here is a simple, but
complete program for modifying
> the price of a list of items:
> 
> 
> 
> 
>   
>  
One100
>  
Two200
>  
Three300
>   
> 
> 
> 
>   
>   
>   
> 
> 
>   

>   
this.datapath.updateData();
>   

> 
>   
> 
>   
canvas.datasets.inventory.serialize() )">
>    Dump XML
> 
> 
> 
> 
> You can try running it here:
>
http://www.laszlosystems.com/lps-3.0/laszlo-explorer/editor.jsp?src="">
> 
> I can change the prices on the screen, and
the underlying XML is
> automatically updated through the use of the
updateData() method.
> 
> Does this two-way binding exist in Flex 2.0 ?
> 
> I see how you can add a mouseOut handler, but
I don't see how to push
> the data back into the XML model from where
it came from without some
> fancy code in the handler.. can someone tell
me how to do this?
> 
> 
> Cheers,
>   Don
>












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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Jeff Tapper
Matt -

Would subclassing really be an issue?  presumably, the subclass would have 
a different name than the super class, so it wont really be a method 
override, or am i looking at it too simplistically?

At 12:24 PM 10/26/2005, you wrote:
>The Player team is still thinking about it.  We all want private 
>constructors, but we may not get them for this release and will instead 
>need to rely on the kludge like you mentioned.  The consequences of the 
>private constructor are not obvious but they are there (for example the 
>inability to subclass since you can’t create another public/protected 
>constructor since we don’t get overloading; fine for a singleton, maybe 
>not fine in the general case)…
>
>
>--
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
>Behalf Of Spike
>Sent: Wednesday, October 26, 2005 8:34 AM
>To: flexcoders@yahoogroups.com
>Subject: Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
>
>I agree that it's a bit of a kludge, but it does provide a reliable way to 
>implement the Singleton pattern.
>
>With a bit of luck MM will add private constructors to the language before 
>the final release and we won't have to worry about it.
>
>My guess is that there are a couple of internal things that rely on there 
>being a public constructor and that it will get added later.
>
>Spike
>On 10/26/05, Battershall, Jeff 
><[EMAIL PROTECTED]> wrote:
>Spike,
>
>Thanks!  Why should we have to do such a kludgy workaround, though?  Why 
>can't we have a private constructor if Java does? Suppose that's a 
>question for the Flash Player engineering team...
>
>Jeff
>-Original Message-
>From: flexcoders@yahoogroups.com 
>[mailto: [EMAIL PROTECTED] On Behalf Of Spike
>Sent: Wednesday, October 26, 2005 11:16 AM
>To: flexcoders@yahoogroups.com
>Subject: Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
>
>
>Yeah, my bad,
>
>I wrote that in the email editor and didn't test it, but hopefully it 
>demonstrates the idea.
>
>Spike
>On 10/26/05, Battershall, Jeff 
><[EMAIL PROTECTED] > wrote:
>Hshouldn't the private var 'instance' also be static?
>
>Jeff
>-Original Message-
>From: flexcoders@yahoogroups.com 
>[mailto: [EMAIL PROTECTED] On Behalf Of Spike
>Sent: Wednesday, October 26, 2005 10:50 AM
>To: flexcoders@yahoogroups.com
>Subject: Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
>package {
>   public class MySingleton {
>
> private var instance:MySingleton;
>
> public MySingleton(x:PrivateClass) {
>   instance = this;
> }
>
> public static getInstance():MySingleton {
>   if (instance == null) {
> instance = new MySingleton(new PrivateClass());
>   }
>   return instance;
> }
>   }
>
>   private class PrivateClass {
>
>   }
>}
>
>Something like that.
>
>Spike
>
>On 10/26/05, Battershall, Jeff < 
>[EMAIL PROTECTED] > wrote:
>I've been playing with this a bit and my big, big question is this:  How 
>the heck can you create a singleton when the contructor evidently must be 
>public in AS 3.0?
>
>Jeff Battershall
>Application Architect
>Dow Jones Indexes
>[EMAIL PROTECTED]
>(609) 520-5637 (p)
>(484) 477-9900 (c)
>-Original Message-
>From: flexcoders@yahoogroups.com 
>[mailto: [EMAIL PROTECTED] On Behalf Of Benoit Hediard
>Sent: Tuesday, October 25, 2005 9:48 AM
>To: flexcoders@yahoogroups.com
>Subject: RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
>I don't think that bindings works on singleton instance syntax.
>
>TestLocator.as
>-
>package {
>
>  public class TestLocator {
>
>   private static var testLocator:TestLocator;
>
>   public var someProperty:String;
>
>   public static function getInstance():TestLocator {
>if(testLocator == null)
> testLocator = new TestLocator();
>
>return testLocator;
> }
>
>   public function TestLocator() {
>this.someProperty = "Some value";
>   }
>
>  }
>}
>
>Test.mxml
>-
>
>http://www.macromedia.com/2005/mxml> 
>http://www.macromedia.com/2005/mxml"; xmlns="*">
>
>
>  
>
>
>
>
>
>
>
>
>Anyway, I'll wait for the release of Cairngorm for Flex2.0 to see how 
>Steven and Allistair did this part of their framework.
>
>Thanks.
>
>Benoit Hediard
>
>
>--
>De : flexcoders@yahoogroups.com 
>[mailto: [EMAIL PROTECTED] De la part de Matt Chotin
>Envoyé : lundi 24 octobre 2005 19:39
>À : flexcoders@yahoogroups.com
>Objet : RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
>
>I haven't investigated this for real but you may need to turn ModelLocator 
>into a singleton so that there's an i

[flexcoders] Non-Public Constructors was Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Jeff Tapper
True, but that is not necessary in all subclasses.  If we need to do that, 
we would probably create an internal constructor, rather than a private 
one.  What I'd really like to see one way or the other is the ability to 
have non-public constructors.  Ideally, that would include public, 
internal, and private.

At 12:32 PM 10/26/2005, you wrote:
>You can’t call super() when the superclass constructor is not accessible 
>to you…
>
>
>--
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
>Behalf Of Jeff Tapper
>Sent: Wednesday, October 26, 2005 9:31 AM
>To: flexcoders@yahoogroups.com
>Subject: RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
>
>Matt -
>
>Would subclassing really be an issue?  presumably, the subclass would have
>a different name than the super class, so it wont really be a method
>override, or am i looking at it too simplistically?
>
>At 12:24 PM 10/26/2005, you wrote:
> >The Player team is still thinking about it.  We all want private
> >constructors, but we may not get them for this release and will instead
> >need to rely on the kludge like you mentioned.  The consequences of the
> >private constructor are not obvious but they are there (for example the
> >inability to subclass since you can’t create another public/protected
> >constructor since we don’t get overloading; fine for a singleton, maybe
> >not fine in the general case)…
> >
> >
> >--
> >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> >Behalf Of Spike
> >Sent: Wednesday, October 26, 2005 8:34 AM
> >To: flexcoders@yahoogroups.com
> >Subject: Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
> >
> >I agree that it's a bit of a kludge, but it does provide a reliable way to
> >implement the Singleton pattern.
> >
> >With a bit of luck MM will add private constructors to the language before
> >the final release and we won't have to worry about it.
> >
> >My guess is that there are a couple of internal things that rely on there
> >being a public constructor and that it will get added later.
> >
> >Spike
> >On 10/26/05, Battershall, Jeff
> ><[EMAIL PROTECTED]> wrote:
> >Spike,
> >
> >Thanks!  Why should we have to do such a kludgy workaround, though?  Why
> >can't we have a private constructor if Java does? Suppose that's a
> >question for the Flash Player engineering team...
> >
> >Jeff
> >-Original Message-
> >From: flexcoders@yahoogroups.com
> >[mailto: [EMAIL PROTECTED] On Behalf Of Spike
> >Sent: Wednesday, October 26, 2005 11:16 AM
> >To: flexcoders@yahoogroups.com
> >Subject: Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
> >
> >
> >Yeah, my bad,
> >
> >I wrote that in the email editor and didn't test it, but hopefully it
> >demonstrates the idea.
> >
> >Spike
> >On 10/26/05, Battershall, Jeff
> ><[EMAIL PROTECTED] > 
> wrote:
> >Hshouldn't the private var 'instance' also be static?
> >
> >Jeff
> >-Original Message-
> >From: flexcoders@yahoogroups.com
> >[mailto: [EMAIL PROTECTED] On Behalf Of Spike
> >Sent: Wednesday, October 26, 2005 10:50 AM
> >To: flexcoders@yahoogroups.com
> >Subject: Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
> >package {
> >   public class MySingleton {
> >
> > private var instance:MySingleton;
> >
> > public MySingleton(x:PrivateClass) {
> >   instance = this;
> > }
> >
> > public static getInstance():MySingleton {
> >   if (instance == null) {
> > instance = new MySingleton(new PrivateClass());
> >   }
> >   return instance;
> > }
> >   }
> >
> >   private class PrivateClass {
> >
> >   }
> >}
> >
> >Something like that.
> >
> >Spike
> >
> >On 10/26/05, Battershall, Jeff <
> >[EMAIL PROTECTED] > wrote:
> >I've been playing with this a bit and my big, big question is this:  How
> >the heck can you create a singleton when the contructor evidently must be
> >public in AS 3.0?
> >
> >Jeff Battershall
> >Application Architect
> >Dow Jones Indexes
> >[EMAIL PROTECTED]
> >(609) 520-5637 (p)
> >(484) 477-9900 (c)
> >-Original Message-
> >From: flexcoders@yahoogroups.com
> >[mailto: [EMAIL PROTECTED] On Behalf Of Benoit Hediard
> >Sent: Tuesday, October 25, 2005 9:48 AM
> >To: flexcoders@yahoogroups.com
> >Subject: RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2
> >I don't think that bindings works on singleton instance syntax.
> >
> >TestLocator.as
> >-
> >package {
> >
> >  public class TestLocator {
> >
> >   private static var testLocator:TestLocator;
> >
> >   public var someProperty:String;
> >
> >   public static function getInstance():TestLocator {
> >if(testLocator == 

Re: [flexcoders] Non-Public Constructors was Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Weyert de Boer
Could someone give me some examples why you want to overload/inherite 
from a private constructor? I can't come up with some cases 1-2-3.


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-26 Thread Weyert de Boer
Matt Chotin wrote:

> You can’t call super() when the superclass constructor is not 
> accessible to you…
>
I don't think much classes will have the need for a private constructor, 
of course the Singleton classes will.
If we need to vote for such a request point me to the url ;-) I don't 
think private constructors are supported by
the ECMAScript standard.


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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





RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason










I just re-read what I wrote, and I meant
that last sentence in a humorous way by the way…

 



Jason
Merrill   |   E-Learning Solutions   | 
icfconsulting.com 






















From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Merrill, Jason
Sent: Wednesday, October 26, 2005
11:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
access control attributes inside a repeater



 

I didn’t see you attached files since
I am viewing via Outlook.  Usually that’s frowned upon on lists, but
maybe with Yahoo lists like this its OK.  Anyway, since I was off on your
question apparently, now I really can’t believe I responded.

 



Jason
Merrill   |   E-Learning Solutions   | 
icfconsulting.com 

 

 

 

 

 



NOTICE:

This
message is for the designated recipient only and may contain privileged or
confidential information. If you have received it in error, please notify the
sender immediately and delete the original. Any other use of this e-mail
by you is prohibited.









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Problem with redawing tree xml content

2005-10-26 Thread Tracy Spratt
Remember that data service calls are asynchronous, and you must either bind to 
the result or use a result handler.  In truth, I never bind directly to a data 
service result, it is just too hard to debug.  I always use a result handler 
first, then assign the result to a member variable, and bind to that.

Tracy 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL 
PROTECTED]
Sent: Wednesday, October 26, 2005 4:01 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Problem with redawing tree xml content

Wow thanks. This works. Didn't know I have to do it in the result handler.



On 20 Oct 2005 at 12:37, Tracy Spratt wrote:

> Try re-assigning the dataProvider to the tree in a result handler
> function.
> 
> Tracy
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of jrab2999
> Sent: Thursday, October 20, 2005 10:14 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Problem with redawing tree xml content
> 
> Hello clubbers,
> 
> 
> I have a problem with refreshing a tree:
> 
> Look at my code:
> 
> 
> script
> 
> var treeDP:XML;
> 
> function selectRange() {
>  rangesid = ranges.selectedItem.id;
>  treeDP = new XML();
>  treeService.clearResult(true);
>  treeService.url = rangesid + ".xml";
>  //tree.invalidate();
>  treeService.send();
> }
> 
> write someting into treeDP
> 
> finish.
> 
> /script
> 
>  liveScrolling="true">{treeDP} e>
> 
> ---
> 
> If I later write another content to treeDP, the tree just disappears.
> Why this? The strange thing is, debugging approves that the new
> contents are stored in treeDP. Should I use a XMLCollection for treeDP
> instead of XML? Why the tree disappears but content is there??
> Is it a bug?
> 
> Thanks for help.
> 
> Re, Jurek
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> SPONSORED LINKS 
> Web site design 
> development 
> Computer software 
> development 
> Software design and 
> development 
> 
> Macromedia flex 
> Software development best 
> practice 
> 
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
> *   Visit your group "flexcoders" on the web.
>  
> *   To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>  
> *   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> 
> 
> 


Mit freundlichen Grüßen

Jurek Raben


---
AMW Alster Media & Werbung GmbH
Jurek Raben
Friedrich-Ebert-Damm 160b
22047 Hamburg
Tel.: +49 (0)40 3068320 
Fax: +49 (0)40 30683220  







--
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 ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Stupid Question, but driving me mad - TabBars

2005-10-26 Thread Tracy Spratt










Creationcomplete of what component?

 

Are you aware that the navigator components all use deferred
instantiation by default, and the child components do not exist until a user
first navigates to the view?

 

If you think this might be the issue, you can, for testing
purposes only ( Gordon ;) ), set creationPolicy=”all” on the nav containers. 
If that fixes the problem, search the archives for the thread titled “Why
you shouldn't set creationPolicy="all" to solve your deferred
instantiation problems”. Seriously.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Cox
Sent: Wednesday, October 26, 2005
5:01 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Stupid
Question, but driving me mad - TabBars



 

Guys + Girls,

 

I’ve a tabbar on 3 separate forms inside a Tab Nav.

 

Now the dataprovider for these is populated from a
webservice, the issue I’m having is setting the selectedIndex on the
tabbars initially. Once the tabbar is created, the selectedindex works perfect.

 

Setting the selectedindex in a creationcomplete event
doesn’t work, is there an event which is fired to notify when a tabbar
has built up it’s buttons? I’ve tried childrenCreated but I suspect
that’s for when it’s attached to a viewstate etc.

 

Stupid problem I know, but it’s always the little ones
that cause the most problems!



Cheers,

 

Steve









--
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] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young

I'm attempting to loop through childNodes on a tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a series of child
elements in which each child may be one level deep.

When I execute the code below on an item off the root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any help would be much
obliged!

In the code snippet below, sections is the array of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread fowleryj
The parent of PopUp.mxml is an . I saw that in the
livedocs, but I didn't read it to mean that the MenuBar is not
intended for use within a pop-up (i.e. within a Panel)... is this the
case?

--- In flexcoders@yahoogroups.com, "kaibabsowats" <[EMAIL PROTECTED]> wrote:
>
> From the livedocs:
> 
> "The MenuBar control defines a horizontal menu bar that contains one
> or more Menus. The MenuBar control is generally always visible. **It
> is not intended for use as a pop up.** The individual Menus popup as
> the user clicks on them and disappear when a menu item is clicked or
> the menu is dismissed by clicking outside the menu."
> 
> **'s added for emphasive.
> 
> What is the parent container of the PopUp.mxml (mx:Panel)?  Is it a
> ViewStack?
> 
> Renaun
> 
> --- In flexcoders@yahoogroups.com, "fowleryj" <[EMAIL PROTECTED]> wrote:
> >
> > Dustin,
> > 
> > Thanks for that suggestion - it proved that the problem is indeed that
> > the menu is showing up beneath my window. Another strange thing is
> > that none of the items are selectable when I run my mouse cursor over
> > them. How would I get the menu to stop showing up beneath my window?
> > 
> > --
> > 
> > Renaun,
> > 
> > PopUp.mxml's top component is an . Main.mxml allows the user
> > to open any number of different windows (I gave them generic names for
> > this example, obviously, but they are all smaller parts of a large
> > application) in which the user will execute different tasks. Also, I
> > do have my AS function inside of 
> > > > 
> > > > (That works fine)
> > > > 
> > > >
> -
> > > > 
> > > > In PopUp.mxml:
> > > > 
> > > >  > > > change="menuChangeHandler(event)">
> > > > 
> > > > 
> > > > 
> > > >   
> > > >   
> > > >   
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > private function menuChangeHandler(event){
> > > > if(event.menuItem.attributes.data == "Open") {
> > > >   // Nothing yet
> > > > } else if(event.menuItem.attributes.data == "Close") {
> > > >   PopUpViewHelper.closePopUp();  // Closes the pop-up  
>  
> > > > } else if(event.menuItem.attributes.data == "Save") {
> > > >   // Nothing yet
> > > > }
> > > > }
> > > > 
> > > > (This is not working properly - the menu won't even drop down to
> show
> > > > the options.)
> > > > 
> > > > Any insight would be greatly appreciated.





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] create-compile-report not creating report

2005-10-26 Thread Clint Modien



i've opened my flex-config.xml file and set create-compile-report to true but it's not creating the report... production mode is set to false...
 
 
any ide why it's not creating the file?






--
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] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Mark Wales

If you don't mind a follow-up question from someone else, how do you
then listen for the events that will come from the new Button that is
created?

For example, I've tried calling "clickBroadcast" but it didn't seem to
work.

Thanks,

-Mark 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, October 26, 2005 2:19 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Usage of CreateClassObject & CreateComponent



- Original Message - 
From: "Libby" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 2:49 PM
Subject: [flexcoders] Usage of CreateClassObject & CreateComponent


Can you use these methods (CreateClassObject and/or CreateComponent)
inside of a class to create a mxml compound object? It doesn't work
for me but that doesn't mean much : )

If it is possible to do this, a snippet example would be very helpful
as I have about given up.

Thanks,
Libby






--
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 ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread JesterXL
var ref_mc:Button = Button ( createChild ( Button ) );
ref_mc.addEventListener("click", Delegate.create ( this, onClick ) );

function onClick(event_obj:Object):Void
{
trace("clicked the mofo");
}

- Original Message - 
From: "Mark Wales" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 3:24 PM
Subject: RE: [flexcoders] Usage of CreateClassObject & CreateComponent



If you don't mind a follow-up question from someone else, how do you
then listen for the events that will come from the new Button that is
created?

For example, I've tried calling "clickBroadcast" but it didn't seem to
work.

Thanks,

-Mark 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, October 26, 2005 2:19 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Usage of CreateClassObject & CreateComponent



- Original Message - 
From: "Libby" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 2:49 PM
Subject: [flexcoders] Usage of CreateClassObject & CreateComponent


Can you use these methods (CreateClassObject and/or CreateComponent)
inside of a class to create a mxml compound object? It doesn't work
for me but that doesn't mean much : )

If it is possible to do this, a snippet example would be very helpful
as I have about given up.

Thanks,
Libby






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



 





--
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 ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Tracy Spratt










I am just thinking here, but perhaps you
could use something like:

Alert.show(this.deptForm[i].getChildAt(n).text);

 

Debug this.deptForm[i] to make sure it is
referencing what you expect.

 

Tracy

 









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Doodi, Hari - BLS CTR
Sent: Wednesday, October 26, 2005
3:02 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] How to
access control attributes inside a repeater



 

I tried ….

 

Alert.show(this.deptForm[i].deptDesc.text); 


Alert.show(this.parent.deptForm[i].deptDesc.text); 


 

 

Both statements above displayed blank
alerts.

 

And found not working  L



Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy
 Spratt
Sent: Wednesday, October 26, 2005
1:47 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
access control attributes inside a repeater

 

Hey, Jason, go ahead and
risk being wrong.  I do it all the time!

 

Hari, repeaters generate
an array of id’s, so if the form has id “myForm”, you should
be able to reference the repeater with myForm[n].

 

Tracy

 













From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Merrill, Jason
Sent: Wednesday, October 26, 2005
12:31 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
access control attributes inside a repeater



 

I just re-read what I
wrote, and I meant that last sentence in a humorous way by the way…

 



Jason Merrill   |   E-Learning
Solutions   |  icfconsulting.com 























From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Merrill, Jason
Sent: Wednesday, October 26, 2005
11:48 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
access control attributes inside a repeater



 

I didn’t see you
attached files since I am viewing via Outlook.  Usually that’s
frowned upon on lists, but maybe with Yahoo lists like this its OK.  Anyway,
since I was off on your question apparently, now I really can’t believe I
responded.

 



Jason Merrill   |   E-Learning
Solutions   |  icfconsulting.com 

 

 

 

 

 



NOTICE:

This message is for the designated recipient only and
may contain privileged or confidential information. If you have received it in
error, please notify the sender immediately and delete the original. Any
other use of this e-mail by you is prohibited.












--
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] create-compile-report not creating report

2005-10-26 Thread Roger Gonzalez
> i've opened my flex-config.xml file and set 
> create-compile-report to true but it's not creating the 
> report... production mode is set to false...
>  
>  
> any ide why it's not creating the file?
> 
> 

Try searching for all files named '*-report.xml', hopefully its just
writing it somewhere unexpected.

-rg


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Re: Google AdSense

2005-10-26 Thread dunwerkin



Subject: Re: Google AdSenseThanks Jester,Do you or anyone else have any recommendations on how
this can occur in a Text component; i.e.adSense.htmlText =  and then have the_javascript_ that's required for AdSense included in thepage.Or am I mis-understanding what's possible here?
Although there seems to be a small culture out therethat doesn't like Full Flash sites; my clients loveit.-r

As JesterXL said, the TextArea will only display HTML and not
_javascript_.  I'm sure you could find a way to embed the _javascript_
in the surrounding HTML page and then find a way to link to it using
the _javascript_/Flash Integrating kit on OSFlash.org, or use an IFrame
as suggested.

However, I'll speculate that this is not worth your effort to try in
AdSense's current state.  The ads are selected based on page
content, and if Google can't figure out the content, a PublicService
Announcement is dispalyed for which you get NO MONEY.  While
Google can index SWF's (try searching with filetype:swf), I think it's
only indexing static content, and hopefully will index the MetaData
that you can put into Version 8 swfs.  But if your site is in
Flex, I'm assuming it's fully dynamic content (or you've wasted an
expensive server licence!), and Google won't know the content. 
Maybe someone can prove me wrong

If you're determined to get ads into your flex container, I think a
better approachh is to try to make contact directly with Google (maybe
through their forums) to get them to develop an API that doesn't rely
on _javascript_, and maybe where you can feed in keywords.  Yahoo
has an ad revenue sharing program too, and they seem to be a Flash
friendly company, so you might try them as well.  There's a blog
by a Yahoo person (Justin Church I think?) who posted a while back
about Yahoo opening up crossdomain files, etc specifically to help
Flash.

If you make any progress on getting access to an API, please let the
list know.  I'm sure there would be interest and help available in
developing a standard Flex component once the backend side is available.

Adam






--
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] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Mark Wales

Many thanks. 

The one clarification I'd add for anyone else who is reading is that
with Flex 2, you don't need the delegate and can reference onClick
directly.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, October 26, 2005 2:36 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Usage of CreateClassObject & CreateComponent

var ref_mc:Button = Button ( createChild ( Button ) );
ref_mc.addEventListener("click", Delegate.create ( this, onClick ) );

function onClick(event_obj:Object):Void
{
trace("clicked the mofo");
}

- Original Message - 
From: "Mark Wales" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 3:24 PM
Subject: RE: [flexcoders] Usage of CreateClassObject & CreateComponent



If you don't mind a follow-up question from someone else, how do you
then listen for the events that will come from the new Button that is
created?

For example, I've tried calling "clickBroadcast" but it didn't seem to
work.

Thanks,

-Mark 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, October 26, 2005 2:19 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Usage of CreateClassObject & CreateComponent



- Original Message - 
From: "Libby" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 2:49 PM
Subject: [flexcoders] Usage of CreateClassObject & CreateComponent


Can you use these methods (CreateClassObject and/or CreateComponent)
inside of a class to create a mxml compound object? It doesn't work
for me but that doesn't mean much : )

If it is possible to do this, a snippet example would be very helpful
as I have about given up.

Thanks,
Libby






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



 





--
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 ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Referencing a combobox label (FLEX 2)

2005-10-26 Thread Deepa Subramaniam
Hi-

Try startYear.selectedItem.label in your Model.

Deepa 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of yaagcur
Sent: Wednesday, October 26, 2005 11:52 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Referencing a combobox label (FLEX 2)


I am trying to get the value selected from an extended combobox
into a model which I subsequently use as a parameter in a webservice

The relevant pieces of code I am trying are

Form


Model

{startYear.label}

WebService

   
{myFormModel.minYearModel}

   
  

I am getting this error
'Access of undefined property label through a reference with static type
'






--
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 ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread Mercer, Dustin










When you create the window, you can
specify its’ modality (I think it is the 3rd parameter on the
createPopUp method, it’s a Boolean value).  Try setting the modality
to false.  A modal window is the topmost window in a flex application. 
I have had similar issues with modal windows…  This may not work,
but it is worth a try.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of fowleryj
Sent: Wednesday, October 26, 2005
5:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: (Flex
1.5 using Cairngorm Framework) MenuBars in PopUps not Working



 

Dustin,

Thanks for that suggestion - it proved that the
problem is indeed that
the menu is showing up beneath my window. Another
strange thing is
that none of the items are selectable when I run
my mouse cursor over
them. How would I get the menu to stop showing up
beneath my window?

--

Renaun,

PopUp.mxml's top component is an .
Main.mxml allows the user
to open any number of different windows (I gave
them generic names for
this example, obviously, but they are all smaller
parts of a large
application) in which the user will execute
different tasks. Also, I
do have my AS function inside of

> > 
> > (That works fine)
> > 
> >
-
> > 
> > In PopUp.mxml:
> > 
> > 
> > change="menuChangeHandler(event)">
> > 
> > 
> > 
> >   
> >   
> >   
> > 
> > 
> > 
> > 
> > 
> > private function
menuChangeHandler(event){
> > if(event.menuItem.attributes.data ==
"Open") {
> >   // Nothing yet
> > } else if(event.menuItem.attributes.data
== "Close") {
> >   PopUpViewHelper.closePopUp(); 
// Closes the
pop-up    
> > } else if(event.menuItem.attributes.data
== "Save") {
> >   // Nothing yet
> > }
> > }
> > 
> > (This is not working properly - the menu
won't even drop down to show
> > the options.)
> > 
> > Any insight would be greatly
appreciated.
> >
> 
> 
> 
> 
> 
> 
> --
> 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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Re: Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Libby
This works of course, using the Flex builtin objects. But how do I do
this (instantiate) using a .mxml file containing instances of those
builtin objects? I want to generate a portion of the screen at run
time that was previously created as a .mxml file. Just before I
generate it I will build the init object based on what is happening in
the app. I am trying to do this using createChild and it runs but
nothing paints on screen.
 
--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> 
> 
> - Original Message - 
> From: "Libby" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, October 26, 2005 2:49 PM
> Subject: [flexcoders] Usage of CreateClassObject & CreateComponent
> 
> 
> Can you use these methods (CreateClassObject and/or CreateComponent)
> inside of a class to create a mxml compound object? It doesn't work
> for me but that doesn't mean much : )
> 
> If it is possible to do this, a snippet example would be very helpful
> as I have about given up.
> 
> Thanks,
> Libby
> 
> 
> 
> 
> 
> 
> --
> 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 ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










Tried this variation, same result…removes
a folders child nodes but leaves the folder…don’t get it !!

 

var dp =
view.profileFields.dataProvider;

 

for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

  if ( locNode.toString() ==
nodes[0].toString() )

  {

    trace("TRUE");

    exclude = true;

  }

  var nextNode = locNode.nextSibling;

  if( exclude )

  { 

    locNode.removeNode();

  }

  locNode = nextNode;

}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 


I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i
{
 
trace("step2");
  var fields =
sections[i].childNodes;
  if( nodes[x] !=
sections[i] )
  {
 
  trace("step3");
 
  // Loop over fields
 
  for(var y:Number=0; y
 
  {
 
   
trace("step4");
 
    if( nodes[x] ==
fields[y] )
 
    {
 
   
  trace("step6: delete field");
 
   
  var field :XMLNode = fields[y];
 
   
  field.removeNode(); // Remove field
 
   
  break;
   
  }
 
  }
  } else {
 
  trace("step5: delete section");
 
  // Delete section
 
  sections[i].removeNode();
 
  break;
  }
}








--
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] RES: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread fowleryj
That was it! I set modal to false and now the menu shows up. Thanks
for your help, Dustin.

--- In flexcoders@yahoogroups.com, "Mercer, Dustin"
<[EMAIL PROTECTED]> wrote:
>
> When you create the window, you can specify its' modality (I think it is
> the 3rd parameter on the createPopUp method, it's a Boolean value).  Try
> setting the modality to false.  A modal window is the topmost window in
> a flex application.  I have had similar issues with modal windows...
> This may not work, but it is worth a try.
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of fowleryj
> Sent: Wednesday, October 26, 2005 5:32 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: (Flex 1.5 using Cairngorm Framework) MenuBars
> in PopUps not Working
> 
>  
> 
> Dustin,
> 
> Thanks for that suggestion - it proved that the problem is indeed that
> the menu is showing up beneath my window. Another strange thing is
> that none of the items are selectable when I run my mouse cursor over
> them. How would I get the menu to stop showing up beneath my window?
> 
> --
> 
> Renaun,
> 
> PopUp.mxml's top component is an . Main.mxml allows the user
> to open any number of different windows (I gave them generic names for
> this example, obviously, but they are all smaller parts of a large
> application) in which the user will execute different tasks. Also, I
> do have my AS function inside of 
> > > 
> > > (That works fine)
> > > 
> > >
> -
> > > 
> > > In PopUp.mxml:
> > > 
> > >  > > change="menuChangeHandler(event)">
> > > 
> > > 
> > > 
> > >   
> > >   
> > >   
> > > 
> > > 
> > > 
> > > 
> > > 
> > > private function menuChangeHandler(event){
> > > if(event.menuItem.attributes.data == "Open") {
> > >   // Nothing yet
> > > } else if(event.menuItem.attributes.data == "Close") {
> > >   PopUpViewHelper.closePopUp();  // Closes the pop-up
> 
> > > } else if(event.menuItem.attributes.data == "Save") {
> > >   // Nothing yet
> > > }
> > > }
> > > 
> > > (This is not working properly - the menu won't even drop down to
> show
> > > the options.)
> > > 
> > > Any insight would be greatly appreciated.





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] RES: (Flex 1.5 using Cairngorm Framework) MenuBars in PopUps not Working

2005-10-26 Thread Mercer, Dustin










No problem J  Hopefully Flex 2.0 will
fix some of these problems…  Time to go do some tests to see so we can
log these for Flex 2 J

 

Dustin Mercer

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj
Sent: Wednesday, October 26, 2005
2:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RES: (Flex
1.5 using Cairngorm Framework) MenuBars in PopUps not Working



 

That was it! I set modal to false and now the menu shows up. Thanks
for your help, Dustin.

--- In flexcoders@yahoogroups.com, "Mercer,
Dustin"
<[EMAIL PROTECTED]> wrote:
>
> When you create the window, you can specify
its' modality (I think it is
> the 3rd parameter on the createPopUp method,
it's a Boolean value).  Try
> setting the modality to false.  A modal
window is the topmost window in
> a flex application.  I have had similar
issues with modal windows...
> This may not work, but it is worth a try.
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
> Behalf Of fowleryj
> Sent: Wednesday, October 26, 2005 5:32 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: (Flex 1.5 using
Cairngorm Framework) MenuBars
> in PopUps not Working
> 
>  
> 
> Dustin,
> 
> Thanks for that suggestion - it proved that
the problem is indeed that
> the menu is showing up beneath my window.
Another strange thing is
> that none of the items are selectable when I
run my mouse cursor over
> them. How would I get the menu to stop
showing up beneath my window?
> 
> --
> 
> Renaun,
> 
> PopUp.mxml's top component is an
. Main.mxml allows the user
> to open any number of different windows (I
gave them generic names for
> this example, obviously, but they are all
smaller parts of a large
> application) in which the user will execute
different tasks. Also, I
> do have my AS function inside of

> > > 
> > > (That works fine)
> > > 
> > >
>
-
> > > 
> > > In PopUp.mxml:
> > > 
> > > 
> > >
change="menuChangeHandler(event)">
> > > 
> > > 
> > > 
> > >   
> > >   
> > >   
> > > 
> > > 
> > > 
> > > 
> > > 
> > > private function
menuChangeHandler(event){
> > > if(event.menuItem.attributes.data
== "Open") {
> > >   // Nothing yet
> > > } else
if(event.menuItem.attributes.data == "Close") {
> > >  
PopUpViewHelper.closePopUp();  // Closes the
pop-up
> 
> > > } else
if(event.menuItem.attributes.data == "Save") {
> > >   // Nothing yet
> > > }
> > > }
> > > 
> > > (This is not working properly - the
menu won't even drop down to
> show
> > > the options.)
> > > 
> > > Any insight would be greatly
appreciated.











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Mercer, Dustin










I hate to ask this, but did you restart
the server?  Any changes to the flex-config.xml require a server restart to
update…  If you did that, then try deleting the cache.dep and all the
folders under the generated folders in the web-inf\flex dir.  Then restart your
server and access your application again.  That should take care of it J

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger Gonzalez
Sent: Wednesday, October 26, 2005
12:41 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
create-compile-report not creating report



 

> i've opened my
flex-config.xml file and set 
> create-compile-report to true but it's not
creating the 
> report... production mode is set to false...
>  
>  
> any ide why it's not creating the file?
> 
> 

Try searching for all files named '*-report.xml',
hopefully its just
writing it somewhere unexpected.

-rg








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Re: Usage of CreateClassObject & CreateComponent

2005-10-26 Thread JesterXL
.as/.swf/.mxml... same thing; as long as they extend MovieClip somewhere up 
the ineritance tree, they are capable of being utlized via createChild.

CreateChild, however, is usually only used in Containers, such as Canvas, 
VBox, HBox, etc.

So, if I make this MXML component:





And save it as "JXLPanel.mxml" in a series of folders com > jxl, then, I 
could utilize it in my Application mxml file like so:






- Original Message - 
From: "Libby" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 4:37 PM
Subject: [flexcoders] Re: Usage of CreateClassObject & CreateComponent


This works of course, using the Flex builtin objects. But how do I do
this (instantiate) using a .mxml file containing instances of those
builtin objects? I want to generate a portion of the screen at run
time that was previously created as a .mxml file. Just before I
generate it I will build the init object based on what is happening in
the app. I am trying to do this using createChild and it runs but
nothing paints on screen.

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> 
> 
> - Original Message - 
> From: "Libby" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, October 26, 2005 2:49 PM
> Subject: [flexcoders] Usage of CreateClassObject & CreateComponent
>
>
> Can you use these methods (CreateClassObject and/or CreateComponent)
> inside of a class to create a mxml compound object? It doesn't work
> for me but that doesn't mean much : )
>
> If it is possible to do this, a snippet example would be very helpful
> as I have about given up.
>
> Thanks,
> Libby
>
>
>
>
>
>
> --
> 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 ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










One step further…that code snippet *is* working…the dataprovider for the
tree is changed…the nodes *are*
removed…I believe it’s the tree component that’s not
refreshing properly. I’ve tried redraw and broadcasting modelChanged,
change events to no avail…

 

-Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

Tried this variation, same
result…removes a folders child nodes but leaves the
folder…don’t get it !!

 

var dp =
view.profileFields.dataProvider;

 

for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

  if ( locNode.toString() ==
nodes[0].toString() )

  {

 
  trace("TRUE");

 
  exclude = true;

  }

  var nextNode = locNode.nextSibling;

  if( exclude )

  { 

   
locNode.removeNode();

  }

  locNode =
nextNode;

}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 


I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i
{
 
trace("step2");
  var fields =
sections[i].childNodes;
  if( nodes[x] !=
sections[i] )
  {
 
  trace("step3");
 
  // Loop over fields
 
  for(var y:Number=0; y
 
  {
 
   
trace("step4");
 
    if( nodes[x] ==
fields[y] )
 
    {
 
   
  trace("step6: delete field");
 
   
  var field :XMLNode = fields[y];
 
   
  field.removeNode(); // Remove field
 
   
  break;
 
    }
 
  }
  } else {
 
  trace("step5: delete section");
 
  // Delete section
 
  sections[i].removeNode();
 
  break;
  }
}









--
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] Is it possible to dynamically create a compound object that is saved as .mxml

2005-10-26 Thread Libby
at run time? I am trying to do this using CreateComponent and the
object never becomes visible. The .mxml file is a couple of containers
containing a mix of standard and custom components - part of a screen.
If you know how to do this please show me.

Thank you,
Libby





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] HTML Text in TextArea

2005-10-26 Thread Mehdi, Agha
Title: HTML Text in TextArea







Hi All,

How can I show HTML in TextArea so that instead of spitting out html tags, it actually renders html? I am replacing "<" and ">" with "<" and ">" respectively before I send it to Flash Client. If I don't replace that it does render HTML but doesn't show data in html table format and I have table in my html.

Thanks

Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Cell  : 209.275.0482

Fax  :  408.284.2766









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-26 Thread webworldly
Matt,

When you say, "deploy to your web server" does this mean users may 
browse using any version of the player, or will FP 8.5 be required 
to view the SWF if it was created in Flex2?

Thanks

--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> 
wrote [excerpted]:
>
>Now that you can
> compile the SWF on the client you can simply deploy the SWF to 
your web
> server and move on.   
>  
> 
> Matt
> 
>  
>





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Jeff Conrad










Try running .updateControl() on the tree
in question and see if that helps with redrawing.  I know that (apparently
undocumented) method worked for me in the MX04 v2 components.  I found
that by digging through the MX04 v2 components source.

 

My guess is it’ll probably work (at
least in 1.5 – 2.0 looks like it might be a big rewrite).

 

Maybe someone else knows a better way to
accomplish that.

 

Hope that helps/works,

 

Jeff

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
6:48 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

One step further…that code snippet *is* working…the dataprovider for the
tree is changed…the nodes *are*
removed…I believe it’s the tree component that’s not
refreshing properly. I’ve tried redraw and broadcasting modelChanged,
change events to no avail…

 

-Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

Tried this variation, same
result…removes a folders child nodes but leaves the
folder…don’t get it !!

 

var dp =
view.profileFields.dataProvider;

 

for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

  if ( locNode.toString() ==
nodes[0].toString() )

  {

 
  trace("TRUE");

 
  exclude = true;

  }

  var nextNode = locNode.nextSibling;

  if( exclude )

  { 

   
locNode.removeNode();

  }

  locNode =
nextNode;

}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 


I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i
{
 
trace("step2");
  var fields =
sections[i].childNodes;
  if( nodes[x] != sections[i]
)
  {
 
  trace("step3");
 
  // Loop over fields
 
  for(var y:Number=0; y
 
  {
 
   
trace("step4");
 
    if( nodes[x] ==
fields[y] )
 
    {
   
   
trace("step6: delete field");
 
   
  var field :XMLNode = fields[y];
 
   
  field.removeNode(); // Remove field
 
   
  break;
 
    }
 
  }
  } else {
 
  trace("step5: delete section");
 
  // Delete section
 
  sections[i].removeNode();
 
  break;
  }
}











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Tracy Spratt










Try removeTreeNode() instead of “removeNode”.
That is the correct method of the treeDataProvider API. removeNode may be a
low-level method that is not emitting the event.  Where did you find that
method anyway?

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
6:48 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

One step further…that code snippet *is* working…the dataprovider for the
tree is changed…the nodes *are*
removed…I believe it’s the tree component that’s not
refreshing properly. I’ve tried redraw and broadcasting modelChanged,
change events to no avail…

 

-Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

Tried this variation, same
result…removes a folders child nodes but leaves the
folder…don’t get it !!

 

var dp =
view.profileFields.dataProvider;

 

for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

  if ( locNode.toString() ==
nodes[0].toString() )

  {

 
  trace("TRUE");

 
  exclude = true;

  }

  var nextNode = locNode.nextSibling;

  if( exclude )

  { 

   
locNode.removeNode();

  }

  locNode =
nextNode;

}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 


I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i
{
 
trace("step2");
  var fields =
sections[i].childNodes;
  if( nodes[x] !=
sections[i] )
  {
 
  trace("step3");
 
  // Loop over fields
 
  for(var y:Number=0; y
 
  {
 
   
trace("step4");
 
    if( nodes[x] ==
fields[y] )
 
    {
 
   
  trace("step6: delete field");
 
   
  var field :XMLNode = fields[y];
 
   
  field.removeNode(); // Remove field
 
   
  break;
 
    }
 
  }
  } else {
 
  trace("step5: delete section");
 
  // Delete section
 
  sections[i].removeNode();
 
  break;
  }
}










--
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] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










Definitely had to do with an event being
fired…but whats odd was there was still *some* reaction by the component…it just moved the items
to the root of the tree. Anyhow I reset the dataprovider after the XML model
was changed and it’s working just fine now. Perhaps a more elegant way to
accomplish this but after a couple hours of fiddling..I gotta move on. ;-)

 

Thanks for the input!

Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeff Conrad
Sent: Wednesday, October 26, 2005
7:05 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

Try running .updateControl() on the tree
in question and see if that helps with redrawing.  I know that (apparently
undocumented) method worked for me in the MX04 v2 components.  I found
that by digging through the MX04 v2 components source.

 

My guess is it’ll probably work (at
least in 1.5 – 2.0 looks like it might be a big rewrite).

 

Maybe someone else knows a better way to accomplish
that.

 

Hope that helps/works,

 

Jeff

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
6:48 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 

One step further…that code snippet *is* working…the dataprovider for the
tree is changed…the nodes *are*
removed…I believe it’s the tree component that’s not
refreshing properly. I’ve tried redraw and broadcasting modelChanged,
change events to no avail…

 

-Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 

Tried this variation, same
result…removes a folders child nodes but leaves the
folder…don’t get it !!

 

var dp =
view.profileFields.dataProvider;

 

for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

  if ( locNode.toString() ==
nodes[0].toString() )

  {

 
  trace("TRUE");

 
  exclude = true;

  }

  var nextNode = locNode.nextSibling;

  if( exclude )

  { 

   
locNode.removeNode();

  }

  locNode =
nextNode;

}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem to
removeNode properly from a Tree!



 


I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i
{
 
trace("step2");
  var fields =
sections[i].childNodes;
  if( nodes[x] !=
sections[i] )
  {
 
  trace("step3");
 
  // Loop over fields
 
  for(var y:Number=0; y
 
  {
 
   
trace("step4");
 
    if( nodes[x] ==
fields[y] )
 
    {
 
   
  trace("step6: delete field");
 
   
  var field :XMLNode = fields[y];
 
   
  field.removeNode(); // Remove field
 
   
  break;
 
    }
 
  }
  } else {
 
  trace("step5: delete section");
 
  // Delete section
 
  sections[i].removeNode();
 
  break;
  }
}












--
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] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










Omg…that was it. Thanks Tracy.

I saw removeNode used in flexcoders
archive…and didn’t verify it in API docs!!

 

-Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: Wednesday, October 26, 2005
7:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

Try removeTreeNode() instead of
“removeNode”. That is the correct method of the treeDataProvider
API. removeNode may be a low-level method that is not emitting the event. 
Where did you find that method anyway?

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
6:48 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

One step further…that code snippet *is* working…the dataprovider for the
tree is changed…the nodes *are*
removed…I believe it’s the tree component that’s not
refreshing properly. I’ve tried redraw and broadcasting modelChanged,
change events to no avail…

 

-Stace

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!



 

Tried this variation, same result…removes
a folders child nodes but leaves the folder…don’t get it !!

 

var dp =
view.profileFields.dataProvider;

 

for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

  if ( locNode.toString() == nodes[0].toString()
)

  {

 
  trace("TRUE");

 
  exclude = true;

  }

  var nextNode = locNode.nextSibling;

  if( exclude )

  { 

   
locNode.removeNode();

  }

  locNode =
nextNode;

}

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!



 


I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; i
{
 
trace("step2");
  var fields =
sections[i].childNodes;
  if( nodes[x] !=
sections[i] )
  {
 
  trace("step3");
 
  // Loop over fields
 
  for(var y:Number=0; y
 
  {
 
   
trace("step4");
 
    if( nodes[x] ==
fields[y] )
 
    {
 
   
  trace("step6: delete field");
 
   
  var field :XMLNode = fields[y];
 
   
  field.removeNode(); // Remove field
 
   
  break;
 
    }
 
  }
  } else {
 
  trace("step5: delete section");
 
  // Delete section
 
  sections[i].removeNode();
 
  break;
  }
}











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-26 Thread Muzak
8.5 is required for swf files generated with Flex 2.

regards,
Muzak

- Original Message - 
From: "webworldly" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, October 27, 2005 12:29 AM
Subject: [flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE


> Matt,
>
> When you say, "deploy to your web server" does this mean users may
> browse using any version of the player, or will FP 8.5 be required
> to view the SWF if it was created in Flex2?
>
> Thanks
>




 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Aldo Bucchi
Hi Folks,

I'm looking for a business and technical level whitepaper that
develops on the differences and similarities between flex and AJAX. It
is for a customer that is "evaluating" both techs for a series of
applications.

I'm not asking wether this is a good or bad comparison to make, but it
is a fact that they ARE doing this comparison. so I have to go along
with it. and hopefully win!

I would go on and do a live presentation as I usually do, but I'm in
sanfrancisco and my clients are back in south america.

Thanks,
Aldo

--
: Aldo Bucchi :
mobile (56) 8 429 8300


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] Re: Referencing a combobox label (FLEX 2)

2005-10-26 Thread yaagcur
Deepa 
Thanks for suggestion 
tried that and got error on initializtion of

'Property label not found on Object and there is no default value'

and when I selected a year fom the comboBox the error that the 
required parameter was not found

Passing constants or the value of a text field as paramaters do work
Just cannot pick up the combo label


--- In flexcoders@yahoogroups.com, "Deepa Subramaniam" <[EMAIL PROTECTED]>
wrote:
>
> Hi-
> 
> Try startYear.selectedItem.label in your Model.
> 
> Deepa 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of yaagcur
> Sent: Wednesday, October 26, 2005 11:52 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Referencing a combobox label (FLEX 2)
> 
> 
> I am trying to get the value selected from an extended combobox
> into a model which I subsequently use as a parameter in a webservice
> 
> The relevant pieces of code I am trying are
> 
> Form
> 
> 
> Model
> 
> {startYear.label}
> 
> WebService
> 
>
>   {myFormModel.minYearModel}
>   
>
>   
> 
> I am getting this error
> 'Access of undefined property label through a reference with static type
> '
> 
> 
> 
> 
> 
> 
> --
> 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 ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Kelly Roman










I tried searching for anything with
report.xml and the compile report wasn’t there.

 

Any other thoughts?

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez
Sent: Wednesday, October 26, 2005
3:41 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
create-compile-report not creating report



 

> i've opened my
flex-config.xml file and set 
> create-compile-report to true but it's not
creating the 
> report... production mode is set to false...
>  
>  
> any ide why it's not creating the file?
> 
> 

Try searching for all files named '*-report.xml',
hopefully its just
writing it somewhere unexpected.

-rg








--
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] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread JesterXL
Don't know of one, but if you find one, please let us ( and me know 
offlist), thanks!  And good luck.

- Original Message - 
From: "Aldo Bucchi" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 9:02 PM
Subject: [flexcoders] AJAX vs Flex whitepaper?? anyone??


Hi Folks,

I'm looking for a business and technical level whitepaper that
develops on the differences and similarities between flex and AJAX. It
is for a customer that is "evaluating" both techs for a series of
applications.

I'm not asking wether this is a good or bad comparison to make, but it
is a fact that they ARE doing this comparison. so I have to go along
with it. and hopefully win!

I would go on and do a live presentation as I usually do, but I'm in
sanfrancisco and my clients are back in south america.

Thanks,
Aldo

--
: Aldo Bucchi :
mobile (56) 8 429 8300



--
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 ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




[flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?

--JesterXL


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] ColorPicker

2005-10-26 Thread Malcolm
Title: Message










Yes, I too have had problems using the ColorPicker
in a modal window. Works fine if it’s not in TitleWindow but as soon as I
put it in a modal true TitleWindow (that is opened from another TitleWindow) I can
not even select a color :-(

 

Malcolm

 









From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Deepa Subramaniam
Sent: Thursday, 27 October 2005
4:28 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ColorPicker



 



Hi - 





 





Very curious, I've filed the bug internally. Thanks for the
code.





 





To work around it you can keep track of the ColorPicker's
selectedItem and keep re-setting it everytime the TitleWindow is moved. A pain,
I know :(





 





deepa





 





-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Philippe Maegerman
Sent: Wednesday, October 26, 2005
2:09 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ColorPicker





Launcher.mxml


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

import mx.managers.*
function doOpen(){
var popupParent = this;
var isModal:Boolean = true;
var verifyPopUp =
PopUpManager.createPopUp(popupParent, ColorPickerWin, isModal);
}

Popup Panel" click="doOpen()"/>




ColorPickerWin.mxml





 xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*"
width="500" height="500" horizontalAlign="center">









 



Philippe
Maegerman



 



 







From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani
Sent: mercredi 26 octobre 2005
10:52
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
ColorPicker

On 10/24/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote:

> I noticed a  strange behavior, if the
ColorPicker is in a TitleWindow (pop-up), moving the  window will reset
the color to black.

Funny.  Can you post the example?  At
least we can make sure it
doesn't happen in 2.0.





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











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Clint Modien



ya
On 10/26/05, JesterXL <[EMAIL PROTECTED]> wrote:
Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?--JesterXL Yahoo! Groups Sponsor ~-->
Fair play? Video games influencing politics. Click and talk back!http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM~->
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links<*> To visit your group on the web, go to:   http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:   [EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/






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





  




  
  
  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] SWC's in Flex

2005-10-26 Thread Muzak
I have done that a while ago (think it was still Flex 1.0), so yes it should be 
possible.

Just checked the Flex Builder 1.5 manual (Developing Flex Applications) and it 
has a chapter about using/developing swc files.

Improving User Expercience -> Creating ActionScript Components
Administrating Applications -> Administering Flex -> Using SWC files

One thing that totally got me pulling my hair out was that for a component to 
work in Flex, you need to define the full class path 
as the 'className' in the component class file.
The Flash manual says to only specify the class name and not the full package.

class com.muzakdeezign.controls.MyButton extends mx.controls.Button {
static var symbolName:String = "MyButton";
static var symbolOwner = com.muzakdeezign.controls.MyButton;
// wrong
// var className:String = "MyButton";
// correct
var className:String = "com.muzakdeezign.controls.MyButton";
}

Not sure if that's still the case with Flex 1.5 though.

regards,
Muzak

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: "Flexcoders" 
Sent: Thursday, October 27, 2005 3:21 AM
Subject: [flexcoders] SWC's in Flex


> Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?
>
> --JesterXL
>
> 



 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
Cool, I read the help docs, didn't catch that, thanks for the 4-11.

I'm trying a Flash 8 SWC now, and she's yuking on it.  Bleh.. any way to 
get it work without having to use loadMovie?

- Original Message - 
From: "Muzak" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 10:08 PM
Subject: Re: [flexcoders] SWC's in Flex


I have done that a while ago (think it was still Flex 1.0), so yes it should 
be possible.

Just checked the Flex Builder 1.5 manual (Developing Flex Applications) and 
it has a chapter about using/developing swc files.

Improving User Expercience -> Creating ActionScript Components
Administrating Applications -> Administering Flex -> Using SWC files

One thing that totally got me pulling my hair out was that for a component 
to work in Flex, you need to define the full class path
as the 'className' in the component class file.
The Flash manual says to only specify the class name and not the full 
package.

class com.muzakdeezign.controls.MyButton extends mx.controls.Button {
static var symbolName:String = "MyButton";
static var symbolOwner = com.muzakdeezign.controls.MyButton;
// wrong
// var className:String = "MyButton";
// correct
var className:String = "com.muzakdeezign.controls.MyButton";
}

Not sure if that's still the case with Flex 1.5 though.

regards,
Muzak

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: "Flexcoders" 
Sent: Thursday, October 27, 2005 3:21 AM
Subject: [flexcoders] SWC's in Flex


> Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?
>
> --JesterXL
>
>




--
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 ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Roger Gonzalez
> I tried searching for anything with report.xml and the 
> compile report wasn't there.
> 
>  
> 
> Any other thoughts?
> 

Its possible that the option only works with the command-line compiler,
mxmlc.  Not positive, though.  Sorry.

-rg 



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Rob Dickey
Just curious if you have taken a look at http://www.osflash.org ?

Don't know about whitepapers, abstracts, but it’s a great source for ECMA
related items including javascript, actionscript, etc., and perhaps there
are links from there to something that would suit your needs...

HTH
Rob


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, October 26, 2005 6:21 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

Don't know of one, but if you find one, please let us ( and me know 
offlist), thanks!  And good luck.

- Original Message - 
From: "Aldo Bucchi" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 9:02 PM
Subject: [flexcoders] AJAX vs Flex whitepaper?? anyone??


Hi Folks,

I'm looking for a business and technical level whitepaper that
develops on the differences and similarities between flex and AJAX. It
is for a customer that is "evaluating" both techs for a series of
applications.

I'm not asking wether this is a good or bad comparison to make, but it
is a fact that they ARE doing this comparison. so I have to go along
with it. and hopefully win!

I would go on and do a live presentation as I usually do, but I'm in
sanfrancisco and my clients are back in south america.

Thanks,
Aldo

--
: Aldo Bucchi :
mobile (56) 8 429 8300



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

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





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Muzak
Which part isn't working?

Haven't done this in a long time though, so not sure if I'll be of great 
assistance, hehe.

regards,
Muzak

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, October 27, 2005 4:18 AM
Subject: Re: [flexcoders] SWC's in Flex


> Cool, I read the help docs, didn't catch that, thanks for the 4-11.
>
> I'm trying a Flash 8 SWC now, and she's yuking on it.  Bleh.. any way to
> get it work without having to use loadMovie?
>




 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Scott Barnes



What you're really asking is DHTML whitepaper vs FLASH ?

In a nutshell, AJAX is no uniformed approach, its more of a broad concept to be applied based on examples such as GMAIL.

You could probably take a look at Bindows.Net vs FLEX, but again, AJAX
is not really a specific technology makeup, more of "this
XmlHttpRequest, XML, XHTML and ...begin mixing..."

I'd also stress that comparing the two is like comparing a boat to a
car. Different concepts that fall under the banner of "Transportation"
yet radically different.
On 10/27/05, Aldo Bucchi <[EMAIL PROTECTED]> wrote:
Hi Folks,I'm looking for a business and technical level whitepaper thatdevelops on the differences and similarities between flex and AJAX. Itis for a customer that is "evaluating" both techs for a series of
applications.I'm not asking wether this is a good or bad comparison to make, but itis a fact that they ARE doing this comparison. so I have to go alongwith it. and hopefully win!I would go on and do a live presentation as I usually do, but I'm in
sanfrancisco and my clients are back in south america.Thanks,Aldo--: Aldo Bucchi :mobile (56) 8 429 8300 Yahoo! Groups Sponsor ~-->
Most low income households are not online. Help bridge the digital divide today!http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~->
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Regards,Scott Barneshttp://www.mossyblog.com







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Aldo Bucchi
Ok Scott,

But go tell that to a CIO.
I bet their reply is going to be:  but...why???
and you will be forced to develop a humanly understandable explanation.

that's what I need



On 10/26/05, Scott Barnes <[EMAIL PROTECTED]> wrote:
>What you're really asking is DHTML whitepaper vs FLASH ?
>
>  In a nutshell, AJAX is no uniformed approach, its more of a broad concept to 
> be applied based on examples such as GMAIL.
>
>  You could probably take a look at Bindows.Net vs FLEX, but again, AJAX is 
> not really a specific technology makeup, more of "this XmlHttpRequest, XML, 
> XHTML and ...begin mixing..."
>
>  I'd also stress that comparing the two is like comparing a boat to a car. 
> Different concepts that fall under the banner of "Transportation" yet 
> radically different.
>
>
>
>
> On 10/27/05, Aldo Bucchi <[EMAIL PROTECTED]> wrote:
> >
> >  Hi Folks,
> >
> > I'm looking for a business and technical level whitepaper that
> > develops on the differences and similarities between flex and AJAX. It
> > is for a customer that is "evaluating" both techs for a series of
> > applications.
> >
> > I'm not asking wether this is a good or bad comparison to make, but it
> > is a fact that they ARE doing this comparison. so I have to go along
> > with it. and hopefully win!
> >
> > I would go on and do a live presentation as I usually do, but I'm in
> > sanfrancisco and my clients are back in south america.
> >
> > Thanks,
> > Aldo
> >
> > --
> > : Aldo Bucchi :
> > mobile (56) 8 429 8300
> >
> >
> >
> > --
> > 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
>
>   --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
>
>  SPONSORED LINKS
>   Web site design development 
>   Computer software development   
> Software design and development
>   Macromedia flex   
> Software development best practice
>
>
   YAHOO! GROUPS LINKS
>
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>




--
: Aldo Bucchi :
mobile (56) 8 429 8300


 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




Re: [flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
- compile the Flash 8 SWC
- import the SWC into my Flex application mxml



- upload all files
- compile... nope, "can't recognize" it.

Had the same problem with a Flash MX 2004 SWC as well.

:: kicks monitor ::

- Original Message - 
From: "Muzak" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 10:58 PM
Subject: Re: [flexcoders] SWC's in Flex


Which part isn't working?

Haven't done this in a long time though, so not sure if I'll be of great 
assistance, hehe.

regards,
Muzak

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, October 27, 2005 4:18 AM
Subject: Re: [flexcoders] SWC's in Flex


> Cool, I read the help docs, didn't catch that, thanks for the 4-11.
>
> I'm trying a Flash 8 SWC now, and she's yuking on it.  Bleh.. any way 
> to
> get it work without having to use loadMovie?
>





--
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 ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] set Effect at runtime

2005-10-26 Thread Matt Chotin










Try this?

 

Application.application.canvas1.viewstack1.panel1.viewstack2.selectedChild.setStyle(“moveEffect”,
“b”); 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of keishichi2001
Sent: Wednesday, October 26, 2005
3:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] set Effect
at runtime



 

My Flex application is based on Cairngorm 0.99.
Main application includes several custom
components and those have 
own ViewHelper to render themselves.

Let's assume two of custom components, CompA and
CompB.
CompA has a  in it, and it has
moveEffect setting.
CompA also has definition of several
.
ie)



I'd like to change this effect to another one from
a ViewHelper of 
CompB.
To accomplish this, I tried following code.

=
...
var curImage:mx.controls.Image = 
mx.core.Application.application.canvas1.viewstack1.panel1.viewstack2.s
electedChild.childDescriptors[0];  // Image
object

curImage["moveEffect"] = "b";
...
=

It seems that the moveEffect isn't changed, and no
error at runtime.

Am I wrong on my code?
Does anyone have good solution for this issue?


Thanks,
Keishichi














--
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] SWC's in Flex

2005-10-26 Thread Roger Gonzalez
Are you certain that's the name of the AS2 class exported in the SWC?

Open the SWC using WinZip, and look at the "catalog.xml" file inside.
For the below to work, you would need to see a definition named
__Packages.MyTab.

Is your SWC somewhere in your library path?

-rg 

> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
> Sent: Wednesday, October 26, 2005 8:48 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] SWC's in Flex
> 
> - compile the Flash 8 SWC
> - import the SWC into my Flex application mxml
> 
> 
> 
> - upload all files
> - compile... nope, "can't recognize" it.
> 
> Had the same problem with a Flash MX 2004 SWC as well.
> 
> :: kicks monitor ::
> 
> - Original Message -
> From: "Muzak" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, October 26, 2005 10:58 PM
> Subject: Re: [flexcoders] SWC's in Flex
> 
> 
> Which part isn't working?
> 
> Haven't done this in a long time though, so not sure if I'll 
> be of great 
> assistance, hehe.
> 
> regards,
> Muzak
> 
> - Original Message - 
> From: "JesterXL" <[EMAIL PROTECTED]>
> To: 
> Sent: Thursday, October 27, 2005 4:18 AM
> Subject: Re: [flexcoders] SWC's in Flex
> 
> 
> > Cool, I read the help docs, didn't catch that, thanks for the 4-11.
> >
> > I'm trying a Flash 8 SWC now, and she's yuking on it.  
> Bleh.. any way 
> > to
> > get it work without having to use loadMovie?
> >
> 
> 
> 
> 
> 
> --
> 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 
> ~--> 
> Most low income households are not online. Help bridge the 
> digital divide today!
> http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
> --
> --~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 


 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] [flex1.5] precompile an ubiquious MXML application ?

2005-10-26 Thread Matt Chotin










You either need to fully qualify the url
for your gateway in flex-config.xml or you need to specify –contextRoot (I
think that’s the option name, check the docs) from mxmlc.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of r0main
Sent: Wednesday, October 26, 2005
7:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [flex1.5]
precompile an ubiquious MXML application ?



 

Hello,
I'd like to precompile an application into a SWF
that I can deploy in 
my Dev, Test and Production environment...

Yet I've got the following message when my SWF
gets called via 
http://pc007810d:9001/firm-web-admin/main.swf
URL:

*** Security Sandbox Violation *** Connection to
http//pc007810d:9001
{context.root}/amfgateway halted - not permitted
from 
http://pc007810d:9001/firm-web-admin/main.swf

Why isn't the
"{context.root}/amfgateway" replaced my current context 
root ???

Thanks a lot !

Romain











--
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] The Current Architecture

2005-10-26 Thread Matt Chotin










The question is do you own the machine
where the WebService lives or is it owned/managed by someone else (assuming it’s
a different machine from the one where your SWF lives)?  If you do own it it’s
easiest for you to put crossdomain.xml on that machine.  If not then you need
to use a proxy to reach the service.  The proxy will ship with Flex Enterprise
Services or you can look into writing your own proxy system depending on how
robust you need it to be.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of knly browne
Sent: Wednesday, October 26, 2005
7:55 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] The Current
Architecture



 

Good day awll
I must show some gratitude for all the help that i have recieved from the
experts here..

I just want to know one thing.. Currently the developers version of flex 2.0 is
just the framework with the IDE
for creating the applications.. so if you  want to access web-services you
have to create you own Jrun Server(sorta) to do the crossdomain communication..

Am i on the right track...?

Thanks again
great help on this mailing list

-- 
Kenlie Browne
Software Developer 







--
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] HTML Text in TextArea

2005-10-26 Thread Matt Chotin
Title: HTML Text in TextArea










I don’t think the TextArea is
capable of rendering  tags.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Wednesday, October 26, 2005
3:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] HTML Text in
TextArea



 

Hi All,

How can I show HTML in TextArea so that instead
of spitting out html tags, it actually renders html? I am replacing
"<" and ">"
with "<" and ">" respectively before I send it to Flash Client.
If I don't replace that it does render HTML but doesn't show data in
html table format and I have
table in my html.

Thanks

Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Cell  : 209.275.0482

Fax  :  408.284.2766









--
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] SWC's in Flex

2005-10-26 Thread Muzak
Make sure the swc is in the Lib path.

>From the docs:


After you generate a SWC file, you can use it in your Flex applications by 
copying it to the flex_app_root/WEB-INF/flex/user_classes 
directory. You can also copy SWC files to a directory specified by the 
 child tag in the flex-config.xml file. SWC files 
must be stored at the top level of the user_classes directory or the directory 
specified by the  element. You cannot store 
SWC files in subdirectories.

Note: Do not add SWC files to the flex_app_root/WEB-INF/flex/frameworks 
directory.

If the component does not have a namespace, you can add a generic namespace 
identifier in your  tag to use the 
component, as the following example shows:
http://www.macromedia.com/2003/mxml"; xmlns:but="*">

If the component has a package name as part of its namespace, you must do one 
of the following:

- Add the package name to the namespace declaration in the  tag.
For example:
http://www.macromedia.com/2003/mxml"; 
xmlns:but="mycomponents.*">

- Create a manifest file with compc (using the -manifest option), add that file 
to the web application that uses the component, and 
refer to that manifest file in the flex-config.xml file.
In the  tag, you specify only the unique namespace URI.


If the above has been taking care of, I'd look into the className var I 
mentioned earlier.

regards,
Muzak

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, October 27, 2005 5:48 AM
Subject: Re: [flexcoders] SWC's in Flex


>- compile the Flash 8 SWC
> - import the SWC into my Flex application mxml
>
> 
>
> - upload all files
> - compile... nope, "can't recognize" it.
>
> Had the same problem with a Flash MX 2004 SWC as well.
>
> :: kicks monitor ::
> 



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




RE: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Robert Thompson
There is no way AJAX will ever come close to what
Flash can do.

The only thing new by Google's asychronous XMLRequest
object is the ability for the sim. requests; other
than that, unless I'm missing something, these are
just JavaScript tricks that have been in use for
years.

I'm not saying it's not valuable in some situations,
but it's not even in the same universe for production
applications.

Just a fad of the sort like DHTML transitions
supported in a limited fashion by some browsers.

Just try to use any of the examples in the latest
Opera for example.

If I'm missing something here, someone just say so.

-r



--- Rob Dickey <[EMAIL PROTECTED]> wrote:

> Just curious if you have taken a look at
> http://www.osflash.org ?
> 
> Don't know about whitepapers, abstracts, but it’s a
> great source for ECMA
> related items including javascript, actionscript,
> etc., and perhaps there
> are links from there to something that would suit
> your needs...
> 
> HTH
> Rob
> 
> 
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Wednesday, October 26, 2005 6:21 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] AJAX vs Flex whitepaper??
> anyone??
> 
> Don't know of one, but if you find one, please let
> us ( and me know 
> offlist), thanks!  And good luck.
> 
> - Original Message - 
> From: "Aldo Bucchi" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, October 26, 2005 9:02 PM
> Subject: [flexcoders] AJAX vs Flex whitepaper??
> anyone??
> 
> 
> Hi Folks,
> 
> I'm looking for a business and technical level
> whitepaper that
> develops on the differences and similarities between
> flex and AJAX. It
> is for a customer that is "evaluating" both techs
> for a series of
> applications.
> 
> I'm not asking wether this is a good or bad
> comparison to make, but it
> is a fact that they ARE doing this comparison. so I
> have to go along
> with it. and hopefully win!
> 
> I would go on and do a live presentation as I
> usually do, but I'm in
> sanfrancisco and my clients are back in south
> america.
> 
> Thanks,
> Aldo
> 
> --
> : Aldo Bucchi :
> mobile (56) 8 429 8300
> 
> 
> 
> --
> 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 
> 
> •  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. 
> 
> 
> 
> 




__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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

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

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

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




  1   2   >