[flexcoders] layout datagrid headerText to vertically

2008-09-20 Thread paulbohnenkamp
I would like for a datagrid column's headerText to layout vertically? Does anyone have an example of how to do this?

[flexcoders] tree component and null itemRenderer

2008-09-09 Thread paulbohnenkamp
I've got a tree component with an customer checkbox itemRenderer and on init of the outer component I need all the itemRenderers to be initialized so I can call a method on the itemRenderer to select them based on the result of a web service call. Is there a way to do this? Somehow loop

[flexcoders] Re: tree component and null itemRenderer

2008-09-09 Thread paulbohnenkamp
Of paulbohnenkamp Sent: Tuesday, September 09, 2008 12:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] tree component and null itemRenderer I've got a tree component with an customer checkbox itemRenderer and on init of the outer component I need all the itemRenderers

[flexcoders] popup changes title only in IE

2008-08-27 Thread paulbohnenkamp
I have a lot of popups in my app and in IE I'm seeing the title change when one of the popups is launched. The title changes to something like #app=... Is there a way to fix this? I want the title to always stay the same.

[flexcoders] Re: How to upgrade Flex 3 to 3.0.1?

2008-08-26 Thread paulbohnenkamp
I too see the AutoUpdater.dll in my flex builder directory, but the menu item doesn't work for me. Does anyone know how to fix this? Thanks, Paul --- In flexcoders@yahoogroups.com, Derrick Anderson [EMAIL PROTECTED] wrote: i ran the update and it's working perfectly (so far :) ) d.

[flexcoders] Why does IE7 display # for tab title?

2008-07-12 Thread paulbohnenkamp
In IE7 I see the tab title appears with the correct logo but a label of simply # . In Firefox the tab is correctly labeled. In the jsp that launches the app the title tag is there and set. Does anyone know the fix for IE7 to show the title correctly?

[flexcoders] Localization issue: Using resourceManager.getString in an ActionScript class

2008-03-22 Thread paulbohnenkamp
I had an mxml component with bindings to {resourceManager.getString...} and by updating the resourceManager.localChain I could see the resources getting updated at runtime. I've now converted the MXML component to an ActionScript class where I'm using resourceManager.getString throughout the

[flexcoders] FULL_SCREEN and PopUpMenuButton issue

2008-03-20 Thread paulbohnenkamp
Hi, I have an issue with FULL_SCREEN mode and a PopUpMenuButton. In my PopUpMenuButton (labeled Settings in a docked ApplicationControlBar at top of screen) I have a sub-menu with menu items to switch between NORMAL and FULL_SCREEN as well other sub-menus for switching language, theme, etc.

[flexcoders] localization issue: acute accents display incorrectly

2008-03-12 Thread paulbohnenkamp
Hi, I have the following key-val combo in locale/es_US/app.properties file: Meeting.Info=Informacion para ReuniĆ³n In my app when I switch language to Spanish at runtime it appears correctly, except the o in the last word with the acute accent over it displays as a square. Any ideas what I'm

[flexcoders] FormItem Text not wrapping

2008-03-11 Thread paulbohnenkamp
Hi, I have a DataGrid and am showing the full text of a DataGridColumn in a FormItem below it when a row is selected. My problem is the text in the FormItem isn't wrapping (which I want). Any ideas? Thanks, Paul mx:Script ![CDATA[ private function selectedItemChanged():void{

[flexcoders] formatting text

2008-02-11 Thread paulbohnenkamp
Is there a flash/flex equivalent to java.text.messageformat?