[flexcoders] Detecting session timeout with GraniteDS

2008-04-29 Thread dhay
Hi, We're running Flex as a portlet... If the portlet is still open when the session times out, we either get a popup from the browser, or the following error (if we set tomcat to use form-based authentication): (mx.messaging.messages::ErrorMessage)#0 body = (Object)#1 clientId = (null)

[flexcoders] dynamic text area height

2008-04-29 Thread dhay
I have a text area which sits above a data grid. Normal situation, it only contains 2 lines, but when an error occurs it can be 5 or 6. Is there any way to get it to resize based on the text, so there isn't a big gap between the text and the datagrid in the normal situation? cheers, David

[flexcoders] Session timeout

2008-04-25 Thread dhay
We're using Flex 3 with Granite Data Services on Tomcat in a Portal environment. Tomcat has a timeout set of 30 minutes. If the user selects the Flex portlet, however, it appears that the http session never times out, even when the user is doing nothing. In the other portlets, it times out

Re: [flexcoders] crossdomain where is the server root?

2008-04-21 Thread dhay
Yes, stick it under ROOT. cheers, David x54680 Vivian Richard [EMAIL PROTECTED] Sent by: flexcoders@yahoogroups.com 04/20/2008 06:54 PM Please respond to flexcoders@yahoogroups.com To flexcoders@yahoogroups.com cc Subject Re: [flexcoders] crossdomain where is the server root?

[flexcoders] Disable Drag for particular list item

2008-04-20 Thread dhay
Hi, I have a List which uses an inline renderer. MyRender contains an icon, some text and an add button. There are times when specific items are disabled and I change the icon, disable double click and hide the add button. However, users can drag the items, too, and I want to disable the

RE: [flexcoders] crossdomain where is the server root?

2008-04-20 Thread dhay
In tomcat it needs to go in the root webapp, not in the webapps directory. If you just do http://myserver/, what does it resolve to? cheers, David Tracy Spratt [EMAIL PROTECTED] Sent by: flexcoders@yahoogroups.com 04/20/2008 11:04 AM Please respond to flexcoders@yahoogroups.com To

Re: [flexcoders] Drop anywhere to remove

2008-04-06 Thread dhay
Hi, Appreciate you taking time to try an example... that's what I was afraid of - anyone know of any other ways around it? cheers, David x54680 Daniel Gold [EMAIL PROTECTED] Sent by: flexcoders@yahoogroups.com 04/06/2008 11:13 AM Please respond to flexcoders@yahoogroups.com To

Re: [flexcoders] Drop anywhere to remove

2008-04-05 Thread dhay
Thanks. Do you have an example? Can you tell it to remove it if it's dragged *anywhere*? cheers, David Bob Wohl [EMAIL PROTECTED] Sent by: flexcoders@yahoogroups.com 04/04/2008 06:59 PM Please respond to flexcoders@yahoogroups.com To flexcoders@yahoogroups.com cc Subject Re: