[flexcoders] Re: How to fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread flexhtoo
### There are WSDL ###

http://ws.test.com/Hello";
name="HelloService" xmlns:tns="http://ws.test.com/Hello";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns="http://schemas.xmlsoap.org/wsdl/";>
  

  http://ws.test.com/Hello";
schemaLocation="HelloService_schema1.xsd"/>


  

  
  

  


  
  

  
  
http://schemas.xmlsoap.org/soap/http";
style="document"/>

  
  

  
  

  

  
  

  

  




### And that WSDL import one xsd file describe in the following. ###


http://ws.test.com/Hello";
xmlns:xs="http://www.w3.org/2001/XMLSchema";>

  http://ws.test.com/Hello"/>

  

  http://ws.test.com/Hello"/>

  

  http://ws.test.com/Hello"/>

  

  

  
  

  
  






--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> Can you post the WSDL?  This makes it seem like the webservice wasn't
> able to figure out how to call the getAllPerson method either because
> the name is wrong or the parameters are wrong.  Are there perhaps two
> getAllPerson methods (with different parameters)?
> 
> Matt
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of flexhtoo
> Sent: Thursday, December 22, 2005 1:04 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How to fix Send Element not resolvable error call
> from WS in Flex!
> 
>  useProxy="false"  
> wsdl="http://localhost:8080/myHelloWorld/ServletWS?WSDL";>
>  fault="showError(event);"
> result="log(event);">
> 
> 
> 
>  click="try{
>   PersonService.getAllPerson.send();
>   }catch(e:Error){
>   Alert.show("Send: " + e.message);
>   }"/>
> 
> 
>   
>   
>   
> 
> There are my Web Service all flex application. It has call from WSDL
> Send: Element http://www.ourtest.org:/getAllPerson not resolvable
> error had come out.
> 
> How to fix it this error!
> 
> 
> FlexHtoo
> 
> 
> 
> 
> 
> 
> 
> --
> 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 homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-22 Thread Jim Laing
On 12/22/05, Matt Chotin <[EMAIL PROTECTED]> wrote:
> Are there other developers out here who've been building apps that need
> to work in multiple timezones (or store their dates in GMT but work in
> another)?  I know I've answered some issues before in the past, if
> anyone wants to speak up ;-)

We have a similar but slightly different use-case (and unresolved
problem, for that matter): Our clients will be all over the world and
will be sending dates back to our database via RemoteObject calls.
When the date object is serialized, Flex automatically takes care of
updating the time zone information. However, this is actually *not*
what we want to happen because we are sending back dates with 00:00:00
timestamps (i.e. no time information). However, when this information
crosses timezones during serialization, 00:00:00 becomes a time
(midnight), which is then offset according to the timezone difference,
and the date possibly becomes a day off. E.g. a date of 25-Dec-2005
00:00:00 GMT on the client becomes 24-Dec-2005 17:00:00 EST in the
database. And those of us who celebrate Christmas know that 24-Dec !=
25-Dec

If there was a way that we could configure our clients to work in the
same timezone as our server, then we'd be all set. Alternatively, if
we could configure serialization to ignore timezone information then
our dates wouldn't be corrupted. Maybe there is already an easy
solution. I haven't had a chance to dig into the problem too much. But
any suggestions are appreciated.

Jim


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] Adobe US closed 12/22-1/2

2005-12-22 Thread Matt Chotin
FYI, Adobe US Employees (and probably others) will not be around
starting Friday through Jan 1.  Some employees are returning on Jan 2
but many of us won't be back until Jan 3.  While we may be checking
lists occasionally expect slower responses if you're looking for Adobe
folks.

Happy Holidays to those who are celebrating!

Matt


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] Pass array to CFC through Web Service

2005-12-22 Thread Tariq Ahmed
Well it looks like your function called remUpdateAssignments() has a 
return type of boolean, and isn't returning one as such.

So I'm guessing your function signature looks something like:

   
  
  


And you're not cfreturning a boolean value.

>Has anyone got this to work?
>
>I have been on this forever and cannto figure it out...
>
>I am creating an array of objects like this. The target is a row from
>a datagrid being dragged onto another grid.
>
>for(var i = 0; i aAssignments.push(event.target.dataProvider[i])
> }
>
>
>aAssignments looke like this in the network monitor:
>
>Parameter 1:
>name : aAssignments
>type : anyType
>
>value[array] :
>length[Number] : 3
>
>[0][object] :
>NUMASSIGNMENTID[Number] : 2931
>NUMLEVELOFEFFORT[Number] : 50
>NUMPERSONNELID[Number] : 6
>NUMPROJECTID[Number] : 1
>TXTPROJECTNAME[String] : CPE
>YNLEAD[Boolean] : true
>
>
>[1][object] :
>NUMASSIGNMENTID[Number] : 2933
>NUMLEVELOFEFFORT[Number] : 1
>NUMPERSONNELID[Number] : 6
>NUMPROJECTID[Number] : 4
>TXTPROJECTNAME[String] : Micromash
>YNLEAD[Boolean] : true
>
>
>[2][object] :
>NUMASSIGNMENTID[Number] : 2932
>NUMLEVELOFEFFORT[Number] : 50
>NUMPERSONNELID[Number] : 121
>NUMPROJECTID[Number] : 3
>TXTPROJECTNAME[String] : Done Deals
>YNLEAD[Boolean] : true
>
>
>And my argument in my CFC looks like this:
>
>
>
>But I get this Axis error when I try to update the record:
>
>soapenv:Server.userExceptioncoldfusion.xml.rpc.CFCInvocationException:
>[coldfusion.runtime.UDFMethod$InvalidReturnTypeException : The value
>returned from function remUpdateAssignments() is not of type
>boolean.]...
>faultNamespaceURI[undefined] : undefined
>faultactor[undefined] : undefined
>faultcode[String] : soapenv:Server.userException
>
>The array seems well formed, I am at a loss.
>
>
>  
>




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] cairngorm - is it possible to have two Result Handlers for one call.

2005-12-22 Thread Matt Chotin
Title: Mercury Email Signature










Can’t you just dispatch an event
when the cache has the data available?  So in the first access case you
dispatch the event when the service call returns.  In the second access case
you just dispatch the event immediately.  Then you actually do the work in the
event handler for the “dataReady” event.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shlomi Cohen
Sent: Thursday, December 22, 2005
6:44 AM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] cairngorm -
is it possible to have two Result Handlers for one call.



 



Hi





 





i'm trying to build a simple cache
mechanism at the client side. now since services are async in Flex i need to
notify the client who ask for data that the data is available





at first time this will take time for
service to return but the second will be immediately





 







The problem i face is that :







I managed to delegate the service result
to local method which delegates to the calling client method.





but when the data is already in the cache
(no service call is made) the client method works but not able to send any
event to its UI (the client is a view helper).





 





so according to trace everything is
working but the dispatchEvent method does not take effect in this second
attempt to get the data.





 





can someone help ?





 





Shlomi




__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__








--
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] flex drag drop aborting

2005-12-22 Thread Matt Chotin










Maybe just set event.action to DragManager.NONE? 
If doDragDrop is called that means the mouse is already released right?  Can’t
you just not do anything?

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Hasan Basri
Sent: Wednesday, December 21, 2005
1:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flex drag
drop aborting



 



hi
how can i cancel( abort) the drag process in field of doDragDrop(event), before

ending (terminating) the drag drop process???

thanks.









Yahoo! kullaniyor musunuz?
Simdi, 1GB e-posta saklama alani sunuyor
http://tr.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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] How to fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread Matt Chotin
Can you post the WSDL?  This makes it seem like the webservice wasn't
able to figure out how to call the getAllPerson method either because
the name is wrong or the parameters are wrong.  Are there perhaps two
getAllPerson methods (with different parameters)?

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flexhtoo
Sent: Thursday, December 22, 2005 1:04 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to fix Send Element not resolvable error call
from WS in Flex!

http://localhost:8080/myHelloWorld/ServletWS?WSDL";>









  

There are my Web Service all flex application. It has call from WSDL
Send: Element http://www.ourtest.org:/getAllPerson not resolvable
error had come out.

How to fix it this error!


FlexHtoo







--
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/2jUsvC/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: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-22 Thread Matt Chotin
Sorry for the delayed response.  I haven't played around with Dates that
much but do recognize that in other languages they are much more
adjustable for a situation like yours.  Any information about your
use-cases that you can include in the submissions to the wishlist help
us make better-informed decisions.  Passing the data back to your SWF in
a format other than Date does give you the flexibility to control its
meaning a little better, you are right.  

Are there other developers out here who've been building apps that need
to work in multiple timezones (or store their dates in GMT but work in
another)?  I know I've answered some issues before in the past, if
anyone wants to speak up ;-) 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kam-Wing Pang
Sent: Tuesday, December 20, 2005 2:36 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: How to handle manipulation of Date object and
Timezones elegantly in Flex?

Dear Matt,

Thanks for the link. I've added a new wish to the list.

We have played with the getTimezoneOffset and have been using it. It
is just not the most elegant solution, especially when the application
has many date objects for both display and as part of the parameters
used for requesting data from the backend. 

I wondered if it would be worth considering creating a custom object
(or even passing a string denoting the various date elements) to pass
around date and time without any timezone information, if we are very
sure that we won't use timezones in the future...

Kam.


--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> You can file enhancement requests like the formatter with timezone
> support at http://www.macromedia.com/go/wish.
> 
> I assume you've played with setting the minutes of the date based on
the
> getTimezoneOffset returned from the date?
> 
> Matt
> 






--
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 ~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/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] Proposal Ethics

2005-12-22 Thread Matt Chotin










I’m not a leader but I sometimes
play one on TV.  If the work that you’re doing is Flex-related feel free
to post away.  We mostly want to avoid job postings that are not primarily
about Flex (especially if they’re from recruiters who think Flex means
working hours other than 9-5).

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: Thursday, December 22, 2005
3:47 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Proposal
Ethics



 

Hey, y’all.

I ain’t no group leader and
don’t know nuthin bout them ethics but if it is about Flex, go on an post
the durn thing!

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lee Paulison, Jr.
Sent: Wednesday, December 21, 2005
1:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Proposal
Ethics



 

My company is looking for a development firm to handle a
project in Flex 2.0.  Having been a member of FlexCoders for sometime now
I have watched the level of knowledge and membership grow into one of the best
source to resolve your development issues.  As such I would very much like
to put out a proposal to the members of FlexCoders prior to
“public” release.  After reading the FAQ I was unable to
determine the best course of action in releasing my proposal for consumption on
FlexCoders.  I would appreciate a response from the group leaders as to
how I should proceed.

 

Thank you,

Lee Paulison Jr

COO & Director of Strategic Planning
and Operations

The MindLink Group

Phone: 860-656-7177

Email: [EMAIL PROTECTED]

 

 

 









This message, and any attachments to it, may contain information that
is privileged, confidential, and exempt from disclosure under applicable law.
If the reader of this message is not the intended recipient, you are notified
that any use, dissemination, distribution, copying, or communication of this
message is strictly prohibited. If you have received this message in error,
please notify the sender immediately by return e-mail and delete the message
and any attachments. Thank you.












--
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] Array declaration problem

2005-12-22 Thread Tracy Spratt










Try setting the labelField=”0”.

This is because the List by default
expects an array of objects, each with a ”label” property.  In the
case of a scalar array, you need to specify the array “column”.  If
it was a 2d array, you could display any column in the list.

 

Tracy 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Richard Hoska
Sent: Thursday, December 22, 2005
12:04 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Array
declaration problem



 

I went into my .cfc and
removed the embedded quotes, so now my string looks like 'foo,morefoo,morefoo'. 
now flex seems to be rendering the correct number of spaces in the drop down
box but the text is not showing.  

thanks for helping me out with this,
~RH



On 12/21/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:




With the embedded quotes, huh?  You might have to
process the string a bit more then.  Experiment with split. You have
several options, strip out all the quotes (that would probably be my choice but
I'd need to experiment), strip off the beginning and end quotes and use
'", "' as the delimiter , or even handle the quotes in each
individual element.

 

Here is a handy search/replace function:

 

private function replace(sString:String, sFind:String,
sReplace:String):String

{

  return sString.split( sFind ).join( sReplace
);   

}

 

Tracy









From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Richard Hoska
Sent: Tuesday, December 20, 2005
3:36 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Array
declaration problem





 

the cfc is passing this back "foo",
"morefoo", "evenmore", "etc"



On
12/20/05, Tracy
 Spratt < [EMAIL PROTECTED]> wrote:

What does the string look like?  You can use
split() to create an array
from a delimited string.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On
Behalf Of rhoska
Sent: Tuesday, December 20, 2005 2:04 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Array declaration problem


Newbie question of the week here but...

I'm working with iteration two's ComboBoxCellRender from
http://www.richinternetapps.com/archives/72.html. 


I want to replace the array declaration of the
ComboBoxCellRenderer.dataProvider = ["foo", "more foo"] with
a string
I am pulling from a cfc by JobList.getJobs() and for the life of me I
can't get it to populate.

If anyone could help me out with the syntax I would be greatly
appreciative. 

~RH







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


 























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












SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
   
  
 


 







YAHOO!
GROUPS LINKS


 


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


 




















--
Flexcoders Mailing 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] Proposal Ethics

2005-12-22 Thread Tracy Spratt










Hey, y’all.

I ain’t no group leader and don’t
know nuthin bout them ethics but if it is about Flex, go on an post the durn
thing!

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lee Paulison, Jr.
Sent: Wednesday, December 21, 2005
1:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Proposal
Ethics



 

My company is looking for a development firm to handle a
project in Flex 2.0.  Having been a member of FlexCoders for sometime now
I have watched the level of knowledge and membership grow into one of the best
source to resolve your development issues.  As such I would very much like
to put out a proposal to the members of FlexCoders prior to
“public” release.  After reading the FAQ I was unable to
determine the best course of action in releasing my proposal for consumption on
FlexCoders.  I would appreciate a response from the group leaders as to
how I should proceed.

 

Thank you,

Lee Paulison Jr

COO & Director of Strategic Planning
and Operations

The MindLink Group

Phone: 860-656-7177

Email: [EMAIL PROTECTED]

 

 

 









This message, and any attachments to it, may contain information that
is privileged, confidential, and exempt from disclosure under applicable law.
If the reader of this message is not the intended recipient, you are notified
that any use, dissemination, distribution, copying, or communication of this
message is strictly prohibited. If you have received this message in error,
please notify the sender immediately by return e-mail and delete the message
and any attachments. Thank you.











--
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] Video with Mask Alpha

2005-12-22 Thread Robert Thompson



I know this is the Flex group but we're among experts here so I wanted to ask, after unsuccessfully finding any good instructions on best/most-common practices on animating video with masks and/or transparencies, I wanted to ask if anyone here knows?     I'm especially interested in doing this at run-time in Flex.     However, I've read a few articles by someone at Macromedia, and it's rather more about utilization of bitmap/raster images than in a process of rendering an animation with a mask color and creating a flash 8 object out of it.
		Yahoo! for Good - 
Make a difference this year. 





--
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] Max width and height for the Loader??

2005-12-22 Thread JesterXL
Max for images in Flash Player is 2880x2880.  If the Loader goes bigger than
that, that is an accident.

- Original Message - 
From: "moyosaned" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, December 22, 2005 11:16 AM
Subject: [flexcoders] Max width and height for the Loader??


Is there a max width/height for the Loader
I tried a width from around 4000 pixel, but I see around 3000/2880.
Is it just me? I'm loading the image like this:



and



and setting the source in script.

What am i doing wrong! Is there a max?












--
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 homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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: What is the email public site writen in Flex?

2005-12-22 Thread JesterXL
It's Flash, not Flex.

- Original Message - 
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, December 22, 2005 11:09 AM
Subject: [flexcoders] Re: What is the email public site writen in Flex?


Do you mean Goowy Mail?

http://webserver002.goowy.com/

I'm not sure this was Flex rather then Flash?

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

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY


--- In flexcoders@yahoogroups.com, "netsql4" <[EMAIL PROTECTED]> wrote:
>
> It's like GMail or starts w/ G end with mail and it's all done in Flex
> 1.5?
> 
> HELP!
> 
> tia,
> .V
>







--
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/2jUsvC/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] Max width and height for the Loader??

2005-12-22 Thread Rob Rusher
Moyosaned,

Yes, width and height properties are inherited. It sounds like you want to
set the content to scale to the size of the Loader, so you would want to set
scaleContent to true.

A blind guess, there was a known bug (1.5 bug 84294) in the loader where
during resize of the content the original size is not known.

Also if you are loading an image, I recommend using the Image tag because it
is optimized for images.

Regards,

Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of moyosaned
Sent: Thursday, December 22, 2005 9:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Max width and height for the Loader??

Is there a max width/height for the Loader
I tried a width from around 4000 pixel, but I see around 3000/2880.
Is it just me? I'm loading the image like this:



and 



and setting the source in script.

What am i doing wrong! Is there a max?












--
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 homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Pass array to CFC through Web Serv ice

2005-12-22 Thread Philippe Maegerman
I believe a boolean eq 1 or 0 in coldfusion and not true or false;
 
 
"First rule of programming, break the previous rule"



De: flexcoders@yahoogroups.com de la part de Jason Doyle
Date: jeu. 12/22/2005 21:21
À: flexcoders@yahoogroups.com
Objet : [flexcoders] Pass array to CFC through Web Service


Has anyone got this to work?

I have been on this forever and cannto figure it out...

I am creating an array of objects like this. The target is a row from
a datagrid being dragged onto another grid.

for(var i = 0; i 

But I get this Axis error when I try to update the record:

soapenv:Server.userExceptioncoldfusion.xml.rpc.CFCInvocationException:
[coldfusion.runtime.UDFMethod$InvalidReturnTypeException : The value
returned from function remUpdateAssignments() is not of type
boolean.]...
faultNamespaceURI[undefined] : undefined
faultactor[undefined] : undefined
faultcode[String] : soapenv:Server.userException

The array seems well formed, I am at a loss.







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





YAHOO! GROUPS LINKS 



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






--
**STATEMENT OF CONFIDENTIALITY** 

This e-mail and any attached files are confidential and intended solely for the 
use of the individual to whom it is addressed. If you have received this email 
in error please send it back to the person that sent it to you. Any views or 
opinions presented are solely those of author and do not necessarily represent 
those the Emakina Company. Unauthorized publication, use, dissemination, 
forwarding, printing or copying of this email and its associated attachments is 
strictly prohibited.

We also inform you that we have checked that this message does not contain any 
virus but we decline any responsability in case of any damage caused by an a 
non detected virus.
--



 Yahoo! Groups Sponsor ~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/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: runtime error of stage.stageWi dth. Why???

2005-12-22 Thread Philippe Maegerman
I think you were looking for Stage.width, which has always a value, even if 
width=100%
 
"First rule of programming, break the previous rule"



De: flexcoders@yahoogroups.com de la part de sn197412
Date: jeu. 12/22/2005 8:48
À: flexcoders@yahoogroups.com
Objet : [flexcoders] Re: runtime error of stage.stageWidth. Why???


Ahh...

I got why.
I must set mx:Application's width and height like "width = 1024".
If I set mx:Application's width like "width = '100%'",
"stage.stageWidth" doesn't work.
Ah..
This has been ultra basic knowledge.


--- In flexcoders@yahoogroups.com, "sn197412" <[EMAIL PROTECTED]>
wrote:
>
> Hi.
> 
> I got runtime error of runtime error of stage.stageWidth.
> Please tell me why?
> 
> Runtime error is below.
> 
> TypeError: Error #1009: null has no properties.
>   at CustomPopup/CustomPopup$275$private::initApp()
>   at CustomPopup/___Application0_creationComplete()
>   at flash.events::EventDispatcher/dispatchEvent()
>   at
>
mx.core::UIComponent/mx.core:UIComponent$protected::dispatchCreationCompleteEvent()
>   at
>
mx.core::UIComponent$/http://www.macromedia.com/2005/flex/mx/internal::dispatchCreationCompleteEvents()
>   at
>
mx.managers::LayoutManager/LayoutManager$1689$private::doPhasedInstantiation()
>   at
mx.core::UIComponent/UIComponent$480$private::callLaterDispatcher2()
>   at mx.core::UIComponent/UIComponent$480$private::callLaterDispatcher()
> 
> Here is a sample source.
> 
> 
> http://www.macromedia.com/2005/mxml"; xmlns="*"
>creationComplete="this.initApp()">
> 
> 
>   
> 
> 
> 
>






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





YAHOO! GROUPS LINKS 



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






--
**STATEMENT OF CONFIDENTIALITY** 

This e-mail and any attached files are confidential and intended solely for the 
use of the individual to whom it is addressed. If you have received this email 
in error please send it back to the person that sent it to you. Any views or 
opinions presented are solely those of author and do not necessarily represent 
those the Emakina Company. Unauthorized publication, use, dissemination, 
forwarding, printing or copying of this email and its associated attachments is 
strictly prohibited.

We also inform you that we have checked that this message does not contain any 
virus but we decline any responsability in case of any damage caused by an a 
non detected virus.
--



 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Pass array to CFC through Web Service

2005-12-22 Thread Jason Doyle
Has anyone got this to work?

I have been on this forever and cannto figure it out...

I am creating an array of objects like this. The target is a row from
a datagrid being dragged onto another grid.

for(var i = 0; i 

But I get this Axis error when I try to update the record:

soapenv:Server.userExceptioncoldfusion.xml.rpc.CFCInvocationException:
[coldfusion.runtime.UDFMethod$InvalidReturnTypeException : The value
returned from function remUpdateAssignments() is not of type
boolean.]...
faultNamespaceURI[undefined] : undefined
faultactor[undefined] : undefined
faultcode[String] : soapenv:Server.userException

The array seems well formed, I am at a loss.







 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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 small in Title window's title content area?

2005-12-22 Thread Joan Tan










You can certainly use the width and height
properties for TitleWindow to make the entire window smaller which will affect
the content area. Then, if you want the header to be bigger, you can control it
using the headerHeight property. I hope this helps.

 

Joan

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexhtoo
Sent: Thursday, December 22, 2005
1:15 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to small
in Title window's title content area?



 

I have created TitleWindow that have Title content and close button!

I assume the title area is a little big for my
application. So I want
to small title content area in Title Window?



Flexhtoo!












--
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] Unit testing in Flex

2005-12-22 Thread Sergey Kovalyov
Hi All!

Does anybody have successful experience in unit testing Flex applications.
First of all I mean FlexUnit framework by iteration::two. Could you please
also list all the pros and cons of this process? It seems to me that this
process is superfluous in Flex, because usually it helps only to cover
evident bugs, not something really challenging. Am I wrong?

Regards, Sergey.





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] Default CSS

2005-12-22 Thread Sergey Kovalyov
Hi All!

Is there any possibility of changing default CSS without defining it in
MXML? I mean some kind of changing flex-config.xml, etc.

Sergey.





 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Array declaration problem

2005-12-22 Thread Richard Hoska



I went into my .cfc and removed the embedded quotes, so now my string looks like 'foo,morefoo,morefoo'.  now flex seems to be rendering the correct number of spaces in the drop down box but the text is not showing.  
thanks for helping me out with this,~RHOn 12/21/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:



















With the embedded quotes, huh?  You
might have to process the string a bit more then.  Experiment with split.
You have several options, strip out all the quotes (that would probably be my
choice but I'd need to experiment), strip off the beginning and end
quotes and use '", "' as the delimiter , or even handle
the quotes in each individual element.

 

Here is a handy search/replace function:

 

private function replace(sString:String,
sFind:String, sReplace:String):String

{

  return sString.split( sFind ).join(
sReplace );   

}

 

Tracy









From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Richard Hoska
Sent: Tuesday, December 20, 2005
3:36 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Array
declaration problem



 

the cfc is passing this
back "foo", "morefoo", "evenmore",
"etc"



On 12/20/05, Tracy Spratt <
 [EMAIL PROTECTED]> wrote:

What does the string look
like?  You can use split() to create an array
from a delimited string.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On
Behalf Of rhoska
Sent: Tuesday, December 20, 2005 2:04 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Array declaration problem


Newbie question of the week here but...

I'm working with iteration two's ComboBoxCellRender from
http://www.richinternetapps.com/archives/72.html. 


I want to replace the array declaration of the
ComboBoxCellRenderer.dataProvider = ["foo", "more
foo"] with a string
I am pulling from a cfc by JobList.getJobs() and for the life of
me I
can't get it to populate.

If anyone could help me out with the syntax I would be greatly
appreciative. 

~RH







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


 




















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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

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



  

















--
Flexcoders Mailing 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] Sending Email From Flex

2005-12-22 Thread jeremy lu




you can use flash.net.socket to send and receive mail thru pop3 and stmp protocol, 
as long as you know the correct packet length, it's quiet easy, 
I believe Danny Patterson has a flex example.

jeremy.On 12/22/05, Jeff Tapper <[EMAIL PROTECTED]> wrote:
I imagine it would work just like telneting into an smtp server.For examples, take a look here:http://en.wikipedia.org/wiki/SMTP#Example_SMTP_communication
At 09:14 AM 12/22/2005, you wrote:>I've been racking my brain tryingto figure out some of the new>features in flex 2. It has been said that you can send email from a>flex app with out an external php script using AS 
3.0 and its net.socket>>Does anyone have an idea how this is done, or possibly any code examples??>>>-->Flexcoders Mailing List>FAQ:><
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>Search Archives:>http://www.mail-archive.com/flexcoders%40yahoogroups.com>SPONSORED LINKS><
http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ
>Web>site design development><
http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw
>Computer>software development><
http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ
>Software>design and development><
http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw
>Macromedia>flex><
http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw
>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]
?subject=Unsubscribe>[EMAIL PROTECTED]>>*>*  Your use of Yahoo! Groups is subject to the> <
http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.>>>-- Yahoo! Groups Sponsor ~-->Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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








  
  
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] Max width and height for the Loader??

2005-12-22 Thread moyosaned
Is there a max width/height for the Loader
I tried a width from around 4000 pixel, but I see around 3000/2880.
Is it just me? I'm loading the image like this:



and 



and setting the source in script.

What am i doing wrong! Is there a max?











 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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: What is the email public site writen in Flex?

2005-12-22 Thread Dave Wolf
Do you mean Goowy Mail?

http://webserver002.goowy.com/

I'm not sure this was Flex rather then Flash?

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

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY


--- In flexcoders@yahoogroups.com, "netsql4" <[EMAIL PROTECTED]> wrote:
>
> It's like GMail or starts w/ G end with mail and it's all done in Flex
> 1.5?
> 
> HELP!
> 
> tia,
> .V
>






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/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] What is the email public site writen in Flex?

2005-12-22 Thread netsql4
It's like GMail or starts w/ G end with mail and it's all done in Flex
1.5?

HELP!

tia,
.V





 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Sending Email From Flex

2005-12-22 Thread Jeff Tapper
I imagine it would work just like telneting into an smtp server.

For examples, take a look here: 
http://en.wikipedia.org/wiki/SMTP#Example_SMTP_communication


At 09:14 AM 12/22/2005, you wrote:
>I've been racking my brain tryingto figure out some of the new
>features in flex 2. It has been said that you can send email from a
>flex app with out an external php script using AS 3.0 and its net.socket
>
>Does anyone have an idea how this is done, or possibly any code examples??
>
>
>
>
>
>
>--
>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 ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Sending Email From Flex

2005-12-22 Thread Eric
I've been racking my brain tryingto figure out some of the new
features in flex 2. It has been said that you can send email from a
flex app with out an external php script using AS 3.0 and its net.socket

Does anyone have an idea how this is done, or possibly any code examples??






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] cairngorm - is it possible to have two Result Handlers for one ca ll.

2005-12-22 Thread Shlomi Cohen
Title: Mercury Email Signature





Hi
 
i'm 
trying to build a simple cache mechanism at the client side. now since services 
are async in Flex i need to notify the client who ask for data that the data is 
available
at 
first time this will take time for service to return but the second will be 
immediately
 

The problem i 
face is that :
I managed to 
delegate the service result to local method which delegates to the calling 
client method.
but when the data 
is already in the cache (no service call is made) the client method works but 
not able to send any event to its UI (the client is a view 
helper).
 
so according to 
trace everything is working but the dispatchEvent method does not take effect in 
this second attempt to get the data.
 
can someone help 
?
 
Shlomi

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__






--
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] Proposal Ethics

2005-12-22 Thread Lee Paulison, Jr.










My company is looking for a development firm to handle a
project in Flex 2.0.  Having been a member of FlexCoders for sometime now
I have watched the level of knowledge and membership grow into one of the best
source to resolve your development issues.  As such I would very much like
to put out a proposal to the members of FlexCoders prior to “public”
release.  After reading the FAQ I was unable to determine the best course
of action in releasing my proposal for consumption on FlexCoders.  I would
appreciate a response from the group leaders as to how I should proceed.

 

Thank you,

Lee Paulison Jr

COO & Director of Strategic Planning
and Operations

The MindLink Group

Phone: 860-656-7177

Email: [EMAIL PROTECTED]

 

 

 





This message, and any attachments to it, may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are notified that any use, dissemination, distribution, copying, or communication of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete the message and any attachments. Thank you.








--
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] How to small in Title window's title content area?

2005-12-22 Thread flexhtoo
I have created TitleWindow that have Title content and close button!

I assume the title area is a little big for my application. So I want
to small title content area in Title Window?



Flexhtoo!






 Yahoo! Groups Sponsor ~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/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 fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread flexhtoo
http://localhost:8080/myHelloWorld/ServletWS?WSDL";>









  

There are my Web Service all flex application. It has call from WSDL
Send: Element http://www.ourtest.org:/getAllPerson not resolvable
error had come out.

How to fix it this error!


FlexHtoo






 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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/