Hi, I use MXML do the easy webservice call like this: " <mx:WebService id="service" result="onResult(event)" fault="onFault(event)"...
160192
Gregor Kiddie
rogerg2000
Dec 2, 2010 2:57 pm
Have you tried using the change event on the text input instead? It fires on programmatic changes as well. Gk....
160191
Dharmendra
chauhan_icse
Dec 2, 2010 2:51 pm
Please share some ideas on this. Thanks, Dharmendra...
160190
flexnewbie06
Dec 2, 2010 1:42 pm
Just want to add to this, the specific error on the server side is Invalid number of payload elements:2 JBoss Server, code is java, Is it possible that the...
160189
flexnewbie06
Dec 2, 2010 1:21 pm
Hi Group, I have an issue with Soap and Web Services. I'm using Flex 2 SDK with RPC and Literal Soap binding. My application has quite a few web services set...
160188
Akshat Tandon
akshat_mbx
Dec 2, 2010 4:47 am
Hi , Can you please send me a sample program code so that i can give me a better understanding of the same . Thanks Akshat...
160187
rjogaraju
Dec 2, 2010 4:25 am
In one of the handlers in my mxml file I have the following code which displays an Image , This to populates the Grid with Images based on some condition for...
160186
Dharmendra
chauhan_icse
Dec 2, 2010 4:03 am
Hi all, I have put a validation which restrict user from entering special char in textbox. This restriction is not getting enforced through automation script....
160185
Jeremy Lu
digicat66
Dec 2, 2010 3:20 am
AMF:Perl is the way to go - http://www.simonf.com/flap/...
160184
Akshat Tandon
akshat_mbx
Dec 2, 2010 2:47 am
The perl module is running on the server machine , which essentially presents the data in the html format . I have included that html in my flex project as an...
160183
turbo_vb
Dec 2, 2010 1:37 am
Yeah, looks like its a preference if you want to name and dispatch the event or not. Perhaps the two options behave differently with variables that are used...
160182
Sebastien ARBOGAST
sebastien_ar...
Dec 2, 2010 12:44 am
I just read the documentation you pointed me too and I still don't understand as they give the following example: [Bindable] public function set...
160181
Sebastien ARBOGAST
sebastien_ar...
Dec 1, 2010 11:57 pm
Thanks a lot! Sébastien Arbogast 2010/12/2 turbo_vb <TimHoff@...> ... Thanks a lot! Sébastien Arbogast 2010/12/2 turbo_vb < TimHoff@... > You're...
160180
turbo_vb
Dec 1, 2010 11:55 pm
You're probably used to using simple Bindable variables like: [Bindable]public var currentAuthorities:ArrayCollection; If you look at the action script that is...
160179
Sebastien ARBOGAST
sebastien_ar...
Dec 1, 2010 11:37 pm
OK, this works and I don't get any compilation errors. But I really don't understand why it works. Would you be kind enough to elaborate on why it's important...
160178
DP
donederdiddat
Dec 1, 2010 11:27 pm
Still looking for a solution to this. Any ideas? Need more info?...
160177
turbo_vb
Dec 1, 2010 10:55 pm
Hi Sebastien, First, you need to define a bindable event for your getter, not the setter: [Bindable(event="propertyChange")] You then need to dispatch this...
160176
Gordon Smith
gsmithsf
Dec 1, 2010 10:36 pm
Are you talking about Perl running on the client machine or on the server? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com...
160175
Guy Morton
guy_mmmmmm
Dec 1, 2010 9:47 pm
Yes. Get your perl module to output it's data in XML and process and present that data in flex....
160174
Alex Harui
alex_harui
Dec 1, 2010 8:55 pm
There is no support for loading a WindowedAppiication as a sub-app of another WindowedApplication. That’s because WindowedApplication is wired to a...
160173
Rajan
ilikeflex
Dec 1, 2010 8:13 pm
Hi I have textarea and i am putting the special character in it like ®. I am uisng Caringorm framework and send the request to the server with the values...
160172
CosmaC
cosmacol
Dec 1, 2010 4:37 pm
Hi all, I'm working on a solution to modularize Flash/Flex/AIR applications, and in the process I learnt a lot about ApplicationDomains, SecurityDomains, load...
160171
Fernando Lobos
fernandolobo...
Dec 1, 2010 3:39 pm
i used loader with a mxml appz in, work great....
160170
Fernando Lobos
fernandolobo...
Dec 1, 2010 3:35 pm
i did it and update LCDS version also, there no problem with the update , check adobe forum for more info On Tue, Nov 30, 2010 at 4:54 AM, mailtosamirranjan <...
160169
Sebastien ARBOGAST
sebastien_ar...
Dec 1, 2010 2:24 pm
Hi, I'm trying to define a generic mechanism for selectively certain controls depending on the roles of the user that is currently authenticated. To do that, I...
160168
Robert VanCuren Jr
ag_rcuren
Dec 1, 2010 2:08 pm
I am when you says certain options are set I am assuming you mean at runtime? If so it is to late because imports happen at compile time. Any thing you import...
160167
Aks
akshat_mbx
Dec 1, 2010 12:47 pm
Hi , I have a module written in perl , i want to integrate the same into my flex project , is there any way that i can directly communicate flex with perl . ...
160166
Aks
akshat_mbx
Dec 1, 2010 12:45 pm
Hi , I want to integrate a module written in perl into my flex project , i dont want to use html i frames , is there any way to communicate flex with perl . ...
160165
Gregor Kiddie
rogerg2000
Dec 1, 2010 10:49 am
What are you aiming to achieve with this? There's almost certainly a better way than conditional imports... Gk. From: flexcoders@yahoogroups.com...
160164
dorkie dork from dork...
dorkiedorkfromdorktow...
Dec 1, 2010 8:16 am
Is there a way to conditionally import a certain class? For example, I have a MXML component that when some options are set it should import classes X, Y and...