Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6184 - 6213 of 149634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6184
Since the topmost errors in the stack are parse errors, it might be your app has malformed xml.... use the [cdata[ tags inside your scripts, especially if you...
Devers, Ilya
idevers1
Offline Send Email
Dec 1, 2004
8:03 am
6185
AMFPHP seems to work from this example, so that is fine. one ohter difference between flex and flash remoting is the possibility to use SOAP. This means you...
Devers, Ilya
idevers1
Offline Send Email
Dec 1, 2004
8:25 am
6186
I can vouch for the ease of use for compc. I used it to package FlexUnit, so that its available as a simple SWC a developer can drop into their runtime ...
Alistair McLeod
alimcleod
Offline Send Email
Dec 1, 2004
9:44 am
6187
where would I find doc on compc? ________________________________ From: Alistair McLeod [mailto:amcleod@...] Sent: Wednesday, December 01, 2004...
Devers, Ilya
idevers1
Offline Send Email
Dec 1, 2004
10:32 am
6188
Start here in the docs: http://livedocs.macromedia.com/flex/15/flex_docs_en/00002254.htm#wp158336 Ali -- Alistair McLeod Development Director iteration::two ...
Alistair McLeod
alimcleod
Offline Send Email
Dec 1, 2004
10:45 am
6189
Hi Flexcoders, I've looked at the Flex skinning examples and found the excellent example skinned components - SkinDev.mxml, but now I want to programmatically...
Simon Fifield
mangoboy_simon
Offline Send Email
Dec 1, 2004
12:05 pm
6190
Simon, Browse through your Flex install folder. There are scads of programmatic skinning examples in there. Rob _____ From: Simon Fifield...
Robert Stuttaford
robert@...
Send Email
Dec 1, 2004
12:08 pm
6191
I would still use remoting over soap as its more efficient....
Clint Tredway
clinttredway
Offline Send Email
Dec 1, 2004
1:10 pm
6192
In what sense ? I thought AMF was cheaper on the client (no de/serialization) and cheaper on the transport (binary) ? _____ From: Clint Tredway...
Robert Stuttaford
robert@...
Send Email
Dec 1, 2004
1:12 pm
6193
AMF = Flash Remoting ... From: Robert Stuttaford [mailto:robert@...] Sent: Wednesday, December 01, 2004 7:11 AM To: flexcoders@yahoogroups.com ...
Clint Tredway
clinttredway
Offline Send Email
Dec 1, 2004
2:12 pm
6194
Sorry thought you meant using SOAP as the remoting proto :-) _____ From: Clint Tredway [mailto:ctredway@...] Sent: 01 December 2004 04:13 PM To:...
Robert Stuttaford
robert@...
Send Email
Dec 1, 2004
2:14 pm
6195
Thanks for the code snippet Clint. I had missed the "endpoint" first time through, but I'll give this a try later today. AMF transport reduces client side...
alubell2
Offline Send Email
Dec 1, 2004
2:15 pm
6196
no problem, I should have been clearer in my explanation :) ... From: Robert Stuttaford [mailto:robert@...] Sent: Wednesday, December 01, 2004 8:14...
Clint Tredway
clinttredway
Offline Send Email
Dec 1, 2004
2:24 pm
6197
Hi all, I know I've already asked, but I'd just like to re-ask, as I don't know where else to look. I know that the boys who did the sneak peak had a custom ...
Robert Stuttaford
robert@...
Send Email
Dec 1, 2004
3:25 pm
6198
I've looked in the Flex install folder in both extras and resources folders and can only find the ColourPicker component as an example of programmatically...
Simon Fifield
mangoboy_simon
Offline Send Email
Dec 1, 2004
3:41 pm
6199
I have it like this for a remoting call. <mx:method name="getDealerModelArray" result="Data.makesYears=event.result;... I know when the results are returned...
Chris Phillips
mhccgrad1
Offline Send Email
Dec 1, 2004
3:43 pm
6200
Hello, I wanted to ask if anyone has any experience using Flex with Tomcat 5.5 and/or Java 1.5. We are currently using it without issue, but wanted to know if...
rodneyjlucas
Online Now Send Email
Dec 1, 2004
3:59 pm
6201
Hi everyone, We have tried several graphic formats - GIF, JPG, SVG, SWF - and our graphics always seem to have smudgy text. We seem to have better luck with...
jonbez
Offline Send Email
Dec 1, 2004
4:07 pm
6202
I have the exact same problem. None of the /samples apps work either. It seems to possibly be an incompatability between Flex and SunONE (it is not on the...
Chris
Frohoff
Offline Send Email
Dec 1, 2004
4:23 pm
6203
Yes, basic datatypes are mapped ok... I'm talking about Metadata I'll give you a concrete example to make my point: My system has a table that holds user info,...
Aldo Bucchi
aldo.bucchi@...
Send Email
Dec 1, 2004
5:10 pm
6204
HYPERLINK "http://www.prismix.com/"Prismix Ltd - designing usable business solutions - Macromedia Alliance Partner Hello Flex coders, '<!-- <!-- Comment -->...
Allen Manning
al_manning
Online Now Send Email
Dec 1, 2004
5:22 pm
6205
On second thought... I guess I should be looking to the XML spec to answer that question... _____ From: Allen Manning [mailto:allen@...] Sent: 01...
Allen Manning
al_manning
Online Now Send Email
Dec 1, 2004
5:29 pm
6206
Niklas Richardson, Prismix LtdI'm not sure if its technically correct, but when the XML processor finds the opening '<!--' tag brackets, it would ignore the...
Simon Fifield
mangoboy_simon
Offline Send Email
Dec 1, 2004
5:32 pm
6207
Simon, It makes perfect sense. I just find it a bit of a pain. Commenting out large blocks of XML is more difficult than I would like if there are existing...
Allen Manning
al_manning
Online Now Send Email
Dec 1, 2004
5:38 pm
6208
Niklas Richardson, Prismix LtdI had exactly the same problem when I was setting up Tomcat and the JK2 connector with Apache. I wanted to try this and that but...
Simon Fifield
mangoboy_simon
Offline Send Email
Dec 1, 2004
5:54 pm
6209
dont't think it is legal xml try <!-- <![CDATA[ <!-- comment --> ]]>--> ________________________________ From: Allen Manning [mailto:allen@...] Sent:...
Devers, Ilya
idevers1
Offline Send Email
Dec 1, 2004
5:57 pm
6210
Here's the situation...we have flex running on weblogic 8.1, we have apache running on another server. We've configured the apache server to have requests to...
Robert Brueckmann
rbrueckmann78
Offline Send Email
Dec 1, 2004
6:28 pm
6211
In my JSP page, I have this: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...
pilby1
Offline Send Email
Dec 1, 2004
7:01 pm
6212
Hi Robert, A few questions. What happens if you make a plain HTTP request via rptg.merlinsecuritiescom? What are the http-service-proxy's url and https-url...
t0mruggles
Offline Send Email
Dec 1, 2004
7:22 pm
6213
Dirk: I talked to those guys at Max (the ones - rather - the one - that spoke English). Turns out that these products aren't available yet in the US and they...
scott_oppliger
Offline Send Email
Dec 1, 2004
7:43 pm
Messages 6184 - 6213 of 149634   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help