[flexcoders] CheckCellRenderer

2005-12-29 Thread rb_dickey
Hi, I'm trying to do a simple loop through a datagrid to set a column that's using the CheckCellRenderer to be checked or unchecked but the following code does not work, well sort of. What happens is that if I "mouseover" each row, viola, the checks in the checkbox appear or disappear dependi

[flexcoders] You must set https-url to a non-relative https value for RemoteObject...

2005-07-12 Thread rb_dickey
Hi, I'm receiving the following error during compiles from within FB when I change my RO protocols to https: "You must set https-url to a non-relative https value for RemoteObject in flex-config.xml or set gatewayHttpsUrl to a non-relative https value when using mxmlc" I've read Chapter 37 +

[flexcoders] Re: You must set https-url to a non-relative https value for RemoteObject...

2005-07-13 Thread rb_dickey
t; > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of rb_dickey > Sent: Tuesday, July 12, 2005 12:48 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] You must set https-url to a non-relative https > va

Re: FlexTagLib with NitroX

2005-02-09 Thread rb_dickey
Thanks...I knew I was missing a few pieces / parts when the flex class constructors were blowing up :)...that explains it! --- In flexcoders@yahoogroups.com, Cathy Murphy <[EMAIL PROTECTED]> wrote: > In order to use the FlexTagLibrary, your web application must include the > entire Flex applic

[flexcoders] flashgateway.Gateway.getHttpRequest

2005-04-11 Thread rb_dickey
Hi, Has anyone seen this behavior? I'm using Tomcat 5.5.7, and I have a web app configured with FORM authentication, which uses a custom mxml-based form. The authentication piece works great, but I can't get the userId from the HttpRequest.getUserPrincipal().getName() consistently. The fi