Re: [flexcoders] Re: circular image in flex

2016-08-10 Thread Ernest Breau ernest.br...@gmail.com [flexcoders]
Try this one http://www.adobe.com/2006/mxml;layout="vertical" verticalAlign="middle"backgroundColor="white" initialize="init();"> http://www.helpexamples.com/flash/images/image1.jpg; resize="image_resize(event);">

[flexcoders] Re: circular image in flex

2016-08-10 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

Re: [flexcoders] Re: Flex 1.5 SSL implementation solution required

2016-07-18 Thread Nick Collins ndcoll...@gmail.com [flexcoders]
Randall is correct. I use ES6 along with Babel and Webpack happily with my React coding. If you want to dig in and get your hands dirty, check out Gluestick (https://www.drivenbycode.com/getting-started-with-gluestick/) . It is an excellent (IMHO) CLI tool for scaffolding out a React site to get

[flexcoders] Re: Flex 1.5 SSL implementation solution required

2016-07-09 Thread Randall Tinfow rtin...@yahoo.com [flexcoders]
6 Not a big deal for this weenie. RT

RE: [flexcoders] Re: Flow Control in Flex

2016-03-03 Thread Harris Reynolds hreynol...@yahoo.com [flexcoders]
and buttons > ? > > Steven > > > -Original Message- > > From: Harris Reynolds > [mailto:hreynol...@yahoo.com] > > Sent: 18 March 2005 14:59 > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re: Flow Control in Flex >

[flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-04 Thread stinas...@yahoo.com [flexcoders]
i have this date range filter function i had used in one of my projects, and would like to include it in the overall filter function above; protected function arrColl_filterFunc(item:Object):Boolean { var cDate:Number=Date.parse(item.hireDate); if

[flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-04 Thread stinas...@yahoo.com [flexcoders]
Please Some one help me

Re: [flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-03 Thread stinas...@yahoo.com [flexcoders]
Guidance on how to add a date range filter

Re: [flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-03 Thread Dave Glasser dglas...@pobox.com [flexcoders]
Help with what? From: "stinas...@yahoo.com [flexcoders]" <flexcoders@yahoogroups.com> To: flexcoders@yahoogroups.com Sent: Thursday, December 3, 2015 9:31 AM Subject: [flexcoders] Re: flex multiple filter function using text input, combobox and date range any help?

[flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-03 Thread stinas...@yahoo.com [flexcoders]
any help?

[flexcoders] Re: Memory leaks

2015-09-25 Thread sherwoodspo...@gmail.com [flexcoders]
To be even more memory conscious, don't instantiate "myDataCalendar" until you have to use it. Your suggestion indicates you're doing it whenever the object/class instantiates. function ChangeWeekHandler(Event){ if(!myDataCalendar) myDataCalendar = new ArrayCollection(); .

[flexcoders] Re: Memory leaks

2015-09-24 Thread shravanso...@yahoo.com [flexcoders]
Combine variable declaration and object creation in single statement. See the below pseudo code for example: private var myDataCalendar :ArrayCollection=new ArrayCollection(); function ChangeWeekHandler(Event){ myDataCalendar= HttpServiceToGetNextWeekData(); myDataCalendar.refresh(); }

[flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread stinas...@yahoo.com [flexcoders]
Anyone out there with a solution to this issue? i have been using that code for so long and it worked perfectly. But now for some reason the uploaded file name doesn't appear in the textinput even if the file is actually uploaded onto the server

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]
I think you’re the only flex developer left? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: 23 September 2015 14:05 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: uploading files in flex using coldfusion 11 Anyone out there with a solution to this issue? i

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread 'Merrill, Jason' jason.merr...@bankofamerica.com [flexcoders]
luck. Jason Merrill Instructional Technology Architect II Bank of America Global Technology and Operations c: 703.302.9265 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Wednesday, September 23, 2015 9:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: uploading files in flex using coldfusion 11 As Julian said, you may very well very well be the last flex developer left. And for that matter, the last ColdFusion developer. It could be a server environment change that is incompatible now

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]
it. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: 23 September 2015 15:28 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: uploading files in flex using coldfusion 11 That's news to me, that Apple "won the battle of the Flash Player." I have an

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Thomas Sammons tsamm...@sei.cmu.edu [flexcoders]
for it. They’d declare it dead and be done with it. Or isn’t that the way it’s done in the UK? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Wednesday, September 23, 2015 10:31 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: uploading files in flex using

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
.uk [flexcoders]" <flexcoders@yahoogroups.com> To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com> Sent: Wednesday, September 23, 2015 10:30 AM Subject: RE: [flexcoders] Re: uploading files in flex using coldfusion 11 #yiv1165436180 #yiv1165436180 -- #yiv

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Margo Powell mmpow...@ad.unc.edu [flexcoders]
You would probably get a better response if you join the mailing list at flex.apache.org There is a developer and a users mailing list. There is a lot of activity going on there and someone would be able to answer your question there. Regards Margo On 9/23/2015 9:04 AM,

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]
] Sent: 23 September 2015 16:27 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: uploading files in flex using coldfusion 11 In my world of enterprise development Flex is still alive and well... Obviously different approaches for mobile development (gaming or non) which are better

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Brendan Meutzner bmeutz...@gmail.com [flexcoders]
-- > *From:* "Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]" < > flexcoders@yahoogroups.com> > *To:* "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com> > *Sent:* Wednesday, September 23, 2015 10:30 AM > *Subject:* RE: [flexcoders]

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
]" <flexcoders@yahoogroups.com> To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com> Sent: Wednesday, September 23, 2015 9:33 AM Subject: RE: [flexcoders] Re: uploading files in flex using coldfusion 11 #yiv0242585020 #yiv0242585020 -- #yiv0242585020 .yiv

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Thomas Sammons tsamm...@sei.cmu.edu [flexcoders]
ave issues with CF11 and file uploads. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Wednesday, September 23, 2015 9:05 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: uploading files in flex using coldfusion 11 I think you’re the only flex developer l

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]
To each their own. Sigh. From: flexcoders@yahoogroups.com [flexcoders@yahoogroups.com] Sent: 23 September 2015 16:36 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: uploading files in flex using coldfusion 11 What does this have to do

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Paul Hastings paul.hasti...@gmail.com [flexcoders]
On 9/24/2015 12:15 AM, Tom McNeer tmcn...@gmail.com [flexcoders] wrote: > > > ignoring the snotty emails about Flex and ColdFusion, what does the actual and that this list is mostly a ghost town. better off on the apache one though this seems like a cf issue so maybe SO or the adobe forums.

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Tom McNeer tmcn...@gmail.com [flexcoders]
ignoring the snotty emails about Flex and ColdFusion, what does the actual response look like coming back from your ColdFusion page, when you view it in Charles or a similar proxy? And what do you see when you set a breakpoint in uploadDataComplete()? It would seem the XML response is not what

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
re indexed or the questions have already been answered on stackoverflow. From: "Brendan Meutzner bmeutz...@gmail.com [flexcoders]" <flexcoders@yahoogroups.com> To: flexcoders@yahoogroups.com Sent: Wednesday, September 23, 2015 11:26 AM Subject: Re: [flexcoders] Re: uploading files i

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]
yeah, that is my experience too. I think perhaps we misunderstood each other earlier. From: flexcoders@yahoogroups.com [flexcoders@yahoogroups.com] Sent: 23 September 2015 20:09 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: uploading files

RE: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread 'Doug Pierce' sherwoodspo...@gmail.com [flexcoders]
only get FlexJS going (ahem, Alex). From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Wednesday, September 23, 2015 6:33 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: uploading files in flex using coldfusion 11 One of the most amazing things

[flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-22 Thread stinas...@yahoo.com [flexcoders]
Hello Guys, any help on this issue?

[flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-22 Thread stinas...@yahoo.com [flexcoders]
any help guys? am stuck and can't figure out where the problem is

[flexcoders] Re: Print Functionality in flex

2015-05-08 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

[flexcoders] Re: flex calculation problem

2015-04-15 Thread stinas...@yahoo.com [flexcoders]
Actually this is the entire code with 2 scenarios. but needs a liltle tweaking to make it better. by better i mean, the balance starts off getting computed the moment either the amountPaid textinput or manFees textinput is being fed in a figure. thanks ?xml version=1.0 encoding=utf-8?

[flexcoders] Re: flex calculation problem

2015-04-15 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

[flexcoders] Re: smooth image component fade effects

2014-11-11 Thread abhinay.dronamr...@yahoo.com [flexcoders]
why not use a parallel effect instead of a timer.

[flexcoders] Re: smooth image component fade effects

2014-11-11 Thread abhinay.dronamr...@yahoo.com [flexcoders]
?xml version=1.0 encoding=utf-8? s:WindowedApplication xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx creationComplete=imgProcess() fx:Declarations !-- Place non-visual elements (e.g., services, value objects)

[flexcoders] Re: smooth image component fade effects

2014-11-11 Thread abhinay.dronamr...@yahoo.com [flexcoders]
Try something like this. ?xml version=1.0 encoding=utf-8? s:WindowedApplication xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx creationComplete=imgProcess() fx:Declarations !-- Place non-visual elements (e.g.,

[flexcoders] Re: smooth image component fade effects

2014-11-11 Thread stinas...@yahoo.com [flexcoders]
Thanks Guys worked like a charm. very smooth i must say

[flexcoders] Re: smooth image component fade effects

2014-11-10 Thread stinas...@yahoo.com [flexcoders]
any help guys?

[flexcoders] Re: downlaoding a file in flex.

2014-11-07 Thread stinas...@yahoo.com [flexcoders]
Thanks Guys. it worked like charm. Am very grateful for the help coming from this forum.

[flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Dave Glasser dglas...@pobox.com [flexcoders]
What do do you mean by not working? On Thursday, November 6, 2014 4:20 AM, stinas...@yahoo.com [flexcoders] flexcoders@yahoogroups.com wrote: !--#yiv9808785342 #yiv9808785342

[flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread stinas...@yahoo.com [flexcoders]
when i click the download button, i get an error, concerning the path.

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Brendan Meutzner bmeutz...@gmail.com [flexcoders]
And what does the error message say exactly? You need to be more descriptive in order to help you. On Nov 6, 2014 7:38 AM, stinas...@yahoo.com [flexcoders] flexcoders@yahoogroups.com wrote: when i click the download button, i get an error, concerning the path.

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Dave Glasser dglas...@pobox.com [flexcoders]
I don't mean to be rude, but does it not occur to you that the actual text of the error message might be important in diagnosing your problem? In your initial request for help, you didn't even bother to mention the problem was concerning the path. Stinasius, I'd like to help you, but if it

[flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread stinas...@yahoo.com [flexcoders]
Sorry guys, am really sorry. this is the error it shows HTTP Status 404 - /campuscholar/bin-debug/documents/%7Bdocs.selectedItem.documentName%7D

RE: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Jim Hayes j...@primalpictures.com [flexcoders]
November 2014 14:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: downlaoding a file in flex. Sorry guys, am really sorry. this is the error it shows HTTP Status 404 - /campuscholar/bin-debug/documents/%7Bdocs.selectedItem.documentName%7D

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Dave Glasser dglas...@pobox.com [flexcoders]
]Sent: 06 November 2014 14:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: downlaoding a file in flex.  Sorry guys, am really sorry. this is the error it shows HTTP Status 404 - /campuscholar/bin-debug/documents/%7Bdocs.selectedItem.documentName%7D #yiv1014466686 #yiv1014466686

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread stinas...@yahoo.com [flexcoders]
Hey Guys, i still haven't got it to work, plus more bigger problems, i have decide to split my application into modules, i each module i have an array collection that populates a list in each of the modules, but when i run the application, only data in the first module is retrieved and when i

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread stinas...@yahoo.com [flexcoders]
Hey guys, please i need help on this

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread Alex Harui aha...@adobe.com [flexcoders]
@yahoogroups.com Subject: Re: [flexcoders] Re: getting the sum of values in list datafield. Hey guys, please i need help on this

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread stinas...@yahoo.com [flexcoders]
still doesn't do the trick.

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread Alex Harui aha...@adobe.com [flexcoders]
: [flexcoders] Re: getting the sum of values in list datafield. still doesn't do the trick.

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-08-31 Thread Alex Harui aha...@adobe.com [flexcoders]
@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Saturday, August 30, 2014 10:19 AM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: [flexcoders] Re: getting the sum of values in list datafield. Hello Guys i managed to get

[flexcoders] Re: getting the sum of values in list datafield.

2014-08-30 Thread stinas...@yahoo.com [flexcoders]
Hello Guys i managed to get it to calculate the total based on range of dates thanks to your help. One thing though, when the application my List Component is not populated with data until i select a date from the date field. Is there a way to fix the problem? Below is the updated code ?xml

[flexcoders] Re: getting the sum of values in list datafield.

2014-08-29 Thread stinas...@yahoo.com [flexcoders]
Any Help Guys?

[flexcoders] Re: getting the sum of values in list datafield.

2014-08-29 Thread stinas...@yahoo.com [flexcoders]
hmm seriously i have hit a wall. could use an example

[flexcoders] Re: Runtime error 'Bookmark is not valid' when an item is added to advanced data grid's hierarchical data.

2014-08-27 Thread guanom...@yahoo.com [flexcoders]
This bug has now been solved in the Apache Flex SDK, and will be available in the next version (probably 4.14). For details see [FLEX-34119] https://issues.apache.org/jira/browse/FLEX-34119 [FLEX-34119] mx.collections.HierarchicalCollectionViewCursor...

[flexcoders] Re: Action Script Error ( Please Help- urgent)

2014-08-27 Thread guanom...@yahoo.com [flexcoders]
This bug has now been solved in the SDK, and will be available in the next version (probably 4.14). For details see [FLEX-34119] https://issues.apache.org/jira/browse/FLEX-34119 [FLEX-34119] mx.collections.HierarchicalCollectionViewCursor... https://issues.apache.org/jira/browse/FLEX-34119

[flexcoders] Re: Bookmark no longer valid when moving items in AdvancedDataGrid

2014-08-27 Thread guanom...@yahoo.com [flexcoders]
This bug has now been resolved in the SDK - see this link and all its linked tickets [FLEX-34119] mx.collections.HierarchicalCollectionViewCursor causes CursorError RTE from ListCollectionView when the underlying collections change https://issues.apache.org/jira/browse/FLEX-34119

Re: [flexcoders] Re: Future Scope of Flex

2014-08-20 Thread Dan Pride danielpr...@yahoo.com [flexcoders]
...@yahoo.com [flexcoders] flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Tuesday, August 19, 2014 12:05 PM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Future Scope of Flex   I certainly wish you the best

Re: [flexcoders] Re: Future Scope of Flex

2014-08-20 Thread Alex Harui aha...@adobe.com [flexcoders]
: [flexcoders] Re: Future Scope of Flex Good Idea, it would be piling one hysteria on top of another so to speak ;) I urge you to consider I wrote this just before IE 8. Still runs pretty good. My first, a little embarrassing internally to me now but still. Compare way back then to the future you

Re: [flexcoders] Re: Future Scope of Flex

2014-08-19 Thread Alex Harui aha...@adobe.com [flexcoders]
Date: Monday, August 18, 2014 4:56 PM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Future Scope of Flex Being its my 12th language I don't find JS that difficult. I object to the design tho

Re: [flexcoders] Re: Future Scope of Flex

2014-08-19 Thread danielpr...@yahoo.com [flexcoders]
I certainly wish you the best with the javascript implementation. But have to admit to strong doubts about it. No matter how many hoops you put yourself through you are still working without many fundamentals of advanced programming. There just isn't the juice under the hood, maybe with

Re: [flexcoders] Re: Future Scope of Flex

2014-08-19 Thread Alex Harui aha...@adobe.com [flexcoders]
@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Future Scope of Flex I certainly wish you the best with the javascript implementation. But have to admit to strong doubts about it. No matter how many hoops you put yourself through you

Re: [flexcoders] Re: Future Scope of Flex

2014-08-18 Thread danielpr...@yahoo.com [flexcoders]
js is almost exactly like Actionscript. Typical of a JS advocate, no real knowledge of object oriented structures and concepts. Bet this is by another manager type that doesn't know an array from a variable (actually that WOULD be the same level of knowledge in this case wouldn't it.)

Re: [flexcoders] Re: Future Scope of Flex

2014-08-18 Thread Juan Carlos Pérez synkop...@gmail.com [flexcoders]
-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Saturday, August 16, 2014 8:39 AM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: [flexcoders] Re: Future Scope of Flex The original authors must be going nuts, in deep depression at least. They climbed

[flexcoders] Re: Future Scope of Flex

2014-08-18 Thread Jacob Schatz playpianolikew...@gmail.com [flexcoders]
The only thing that AS3 and Javascript have in common is ECMAScript. It's quite tricky to create OOP javascript that is well organized by yourself. That's why we have all these external libraries (backbone, angular, etc...) that try and help. That's also why Flash is a plugin... Even though being

[flexcoders] Re: Future Scope of Flex

2014-08-18 Thread sk.jameel2...@gmail.com [flexcoders]
Hi Guyz, Thanks for your reply. Your suggestions are indeed vital. At least all the flex developers should know where they stand in the current competitive market. I think it's time that flex can take advantage of the frustration growing around Html5/JS. Flex is a really cool tool to

Re: [flexcoders] Re: Future Scope of Flex

2014-08-18 Thread Scott Fanetti scott.fane...@gmail.com [flexcoders]
Wow - I really don't think this is the forum for character assassination. I've been a polyglot developer and architect for 20 years. One thing in technology is constant - that is change. Adapt. It is childish to cling to a technology like a fanboy. Dynamic languages use different

Re: [flexcoders] Re: Future Scope of Flex

2014-08-18 Thread Wemerson Couto Guimarães wemerso...@gmail.com [flexcoders]
Hi all. Try Wakanda JS and be happy forgot flash/flex and etc. It's Ann All-on-one solution: http server, NoSql database, JS framawork for frontend and backend and have an amazing RAD tool for HTML5 UI design an much more... And it's extremely well documented anos have lotes of videos 4 free

Re: [flexcoders] Re: Future Scope of Flex

2014-08-18 Thread John Hall jh...@cactusware.com [flexcoders]
Think the person was simply referring to the vocabulary and syntax, since they're both based on the ECMA standards. Not sure it deserved an ad hominem attack. It's a pretty accurate statement that someone who knows ActionScript won't be baffled by JS. On Mon, Aug 18, 2014 at 6:50 AM,

[flexcoders] Re: Future Scope of Flex

2014-08-18 Thread danielpr...@yahoo.com [flexcoders]
Of course you can now do mostly everything in Javascript that you used to do in Flash Really ? Hows the RTMP networking going? Ever see the Fedex app?

[flexcoders] Re: Future Scope of Flex

2014-08-18 Thread danielpr...@yahoo.com [flexcoders]
Oh My god, Jacob from the NCR project? I am humbled. But are you serious about the Javascript? Maybe if like you got a staff of 300,... Yea I am working in it, but its like stone implements after flash... are you serious? Heard from the Genius lately? Whats he up to? Did he get his three

Re: [flexcoders] Re: Future Scope of Flex

2014-08-18 Thread Dan Pride danielpr...@yahoo.com [flexcoders]
Being its my 12th language I don't find JS that difficult. I object to the design tho. Its a completely inferior and unpredictable design approach. My primary interests are relational database, complex relationships. having classes etc that enable you to deal with the entire screen as a unit is

Re: [flexcoders] Re: Future Scope of Flex

2014-08-17 Thread Alex Harui aha...@adobe.com [flexcoders]
, 2014 8:39 AM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: [flexcoders] Re: Future Scope of Flex The original authors must be going nuts, in deep depression at least. They climbed mount everest to the pinnacle

Re: [flexcoders] Re: Future Scope of Flex

2014-08-17 Thread Barry Gold barrydg...@ca.rr.com [flexcoders]
On 8/16/2014 6:35 PM, Scott Fanetti scott.fane...@gmail.com [flexcoders] wrote: Luckily - js is almost exactly like Actionscript. Anybody that is good at AS can write JS in no time. If you don't mind working in a language that: a) Doesn't have type declarations for variables, arguments, and

[flexcoders] Re: Future Scope of Flex

2014-08-16 Thread Mathew Easow Jacob eas...@gmail.com [flexcoders]
Adobe have dumped Flex , don’t think even Apache’s evolvement will give some hope . So better move out , I have not seen any new project development using Adobe Flex. However most of the Flex projects are in migrating to HTML5 J . Not for Flex , even Adobe’s quality of technical support have

[flexcoders] Re: Future Scope of Flex

2014-08-16 Thread danielpr...@yahoo.com [flexcoders]
The original authors must be going nuts, in deep depression at least. They climbed mount everest to the pinnacle of human interface design and did it in a universally accessible way. At the bottom line if you can't mathematically relate every single pixel on the screen to every other one, over

[flexcoders] Re: Future Scope of Flex

2014-08-16 Thread Scott Fanetti scott.fane...@gmail.com [flexcoders]
Technologies come and go. When I was a kid - the coolest thing in the world was the NextStep computer. It died but eventually reemerged as the Mac OS. Languages come and go as well. Flex and AS were great for a time - but the proprietary nature of the language killed it a few years ago. The

[flexcoders] Re: Future Scope of Flex

2014-08-16 Thread danielpr...@yahoo.com [flexcoders]
I notice you don't compare it to your prior experience developing user interfaces in flash?

[flexcoders] Re: Future Scope of Flex

2014-08-16 Thread danielpr...@yahoo.com [flexcoders]
like promises - that were never really implemented in Flex/flash. Like what specifically?

Re: [flexcoders] Re: Future Scope of Flex

2014-08-16 Thread David Adams dpad...@gmail.com [flexcoders]
like promises - that were never really implemented in Flex/flash. Like what specifically? Try this: http://www.html5rocks.com/en/tutorials/es6/promises/

Re: [flexcoders] Re: Future Scope of Flex

2014-08-16 Thread Scott Fanetti scott.fane...@gmail.com [flexcoders]
I built the Rosetta Stone user interface in flex and the EA Pogo flex games interface and online store were also built by me. I was using flash when it was the Futuresplash player. I was a very early adopter. Adobe F'd it in the A by mismanaging the technology that WAS really great. But -

[flexcoders] Re: Future Scope of Flex

2014-08-15 Thread danielpr...@yahoo.com [flexcoders]
I moved over to android then to php mysql ajax on my latest project. (Mobile phone mapping) Android OS is GREAT, Javascript is for fools, naves, and managers. Can't come close to what I could do in Flex, and its a lot harder to get it just right. It is a great employment tool for tech tho, I

[flexcoders] Re: Memory leak in Spring BlazeDS Integration 1.0.3.RELEASE due to AsyncMessage

2014-06-18 Thread a_legend_innova...@yahoo.com [flexcoders]
I have the same problem now, Memory leak due to a large amount of the memory heap space is allocated by the AsyncMessage Objects. I'm using the BlazeDS 4, Spring 3.0.5, WebSphere 7, ActiveMQ 5.2, JDK 1.6. Kindly advise. Thanks, Sherif

[flexcoders] Re: Memory leak in Spring BlazeDS Integration 1.0.3.RELEASE due to AsyncMessage

2014-06-18 Thread a_legend_innova...@yahoo.com [flexcoders]
I have the same problem now, Memory leak due to a large amount of the memory heap space is allocated by the AsyncMessage Objects. I'm using the BlazeDS 4, Spring 3.0.5, WebSphere 7, ActiveMQ 5.2, JDK 1.6. Kindly advise. Thanks, Sherif ---In flexcoders@yahoogroups.com, vascoAce@... wrote :

Re: [flexcoders] Re: Problem with Flash 13

2014-05-17 Thread edgardo edmore...@gmail.com [flexcoders]
hola: en AS3 / Flex var urlExcelExport:String = http://midominio.ar/php/create.php?name=mypdf.pdfmethod=inline;; var variables:URLVariables = new URLVariables(); var bytes:ByteArray = myPDF.savePDF(Method.LOCAL); var u:URLRequest = new URLRequest(urlExcelExport); u.contentType =

[flexcoders] Re: Problem with Flash 13

2014-05-16 Thread diamondschedu...@yahoo.com [flexcoders]
Also this thread: https://forums.adobe.com/thread/1474415 https://forums.adobe.com/thread/1474415

Re: [flexcoders] RE: Mate dispatchEvent() - Call to possibly undefined method dispatchEvent

2014-02-12 Thread Nolan Erck
Looks like this was actually an issue with how one of the MainEventMap config settings was wired up. It's fixed now. Thanks, Nolan On Fri, Feb 7, 2014 at 7:22 AM, diamondschedu...@yahoo.com wrote: Which SDK are you using. I've used Mate for a long time without problems. I assume this is

[flexcoders] RE: Mate dispatchEvent() - Call to possibly undefined method dispatchEvent

2014-02-08 Thread diamondscheduler
Which SDK are you using. I've used Mate for a long time without problems. I assume this is within a UIComponent and it's not an issue of not using dispatcher.dispatchEvent(

[flexcoders] Re: Android/mobile question

2013-11-08 Thread Jerry Quintana
In android, positions are sometes based on other objects on your screen.  You have to be carefull though because if you have a view, and remove an object from that view, the position of things become unpredictable.  Grouping objects is a good idea. Sent from my Verizon Wireless 4G LTE

[flexcoders] RE: In-house Online Training Solution

2013-10-02 Thread pzanetti631

[flexcoders] RE: Clearcase FB

2013-08-09 Thread Davidson, Jerry
To be more specific, ClearCase doesn't appear in the menus. If you go to Window | Perspective |Custom Perspective and select the Command Groups Availability you see ClearCase and ClearCaseActivitiy (both unchecked). Check them and go to the first tab, Tool Bar Visibility and ClearCase appears

[flexcoders] Re: Digest Number 12393

2013-06-26 Thread rob.love1977
nothing is flowing in this case. It is something to do with the generated code. If I create a remote call manually it fires if I use the generated code and call the services nothing ever happens.by placing breakpoints on the generated code I do see that the item references created and

[flexcoders] Re: data service not executing any ideas please

2013-06-26 Thread rob.love1977
Nothing happens, I see nothing in the console window. A service call thats passes no custom objects and is a simple getall works fine, but when I try a create and pass a custom object it never makes the call. I have no idea where to be looking. Rob --- In flexcoders@yahoogroups.com, Alex

Re: [flexcoders] Re: data service not executing any ideas please

2013-06-26 Thread Alex Harui
@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: [flexcoders] Re: data service not executing any ideas please Nothing happens, I see nothing in the console window. A service call thats passes no custom objects and is a simple

[flexcoders] Re: Flex Mobile Apple Submission Issue

2013-06-22 Thread GarethA
I'm not positive, but I'm pretty sure all I did was rename the file and drop it in. --- In flexcoders@yahoogroups.com, Jake Churchill reynacho@... wrote: Gareth, Thanks for the tip. I'll update my environment. Does the image I drop in have to be a certain dimension or does it just look

  1   2   3   4   5   6   7   8   9   10   >