Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 6184 - 6213 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6184 Devers, Ilya
idevers1 Offline Send Email
Dec 1, 2004
8:03 am
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...
6185 Devers, Ilya
idevers1 Offline Send Email
Dec 1, 2004
8:25 am
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...
6186 Alistair McLeod
alimcleod Offline Send Email
Dec 1, 2004
9:44 am
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 ...
6187 Devers, Ilya
idevers1 Offline Send Email
Dec 1, 2004
10:32 am
where would I find doc on compc? ________________________________ From: Alistair McLeod [mailto:amcleod@...] Sent: Wednesday, December 01, 2004...
6188 Alistair McLeod
alimcleod Offline Send Email
Dec 1, 2004
10:45 am
Start here in the docs: http://livedocs.macromedia.com/flex/15/flex_docs_en/00002254.htm#wp158336 Ali -- Alistair McLeod Development Director iteration::two ...
6189 Simon Fifield
mangoboy_simon Offline Send Email
Dec 1, 2004
12:05 pm
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...
6190 Robert Stuttaford
robert@... Send Email
Dec 1, 2004
12:08 pm
Simon, Browse through your Flex install folder. There are scads of programmatic skinning examples in there. Rob _____ From: Simon Fifield...
6191 Clint Tredway
clinttredway Offline Send Email
Dec 1, 2004
1:10 pm
I would still use remoting over soap as its more efficient....
6192 Robert Stuttaford
robert@... Send Email
Dec 1, 2004
1:12 pm
In what sense ? I thought AMF was cheaper on the client (no de/serialization) and cheaper on the transport (binary) ? _____ From: Clint Tredway...
6193 Clint Tredway
clinttredway Offline Send Email
Dec 1, 2004
2:12 pm
AMF = Flash Remoting ... From: Robert Stuttaford [mailto:robert@...] Sent: Wednesday, December 01, 2004 7:11 AM To: flexcoders@yahoogroups.com ...
6194 Robert Stuttaford
robert@... Send Email
Dec 1, 2004
2:14 pm
Sorry thought you meant using SOAP as the remoting proto :-) _____ From: Clint Tredway [mailto:ctredway@...] Sent: 01 December 2004 04:13 PM To:...
6195 alubell2 Offline Send Email Dec 1, 2004
2:15 pm
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...
6196 Clint Tredway
clinttredway Offline Send Email
Dec 1, 2004
2:24 pm
no problem, I should have been clearer in my explanation :) ... From: Robert Stuttaford [mailto:robert@...] Sent: Wednesday, December 01, 2004 8:14...
6197 Robert Stuttaford
robert@... Send Email
Dec 1, 2004
3:25 pm
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 ...
6198 Simon Fifield
mangoboy_simon Offline Send Email
Dec 1, 2004
3:41 pm
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...
6199 Chris Phillips
mhccgrad1 Offline Send Email
Dec 1, 2004
3:43 pm
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...
6200 rodneyjlucas Offline Send Email Dec 1, 2004
3:59 pm
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...
6201 jonbez Offline Send Email Dec 1, 2004
4:07 pm
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...
6202 Chris
Frohoff Offline Send Email
Dec 1, 2004
4:23 pm
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...
6203 Aldo Bucchi
aldo.bucchi@... Send Email
Dec 1, 2004
5:10 pm
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,...
6204 Allen Manning
al_manning Offline Send Email
Dec 1, 2004
5:22 pm
HYPERLINK "http://www.prismix.com/"Prismix Ltd - designing usable business solutions - Macromedia Alliance Partner Hello Flex coders, '<!-- <!-- Comment -->...
6205 Allen Manning
al_manning Offline Send Email
Dec 1, 2004
5:29 pm
On second thought... I guess I should be looking to the XML spec to answer that question... _____ From: Allen Manning [mailto:allen@...] Sent: 01...
6206 Simon Fifield
mangoboy_simon Offline Send Email
Dec 1, 2004
5:32 pm
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...
6207 Allen Manning
al_manning Offline Send Email
Dec 1, 2004
5:38 pm
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...
6208 Simon Fifield
mangoboy_simon Offline Send Email
Dec 1, 2004
5:54 pm
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...
6209 Devers, Ilya
idevers1 Offline Send Email
Dec 1, 2004
5:57 pm
dont't think it is legal xml try <!-- <![CDATA[ <!-- comment --> ]]>--> ________________________________ From: Allen Manning [mailto:allen@...] Sent:...
6210 Robert Brueckmann
rbrueckmann78 Offline Send Email
Dec 1, 2004
6:28 pm
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...
6211 pilby1 Offline Send Email Dec 1, 2004
7:01 pm
In my JSP page, I have this: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...
6212 t0mruggles Offline Send Email Dec 1, 2004
7:22 pm
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...
6213 scott_oppliger Offline Send Email Dec 1, 2004
7:43 pm
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...
Messages 6184 - 6213 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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