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

2010-04-17 Thread Joe Cabezas
Gordon: that solution (the age switch) is what i proposed before, in the fisrt reply, :D PD: Adobe Flex SDK Team?, wow!, nice work adobe! :D 2010/4/16 Gordon Smith gosm...@adobe.com If age were an int rather than a Number (which it probably should be) then you could use a switch:

[flexcoders] When Flash Builder 4 will allow us to develop mobile applications?

2010-04-17 Thread fred44455
Apparently Flash CS5 has that capability but I wonder when Flex 4 developers will be able to create mobile application using Flash Builder 4? Does Adobe will come out with a plug for that purpose?

[flexcoders] Actionscript Project Flex Project How does the display list change?

2010-04-17 Thread Clark Stevenson
Hey guys. Say your familiar with Flash document Class. Flash Develop or Flex actionscript projects in that your not so familiar with MXML. You take this class package { public class MyGraphic extends Sprite { private var customSprite:Sprite; public function

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-17 Thread Nick Collins
Agreed, my point was simply that is was possible to do without the FP code. If OpenPlug can do it, imagine what the company that holds the keys to the kingdom can do. On Thu, Apr 15, 2010 at 2:12 AM, Gregor Kiddie gregor.kid...@channeladvisor.com wrote: I have no idea how Elips are doing

[flexcoders] Re: amazon payments

2010-04-17 Thread groovydave36
so, no one here has ever used amazon as a payments system w/ Flex? There's gotta be someone...help a brotha' out! --- In flexcoders@yahoogroups.com, groovydave36 groovydav...@... wrote: anyone? Buehler? --- In flexcoders@yahoogroups.com, groovydave36 groovydave36@ wrote: I am trying to

[flexcoders] Error while creating new project: Cannot access the web server

2010-04-17 Thread Pablo Augusto
Hello, I'm starting in flex development, i had downloaded Flex Builder 4, im following the adobe first videos, but when i'll create a new project, the error is displayed: Cannot access the web server. The server may not be running, or the web root folder or root URL may be invalid. I cannot

[flexcoders] Why can't change title of application???

2010-04-17 Thread robin_w...@ymail.com
Hi, I tried 2 ways to change the title of browser running my flex application: 1. set pageTitle of application 2. use code: BrowserManager.getInstance().setTitle(xxx); The 2 ways work at very beginning, but after a remote call the title is changed to name of that web page, like xxx.html. Any

Re: [flexcoders] Why can't change title of application???

2010-04-17 Thread Alex Harui
File a bug with a simple test case. On 4/16/10 6:55 PM, robin_w...@ymail.com robin_w...@ymail.com wrote: Hi, I tried 2 ways to change the title of browser running my flex application: 1. set pageTitle of application 2. use code: BrowserManager.getInstance().setTitle(xxx); The 2 ways

Re: [flexcoders] Actionscript Project Flex Project How does the display list change?

2010-04-17 Thread Alex Harui
You can use MXML w/o the Flex Framework. You may need to create classes that implement IMXMLObject to do so, but it is possible. But if you want to use the Flex Framework, then all things you add must follow the framework rules so it must implement IUIComponent. On 4/17/10 7:55 AM, Clark

[flexcoders] MSSQL date field error: Error #1034: Type Coercion failed: cannot convert 2008-03-19 00:00:00.0 to Date.

2010-04-17 Thread Wally Kolcz
Anyone came across this bizarre error and know how to fix it? I am passing a value in result (which is typed datetime in MSSQL) to a function asking for a birthday variable, typed as Date, and its throwing this error. Never had this problem when I was using the same AS3 function and value with

[flexcoders] Flex and Google Check Out

2010-04-17 Thread Wally Kolcz
Anyone see an example out there using Flex or Flex/CF to use Google Checkout? Client prefers Google. Thanks!