[flexcoders] MXML components in ActionScript

2006-08-22 Thread tinywhistles
Hi I am trying to access MXML components insideAS files. Like I have an MXML file where I have defined a panel with an ID, say loginPanel. What's required is that in an AS file, I should get a handle to loginPanel object, instantiated locally or otherwise. Pls help if anyone of you have any

[flexcoders] Image reading from Oracle Intermedia

2006-08-10 Thread tinywhistles
Hi I am storing images in Oracle Database using Oracle Intermedia. I need to display the images directly on the UI without storing them into the server filesystem. This I have achieved using JSP by embedding scriplets. Now I'm trying to render the same images using Flex and AMF. Could anyone

[flexcoders] Paging using FLEX DATA SERVICES

2006-07-13 Thread tinywhistles
Hi I am trying to enable paging using Flex Data Services. In messaging-config.xml by specifying the paging enabled="true", I have been able to get the first set of data(in chunks of 5 out of a total of 100) and display them on the DataGrid. But how do I proceed to see the remaining records? Do

[flexcoders] Pagination feature in Flex 2

2006-07-11 Thread tinywhistles
Hi Does Flex 2 provide pagination support in the UI?For eg. there is a huge amount of data coming from the server, and I need to display them in chunks often at a time on the UI. Is there any out-of-the-box component which we can use for this? Alternatively can anyone share how to do this? I

[flexcoders] Request-Response time

2006-07-06 Thread tinywhistles
Hi I am looking to capture the entire request-response time from an MXML - Java - MXML. Basically its a Search Application. I want to not the time it takes from hitting the Search button till the results are rendered on the screen. Is there any API to record this(on client side)? Pls share any

[flexcoders] Applet running on Flex (production version)

2006-07-06 Thread tinywhistles
Hi In my application I have Flex as the UI. Each of the client systems have a scanner attached. The requirement is that on hitting the scan button on the Flex UI, I should be able to scan the image and display it on the same Flex window. In this I have been able to achieve the following : On

[flexcoders] Re: JTwain and Flex

2006-06-28 Thread tinywhistles
e Cynergy Systems, Inc. http://www.cynergysystems.comBlog: http://www.cynergysystems.com/roller/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinywhistles Sent: Monda

[flexcoders] Camera Vs Scanner in Flex

2006-06-28 Thread tinywhistles
Hi Like Camera.GetCamera() to read images from a locally-attached camera, is there a similar way to read images from a Scanner? Any clues? Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email.

[flexcoders] JTwain and Flex

2006-06-26 Thread tinywhistles
Hi I am using JTwain to read a scanned image from the Client UI. For this, I have written an applet which will detect the source attached to the client's machine, scan the image and show it on the user's browser. Then, by using Applet-Servlet communication, I need to store this image in the

[flexcoders] ExternalInterface + JavaScript : import

2006-06-26 Thread tinywhistles
Hi I am trying to invoke _javascript_ functions(stored in a .JS file) from my MXML document. I am using flash.external.ExternalInterface to do the same. But am unable to import the JS file. Could someone please tell how to import an external JS file into MXML. Pls note : I am not using an HTML

[flexcoders] Re: Extracting Form Parameters in Remote Class (Flex 2 Beta 3)

2006-06-07 Thread tinywhistles
Hi Tom Could you please elaborate on this? A small code sample will be of great help. Rohan --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 June 2006 09:21, tinywhistles wrote: flex.messaging.FlexContext.getHttpRequest().getParameter (firstName

[flexcoders] Flex 2.0 on ATG

2006-06-06 Thread tinywhistles
Hi Has somebody integrated ATG with Flex? I am trying to integrate Flex 2.0 on ATG 7.1 using AMF. Is there a way to invoke the ATG servlet pipeline from Flex using AMF? That way we can use all the components of ATG as is. Would be a great help if anyone can share his/her experience on this.

[flexcoders] Extracting Form Parameters in Remote Class (Flex 2 Beta 3)

2006-06-06 Thread tinywhistles
Hi All :) I am working on a project using Remoting(Http) on F2B3. I have a form with some input text boxes and a submit button. On submit, I am making an AMF call to my remote class. I need to extract the value of these form parameters here in this class. As I understand it cannot be done using