[flexcoders] Flex 1.5: Passing selected data to a popup

2006-03-14 Thread RAMOS CARDONA JESUS SALVADOR
Hi all. Is there a way in which I can pass data from a grid to a popped up TitleWindow? This is the code that pops the TWindow: private function showCambioPassword(Void):Void { var pop:TitleWindow = TitleWindow(PopUpManager.createPopUp(this, CambioPasswordForm, true,

RE: [flexcoders] Flex 1.5: Passing selected data to a popup

2006-03-15 Thread RAMOS CARDONA JESUS SALVADOR
PROTECTED] On Behalf Of RAMOS CARDONA JESUS SALVADOR Sent: Tuesday, March 14, 2006 8:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 1.5: Passing selected data to a popup Hi all. Is there a way in which I can pass data from a grid to a popped up TitleWindow

RE: [flexcoders] Flex 1.5: Passing selected data to a popup

2006-03-15 Thread RAMOS CARDONA JESUS SALVADOR
imagine why? Thank you all. Regards. J. -Mensaje original- De: RAMOS CARDONA JESUS SALVADOR Enviado el: MiƩrcoles, 15 de Marzo de 2006 02:35 p.m. Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] Flex 1.5: Passing selected data to a popup This does not work wither

[flexcoders] Flex1.5: Limit of series a graph component can have

2006-04-10 Thread RAMOS CARDONA JESUS SALVADOR
Hi all. My manager has come to me with an unusual question: Is there a limit as to the number of series (or dots) a flex graph can have? The need arose because of a requirement of a financial application being built on Flex, which needs to output dot graphs of at least 100,000 dots.

RE: [flexcoders] Flex1.5: Limit of series a graph component can have

2006-04-11 Thread RAMOS CARDONA JESUS SALVADOR
kind of graph is this? Do you really need 100k samples on screen simultaneously? Can you do overview/detail? Can you downsample and then plot the downsampled data? -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of RAMOS CARDONA JESUS SALVADOR Sent: Monday

RE: [flexcoders] Flex1.5: Limit of series a graph component can have

2006-04-11 Thread RAMOS CARDONA JESUS SALVADOR
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of RAMOS CARDONA JESUS SALVADOR Sent: Tuesday, April 11, 2006 8:22 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex1.5: Limit of series a graph component can have I don't think they would want to resample or view chunks of data

[flexcoders] Implementing pull-out window

2006-04-28 Thread RAMOS CARDONA JESUS SALVADOR
Hi, all. Ive seen every kind of wizardry achieved with Flex, but most of it is based on skinning components. However, Ive seen an app in which some pop-ups have some sort of pull-out window (namely, a little panel with a datagrid that seems to be pulled out of underneath the pop-up).

[flexcoders] Flex 1.5 + Weblogic 9.2 + Spring 2.0 issue

2007-01-11 Thread Ramos Cardona Jesus Salvador
I know this issue does not quite belong here, but since it is a flex-related issue, I thought I'd post to see if anyone has experience this. We developed a webapp that used Flex 1.5 for the presentation tier, and Spring 1.2.8 for the business tier. Such app was to be deployed on Weblogic 9.2.