Re: [flexcoders] Re: Flex SDK 3.1 changes to WebServices breaking existing services...

2008-09-03 Thread Josh McDonald
Todd, if you can mail me off-list with a .zip of failing code, I'll be able to poke around and (probably) figure it out for you when I get home this afternoon. Cheers, -Josh On Thu, Sep 4, 2008 at 4:24 AM, Todd [EMAIL PROTECTED] wrote: The only real changes (those that aren't ASDoc comments to

[flexcoders] Buzzword of Adobe

2008-09-03 Thread Jonathan Lee
Hello all: I found BuzzWord in Adobe offers very good function in terms of an editing tool. It can break the text into pages in real time, and has the capability to insert pictures. Anyone has ideas about how to do it in Flex3? Thanks.

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Josh McDonald
A boatload of work :) There used to be a bit of information about how it was implemented, some of it may still be around since Adobe bought the company. Not that I think Adobe's hiding the info to be jerks or anything, I just don't know if it survived the re-jigging of web sites, moving buzzword

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Sherif Abdou
I think You should look at the New Flash Player 10 API and Flex 4 and you might have an easier time doing Buzzword. I havent't player around with the text engine but it looks promising. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Josh

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Richard Rodseth
No kidding. Dave Coletta has a blog here: http://www.colettas.org/ I must say this sort of post, and the recent Scene7 discussion makes me nostalgic for a failed project I worked on at Apple. OpenDoc would have allowed developers large and small to build components that could live together in

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Josh McDonald
Frankly I'm rather disappointed buzzword-lite isn't planned to be a component in Flex 4. mx:RTE blows goats, and it's 2008 - nobody should be paying a third-party component provider for god damned rich text editing. Well, as far as I know it's not. I'd *love* to be wrong =) -Josh On Thu, Sep 4,

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Matt Chotin
Oh, and check out the Text specs on the Gumbo page to see more details around the text controls we have. The RTE portion isn't in there, and we don't plan on doing something extensive, but that's really more of a chrome issue, the text itself will support pretty good markup without the need

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Josh McDonald
That sounds promising Matt :) Is there a link to that in-browser, or do I need to cue up AMP to get it? -Josh On Thu, Sep 4, 2008 at 10:23 AM, Matt Chotin [EMAIL PROTECTED] wrote: Watch the 360Flex keynote and see the text demos. On 9/3/08 5:19 PM, Josh McDonald [EMAIL PROTECTED] wrote:

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Matt Chotin
I can only see it via AMP right now. On 9/3/08 5:27 PM, Josh McDonald [EMAIL PROTECTED] wrote: That sounds promising Matt :) Is there a link to that in-browser, or do I need to cue up AMP to get it? -Josh On Thu, Sep 4, 2008 at 10:23 AM, Matt Chotin [EMAIL PROTECTED] wrote: Watch the

[flexcoders] Re: Flex SDK 3.1 changes to WebServices breaking existing services...

2008-09-03 Thread Todd
I've sort of figured out new WSDL syntax that works as expected. If I change the WSDL declaration of paymentAccounts from: xsd:element maxOccurs=1 minOccurs=0 name=paymentAccounts xsd:complexType xsd:sequence xsd:element maxOccurs=unbounded minOccurs=0 name=paymentAccount

[flexcoders] Problem with Cross domain policies by calling remote methods on same domains

2008-09-03 Thread Sajid Hussain
Gurus , I have problem calling remote services,when I m accessing my project http://www.mydomain.com it works fine but if I m accesing like this http://mydomain.com it creates error. As i read flash player consider http://www.mydomain.com and http://mydomain.com as different domains ,basicaly

Re: [flexcoders] Re: Flex SDK 3.1 changes to WebServices breaking existing services...

2008-09-03 Thread Josh McDonald
There are a couple of bugs in encoder/decoder still in 3.1 (I've submitted patches, one has been merged in but too late for 3.1, the other not yet) but in my experience nearly every time we have a problem regarding web services it's because Flex is doing the right thing (complaining, ignoring

[flexcoders] FlexSQL - Best Practices

2008-09-03 Thread stanleyezzell
Hello, I am curious if anyone else has experience with the FlexCubed product, FlexSQL. I have found it to be a very useful component, however, I don't feel like I am using it under best practices. I feel like the event listeners are a little awkward, and I don't like the thought of instantiating a

[flexcoders] Getting a the supplied DisplayObject must be a child of the caller error

2008-09-03 Thread lynnkuh
I'm using the Flex MDI Explorer and instead of using flexmdi:MDICanvas id=mdiCanvas horizontalScrollPolicy=off verticalScrollPolicy=off width=100% height=100% backgroundColor=#FF backgroundAlpha=0 flexmdi:MDIWindow id=win1

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Nate Beck
Yea, I was just trying to discuss the creation of the swf part, I thought the flex client front-end was just assumed, but you know what they say about when you assume I'm not entirely recommending this, I think it's much easier and better to just do with a configuration file and assets outside

[flexcoders] Execute webservice on browser close

2008-09-03 Thread jfournet
I am trying to execute a webservice using fds on browser close. It seems like all of the flex as code gets executed, but flex fails to send the xml to the server on which the webservice resides. I have tries putting delays on the flex and javascript side, but the webservice only executes

[flexcoders] Re: Need Help and Guidance desperately

2008-09-03 Thread Amy
--- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: His layout is really difficult. Basically he wants images to be smart enough to size any which way to fit around each other. If you take a look at the word doc he attached the second mockup shows the problem. Basically

Re: [flexcoders] Re: Need Help and Guidance desperately

2008-09-03 Thread Josh McDonald
Basically it's a *really* hard thing to do, in part due to its nature, in part due to the way Flex does some things. I built something similar, but more specialised (lays out snapin components), finds the best order to use the space most efficiently, and increases the size on them so they line up

[flexcoders] REST Library for Flex or ActionScript?

2008-09-03 Thread bryancostanich
Anyone know of a good REST library for AS3? I've done some research and come up empty. on cursory research, i'm not even sure it's possible to do it properly e.g.: http://www.atnan.com/2007/6/11/can-as3-do-rest-or-not anyone?

Re: [flexcoders] REST Library for Flex or ActionScript?

2008-09-03 Thread Josh McDonald
Actionscript can do REST just fine. From AIR. Flash Player however cannot. It's a limitation imposed on the plugin by the browsers. However, we've been told to keep our ears open for an announcement about (what will hopefully be) a relaxing of some other networking restrictions imposed on the

[flexcoders] hi guys

2008-09-03 Thread sainathevuri
i'm new to using adobe flex. i need to create a dynamic charting window to be integrated in a web page. Can u help me in knowing what all softwares to be used and what all to learn before getting on with flex? thank u, sainath

[flexcoders] Flex courses

2008-09-03 Thread Giles Roadnight
Hi All My partner who has been a tester for 5 years wants to re-train in Flex. She has done a post grad IT course in which she learnt OOD and C++ / Visual Basic. Can anyone recommend some good courses in the London area which she can take to get her started? Thanks Giles Roadnight

A Great Combination Of Speed Technology And Art- Beautiful Siera

2008-09-03 Thread Luxury Cars
*A Great Combination Of Speed Technology And Art- Beautiful Sierahttp://luxrycars.50webs.com/6.html * --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups gadis group. To post to this group, send email to

<    1   2