RE: [flexcoders] Memory Leak in DataServices based App ??

2009-06-27 Thread Alex Harui
What does the memory profiler say? There's a tutorial on how to use it on my blog. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dharmendra Chauhan

[flexcoders] dynamic dimension of the page

2009-06-27 Thread anitha2324
Hi All, I am making a flex web page the following is some part of this page mx:VBox id=boxPersonalImages verticalGap=0 height=80% width=60% left=10

[flexcoders] Re: Memory Leak in DataServices based App ??

2009-06-27 Thread Dharmendra Chauhan
I have gone throw your tutorial on you blog and I profiled my with. I could see so many loitering object hanging around , I evaluted them based upon the method suggetsed on your blog. Potential Loitering Obejct which I could see is - * Objects * Strings On drill down , I found tons of

[flexcoders] Flex Library and and MXML component

2009-06-27 Thread Mike Oliver
I have an MXML Component Canvas that I want to put into a Flex Library SWC. I created a Flex Library Project with /src and /bin I added the /images folder with the image in it that the Component Canvas uses to /src. I added the mxml source file for the Component to the /src The /bin gets the

Re: [flexcoders] Flex Library and and MXML component

2009-06-27 Thread Aaron Hardy
Right-click project -- Properties -- Flex Library Build Path -- Select All -- OK. Make sure it rebuilds and you should be good to go. Aaron Mike Oliver wrote: I have an MXML Component Canvas that I want to put into a Flex Library SWC. I created a Flex Library Project with /src and /bin

Re: [flexcoders] Flex Library and and MXML component

2009-06-27 Thread Mike Oliver
Right, I hadn't added the class that was the MXML Component, so that was it. Ollie Aaron Hardy wrote: Right-click project -- Properties -- Flex Library Build Path -- Select All -- OK. Make sure it rebuilds and you should be good to go. Aaron Mike Oliver wrote: I have an MXML

[flexcoders] Is there a good log application?

2009-06-27 Thread guy.tomer
Hi, I was wondering if anyone can point me to an easy to use logging application? Looks like Flex used to have one called MiniDebug but it's deprecated. My problem is that my testers have many difficulties configuring the flash debugger and the flashlog.txt (permissions on vista and other

Re: [flexcoders] Is there a good log application?

2009-06-27 Thread claudiu ursica
Try Thunderbolt maybe suits your needs... C From: guy.tomer guy.to...@gmail.com To: flexcoders@yahoogroups.com Sent: Saturday, June 27, 2009 9:24:35 PM Subject: [flexcoders] Is there a good log application? Hi, I was wondering if anyone can point me to

[flexcoders] Paging collections with more than 1 filter

2009-06-27 Thread fumeng5
Hi, I have an ArrayCollection that I use as a dataProvider for a DataGrid. To enable paging, I filter the collection. The problem is that I have another filter function for that collection where a user can retrieve rows via string search. This works fine except when the search returns

[flexcoders] Re: Is there a good log application?

2009-06-27 Thread guy.tomer
That doesn't help unfortunately. I requires either Firebug or using the flashlog.txt which has been the problem in the first place --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: Try Thunderbolt maybe suits your needs... C

[flexcoders] pause / resume download with URLStream?

2009-06-27 Thread jedierikb
Is it possible to pause / resume downloads with the URLStream object? Is there a better way to pause / resume downloads in as3? http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLStream.html

RE: [flexcoders] Re: Memory Leak in DataServices based App ??

2009-06-27 Thread Alex Harui
Make sure your scenario should be using loitering objects. As I explain in the blog article, many scenarios will get false results using loitering objects. If you look at the allocation traces for the objects in question, you can then consider how those created objects get released so they can

RE: [flexcoders] dynamic dimension of the page

2009-06-27 Thread Alex Harui
Try to avoid using left, right, top,bottom. You can use advanced constraints if you need to, but try using %width/%height only first Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] Is there a good log application?

2009-06-27 Thread Magnus Lassi
Is there any logging framework that has a standard way of sending log information to a server if you are not using LCDS or BlazeDS i.e using HttpService or web services? Thanks, Magnus On Sat, Jun 27, 2009 at 1:44 PM, claudiu ursica the_bran...@yahoo.comwrote: Try Thunderbolt maybe suits

[flexcoders] How do I create in ActionScript what MXML lets me do?

2009-06-27 Thread Raymond Brown
Data can be found at http://www.silenttrace.com/deviceData.xml Question one - How can I create my list, onList in pure actionscript vice mxml? The reason I want to do this is because I get a null exception otherwise. I imagine its because I am instantiating the itemrenderer before I have any

[flexcoders] Flex 3 Exam Cert Question

2009-06-27 Thread ew6014
hi guys, i have a question on the interacting data source/servers portion of flex 3 exam. can someone point me to a resource or book that i can find out more on IMPLEMENTING LCDS MESSAGING AND DATA MANAGEMENT ? in the exam guide it also mentions creating connecting to a local database. what