Re: [flexcoders] Re: ArrayCollection to Delimited String

2009-06-07 Thread Angelo Anolin
Hi Tim, Thanks for the tip(s). Was able to make this thing work out. Regards, Angelo From: Tim Hoff timh...@aol.com To: flexcoders@yahoogroups.com Sent: Friday, 5 June, 2009 14:05:46 Subject: [flexcoders] Re: ArrayCollection to Delimited String Well,

[flexcoders] xViewerSample

2009-06-07 Thread kamal kannan
Hai         Please help me with the following         I tried to display jasper reports in flex using xViewerSample. xViewerSample is avaliable for download at the following link http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailextid=1384018 I need to connect to connect

[flexcoders] Resource Reference

2009-06-07 Thread dang_art
Hi all, I've got a component which includes the following lines: [Embed(source=/localAssets/img/icon128.png)] public static const IMAGE_ICON128:Class; Calling this constant directly from a component I receive the image: mx:Canvas backgroundImage={localAssets.localIMAGES.IMAGE_ICON128}/ But

[flexcoders] Wrapping components

2009-06-07 Thread Mike Chang
Hi, I have a newbie question on layout.I'm looking for a container component that would wrap the components inside, keeping width the same and expanding the height to fit, allowing all components inside to be visible while keeping a maximum width. I tried HBox and VBox but as you can imagine they

[flexcoders] Re: DataGrid not releasing memory on removeAll()

2009-06-07 Thread dang_art
Have you tried to force the garbage collection process? flash.System.gc() Art --- In flexcoders@yahoogroups.com, Dharmendra Chauhan chauhan_i...@... wrote: Hi All, My DataGrid based application running into a Memory issue.The issue is dataGrid does not release the memory even after

Re: [flexcoders] DataGrid not releasing memory on removeAll()

2009-06-07 Thread Guillaume Aveline
Be sure you remove all references to your data removed.. For instance : is there eventlistener on them you didnt remove? Or did you set a variable wi line as reference? Regards Joky   Pedro Sena sena.pe...@gmail.com Ecrivait:   The memory is not necessarily released just after

[flexcoders] Pdf library

2009-06-07 Thread christophe_jacquelin
Hello, What is the best Pdf library to use with Flex Builder? Thank you, Christophe,

[flexcoders] Pb with mx:image

2009-06-07 Thread christophe_jacquelin
Hello, I use an mx:image as a temporary invisible image. I have set visible=false. But on the flex interface there is a space visible corresponding to the masked image. How to set an image as really invisible ? Thank you, Christophe,

[flexcoders] Pb with Slider

2009-06-07 Thread christophe_jacquelin
Hello, I want my Sliders to increment 1 by 1. How to set the Slider for a 1 integer incrementation when I move the slider ? Thank you, Christophe,

[flexcoders] Button to link

2009-06-07 Thread christophe_jacquelin
Hello, How to have a button that open another web page ? Thank you, Christophe,

RE: [flexcoders] Pb with mx:image

2009-06-07 Thread Tracy Spratt
includeInLayout=false Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of christophe_jacquelin Sent: Sunday, June 07, 2009 9:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Pb

RE: [flexcoders] Button to link

2009-06-07 Thread Tracy Spratt
See LinkButton. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of christophe_jacquelin Sent: Sunday, June 07, 2009 9:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Button to

RE: [flexcoders] Pb with Slider

2009-06-07 Thread Tracy Spratt
Search for snap in the docs. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of christophe_jacquelin Sent: Sunday, June 07, 2009 9:18 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Button to link

2009-06-07 Thread riacoding
Check out the code below. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import flash.net.navigateToURL; private function

[flexcoders] Re: Resource Reference

2009-06-07 Thread Tim Hoff
Hi, In CSS, you usually use ClassReference for a programatic skin. For a Graphical skin use: .bgCanvas { background-image: Embed(source='/localAssets/localIMAGES.IMAGE_ICON128'); } Notice that CSS uses / instead of a dot. Does the image file have an extension (.png, .jpg) ? -TH ---

[flexcoders] Re: Wrapping components

2009-06-07 Thread Tim Hoff
Hi Mke, This might be what you're looking for: http://www.munkiihouse.com/?p=60 http://www.munkiihouse.com/?p=60 -TH --- In flexcoders@yahoogroups.com, Mike Chang mik...@... wrote: Hi, I have a newbie question on layout.I'm looking for a container component that would wrap the components

[flexcoders] Re: Resource Reference

2009-06-07 Thread Tim Hoff
oops, didn't read the top all the way. This should work: .bgCanvas { background-image: Embed(source='/localAssets/img/icon128.png'); } -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi, In CSS, you usually use ClassReference for a programatic skin. For a

[flexcoders] Re: DataGrid not releasing memory on removeAll()

2009-06-07 Thread Dharmendra Chauhan
Hi All, Thanks for the response. 1) I agree with the fact - that memory is not necessarily released just after you remove the items from datagrid. Now my question is how long I have to wait for GC to run and If they are eligible for GC then memory should be coming down after I issue

Re: [flexcoders] Pdf library

2009-06-07 Thread thomas parquier
I dont think there are many : you can have a look at http://alivepdf.bytearray.org thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/7 christophe_jacquelin

[flexcoders] Re: HTTPService.send(params) and nothing happens?

2009-06-07 Thread ciminop
This is still mystifying to me. I set up a local tomcat and simple Spring web page with a form. The controller gets the request to show the form and returns the page with which my service retrieves. If I try to request the action command the page uses o submit the request i get a security error

[flexcoders] Flex and .NET

2009-06-07 Thread Angelo Anolin
Hi FlexCoders, I have recently discovered the wonders of developing RIAs with Flex / FlexBuilder and have completely decided to use the same in further development efforts on my part.  With a little .NET knowledge, I decided to venture out on the path of Flex by combining it with some wisdom I

Re: [flexcoders] Flex and .NET

2009-06-07 Thread Sam Lai
2009/6/8 Angelo Anolin angelo_ano...@yahoo.com: I feel that this is probably not the BEST way of doing this.  I tried initially to pass an XML delimmited string, but .NET seems to read XML differently(?) from Flex. I'd say XML would be a good way of doing it. What kind of errors are you

Re: [flexcoders] Flex and .NET

2009-06-07 Thread Angelo Anolin
Hi Sam, Thanks for your reply. As of now, I actually prefer to utilize what I know on .NET and what I am learning on Flex. Adding another utility (Web Orb) in my learning process may complicate things a bit.  I might consult this later if I feel that the needs for is getting tremendous.

Re: [flexcoders] Flex and .NET

2009-06-07 Thread Sam Lai
Considering the time required for serialization/deserialization, using something like webORB would improve parsing time, as it uses a binary format which can be parsed more easily than a text format. But unless you're using large datasets/doing lots of web service calls, the advantages are