[flexcoders] Flex Builder 2 HTML wrapper will not launch MyApp.html with Tomcat

2007-05-31 Thread joseph_freemaker
When http://127.0.0.1:8080/MyApp/MyApp.swf is opened in a browser, Tomcat launches the Flex 2.01 MyApp.swf application in a browser. However if http://127.0.0.1:8080/MyApp/MyApp.html or http://127.0.0.1:8080/MyApp are used, the MyApp.html wrapper generated by Flex Builder 2 does not launch

[flexcoders] How to dynamically create the Object attribute names at run time?

2007-11-20 Thread joseph_freemaker
Want to create a new Object() and dynamically define the object attribute names at run time. This can be done statically using something such as the following: var o : Object = new Object(); o.field1 = abc; In this case the input data fields are dynamic, so I want to assign the 'field1'

[flexcoders] Re: flexmdi with Flexbuilder 3.0 produces Unknown Flex SDK: Flex 2.0.1 Hotfix 1

2008-03-13 Thread joseph_freemaker
error? Are you compiling the src as swc, or referencing the project directly? Brendan On Wed, Mar 12, 2008 at 8:08 PM, joseph_freemaker [EMAIL PROTECTED] wrote: Just downloaded flexmdi and installed it in Flexbuilder 3.0. The flexmdi_examples project when compiled complains

[flexcoders] How to change window title font in flexmdi?

2008-03-14 Thread joseph_freemaker
Hi, Using the Vista effect in flexmdi per the below. How does one change the font for the window title? effectsLib={flexlib.mdi.effects.effectsLib.MDIVistaEffects} PS: Flexmdi is very cool! Thanks in advance. Joe

[flexcoders] Where to get Flex 3 latest fixes

2008-06-10 Thread joseph_freemaker
Deploying a Flex 3 application. Would like to apply any available fixes or updates. Where does one obtain these?

[flexcoders] AxisRenderer 1009 error when the Flex 3 Eclipse javaw.exe reaches 530KB

2008-08-04 Thread joseph_freemaker
Hi, When the Flex 3 Eclipse javaw.exe reaches 530KB our Flex 3 application gets the following constant error condition when the application is launched from the Flex/Eclipse IDE: TypeError: Error #1009: Cannot access a property or method of a null object reference. at

[flexcoders] Cannot install latest Flex Builder 3.0 SDK Build 3.0.3.2490 from 7/15/08

2008-08-05 Thread joseph_freemaker
Downloaded and installed into Flex Builder 3.0 under Eclipse 3.3.2 the Adobe Flex SDK Build 3.0.3.2490 from 7/15/08 from http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3. When my Flex project is recompiled, the compiler states that the charting classes such a LegendItem, PieChart,

[flexcoders] IE 6 and flash player 10 - will not open deployed Flex application URL

2008-12-04 Thread joseph_freemaker
Deployed a FB 3.0.2/Flex SDK 3.2 application for flash player 10. One workstation using IE6 can open the flex application running from Tomcat. Others using IE6 cannot load the flex application URL. They get a blank screen. All of the IE6 browsers are at similar IE6 release levels, have popup

[flexcoders] Flexbuilder 3.5 will not generate style SWFs on 64 bit Windows 7

2011-08-15 Thread joseph_freemaker
Using Flex SDK 3.5.0.12683. When an 'Export Release Build' is performed the style SWFs are not build from the CSS files. What has to be configured to have the style SWFs generated? Thank in advance.