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] Query returning results based on date

2015-04-20 Thread Paul Hastings paul.hasti...@gmail.com [flexcoders]
On 4/20/2015 6:33 PM, stinas...@yahoo.com [flexcoders] wrote: Below is my code. is there something am doing wrong? Please help. well first off you don't need the query-of-query, you can get what you want in one query. WHERE datePaid = cfqueryparam cfsqltype=cf_sql_timestamp

Re: [flexcoders] Array literals - odd behavior

2013-04-11 Thread Paul A.
On 11/04/2013 18:30, Dave Glasser wrote: In Java and other C-derived languages, an array literal can have a comma after the last element, for example: int[] numList = {1, 2, 3,}; In ActionScript, you can do the same thing: var numList:Array = [1, 2, 3,]; In both cases, the array has a

Re: [flexcoders] Array literals - odd behavior

2013-04-11 Thread Paul A.
. *From:* Paul A. p...@ipauland.com *To:* flexcoders@yahoogroups.com *Sent:* Thursday, April 11, 2013 3:00 PM *Subject:* Re: [flexcoders] Array literals - odd behavior Does it really matter? Nobody in their right mind is going to be populating arrays with multiple commas.

Re: [flexcoders] flex frustration...

2013-03-15 Thread Paul A.
On 15/03/2013 07:34, ZIONIST wrote: hi guys one moment my app was working fine and the next i get this error faultCode:Channel.Call.Failed faultString:'error' faultDetail:'NetConnection.Call.Failed: HTTP: Status 500' any ideas on how to solve this ridiculous flex nonsense of an error?

Re: [flexcoders] Re: Binding using as3

2013-01-31 Thread Paul A.
On 31/01/2013 15:13, aceoohay wrote: Paul, BTW I did try BindingUtils.bindProperty(vtiA,x,this,_y); and it did not seem to work for me. It recognized _y as it required that I change it to a public variable. I was suprised that you were binding a private variable - that only makes sense

Re: [flexcoders] Binding using as3

2013-01-30 Thread Paul A.
? This might point you in the right direction: http://stackoverflow.com/questions/966047/flex-3-dynamic-creation-and-binding-of-textinput Paul -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative

Re: [flexcoders] Joe G James is out of the office.

2012-11-19 Thread Paul A.
So that's what VerifyError: Error #1014: Class flash.system::Worker could not be found is all about... ;-) On 20/11/2012 00:01, joe.g.ja...@kp.org wrote: I will be out of the office starting 11/19/2012 and will not return until 11/26/2012. I will respond to your message when I

Re: [flexcoders] Debug Woes - Redux

2012-03-29 Thread Paul Andrews
different. Bizarre. So, you're right they are the same but they look different in my mail reader. Paul *From:*flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] *On Behalf Of *Paul Andrews *Sent:* Wednesday, March 28, 2012 11:36 AM *To:* flexcoders@yahoogroups.com *Cc:* John

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Paul Andrews
adjInc and adjInc are different variables. On 28/03/2012 17:03, John McCormack wrote: Just wondering... If you copy the variable's value to the variable 'temp' and test that, what do you see? John On 27/03/2012 21:34, Davidson, Jerry wrote: It's happening again. This never happened

Re: [flexcoders] Flex alternatives

2012-01-16 Thread Paul Andrews
Time they remade Fantasy Island, I think. They could start with a ship arriving for the Flex Alternatives conference. Tattoo could feed the SilverLight impostor to the sharks. LOL On 16/01/2012 12:23, Guy Morton wrote: A thought on cross-browser hell… If every web developer in the world

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
On 10/01/2012 01:09, Venkat M wrote: Hi, I have a scenario in my application. I know that the wait time for the response is 2 minutes. Can someone let me know how we can run a progress bar for 2 minutes loading from 0% to 100% in the same 2 minutes? Or Is there a better way to indicate the

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
is a very long time. What is it that takes two minutes to be ready? If it's a database query, I'd suggest sorting out the server, because two minutes is a ridiculous amount of time to be waiting for a result. It really looks like your application has a fundamental problem. Paul C

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
if such a system would apply here, or you just have a very bad database server doing incredibly slow updates. What is your server doing? Paul * Cheers, *Venkat.* * *From:* Paul Andrews p...@ipauland.com *To:* flexcoders

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
On 10/01/2012 22:39, Guy Morton wrote: The OP has said what it's doing - a firmware update. It takes 2-3 minutes. It's not a db transaction. Ah, I missed that. In that case the bar with enter_frame/timer will do the trick. Thanks for the explanation. Paul On 11/01/2012, at 4:01 AM

Re: [flexcoders] You are the product

2011-12-19 Thread Paul Andrews
with amazing potential. Just look at what Away3D manage to do: http://away3d.com/showcase/ LOL, looks beautiful, runs like a dog on my laptop. As you might guess, my laptop is not a current speed machine. Paul Isn't AIR is the obvious choice, and not Flash, when you want avoid browser

Re: [flexcoders] How to get the right locale in IE?

2011-12-15 Thread Paul Hastings
On 12/16/2011 4:22 AM, michael_reg...@dell.com said: I’m trying to get the locale from IE 9. I’ve written the following, but it is not working as expected. In IE 9, I can add more than one language, so I can add [de], then [de_DE], then [en_US] (listed in that order). if you have something

Re: [flexcoders] How to get the right locale in IE?

2011-12-15 Thread Paul Hastings
oops, and you might also look at IP to location/locale as well.

Re: [flexcoders] Embedded font rendering problem

2011-11-30 Thread Paul Evans
On 26 Oct 2010, at 23:18, brandyvsmonica wrote: Down in the mxml, I've got some labels: s:Label text=0123456789 Helvetica Neue Medium fontFamily=myHelv / s:Label text=0123456789 Helvetica Neue Bold fontFamily=myHelv fontWeight=bold / When I crank the font size up to something obscenely

Re: [flexcoders] Embedded font rendering problem

2011-11-30 Thread Paul Evans
On 30 Nov 2011, at 19:20, brandyvsmonica wrote: Unfortunately, my solution was to port this section of our app to HTML. Thanks for the reply - sorry you had to abandon. After trying everything I could think of with the font I was using, I tried using Helvetica Neue Medium and Bold like you,

Re: [flexcoders] Re: Print-or-PDF AdvancedDataGrid

2011-10-24 Thread Paul Hastings
On 10/24/2011 12:05 PM, steveroger_flex wrote: i went through the purePDF. but i didn't found how to get pdf of complete AdvancedDataGrid... just in case it's not obvious, take the datagrid's dataprovider use PdfPTable. if the data is hierarchical, you'll need to nest another table to hold

Re: [flexcoders] Print-or-PDF AdvancedDataGrid

2011-10-22 Thread Paul Hastings
On 10/22/2011 4:57 PM, Steve Roger said: I am recently working on AdvancedDataGrid print export in PDF function. I have looked at many libraries of Flex print PDF (alivePDF, FxPDF,.) but not get what i wanna to do. not sure what you wanna to do but maybe have a look at purePDF (mostly

Re: [flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread Paul Hastings
On 10/7/2011 10:38 PM, ZIONIST wrote: Hi guys below is the code i came up with but i get this error faultCode:Server.Processing faultString:'Unable to invoke CFC - The method 'getTweets' in component C:\ColdFusion9\wwwroot\twiiterCFlex\src\cfcs\twitter.cfc cannot be accessed remotely.'

Re: [flexcoders] Purchase Previous Adobe Licenses

2011-08-17 Thread Paul Andrews
On 17/08/2011 09:23, Brendan Meutzner wrote: Hi All, Was wondering if anyone had insight into the possibility of purchasing previous versions of Adobe product licenses. I know this is a bit off topic, but Adobe sales (phone line) is telling me they have no way to do it, and I just can't

Re: [flexcoders] Purchase Previous Adobe Licenses

2011-08-17 Thread Paul Andrews
On 17/08/2011 10:37, Brendan Meutzner wrote: Paul, Thanks for the response. As far as having many licenses involved, yes, potentially. However, we're just beginning the sales process, and right now wouldn't be able to buy a chunk of licenses... it's really a situation when we sell

Re: [flexcoders] Purchase Previous Adobe Licenses

2011-08-17 Thread Paul Andrews
On 17/08/2011 11:41, Dave Cates wrote: Hey, Am I missing something or does this page not provide what you need? (a Coldfusion 8 license?) http://www.adobe.com/products/coldfusion/coldfusion8/buy/ Looks like there isn't a problem after all. Dave. On 17 Aug 2011, at 10:52, Paul Andrews

Re: [flexcoders] Interface design

2011-08-08 Thread Paul Andrews
@yahoogroups.com] *On Behalf Of *Paul Andrews *Sent:* Sunday, August 07, 2011 7:57 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Interface design On 07/08/2011 06:12, cjacquel73 wrote: Hello, I have to select 4 values of percentages. The sum of this 4 values should be equal to 100

Re: [flexcoders] Interface design

2011-08-07 Thread Paul Andrews
On 07/08/2011 06:12, cjacquel73 wrote: Hello, I have to select 4 values of percentages. The sum of this 4 values should be equal to 100%. How to design an interface (with sliders or other), to select this 4 percentages ? Have a bar with three dividers. The bar represents 100%. The space

Re: [flexcoders] Translate application with the google translator

2010-08-19 Thread Paul Hastings
On 8/19/2010 8:07 AM, Hermes Alves wrote: Has anyone tried to make a multi-language application using the api of google translator? hate to rain on your parade but i would trust a machine translator as far as i could throw 2 elephants. it still produces gibberish for many languages depending

[flexcoders] Re: Flex charts to powerpoint

2010-08-11 Thread Paul
() ); var file:FileReference = new FileReference(); file.save(image.data, chart.jpg); HTH Paul --- In flexcoders@yahoogroups.com, Lexter halfbaked11...@... wrote: Hello guys !!! Good day, Is it possible to export flex charts into MS Powerpoint?

[flexcoders] Re: Strange problem with Item Renderer in Flash Play 10

2010-08-11 Thread Paul
again for your help! Paul --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Paul paulfischer60@ wrote: Hi Amy! Thank you very much for your reply. I recognize your name from InsideRia. I tried your suggestions, but the renderers

[flexcoders] Re: Strange problem with Item Renderer in Flash Play 10

2010-07-30 Thread Paul
even though I set a trace statement right after setting the value, and the values appear in the log. I have a CheckBox item renderer in the same grid which displays correctly. Thank you, Paul --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com

Re: [flexcoders] Stopping a function

2010-07-28 Thread Paul Andrews
On 28/07/2010 09:57, Christophe wrote: Hello, How to stop a ruuning function by software of another function ? FunctionA { } FunctionB { Stop FunctionA } Thank you, Christophe, Christophe, you cannot execute FunctionB while FunctionA executes, except if you call

Re: [flexcoders] Stopping a function

2010-07-28 Thread Paul Andrews
On 28/07/2010 11:31, Paul Andrews wrote: On 28/07/2010 09:57, Christophe wrote: Hello, How to stop a ruuning function by software of another function ? FunctionA { } FunctionB { Stop FunctionA } Thank you, Christophe, Christophe, you cannot execute FunctionB

[flexcoders] Strange problem with Item Renderer in Flash Play 10

2010-07-28 Thread Paul
several times, and it always works in 9.x and never works in 10.x. Any ideas? Thank you, Paul

Re: [flexcoders] Argghhh!

2010-07-21 Thread Paul Andrews
On 21/07/2010 17:16, Patrick wrote: Please fix the bug where if you copy a folder into a project on OSX, it copies more than the first file only. WTF? How did that pass QA? Do you test this stuff? Sounds like the right thing to do. Who would copy a folder if they only wanted to copy

Re: [flexcoders] Re: Any PHP developers who knw ColdFusion and can help me convert this php code

2010-07-02 Thread Paul Hastings
On 7/2/2010 3:08 PM, ZIONIST wrote: Please help guys... why bother w/translating from PHP when there are plenty of cf paypal info: http://www.forta.com/blog/index.cfm/2006/2/23/Using-PayPal-In-ColdFusion-Applications http://tutorial23.easycfm.com/

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
a spreadsheet engine that is accessible to/controllable by a flex front end. Paul

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
need to have a remote service that runs the excel formulas on demand - not quite the same thing. Thanks for posting it. Paul On 29 June 2010 17:10, Paul Andrews p...@ipauland.com mailto:p...@ipauland.com wrote: On 29/06/2010 10:43, dorkie dork from dorktown wrote: all your

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
was that it would be an easy translate still using Excel at heart. Paul -- Tom Chiverton Helping to enormously restore dynamic out-of-the-box real-time edge-of-your- seat metrics as part of the IT team of the year 2010, '09 and '08

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
On 29/06/2010 15:53, Gregor Kiddie wrote: How about running open office on your back end, having it open the spreadsheet on request and doing the work there? It's an interesting idea. I'll check it out. Paul Gk.

[flexcoders] Flex version of excel spreadsheet?

2010-06-28 Thread Paul Andrews
delivered solution. Any other ideas? Paul

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Paul Hastings
mx:DataGrid x= 68 y= 446 id= dataGrid dataProvider= { getAlltblreservationResult.lastResult } visible= false uh, are you using a web service instead of remote object? how did you confirm your cf server's in the same tz as your w/s? it's possible that the OS JVM that cf's running under

Re: [flexcoders] Entity - Data Interchange Format

2010-06-21 Thread Paul Andrews
On 21/06/2010 13:59, wain_mike wrote: Hi all, I want to introduce you to a new lightwieght format called ENTITY. it is smaller than XML and JSON. And is also quicker to generate and parse. You can check it out at: http://www.entity-format.co.uk Its early days, and i only went live with the

Re: [flexcoders] Flex load testing

2010-06-14 Thread Paul Baratto
, Thanks, Paul sanjitcs wrote: I am looking for open source load testing framework. which can help me to do load testing for messaging on RTMP/RTMPS protocol. Currently I am developing flex client to do load testing. If you can provide me direction how can I build java robot that can

[flexcoders] DIfferent behaviours in Flex 3 on XP and OS X with RESTful services?

2010-06-10 Thread Paul Sanders
this, have any suggestions? Thanks Paul

[flexcoders] Problem with RESTful web services and Flex on OS X

2010-06-09 Thread Paul Sanders
that one way to change this is not return the 404 (though this seems like the right return code for this circumstance) but I'd rather find a way to just make it work on the Mac. Anyway, I'm puzzled so thought I'd see if you guys know anything about it. Cheers Paul

Re: [flexcoders] out of office

2010-06-08 Thread Paul Andrews
On 08/06/2010 17:38, Glenn Williams wrote: Lol so I take it Matt is out of the office then J Yes, teaching Microsoft Outlook - Tips, Tricks and Best Practice ;-) *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Pete *Sent:* 08 June 2010 10:42 *To:*

Re: [flexcoders] Has the Flex 4 component architecture changed much from Flex 3?

2010-06-01 Thread Paul Andrews
On 01/06/2010 11:00, Nick Middleweek wrote: Hi, Has the Flex 4 component architecture changed much from Flex 3? I was recommended to get the Flash Builder 4 Flex 4 Bible to learn about writing components but I'm still working with Flex 3 projects and realistically, I probably will be for a

Re: [flexcoders] Possible to capture the console log and act on it?

2010-05-28 Thread Paul Andrews
On 28/05/2010 22:25, luvfotography wrote: Hi, My flex program is loading an external swf and the swf file outputs trace statements to the console log, is there a way to capture and act on those trace statements? Whether it's possible or not, it's an awful way to try and communicate

Re: [flexcoders] DisplayList order problem

2010-05-27 Thread Paul Andrews
visibility/changing alpha/changing state. For components like this, I generally toggle the visibility according to state (though I rarely use Flex states) except when I need a more sophisticated transition between component states. Paul Thanks, Harbs

Re: [flexcoders] DisplayList order problem

2010-05-27 Thread Paul Andrews
don't want to have to draw my own components unless there's no choice... I think that without looking at the implementation of the CheckBox component, it's going to be difficult to know what is going on. Harbs On May 27, 2010, at 12:45 PM, Paul Andrews wrote: On 27/05/2010 07:34, Harbs

[flexcoders] Re: Custom keyboard navigation on AdvancedDataGrid

2010-05-26 Thread Paul
/langref/mx/controls/AdvancedDataGridBas\ \ eEx.html#horizontalScrollPosition --- In flexcoders@yahoogroups.com, Paul paulfischer60@ wrote: I am trying to make the left and right arrows on scroll the columns on AdvancedDataGrids. The default keyboard navigation keys work with SHIFT+PAGEDOWN

[flexcoders] Custom keyboard navigation on AdvancedDataGrid

2010-05-25 Thread Paul
for KeyboardEvent.KeyDown and check for event.keyCode == KeyBoard.RIGHT and KeyBoard.LEFT. But I can't figure out what code to execute from the handler to scroll the columns. Does anybody know how to make this work? Thanks, Paul

Re: [flexcoders] The Flex DOM?

2010-05-24 Thread Paul Andrews
On 24/05/2010 23:28, Oleg Sivokon wrote: Erm, where you looking for yet another XML class? In that case there are two of them in AS3. But, of course, you can write more of those if you want. Or did you mean that how Flex framework manages components? If so, it hardly is a DOM, well, it's

Re: [flexcoders] Re: Take that Mr Jobs!

2010-05-14 Thread Paul Andrews
Is the new tradition that nobody actually bothers starting new threads with relevant subjects any more? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location:

Re: [flexcoders] Looks like it Paul!

2010-05-14 Thread Paul Andrews
On 14/05/2010 13:28, Gregor Kiddie wrote: ;) There's always one.. LOL ;-)

[flexcoders] Help wanted with HTTPService with SSL and unsigned certificates

2010-05-14 Thread Paul Sanders
certificate. Thanks Paul ps No, I have no idea why our IT group won't get a signed certificate for that, and other, applications.

[flexcoders] Re: Help wanted with HTTPService with SSL and unsigned certificates

2010-05-14 Thread Paul Sanders
Ah, that seems to work. So it's really the browser that is messing me up, not Flex. I can see then why there's no way around it from within the code. Thanks for the suggestion. Paul --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Our company uses its own self signed

[flexcoders] httpService useProxy

2010-05-01 Thread Paul Andrews
with the debugger and explicit setting makes me think that is certainly the case. Is it some form of voodo? - never really had this kind of problem when using URLLoader and the like. This is Flex 3.0 (with FB 3.0) and I have not moved forward to later versions of the SDK. Paul

Re: [flexcoders] httpService useProxy

2010-05-01 Thread Paul Andrews
On 01/05/2010 09:16, Paul Andrews wrote: I have an app which accesses quite a few php urls returning XML that sit in the same directory and domain as the main app. I use a common prefix to the file paths yet for some reason I have flex moaning to me about setting useProxy to false yet it seems

Re: [flexcoders] Exceeding Flash's Capabilities?

2010-04-14 Thread Paul Andrews
On 14/04/2010 23:48, trefalgar wrote: The majority of my flex work revolves around graphing data. If for some reason a user picks a lot of statistics to graph, over an even longer period of time, the amount of data that comes back to the Flash application overwhelms flash, consuming all of

Re: [flexcoders] Can someone rewrite this...

2010-04-10 Thread Paul Andrews
return 4; Etc.. Paul private function getAgeGroup(birthday:Date):int { var age:int = getAge(birthday); if (age= 0 age3){ //Birth to 2 return 1; }else if (age=3 age6){ //3 to 5 return 2

Re: [flexcoders] maya to flash 10

2010-04-06 Thread Paul Andrews
forum - you'll probably find a collada workflow for Maya that you can use. Paul

Re: [flexcoders] Re: maya to flash 10

2010-04-06 Thread Paul Andrews
On 06/04/2010 22:51, MIchael wrote: I don't want to use papervision. I want to use the 3d engine built into flash 10. You misunderstand. Flash 10 doesn't have a built in 3D engine. It supports 3D manipulation of planes - that's all. Paul --- In flexcoders@yahoogroups.com, Paul Andrewsp

Re: [flexcoders] Re: maya to flash 10

2010-04-06 Thread Paul Andrews
and more sophisticated primitives, plus tooling for collada import etc. A flex group really isn't the place to be discussing 3D. Five minutes with google will tell you all about papervision. Paul --- In flexcoders@yahoogroups.com, Paul Andrewsp...@... wrote: On 06/04/2010 22:51, MIchael

Re: [flexcoders] actionscript project need Vector

2010-03-25 Thread Paul Andrews
On 26/03/2010 02:57, markflex2007 wrote: Vector is part of Flash CS4 library. I need to use it in actionscript project.How to do that? Thanks Mark Use flashbuilder.

Re: [flexcoders] I am using Flash Builder 4 trial the debug session goes well but I get no ouput

2010-03-24 Thread Paul Andrews
On 24/03/2010 04:59, fred44455 wrote: I am trying some simple code in AS3 that works well in Flex 3 but when using that same AS3 code with Flash Builder 4 there is just a blank white page. No output . The session shows no errors. Any idea why? Thanks Yes, something is working

[flexcoders] OTish - partitioning users

2010-03-03 Thread Paul Andrews
to specifically identify the organisation as well). The only way I can think of to do this is to use differrent URLS for each organisation so that the system can identify the organisation without the user having to knowingly identify themselves. Any thoughts? Paul

Re: [flexcoders] Google Maps Latitude and Longitude

2010-03-01 Thread Paul Hastings
On 3/2/2010 5:46 AM, s_hernandez01 wrote: Does anyone know how I would retrieve the latitude and longitude from a given address in google maps? http://code.google.com/apis/maps/documentation/flash/reference.html#LatLng

[flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
i have a flex (3.5 SDK) advanced datagird that works fine in the app's main layout but when moved into a popup titlewindow it won't fill with data. a normal datagrid in the same titlewindow component using the same datasource works fine. component creation data passed in:

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
On Thu, Feb 25, 2010 at 9:14 PM, Nick Middleweek n...@middleweek.co.ukwrote: It's a bit hard without seeing the full code: http://pastebin.com/ But... It might be worth changing your attributesData.initialize to a function call and perform the layerGroup.refresh() inside that function. But

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
On Thu, Feb 25, 2010 at 10:09 PM, Tracy Spratt tr...@nts3rd.com wrote: Probably a timing issue. Binding is difficult to debug. Make sure your dataSource var is bindable. Initialize might be too early. Test the content in a handler function and also check it in a creationComplete handler.

[flexcoders] Re: Creating a build.xml for a project that uses as3corelib

2010-02-17 Thread Paul Sanders
--- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: Paul, why not pull down the AS3corelib source and compile that, its pretty easy since you can just specify include=*. Thanks, I might give that a go. I wish I had a better (some!) understanding of how FlexBuilder builds apps

[flexcoders] Creating a build.xml for a project that uses as3corelib

2010-02-12 Thread Paul Sanders
. Anyone seen this before and know how to fix it? I'm trying to get some clients to see the app but they don't have FlexBuilder. Thanks Paul

Re: [flexcoders] Re: Future Of Flex Developers?

2010-02-11 Thread Paul Andrews
GeorgeB wrote: Hi Pravin, Another thing for you to consider is that due to Adobe's dropping the name Flex Builder in favor of Flash Builder, obviously the future for Flex developers is rather gloomy, as they should be called Flash developers!!! I don't think being a Flex developer has

Re: [flexcoders] Re: Future Of Flex Developers?

2010-02-11 Thread Paul Andrews
GeorgeB wrote: Exactly Paul! I am now using Flex Builder3.x and will (when time comes) upgrade to whatever they call it. As I will have to. Obviously! The only question I have for the time being (but will have to wait) is what will be the upgrade policy from 3 to 4? As I mentioned

Re: [flexcoders] Credit Card number encryption

2010-02-11 Thread Paul Andrews
Lee Jenkins wrote: W.R. de Boer wrote: As far as I am aware you aren't allowed to store credit card numbers yourself without a weekly security audit from the card issuer... I don't think that is the case. You need to have a business use for storing credit card data and of

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Paul Andrews
, so I don't see that the name should change. I didn't see that the tool name should have changed either - for the same reason. Paul Thanks all for the very thoughtful replies George --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: 1.) Keeping all their items more focused

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Paul Andrews
GeorgeB wrote: Hi Paul, Thanks for replying. I almost agree with your saying. Only let me clear one-two details: To my comment : What's bugging me is that all my current work done for the last 2 years, has to be referencing as been done in a non-existing (now obsolete?) framework

Re: [flexcoders] Re: What's up Adobe?

2010-02-03 Thread Paul Andrews
for serious work and flash for animation. I suspect it'll end up as a case study of not what to do in branding lectures. Paul Mike ... who tries to excel as a developer and has great respect for excellent designers “Yes, I can see your point. I think the two of us are the only

Re: [flexcoders] Steve Jobs on Flash .......

2010-02-01 Thread Paul Andrews
It's just commercial tactics. You'd never guess he has his own tied-in development system to support. Why wouldn't he knock flash? hworke wrote: http://news.yahoo.com/s/pcworld/20100201/tc_pcworld/stevejobsdissesapplerivalsduringtownhallmeeting Jobs has previously called out Adobe Flash,

Re: [flexcoders] IP adress for Language

2010-01-20 Thread Paul Hastings
On 1/21/2010 5:39 AM, Kelly wrote: Its generally considered 'best practices' to set the language based on the browser settings rather then IP Address. no it's not. many users don't bother setting them or worse play around (i've seen many users w/klingon in their HTTP_ACCEPT_LANGUAGE) or just

Re: [flexcoders] IP adress for Language

2010-01-20 Thread Paul Hastings
On 1/21/2010 10:35 AM, g...@alchemy.com.au wrote: In the final analysis both approaches are useful, but you MUST give the user the ability to change the language. We use these inputs to yup, automagic suggestion with a control for the user to manually pick their locale (w/the locales in that

Re: [flexcoders] IP adress for Language

2010-01-20 Thread Paul Hastings
On 1/20/2010 10:58 PM, Christophe wrote: I have a bilingual Flex application. French and English. How to automatically set the French or English version in function of the IP adress localisation of the client PC ? well i would like to suggest http://javainetlocator.sourceforge.net/ (server

Re: [flexcoders] Re: How do I get an array of Images

2010-01-19 Thread Paul Andrews
criptopus wrote: Thank you, thank you. I did know they started at 0 but I must have been working to late and let that slip from my mind. I did read about Vector's and how they where more suited than arrays as long as if they where of the same type although I don't seem to be able to use

Re: [flexcoders] Identifying which image caused the event?

2010-01-19 Thread Paul Andrews
Paul Andrews wrote: criptopus wrote: If i have an event Listener of the following type on an array element how do I determine the element from within the event so as to set one of the elements properties. e.g. imgArray[imgIdx].addEventListener(Event.COMPLETE, adjustImage); private

Re: [flexcoders] Identifying which image caused the event?

2010-01-19 Thread Paul Andrews
picWidth.height=picWidth * 2; Paul

Re: [flexcoders] How do I get an array of Images

2010-01-18 Thread Paul Andrews
criptopus wrote: var imgArray:Array = new Array(); imgArray.push(new Image()); imgArray[imgArray.length].percentWidth=50; imgArray[imgArray.length].source=/media/Image.png; imgArray[imgArray.length].addEventListener(Event.COMPLETE, AdjustImageDimensions); etc. I just dont get it,

Re: [flexcoders] Java Question

2010-01-15 Thread Paul Hastings
On 1/16/2010 12:44 AM, Kelly wrote: I know CF and Java and I would never use CF for a Flex backend. Java is so much nicer to work with and so much more powerful. sorry but it doesn't sound like you know cf very well. whatever you think you can do in java, you can do in cf though with much

Re: [flexcoders] Java Question

2010-01-15 Thread Paul Andrews
Kelly wrote: Most of the certs require you to learn tons of crap you will never use with Java/Flex development. I would suggest just learning core Java, Servlets, Java Servers, BlazeDS, and Spring. After that decide if you care about getting certified. Tom suggested learning CF

Re: [flexcoders] Java Question

2010-01-15 Thread Paul Andrews
Fotis Chatzinikos wrote: And to clarify an earlier post Cold Fusion IS A Java backend with extra functionality geared towards easier application development (never used it thought so i might be wrong :-) ColdFusion is written in Java, but it is NOT a Java development system.

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Paul Andrews
20 reports - sounds like a lot. Just how big are these swf that are being loaded and I wonder about the processor usage and network overhead. What are these Flex reports? What exactly is the runtime error? Can you reproduce it yourself? What is the spec of the machine where this happens? Does it

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Paul Andrews
garfild190 wrote: Hi Paul, each swf file is around 500k. This reports are charts. Usualy a user loads 2 or 3 reports (each report is a swf file) comunicating by ajax between them. some users want to load many more reports. some times while scrolling down some of the reports are black

Re: [flexcoders] Re: Loading several swf on the same html page cause runtime error

2010-01-12 Thread Paul Andrews
garfild190 wrote: Hi Paul, Sorry if I didnt say, Yes it happens on my machine all the time. I created a simple example in my project that loads as many instances of the report as i want. Reaching 15 reports, the memory reaches 600MB and scrolling is fine. Reaching 20 reports, the second

Re: [flexcoders] Testing for XML equality

2010-01-06 Thread Paul Andrews
Davis Ford wrote: Why does this test fail? Is there any way to test for equality that ignores the ordering of elements -- which shouldn't technically matter? [Test] public function testXmlEquality():void { var xml1:XML = a b/b c/c /a;

Re: [flexcoders] Testing for XML equality

2010-01-06 Thread Paul Andrews
Davis Ford wrote: Hi Paul, I don't believe this is correct for ActionScript3. Strict equality is the === operator which compares object instances. == should test for equality. I tried (in Flash).. var objA:Object = {a:1}; var objB:Object = {a:1}; trace(objA==objB); // false var

Re: [flexcoders] Creating XML Document from Data

2010-01-03 Thread Paul Andrews
Better still, create the XML in the backend rather than generate data on the server and have to translate that data again. Paul Tracy Spratt wrote: I do not know of an example, but creating XMl with AS is pretty easy. You have two choices, either building a string representation

Re: [flexcoders] rewriting a function using prototype?

2009-12-28 Thread Paul Andrews
editing available, I could just add a line to the function and be done. How about extending the Ant generated classes and overriding the function? Paul I tried rewriting the function using prototype. It didn't quite work. Doing some reading, it sounds like this would have worked with old

Re: [flexcoders] How can I keep myself motivated to program in Flex? Please help. Thanks?

2009-12-10 Thread Paul LeRoy
To expand upon Tino's and David's comments: you can also find useful tutorial projects at www.developer.yahoo.com and on www.youtube.com . For youtube do a search on 'adobe flex' . For a public flex project you might also try www.sourceforge.net . Being part of a project is an excellent

  1   2   3   4   5   6   7   8   9   10   >