[flexcoders] change component name programatically

2005-09-14 Thread Ghislain Simard
How to change the name of a compoent programatically and still keeping 
the same attribute?

Script: Change Comp1 for ComponentA in the following line



Thanks




 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] fdb and flash debug player 8

2005-09-14 Thread Paul Frantz
Title: fdb and flash debug player 8







Any word on whether we'll get a Flex 1.5 update with a new fdb supporting a new flash 8 debug player?


Thinking about deploying our product's next release on 8 but don't know if I can recommend it if
I can't debug it.


Cheers,
Paul.




~~---
This e-mail may contain confidential information.  If you are not the intended recipient, please notify the sender immediately and delete this e-mail from your system.  You must not disclose this e-mail to anyone without express permission from the sender.  The contents of all e-mails sent to and received from Optus may be scanned, stored, or disclosed to others at Optus discretion.

Optus has exercised care to avoid errors in the information contained in this e-mail but does not warrant that the information is error or omission free.  The information (including any pricing information) contained in this e-mail is subject to change.  This e-mail is not a quotation or proposal and no contractual obligations arise until you and Optus sign a formal written contract or formal variation to your existing contract.  

Any pricing contained in this e-mail is exclusive of GST unless otherwise stated.








--
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
  
  
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: Modeling Cairngorm

2005-09-14 Thread kaibabsowats
Here is the revised structure the last post didn't come through very
clear:

MainVH -> AppVH
__|___|
__|___|-> CategoryVH
__|___|
__|___|-> SubcategoryVH
__|___|
__|___|-> ItemPageVH
__|___|
__|___|-> RenderItemControllerVH
__|_|  
__|_|-> ItemRenderingAVH
__|_|
__|_|-> ItemRenderingBVH
__|_|
__|_|-> ItemRenderingCVH  
__|
__|-> ReportsVH
__|___|
__|___|-> User ReportsVH
__|___|
__|___|-> Group ReportsVH
__|
__|-> SetupVH
__|
__|-> Manage UsersVH
__|
__|-> Change PasswordVH

--- In flexcoders@yahoogroups.com, "kaibabsowats" <[EMAIL PROTECTED]> wrote:
> Whats the best way to model (UML modeling, Class Diagram, etc...) to
> model Cairngorm, specifically ViewHelpers and the UI structure.
> 
> For Example I have a Main page that has a ViewStack for 3 sub parts
of
> the application.  Each Sub part has their own sub parts with
> respective ViewHelpers.  The Diagram below hopefully describes what
I
> am talking about (VH = ViewHelper)
> 
> MainVH -> AppVH
>   |   |
>   |   |-> CategoryVH
>   |   |
>   |   |-> SubcategoryVH
>   |   |  
>   |   |-> ItemPageVH
>   |   |  
>   |   |-> RenderItemControllerVH
>   |   |  
>   |   |-> ItemRenderingAVH
>   |   |  
>   |   |-> ItemRenderingBVH
>   |   |  
>   |   |-> ItemRenderingCVH  
>   |
>   |-> ReportsVH
>   |   |
>   |   |-> User ReportsVH
>   |   |
>   |   |-> Group ReportsVH
>   |
>   |-> SetupVH
>   |
>   |-> Manage UsersVH
>   |
>   |-> Change PasswordVH
>   
> Does a standard Class Diagram suffice for modeling the structure
> above?  I can't think of a way it would.  
> 
> What I am after is a nice way to show the API of all the ViewHelpers
> but also convey the structure above.





 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] flexstore not working

2005-09-14 Thread Tracy Spratt
Turn on web service debugging in flex config and look at the monitor or
logs.  Any clues there?

Also search the archives for "Bad service name".  I have seen this
problem discussed before.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Fitzpatrick
Sent: Wednesday, September 14, 2005 4:58 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] flexstore not working

Yes, I did that - here's the listing in flex-config.xml:

 
 {context.root}/services/CatalogWS?wsdl
 
 
{context.root}/services/CatalogWS
 
 
true
 

By the way, none of the other services defined in the whitelies - such
as 
the DataModel example - are working now either.

Any other ideas?

- Tom

At 04:46 PM 9/14/2005, you wrote:
>Look in the flex-config file, make sure you have a named service
>defined.  Perhaps the flex config file got changed or edited or
>something.
>Tracy
>
>-Original Message-
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>Behalf Of Tom Fitzpatrick
>Sent: Wednesday, September 14, 2005 1:48 PM
>To: flexcoders@yahoogroups.com
>Subject: [flexcoders] flexstore not working
>
>My flexstore (original, non-Cairngorm version) used to run just fine.
>Now
>I'm getting this error:
>
>"Could not load WSDL: Server java.lang.RuntimeException: Bad service
>name :
>FlexStoreCatalogWS"
>
>Gotta be something simple, but I can't track it down.
>
>- Tom
>
>
>
>
>
>
>
>
>--
>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 ~--> 
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] flexstore not working

2005-09-14 Thread Tom Fitzpatrick
Yes, I did that - here's the listing in flex-config.xml:

 
 {context.root}/services/CatalogWS?wsdl
 
 {context.root}/services/CatalogWS
 
 true
 

By the way, none of the other services defined in the whitelies - such as 
the DataModel example - are working now either.

Any other ideas?

- Tom

At 04:46 PM 9/14/2005, you wrote:
>Look in the flex-config file, make sure you have a named service
>defined.  Perhaps the flex config file got changed or edited or
>something.
>Tracy
>
>-Original Message-
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>Behalf Of Tom Fitzpatrick
>Sent: Wednesday, September 14, 2005 1:48 PM
>To: flexcoders@yahoogroups.com
>Subject: [flexcoders] flexstore not working
>
>My flexstore (original, non-Cairngorm version) used to run just fine.
>Now
>I'm getting this error:
>
>"Could not load WSDL: Server java.lang.RuntimeException: Bad service
>name :
>FlexStoreCatalogWS"
>
>Gotta be something simple, but I can't track it down.
>
>- Tom
>
>
>
>
>
>
>
>
>--
>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] Question about accordions

2005-09-14 Thread Tracy Spratt










You may be seeing a deferred instantiation
effect.  In an accordion, or viewstack, and several others, a cild view is not instantiated,
and does not exist at all, until you first click on the header to view it.

 

The quick fix is to set creationPolicy=”all”
on the accordion tag.

 

If that fixes it, you can study up on that
attribute.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 14,
2005 2:08 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question
about accordions



 

I am having some problems changing an object such as a
button or a text box that is in one section of an accordion from a command on
another part of an accordion. For example lets say I have one button on one
section of the accordion that if you press it makes a label on the other panel
of the accordion change its text. Its not working can someone help me out here?








--
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] flexstore not working

2005-09-14 Thread Tracy Spratt
Look in the flex-config file, make sure you have a named service
defined.  Perhaps the flex config file got changed or edited or
something.
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Fitzpatrick
Sent: Wednesday, September 14, 2005 1:48 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flexstore not working

My flexstore (original, non-Cairngorm version) used to run just fine.
Now 
I'm getting this error:

"Could not load WSDL: Server java.lang.RuntimeException: Bad service
name : 
FlexStoreCatalogWS"

Gotta be something simple, but I can't track it down.

- Tom








--
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] inserting data

2005-09-14 Thread Tracy Spratt
I don't think you want a function with the same name as your class.  The
compiler thinks it is a constructor, which is *supposed* to have the
same name.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeremy Rottman
Sent: Wednesday, September 14, 2005 1:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] inserting data

I am starting to build a simple app that passes data from a flex form
to  cf. However when I try to compile I get the following error.

But I dont have any constructors in my as code. Anyone have a clue
what I did wrong. I have attached my code.

1 Error found.
 
Error /qiSaleAdmin.as:1
A class must have only one constructor.

AS--
function qiSaleAdmin(fileNum, mlsNum, propStreet, propNum,
propDir,propCity, propState, propZip, buyerName, sellerName,
 propCoe, propPrice, agentId,
agentId2) {
srv.qiSaleAdmin(fileNum, mlsNum, propStreet, propNum,
propDir,propCity, propState, propZip, buyerName, sellerName,
 propCoe, propPrice, agentId,
agentId2);}

Flex--

http://www.macromedia.com/2003/mxml";
initialize="srv.qpUsers.send()">

  http://70.97.113.6/test/smartPanel.cfc?wsdl";>




var states = [ {label:"Arizona", data:AZ},
{label:"California", data:CA} ];

var selectedItem:Object;



  
  




  

  



  

  


  

  



  


  

  

  




  
  
  
  

  


  
  

  

  

  
  

  
 
   
 






CFC--





















insert into tbl_smartPanel_propInfo
(fld_fileNum, fld_mlsNum, fld_propStreet, fld_propNum,
fld_propDir,
fld_propARN, fld_propCity, fld_propState, fld_propZip,
fld_buyerName, fld_sellerName, fld_propCoe,
fld_propPrice,
fld_agentId, fld_agentId2, fld_agentId3, fld_agentId4)
values

('#argument.fileNum#','#argument.mlsNum#','#argument.propStreet#','#argu
ment.propNum#','#argument.propDir#','#argument.propAPN#',

'#argument.propCity#','#argument.propState#','#argument.propZip#','#argu
ment.buyerName#','#argument.sellerName#','#argument.propCoe#',

'#argument.propPrice#','#argument.agentId#','#argument.agentId2#','#argu
ment.agentId3#','#argument.agentId4#')











--
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] Previewing in one DataGrid.

2005-09-14 Thread Tracy Spratt










labelFunction()

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ahmed
Sent: Wednesday, September 14,
2005 10:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Previewing
in one DataGrid.



 

Hello everyone,

 

For this XML for
example, how can I preview all data in one Datagrid ?

 

 





 

   Java Web Services

   

   
David A. Chappel

   
Tyler Jewell

   

   Web Services

 

 

   Java Message Service

   

   
David A. Chappel

   

   Java Message Service (JMS)

 

 

   Professional ebXML Foundations

   

   
Colleen Evans

   
David A. Chappel

   
Jean-Jacques Dubray

   
Duane Nickull

   
Pim van der Eijk

   
Vivek Chopra

   
Betty Harvey

   
Marcel Noordzij

   
Jan Vegt

   
Tim McGrath

   
Bruce Peat

   

   ebXML




...

 

 

 

Dhanyawad ,

  Ahmed Abdel Aziz

 









--
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
  
  
Software design and development
  
  
Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] How to submit a bug?

2005-09-14 Thread Tracy Spratt
http://www.cflex.net/showfaq.cfm?ChannelID=1&faqType=#Question385
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bob Remeika
Sent: Wednesday, September 14, 2005 4:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to submit a bug?

How do I go about submitting a bug in flex to macromedia?  I think I
found some issues between flex and ATG web services when using named
services.  I submitted my question to people on this list with the
topic "Bug or am I missing something??? Flex on tomcat connecting to
ATG web service", but there were no responses...

I'm assuming that nobody found any problems with my flex-config.xml.





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




[flexcoders] How to submit a bug?

2005-09-14 Thread Bob Remeika
How do I go about submitting a bug in flex to macromedia?  I think I
found some issues between flex and ATG web services when using named
services.  I submitted my question to people on this list with the
topic "Bug or am I missing something??? Flex on tomcat connecting to
ATG web service", but there were no responses...

I'm assuming that nobody found any problems with my flex-config.xml.




 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] Cairngorm and HttpService breaks event.call

2005-09-14 Thread Tracy Spratt
Eric, the call property is an object that is returned by the send
method, and has accepted anything I have tried to put in it. Because I
have not yet become comfortable with the idea of a function as an
object, I have never tried, but the call property should hold a function
object just fine.

I don't use Cairngorm, but use HTTPService almost exclusively. You'll
need to translate anything I say into Cairngormese.

I don't think you want to put the result and fault handlers in the
request object, rather on the call object.

As I said, I don't do this, rather I send a string that identifies the
call ans use a switch to send it to the correct handler.

oCall = myHttpService.send(oRequestObject);
oCall.requestName = "whatever";

And in onResult,
var sRequestName:String = result.call.requestName; //
switch(sRequestName){
case " whatever ":
...

Since call is an object, you should be able to do this:
oCall.resultHandler = Delegate.create(this, onResult);

I'm not sure how you would invoke the function in onResult though.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eric Raymond
Sent: Wednesday, September 14, 2005 1:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairngorm and HttpService breaks event.call

I'm trying to get Cairngorm to work with HttpServices.  It appears
that "event.call.resultHandler" on the service handler does not work
with HttpServices.

Has anyone gotten this to work?  It looks like it is not possible
given my results below.  The call property is a urlencoded parameter
string ... not an object which can hold an event handler function.

FYI, a prior thread suggests that it does work:
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06287.html

In the case below the event.call object is a string with value
"password=asd&username=test".  Works the same if you use send(request)
where request is an object with properties password and username.

If you add resultHandler/faultHandler delegates to the request object
*before* the send, they will show up appended with &'s in the call
string ... with the function object turned into a text representation.
 Not surprisingly, this doesn't work too well.  Setting properties on
the result of the send() appears to have no effect no matter when you
set them.

var call =
ServiceLocator.getInstance().getService("loginService");

var request = {username: "test", password: "asd"};
request.resultHandler = Delegate.create(this, this.onResult);
request.faultHandler = Delegate.create(this, this.onFault);
call.send(request);

So can this be made to work for HttpServices?  The last thing for me
to try is to enable the proxy in the service, but I wouldn't expect
that to change anything (and we aren't in a situation where we want to
use the proxy).

Here's my test case:


http://www.macromedia.com/2003/mxml";

xmlns:cairngorm="http://www.iterationtwo.com/cairngorm";>


  
   test
   asd
  



 public function onResult( event : Object ) : Void
 {
mx.core.Application.alert(event.call);
 }




I'm guessing that HttpServices are a quiet backwater of the framework
and don't get much use.

I have an idea of a workaround, but it's a hack.  Attach a unique
identifier to the request which can be mapped to the proper event
callback delegate.  The service callback will call a function which
looks up the delegate via the id and calls it with the event.  Short
of getting event.call to work, is there another workaround?







--
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] Drawing a rectangle in Flex

2005-09-14 Thread Mink, Joseph





Hi,
 
I have the 
following method in a class that extends mx.containers.Canvas.  Shouldn't 
this work?  I don't see any of the lines...However, if I remove the 
"emptyClip" altogether, & just draw directly on the Canvas of the local 
object, the lines appear.  But I want the rectangle to be an 
individual child of the myClass Canvas.  Any thoughts on where 
I'm goning wrong?
 
class myClass 
extends mx.containers.Canvas
{
 
...
 
/*  Draws a "hard-cornered" 
rectangle.  TODO: Add support for fill 
color. */ function rectangle (boxWidth:Number, 
boxHeight:Number):Void {    var L_INDENT = 
3;    var TOP_INDENT = 3;    var R_INDENT 
= 2;    var BOT_INDENT = 2;
 
    var emptyClip = 
createEmptyMovieClip("rectangleInNode", getNextHighestDepth());
 
   
emptyClip.beginFill(0xFF);  //Currently harcoding a white 
fill...   emptyClip.lineStyle (2, 
0x00);   emptyClip.moveTo(L_INDENT, 
TOP_INDENT);   emptyClip.lineTo(width - 
R_INDENT, TOP_INDENT);   
emptyClip.lineTo(width - R_INDENT, height - 
BOT_INDENT);   emptyClip.lineTo(L_INDENT, 
boxHeight - BOT_INDENT);   
emptyClip.lineTo(L_INDENT, TOP_INDENT);   
emptyClip.endFill(); }
...
}





--
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
  
  
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] Question about accordions

2005-09-14 Thread nostra72



I am having some problems changing an object such as a button or a text box that is in one section of an accordion from a command on another part of an accordion. For example lets say I have one button on one section of the accordion that if you press it makes a label on the other panel of the accordion change its text. Its not working can someone help me out here?





--
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] Trace All Events

2005-09-14 Thread bsd










Is there a way to trace all the events that get fired from
one point in an application to another (say from the time a button is clicked
until a datagrid is loaded with it’s data)?

 

 

Brad

 

 

 









--
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: asking for a password then storing it

2005-09-14 Thread nostra72




True I am just trying to think of the best way to have security I mean if there are other ways of doing applications like this with flex and have security I would like to know.
 





--
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] flexstore not working

2005-09-14 Thread Tom Fitzpatrick
My flexstore (original, non-Cairngorm version) used to run just fine. Now 
I'm getting this error:

"Could not load WSDL: Server java.lang.RuntimeException: Bad service name : 
FlexStoreCatalogWS"

Gotta be something simple, but I can't track it down.

- Tom







 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] inserting data

2005-09-14 Thread Jeremy Rottman
I am starting to build a simple app that passes data from a flex form
to  cf. However when I try to compile I get the following error.

But I dont have any constructors in my as code. Anyone have a clue
what I did wrong. I have attached my code.

1 Error found.
 
Error /qiSaleAdmin.as:1
A class must have only one constructor.

AS--
function qiSaleAdmin(fileNum, mlsNum, propStreet, propNum,
propDir,propCity, propState, propZip, buyerName, sellerName,
 propCoe, propPrice, agentId, agentId2) 
{
srv.qiSaleAdmin(fileNum, mlsNum, propStreet, propNum,
propDir,propCity, propState, propZip, buyerName, sellerName,
 propCoe, propPrice, agentId, 
agentId2);}

Flex--

http://www.macromedia.com/2003/mxml";
initialize="srv.qpUsers.send()">

  http://70.97.113.6/test/smartPanel.cfc?wsdl";>




var states = [ {label:"Arizona", data:AZ},
{label:"California", data:CA} ];

var selectedItem:Object;



  
  




  

  



  

  


  

  



  


  

  

  




  
  
  
  

  


  
  

  

  

  
  

  
 
   
 






CFC--





















insert into tbl_smartPanel_propInfo
(fld_fileNum, fld_mlsNum, fld_propStreet, fld_propNum, 
fld_propDir,
fld_propARN, fld_propCity, fld_propState, fld_propZip,
fld_buyerName, fld_sellerName, fld_propCoe, fld_propPrice,
fld_agentId, fld_agentId2, fld_agentId3, fld_agentId4)
values

('#argument.fileNum#','#argument.mlsNum#','#argument.propStreet#','#argument.propNum#','#argument.propDir#','#argument.propAPN#',

'#argument.propCity#','#argument.propState#','#argument.propZip#','#argument.buyerName#','#argument.sellerName#','#argument.propCoe#',

'#argument.propPrice#','#argument.agentId#','#argument.agentId2#','#argument.agentId3#','#argument.agentId4#')










 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] Tree node labels: how to get the new value the user entered when handling the cellEdit event?

2005-09-14 Thread Peter Armstrong



That worked.  Thanks!

-PeterOn 9/14/05, Mika Kiljunen <[EMAIL PROTECTED]> wrote:


















Try YourTree.cellEditor.text ?

 

-Mika

 









From: 

flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 

On Behalf Of Peter Armstrong
Sent: 14. syyskuuta 2005 9:52
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree node
labels: how to get the new value the user entered when handling the cellEdit
event?



 

Hi,

I have created a Tree and made it editable. 
I handle the cellEdit
event with a
cellEdit="handleCellEdit(event)".

In my handler, I use Log4F to inspect the event
and see a handy
oldValue property.  However, I cannot for the
life of me figure out
where the new value is!  There certainly does
not seem to be a
newValue property on the cellEdit event, which is
extremely
unfortunate...

Not only does it not seem to be in the event, it
also doesn't seem to
be found anywhere on the selectedNode of the Tree.

Does anyone know?  Presumably, it is
reasonable to want to be able to
find out the new value when the value changes!?

Thanks,
Peter Armstrong








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


Software design and development
  
  


Macromedia flex
  
  




Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: 

[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





  


















--
Flexcoders Mailing 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] Modeling Cairngorm

2005-09-14 Thread kaibabsowats
Whats the best way to model (UML modeling, Class Diagram, etc...) to
model Cairngorm, specifically ViewHelpers and the UI structure.

For Example I have a Main page that has a ViewStack for 3 sub parts of
the application.  Each Sub part has their own sub parts with
respective ViewHelpers.  The Diagram below hopefully describes what I
am talking about (VH = ViewHelper)

MainVH -> AppVH
  |   |
  |   |-> CategoryVH
  |   |
  |   |-> SubcategoryVH
  |   |  
  |   |-> ItemPageVH
  |   |  
  |   |-> RenderItemControllerVH
  |   |  
  |   |-> ItemRenderingAVH
  |   |  
  |   |-> ItemRenderingBVH
  |   |  
  |   |-> ItemRenderingCVH  
  |
  |-> ReportsVH
  |   |
  |   |-> User ReportsVH
  |   |
  |   |-> Group ReportsVH
  |
  |-> SetupVH
  |
  |-> Manage UsersVH
  |
  |-> Change PasswordVH
  
Does a standard Class Diagram suffice for modeling the structure
above?  I can't think of a way it would.  

What I am after is a nice way to show the API of all the ViewHelpers
but also convey the structure above.




 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] Looping over a tree and selecting an entry

2005-09-14 Thread jeff tapper
I believe that is correct.  On my blog, I have a script to open all the 
nodes of a tree, which i usually do before preselecting one.

You can find the function "openTree" in my article "Disabling a Tree Node 
in a Flex Tree Control" here: 
http://jeff.mxdj.com/disabling_a_tree_node_in_a_flex_tree_control.htm

At 09:16 AM 9/14/2005, you wrote:
>Hi folks,
>
>I want to have a tree with the functionality of preselecting a
>particular entry. So I'm working myself through all the nodes and
>leafs, which is working fine.
>
>But it seems, that I just can set the .selectedNode property on nodes
>or leafs which are already visible or opened. Is that correct, can
>others share this experience ;) ?
>
>Cheers
>Kai
>
>
>
>
>
>
>--
>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/
 




[flexcoders] Previewing in one DataGrid.

2005-09-14 Thread Ahmed










Hello
everyone,

 

For
this XML for example, how can I preview all data in one Datagrid ?

 

 





 

   Java Web Services

   

   
David A. Chappel

   
Tyler Jewell

   

   Web Services

 

 

   Java Message Service

   

   
David A. Chappel

   

   Java Message Service (JMS)

 

 

   Professional ebXML Foundations

   

   
Colleen Evans

   
David A. Chappel

   
Jean-Jacques
Dubray

   
Duane Nickull

   
Pim van der Eijk

   
Vivek Chopra

   
Betty Harvey

   
Marcel Noordzij

   
Jan Vegt

   
Tim McGrath

   
Bruce Peat

   

   ebXML




...

 

 

 

Dhanyawad ,

  Ahmed Abdel Aziz

 









--
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] Looping over a tree and selecting an entry

2005-09-14 Thread Kai König
Hi folks,

I want to have a tree with the functionality of preselecting a
particular entry. So I'm working myself through all the nodes and
leafs, which is working fine.

But it seems, that I just can set the .selectedNode property on nodes
or leafs which are already visible or opened. Is that correct, can
others share this experience ;) ?

Cheers
Kai





 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] Cairgorn Bug?

2005-09-14 Thread Omar Ramos



Thanks alot for your reply ali, If in fact there was an error why the piece of code beneth that line doesn't get executed? I am checking the command it is executing just fine. Gona check on it again.
On 9/14/05, Alistair McLeod <[EMAIL PROTECTED]> wrote:

Hi Omar,
 
An exception is probably getting thrown somewhere, either in the EventBroadcaster because the event hasn't been registered with a command, or within your command itself.

 
Have you checked flashlog.txt (ensure you have debug player, mm.cfg etc).
 
Ali
 
-- Alistair McLeod Development Director iteration::two 
  [EMAIL PROTECTED] 
Office: +44 (0)131 338 6108   This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately.

Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.

 


From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Omar RamosSent: 14 September 2005 00:43To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Cairgorn Bug? 


Hi there,
 
There is something strange going with cairngorm in the application am currently developting. It seams that when I do a broadcast the lines of code beneth if doesn't execute.
I do this.
 
EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj);trace("TEST");
 
 
and the trace never apears or the code beneth it never gets executed. Any ideas?
 
 
 
Omar Ramos
System Developer--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Software design and development 

Macromedia flex 


Software development best practice 


YAHOO! GROUPS LINKS 

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










--
Flexcoders Mailing 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
  
  
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 change color of a node in the Tree navigation at run time

2005-09-14 Thread Wichan Threamthrakanpon





Hi all,
 
I'm just wondering, if there is anyway to set color 
of a node in the Tree navigation at run time? If yes, which attribute do I have 
to use?
 
Many thanks,
Wichan





--
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: asking for a password then storing it

2005-09-14 Thread Nelson Johnson
You can use a Flash cookie. See this url:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html

But I have to question why you would have a password stored on the
local machine in the first place? Don't you want to prevent other
people using the same machine from just sitting down on the same
machine and taking over (steal) each others credentials?  What if your
user goes to a web cafe and their password is stored on a public machine?


--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote:
> I am doing an application that might require a password but what I
want to do 
> is have it so that the person can store there password like you
would with 
> any other webpage so that they do not have to enter it yet make it
so that 
> someone else can not steal it?




 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] mxml not working

2005-09-14 Thread Nelson Johnson
I just reinstalled Jrun, created a new server, and deployed the
flex.war file, and created a test.mxml file, but the browser only
shows the source code - do I need to reinstall flex too? what did I miss?
Thanks.




 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] Please remove [EMAIL PROTECTED] from the Flexcoders Forum

2005-09-14 Thread Ernest Wong





To the Administrator of flexcoders@yahoogroups.com 

 
Please kindly remove (unsubscribe) Nicho Wong ([EMAIL PROTECTED]) from the mailing 
list/forum effective immediately.
 
He is no longer working at our company, 
Zip2Zap Communications Limited. 
 
Please kindly confirm back to me by email that this 
has been done.
 
Many thanks,
 
Ernest Wong
Zip2Zap Communications 
Limited





--
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
  
  
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] Cairgorn Bug?

2005-09-14 Thread Alistair McLeod





Hi Omar,
 
An exception is probably getting thrown somewhere, either 
in the EventBroadcaster because the event hasn't been registered with a command, 
or within your command itself.
 
Have you checked flashlog.txt (ensure you have debug 
player, mm.cfg etc).
 
Ali
 
-- Alistair 
McLeod Development Director iteration::two   [EMAIL PROTECTED] 
Office: +44 (0)131 338 6108   This e-mail and any 
associated attachments transmitted with it may contain confidential information 
and must not be copied, or disclosed, or used by anyone other than the intended 
recipient(s). If you are not the intended recipient(s) please destroy this 
e-mail, and any copies of it, immediately.
 Please also note 
that while software systems have been used to try to ensure that this e-mail has 
been swept for viruses, iteration::two do not accept responsibility for any 
damage or loss caused in respect of any viruses transmitted by the e-mail. 
Please ensure your own checks are carried out before any attachments are 
opened.
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Omar 
RamosSent: 14 September 2005 00:43To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Cairgorn 
Bug?

Hi there,
 
There is something strange going with cairngorm in the application am 
currently developting. It seams that when I do a broadcast the lines of code 
beneth if doesn't execute.
I do this.
 
EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, 
eventObj);trace("TEST");
 
 
and the trace never apears or the code beneth it never gets executed. Any 
ideas?
 
 
 
Omar Ramos
System 
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
  
  
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] ViewStack Problem!

2005-09-14 Thread vnice Cute



vnice Cute <[EMAIL PROTECTED]> wrote:


Hi All,
I have a problem with ViewStack, when I click the first time on the first button that called a file, for example when I click on "SMET Team" button I want to get the "SmetPanelLeft.mxml" file and when I click on "Input Form" button I want to get the "InputPanelLeft.mxml" file.
That work, but there is a problem the file display on the ViewStack over it self like a loop after clicking many times on the button it display the correct file.
Can anybody help me and advice me with that problem?
Many thanks
Saleh


Yahoo! for GoodClick here to donate to the Hurricane Katrina relief effort. @font-face {src:local("ARIAL");fontFamily: titleFont;}Application {marginTop: 10;marginBottom: 10;marginLeft: 10;marginRight: 10;}Panel {headerColors: #4C555E;footerColors: #4C555E,#4C555E;cornerRadius: 6;backgroundColor: #4C555E;dropShadow: true;panelBorderStyle: "roundCorners";color: #FF;}TitleWindow {headerColors: #97D38A;cornerRadius: 6;dropShadow: false;color: #00;}Alert {headerColors: #97D38A;cornerRadius: 6;dropShadow: true;color: #00;}TabNavigator {backgroundColor: #4C555E;}TextInput {color: #00;}TextArea {color: #00;}Tab {fillColors: #2C2E31,#008090;selectedFillColors: #4C555E,#0f8090;textRollOverColor: #CBE9C4;textSelectedColor: #FF;}Button {cornerRadius: 3;borderThickness:
 1;fillColors: #99, #99;themeColor: #14527A;color: #00;disabledColor: #99;border-color:#00CC66;}List {headerColors: #4C555E,#99;alternatingRowColors: #4C555E,#454C53;rollOverColor: #CBE9C4;selectionColor: #97D38A;backgroundColor: #4C555E;}DataGrid {headerColors: #4C555E,#99;alternatingRowColors: #4C555E,#454C53;rollOverColor: #CBE9C4;selectionColor: #97D38A;backgroundColor: #4C555E;}Spacer {backgroundColor: #99;}.title{fontFamily: titleFont;fontSize: 20;color: #FF;}.ScrollBar {theme-color: #4C555E;}.MenuBar {color: #FF;backgroundAlpha: #4C555E;backgroundColor: #4C555E;backgroundDisabledColor: #4C555E;backgroundImage: #4C555E;backgroundSize: #4C555E;barColor: #4C555E;borderCapColor: #4C555E;borderColor: #4C555E;borderSides: #4C555E;borderStyle:
 #4C555E;borderThickness: #4C555E;cornerRadius: #4C555E;disabledColor: #4C555E;dropShadow: #4C555E;errorColor: #4C555E;fillColors: #4C555E;highlightColor: #4C555E;modalTransparency: #4C555E;scrollTrackColor: #4C555E;selectedFillColors: #4C555E;shadowCapColor: #4C555E;shadowColor: #4C555E;shadowDirection: #4C555E;shadowDistance: #4C555E;symbolBackgroundColor: #4C555E;symbolBackgroundDisabledColor: #4C555E;symbolBackgroundPressedColor: #4C555E;symbolColor: #4C555E;symbolDisabledColor: #4C555E;themeColor: #4C555E;}
		Yahoo! for Good 
Click here to donate to the Hurricane Katrina relief effort. 






--
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
  
  
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] Question about moving of dragged image

2005-09-14 Thread Prasad Dhananjaya

Hi all,

I have a problem with moving of dragged image. Can someone help me to
solve this.

There is a image(job1.jpg) in the canvas "cvs". Drag&Drop of "job1.jpg" to 
canvas("JobNetCanves") is working well. After drop it to "JobNetCanves", it 
can't move again. I want to redrag it and drop freely inside the
"JobNetCanves" canvas.(In other words want to re-locate "job1.jpg" anyway 
in the "JobNetCanves").

moving an image inside the "JobNetCanves" is OK. Image of "job13.jpg" can 
re-locate freely inside the "JobNetCanves"(It is not a dragged image from
"cvs")

I think, If I can use job13's  "dragMe()" and "myoffset()" functions to 
"job1", "job1.jpg",it may move freely inside the "JobNetCanves" after dragging
it from canvas "cvs".

How can I specify "dragMe()" and "myoffset()" as property of createChild()?
Or is there any other way to do this.


Thanks

--

http://www.macromedia.com/2003/mxml"; xmlns="*" 
creationComplete="initApp()" pageTitle="testApp
 



  




  













  





 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] Tree node labels: how to get the new value the user entered when handling the cellEdit event?

2005-09-14 Thread Mika Kiljunen










Try YourTree.cellEditor.text ?

 

-Mika

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Armstrong
Sent: 14. syyskuuta 2005 9:52
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree node
labels: how to get the new value the user entered when handling the cellEdit
event?



 

Hi,

I have created a Tree and made it editable. 
I handle the cellEdit
event with a
cellEdit="handleCellEdit(event)".

In my handler, I use Log4F to inspect the event
and see a handy
oldValue property.  However, I cannot for the
life of me figure out
where the new value is!  There certainly does
not seem to be a
newValue property on the cellEdit event, which is
extremely
unfortunate...

Not only does it not seem to be in the event, it
also doesn't seem to
be found anywhere on the selectedNode of the Tree.

Does anyone know?  Presumably, it is
reasonable to want to be able to
find out the new value when the value changes!?

Thanks,
Peter Armstrong








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