[flexcoders] Re: http request issue on linux

2009-12-29 Thread ynotob
is the one with the null value. The SDK version is 3.4 any ideas? Tony --- In flexcoders@yahoogroups.com, ynotob t...@... wrote: I have the following http service defined mx:HTTPService id=httpListUser url={listUserUrl} method=POST fault=listUserFaultHandler(event

[flexcoders] http request issue on linux

2009-12-28 Thread ynotob
I have the following http service defined mx:HTTPService id=httpListUser url={listUserUrl} method=POST fault=listUserFaultHandler(event); resultFormat=e4x result=listUserHandler(event) / I call it with the following code: var params:Object = new Object(); params.request

[flexcoders] git version control support

2009-11-25 Thread ynotob
Anyone know when / how git will be supported within flex builder?

[flexcoders] Confirming SDK 3.4 installation

2009-11-23 Thread ynotob
I've downloaded and installed the 3.4 sdk as documented in the release notes. In flex builder preferences Installed Flex SDKs I've removed all other SDKs and only 3.4 exists there. But when I run About Flex builder I cannot see any confirmation of which SDK is being used. Any advice on how I

[flexcoders] Re: TabNavigator changes page (html) title

2009-11-20 Thread ynotob
@yahoogroups.com, ynotob t...@... wrote: Thanks, I'll give that a try, appreciate the detailed response. Do you know if it is fixed in more recent SDK releases? I've been meaning to upgrade the SDK for a while but have delayed because I'm not sure how painful / painless the process

[flexcoders] Re: TabNavigator changes page (html) title

2009-11-19 Thread ynotob
(); browserManager.setTitle('your page title'); browserManager.addEventListener(BrowserChangeEvent.APPLICATION_URL_CHANGE, uRLChange); } private function uRLChange(event:BrowserChangeEvent):void { browserManager.setTitle(browserManager.title); } --- In flexcoders@yahoogroups.com, ynotob tony@ wrote

[flexcoders] TabNavigator changes page (html) title

2009-11-18 Thread ynotob
I've added a TabNavigator to a flex application. The application is launched from html that is generated by a java server page (main.jsp). The generated html includes a html page title. Up until I added the TabNavigator to the application, the generated html page title would display as