[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"; schemaLo

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

[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

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

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 t

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

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:

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

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

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   F

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

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

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 w

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 ra

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 origin

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

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 : [f

[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

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

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

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

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 PROTEC

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 telnet

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

[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" <[E

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

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

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

[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

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

[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 "lurk

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