[flexcoders] What book in Flex  would you guys recommend for a newbie ?

2010-03-18 Thread Mykola Dzyuba
I would recommend Adobe Flex 4 docs. It has the latest info on Flex 4. It is easy to read and review and run examples online. http://help.adobe.com/en_US/Flex/4.0/UsingSDK/index.html - Mykola

Re: [flexcoders] Flex builder automation?

2010-02-12 Thread Mykola Dzyuba
tools like WindowTester and create a script for that. - Mykola On Feb 11, 2010, at 12:58 AM, Nick Middleweek wrote: Hello, Is it possible to setup an automation task to do this... • Open Project Properties of a Flex Library Project • Deselect all items in the Classes tab

[flexcoders] Re: flex3 sdk and eclipse 3.2

2008-05-21 Thread Mykola
Here is a sample Ant build file for a Flex application at http://mdzyuba.blogspot.com/2008/05/building-flex-project-with-ant.html with info on how to build and run the sample. Mykola --- In flexcoders@yahoogroups.com, Gustavo Duenas [EMAIL PROTECTED] wrote: Any idea about how can I use Ant

[flexcoders] Re:Help binding an XML file from a webservice?

2008-03-21 Thread Mykola Dzyuba
the actual type? trace(result type: + (typeof event.result)); Somebody asked a similar question a couple of days ago. You might want to check this post: http://tech.groups.yahoo.com/group/flexcoders/message/106748 - Mykola

[flexcoders] Re:How to make Web Service

2008-03-21 Thread Mykola Dzyuba
showBusyCursor=true / - Mykola

[flexcoders] Re:How to Read SOAP attachments in Flex?

2008-03-21 Thread Mykola Dzyuba
I don't think SOAP attachments are supported in Flex at the moment. Here is some more info with a workaround option of encoding a binary data into a string: http://bugs.adobe.com/jira/browse/SDK-13381 - Mykola

[flexcoders] Re:Help binding an XML file from a webservice?

2008-03-21 Thread Mykola
not mean to disagree with what you said. I just want to clarify things. Thank you, - Mykola --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: E4x event.result is XML. But the division between XML and XMLList is blurred, since most XML methods will work on an XMLList that has

[flexcoders] Re:Help binding an XML file from a webservice?

2008-03-21 Thread Mykola
$1 = result = [Object 159761505, class='XMLList'] 0 = [Object 160100257, class='XML'] I wish I had XML class source code. It would be interesting to look how XML() is implemented. It is defined in Global.as, but no actual source is there: public native function XML(expression:Object):XML - Mykola

[flexcoders] Re: How to add SOAP header to Flex generated webservice code?

2008-03-03 Thread Mykola
ws.addhelloEventListener(helloResulHandler); ws.addAddNumbersServiceFaultEventListener(faultHandler); // call the service ws.hello_send(); Here is what I see in tcpdump: Referer: file://localhost/Users/mykola/Documents/Flex Builder 3/SampleClient1/bin-debug/SampleClient1.swf

[flexcoders] Re: Flex Soap Object Arrays

2008-03-02 Thread Mykola
: + event.fault.getStackTrace()); } pre - Mykola --- In flexcoders@yahoogroups.com, Telmo Dias [EMAIL PROTECTED] wrote: Hi all, First of all , I'm new to flex. Already bought a few books but none describes this issue in detail. I'm having huge trouble accessing object arrays

[flexcoders] Re: Tools to monitor flex network traffic for debugging SOAP calls and responses

2008-02-18 Thread Mykola
-on-mac-with-tcpdump.html Thanks, - Mykola --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Hi Guys, Is there something good out there I can use to view the raw XML request/response data going to and from the server when making SOAP calls? A vcr proxy? An option

[flexcoders] Flex 2 FDS pricing for clustered solution

2006-07-24 Thread Mykola Paliyenko
own :) We are investigating alternatives such as OpenAMF but we want to know the amount of money we need to spent on original Adobe solution.Thanks in advance for any comments.-- WBR, Mykola __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] Re: Automated migration to Flex 2

2006-06-13 Thread Mykola Paliyenko
thanx. What in particular are you going to migrate? -- Michael Antares Klishin, http://www.novemberain.com | mailto: michael@... -- WBR, Mykola __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] Re: FDB usage

2006-06-10 Thread Mykola Paliyenko
no IDE for debugging Flex 1.5. I think that Flex 2 eclipse based debugger is somehting you are looking for but for Flex 2.0. Regards, Mykola On 6/10/06, maxym.hryniv [EMAIL PROTECTED] wrote: Does someone can reply??? --- In flexcoders@yahoogroups.com, maxym.hryniv [EMAIL

Re: [flexcoders] Uncaught exceptions in Flex 1.5

2006-04-25 Thread Mykola Paliyenko
. On 4/24/06, Peter Farland [EMAIL PROTECTED] wrote: Mykola, I'm slightly confused by your post in contrast to what Sergey and Stanislav originally said. I read Sergey's post as that he was having trouble with uncaught exceptions and had to add a lot of code to catch and possibly ignore

Re: [flexcoders] Uncaught exceptions in Flex 1.5

2006-04-24 Thread Mykola Paliyenko
this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. -- WBR, Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-14 Thread Mykola Paliyenko
at Java community, great success stories of Spring, Jboss, Apache and tones of the other really HQ products. We get addicted to the good quality of the design, Not the 200+ UI classes extended from the IEventDispatcher. WBR, MykolaOn 4/13/06, Weyert de Boer [EMAIL PROTECTED] wrote: Mykola Paliyenko

Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-13 Thread Mykola Paliyenko
use of Yahoo! Groups is subject to the Yahoo! Terms of Service . -- WBR, Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Remoting over HTTPS fails in IE 6.0

2006-01-10 Thread Mykola Paliyenko
and Remoting with Internet Explorer and certificates that are NOT fully verified.Take a look at this blog post on Gary Matthew Roger's site and see if that make sense: http://www.gmrweb.net/2005/08/18/flash-remoting-https-internet-explorer/ Leif On 1/10/06, Mykola Paliyenko [EMAIL PROTECTED] wrote: Hi

[flexcoders] Remoting over HTTPS fails in IE 6.0

2006-01-09 Thread Mykola Paliyenko
some data via secure channel I'm using player 8.0 in IE 6.0, Flex 1.5. Any ideas about what could it be? -- WBR, Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Mykola Paliyenko
to create a feature request for Macromedia to implement it since it makes sence :). WBR, Mykola Matt Chotin wrote: What are you trying to do, create a new adapter? I dont really know the config file that well but I think if you dont see an example of what youre trying to do

Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Mykola Paliyenko
http://carbonfive.sourceforge.net/springadapter/ Dirk. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mykola Paliyenko Sent: Thursday, December 01, 2005 10:33 AM To: flexcoders@yahoogroups.com Subject: Re

Re: [flexcoders] How to specify root application folder

2005-12-01 Thread Mykola Paliyenko
is does anyone can provide a list of such tags like @ContextRoot() with description. WBR, Mykola On 11/25/05, Tracy Spratt [EMAIL PROTECTED] wrote: Declare a property in your mxml like this: mx:String id=strContextRoot@ContextRoot()/mx:String Now, in AS code you can use strContextRoot

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
by the moment we need to launch. WBR, MykolaOn 11/28/05, Steven Webster [EMAIL PROTECTED] wrote: Mykola, Totally agree but EJB was also first technology for enterprise development in Java and it worth us to be blind for a 5 years. EJB was the same overcomplicated that Cairngorm is and as far

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
on the previous post to change my mind :) WBR, Mykola Aldo Bucchi wrote: Mykola, What are your alternatives to flex?? Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
that will help to do it, just like Java changed our way of programming serverside applications. WBR, Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
Cairngorm is based on the Core J2EE patterns does not impress me but rather make me think thatthere should exist some more lightweight approach:). However any approach is better than no approach at all. WBR, Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexco

[flexcoders] Is Flex mature?

2005-11-27 Thread Mykola Paliyenko
bigwhat are ourchances? -- Best Regards,Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexc

Re: [flexcoders] Is Flex mature?

2005-11-27 Thread Mykola Paliyenko
like to see more people contributing to this thread ;) Me too :) Best Regards, Mykola Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread Mykola Paliyenko
are free. But I hardly can imagine people that build new project using EJB. Regards, Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Java Pojo to AS pojo with ant

2005-11-21 Thread Mykola Paliyenko
to generate it will take you a couple of days to get introduced into XDoclet and create your tool. Good luck. Regards, Mykola On 11/20/05, Jim Schneider [EMAIL PROTECTED] wrote: I'm looking to automatically generate actionscript pojos from java pojos (ejb3 annotations) using

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-21 Thread Mykola Paliyenko
is deader than dead. It's strange but the only stuff I've found about Spring2Flex is SpringBeanAdapter library. It would be interesting to have a poll about what Java server techology people use for a backend. I will be very surprised if it will be EJB. Regards, Mykola Dave Wolf wrote: For those

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-21 Thread Mykola Paliyenko
I can deploy my application anywhere I do not need crappy EJB deployment descriptors, and I'm happy with it. -- Best Regards, Mykola On 11/21/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think we all have to realize that all of our declarations on this topic are relative to our own

Re: [flexcoders] Re: Cairngorm is bad?

2005-11-18 Thread Mykola Paliyenko
you have to choose your own. I did so many times and in most cases we deliver stuff in time. -- Best Regards, MykolaOn 11/17/05, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Mykola, I just want to clarify the point I was making about the refactoring and non-heterogenic environment

Re: [flexcoders] Re: Cairngorm is bad?

2005-11-17 Thread Mykola Paliyenko
and lots of other examples and recomendations). Sure for helloworld you can make is static but don't be surprised when you faced the problem while your application growth. -- Best Regards, Mykola On 11/16/05, Omar Ramos [EMAIL PROTECTED] wrote: Hi guys, Why not use the apropiate use when

[flexcoders] DataGrid and paging

2005-11-16 Thread Mykola Paliyenko
supported. I havent found any attributes in the tag, is it hidden functionality or just someone's dream? -- Best Regards,Mykola -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: Cairngorm is bad?

2005-11-15 Thread Mykola Paliyenko
not to do the sings more complex than they are. Refactoring will help if I'm wrong, but in most cases it will not be required. Mykola PaliyenkoSenior Software Engineer at Sonopia On 11/15/05, Renaun Erickson [EMAIL PROTECTED] wrote: The code example fit Mykola's arguments well, which I see

[flexcoders] Cairngorm is bad?

2005-11-14 Thread Mykola Paliyenko
but not new to the ActionScript and JavaScript, also I know lots of Java Web MVC frameworks so I have a vision about how framework should look like to make your project succeed. Thanx for any comments. Regards, Mykola Yahoo! Groups Sponsor ~-- Get