You’ll need to insert your own timer
to see if the service call has returned and if it hasn’t raise your own
error and cancel the pending service request. I think some other folks might
have written code for this, search for timeout in the archives.
Matt
From: flexcoders@
Is the person schema described in the WSDL or does it just accept any
XML and this is what you want it to look like? If the WSDL has the
schema (really this would be the RPC case I think) then as long as your
object matches up it will work on its own. If it doesn't think of it as
an object and ju
If a1BindEvent is a class you're either missing an import statement to
bring it in or that class has an incorrect package statement (or is
located in the wrong folder).
Matt
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeremy Rottman
Sent: Thu
If I have call WebService with Object in RPC and Doc Lit. Like that
eg.
flex
htoo
Peter
Thomas
[EMAIL PROTECTED]
[EMAIL PROTECTED]
It structure for the WebService request that has schema in WSDL.
I would like to send with AS3 into web-service.
F
Yep, exactly, and neither do I... but I did want him to
first diagnose that this was indeed the issue. Once narrowed down to this cache
header issue the solution will be to stop the server from sending the header. It
looks like Dave has described a way to do this which hopefully will apply
Hi all,
Is there any way in which we can detect when Flex
server is down, so that the flex user interface can display some kind of
message?
My app refreshes every 3 minutes, and, when we
suddenly shut down the server, the user interface remains on the browser screen.
This causes t
Tom,
Thanks for all this info, I was waiting for this kind of info for a long time
since nothing was clear for Flex 2 DS + CF Enterprise.
For the Messaging part, those 2 event gateways are very welcome.
What I really wanted to know,and I bet that I'm not the only one, how is the
CFC back-end
The text selection was actually 2 issues. The first was focus management,
which required a PHD in Flash focus management (and FocusManager). If it
didn't work, it was my fault. The later was bugs in the HTML generated from
TextFormat.
- Original Message -
From: "Leif Wells" <[EMAIL
David,
I have *NOT* used the Flex 2 RTE, but I have used several Flash RTEs.
*If* the two are based on similar code then here are some of the
problems I had as a developer and as a user (if not, just file these
comments as "crazed man at computer"):
Text Selection Not Holding After Formatting:
Wh
First thing that I see is that you are not returning anything from
your function.
You have
And it should be
--- In flexcoders@yahoogroups.com, "kjlinboomer"
<[EMAIL PROTECTED]> wrote:
>
> hi Jeremy -- thanks -- below is the CF component I am trying to
access.
>
> //-
Hello,
I am working on the ColdFusion MX 7 and Flex2 integration. Here is
what we currently have scheduled to be available around the same time
as the next Flex2 beta.
- An update to the CFC Adapter that is currently available on
Macromedia labs. This is mainly bug fixes, and updates to stay in
I have a pop up that I am using for a user lookup. When they search
for a user it is display in a data grid. And when they click on the
name it is suposed to bind over to the text input on the main stage.
However, I think something went arey and I cant get it to compile. So
can someone give me a bi
hi Jeremy -- thanks -- below is the CF component I am trying to access.
//
SELECT logcache_datestamp, log
Can you post you post your flex/cf code so we can look at it.
--- In flexcoders@yahoogroups.com, Keith Lindenboom
<[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am trying to set up some CF components to be used as web services
through
> flex. I have added a node to the named section web-service
Title: RE: [flexcoders] Flex 2.0 Repeater not working
You should have gotten a compiler error since the dataProvider should be in the camel case and your code has it in all lower case. Change it to "dataProvider" then it should work.
dataProvider="{myAC}">
label="{r.cur
You are allowed to put a SWF on a server that has a Flex license on it, and
I've heard of one instance where a client had a pre-compiled SWF deployed on
another box that didn't have Flex on it. You have to negotatiate for the
latter.
- Original Message -
From: "Paul BH" <[EMAIL PROTEC
Hi All,I am trying to set up some CF components to be used as
web services through flex. I have added a node to the named section
web-service proxy node of the flex config file as seen below:
http://192.168.168.1/keith/components/reporting.cfc?wsdl
basically you're not allowed to with 1.5
new licensing with flex 2...
On 1/5/06, dustin_speer <[EMAIL PROTECTED]> wrote:
> What are the licensing restrictions of offline compiling and
> distribution of Flex-generated Flash files? Any explanation of this in
> the general license?
>
>
>
>
>
> --
>
Post it to a .Net aspx page using HTTPService, then use the .Net
functionality to write it to the file.
Tracy
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of shr_bali
Sent: Tuesday, January 03, 2006 12:06 PM
To: flexcoders@yahoogroups.com
Subject
What are the licensing restrictions of offline compiling and
distribution of Flex-generated Flash files? Any explanation of this in
the general license?
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.c
Use width="100%" and height="100%" instead of using the widthFlex="1" and heightFlex="1" respectively.
On 05/01/06, byronyeh <[EMAIL PROTECTED]> wrote:
I am currently using Flex1.5 to do a pilot project. However everytime Itry to use widthFlex=1 and heightFlex=1, I will get the followingwarning
Ditto.
We are also very interested in CF7 Enterprise/Flex 2 DS integration?
Can anyone from the team give a high-level view of the 'mechanics' or how it
is being tackled on the CF side. For example, will the adapter have in-built
integration with existing java (e.g. hibernate) or CF (e.g. Reactor
widthFlex and heightFlex aren't used anymore, you should
use width='x%' or height='x%'.
widthFLex and heightFlex were used to calculate the space
occupied by that component inside his parent.
Now you use width and height for constant and percentual
sizes just like in HTML.
João Fernande
I am currently using Flex1.5 to do a pilot project. However everytime I
try to use widthFlex=1 and heightFlex=1, I will get the following
warning message
Warning C:\Tomcat5.5
\webapps\JWebFlex\restaurantadmin\view\LinkManager.mxml:42
Property mx.controls.DataGrid.heightFlex is deprecated. Pleas
Hi,
I am a newbie to Flex, trying out Flex2. I am trying
this sample app from the documentation using a
repeater and for some reason it is just displaying a
blank app/screen.
Does anybody why this is not working?
Thanks
Venkat
sample.mxml
---
http://www.macromedia.com/2005/mxml";
xmln
Has anybody successfully used the Flex2 RichTextEditor in alpha release?
I gave up, I found it impossible to use : it was full of focus bugs when
used in a popup with accordion process.
Still using a plain TextArea... and waiting the beta to see if the problem
is solved.
Benoit Hediard
-Messa
I'd like to bump this :) (holidays'n'all)Check out the example here:http://www.mindinteraction.com/bin/TestDataGrid2.html
(Note Flex2 app)
>Drag an item to generate an exception.
Thank you very much Gordon, that worked beautifully!
On 1/4/06, Gordon Smith <[EMAIL PROTECTED]> wrote:
> The player's is-the-mouse-over-this-DisplayObject logic checks whether
> the mouse is over a part of the DisplayObject that has been drawn into.
> This lets a DisplayObject have non-rectangu
Hi Andrew,
Detection of old flash player version is fine.
What I am experiencing is this. I already have 8.0.22 player
installed. When the flex-config.xml file is detecting 7.0.14, the
application is fine. When i change it to 8.0.22 and redeploy, the
application doesn't work anymore. (The loadin
29 matches
Mail list logo