[flexcoders] Relayout component

2010-06-12 Thread Marco Catunda
Is there any way to force re-layout an component? Some child elements within a tabNavigator change this size and I would like that it re-layout all children instead of put a scroll bar. Cheers -- Marco Catunda

Re: [flexcoders] Flexunit and button click simulation

2010-06-10 Thread Marco Catunda
and then dispatching the event on the button object. this is not working when i run the flex unit cases. Any one to throw more light in simulating the button clicks in flex units. Regards Prasad -- Marco Catunda

[flexcoders] dispatchEvent import

2010-06-04 Thread Marco Catunda
import of it. Cheers -- Marco Catunda

Re: [flexcoders] Re: dispatchEvent import

2010-06-04 Thread Marco Catunda
in the call. It could have been written as this.dispatchEvent. --- In flexcoders@yahoogroups.com, Marco Catunda marco.catunda@ wrote: Hi, I'm learning swiz framework and stumble upon this code http://www.pastebin.org/307313 at http://www.briankotek.com/blog/files

[flexcoders] Simple sum operation issue

2009-05-04 Thread Marco Catunda
2925.18996. Any tips? Cheers -- Marco Catunda

[flexcoders] Re: Simple sum operation issue

2009-05-04 Thread Marco Catunda
/ /mx:Application -- Marco Catunda On Mon, May 4, 2009 at 8:55 PM, Marco Catunda marco.catu...@gmail.com wrote: I've just stumble upon this problem...  Take a look at below code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

Re: [flexcoders] maxWidth property not working on Advanced DataGrid

2009-04-23 Thread Marco Catunda
I didn't understand very well, but If you remove height=80 property in below line, the vertical scroll bar go away. mx:AdvancedDataGrid width=318 height=80 id=dg horizontalCenter=0 dataProvider={arr} horizontalScrollPolicy=auto -- Marco Catunda On Wed, Apr 22, 2009 at 8:52 AM, labosox lgad

Re: [flexcoders] ADG to .csv - Not finding any solutions out there

2009-03-24 Thread Marco Catunda
At Flash Player 10 you could do it. http://blog.everythingflex.com/2008/10/01/filereferencesave-in-flash-player-10/ But I've never used. -- Marco Catunda On Tue, Mar 24, 2009 at 11:24 AM, Scott h...@netprof.us wrote: I tried to do this a while back from the client but ran into an issue where

Re: [flexcoders] Validation question

2009-02-02 Thread Marco Catunda
If you set errorString property of the validated field, the red border will plot automatically. -- Marco Catunda On Mon, Feb 2, 2009 at 2:05 PM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: I am working on a generic program that would validate user entries. If validation fails how do I

Re: [flexcoders] Buttonbar not centering at startup

2009-02-02 Thread Marco Catunda
Ben, horizontalCenter=0?? It should be horizontalAlign=center, shouldn't it? -- Marco Catunda On Sun, Feb 1, 2009 at 10:29 PM, Ben Cessa bce...@gmail.com wrote: Hi again, right now I'm just playing a little with AIR and PV3D writing a little useless app as an exercise. I'm having an odd

Re: [flexcoders] Shared Objects And Modules

2009-02-02 Thread Marco Catunda
Lorenzo, When the doc says the same domain it means that flash player should get module from the same URL domain for security reason. About shared objects, it is cool but has size limitation like cookies. You can save whatever you want... -- Marco Catunda On Mon, Feb 2, 2009 at 7:27 AM

Re: [flexcoders] Re: Common base class for components

2009-01-30 Thread Marco Catunda
commitProperties measure updateDisplayList Is it in that order? Is there any other important calls to know on? Cheers -- Marco Catunda On Thu, Jan 29, 2009 at 2:00 PM, Amy amyblankens...@bellsouth.net wrote: http://www.munkiihouse.com/?p=37

Re: [flexcoders] Is there a best-practice for knowing when a component is being shown to the user

2009-01-30 Thread Marco Catunda
Hi João Just looking it over, try to bindable visible property from parent's container. It could be a feasible work around. Cheers -- Marco Catunda On Fri, Jan 30, 2009 at 3:03 PM, João joao.sale...@webfuel.pt wrote: Hello, imagine an application composed of a nested hierarchy of Components

Re: [flexcoders] Datagrid

2009-01-26 Thread Marco Catunda
it because, until I know, there is no easy solution to get line when you click on it. I guess there is other nice solution in flex to deal with your problem. I've never needed it. -- Marco Catunda On Mon, Jan 26, 2009 at 12:44 PM, nilsonmalmeida nilsonmalme...@gmail.com wrote: Como faço para

[flexcoders] Comparing Array and Object, not expected results

2009-01-13 Thread Marco Catunda
Hi, Why the Alert method shows Crazy string at this code below? I really didn't fingure it out. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=onCreationComplete(event) mx:Script ![CDATA[

Re: [flexcoders] Re: Properly remove children

2009-01-07 Thread Marco Catunda
I have some doubt about weak references at eventListener. When I add a eventListener with weak reference true, the object don't get a point/reference to it but what happens with eventListener array after removing this object. This array don't has the reference for garbage collect, so the garbage

Re: [flexcoders] Cairngorm v/s others

2009-01-06 Thread Marco Catunda
I would love to know how pronounce it correctly too. This name is a tongue twister for me. :) :) On Sat, Jan 3, 2009 at 10:15 PM, Hyder hyder_...@hotmail.com wrote: Btw, I've always wondered, how does one pronounce Cairngorm... Kane Gaum ?

Re: [flexcoders] Canceling remoteobject operation?

2008-12-30 Thread Marco Catunda
of execute function, put this line: taken.operation = _ro.getOperation('getServices'); In line with ??? replace for it: var operation:Operation=token.operation; I don't know if it will run, I don't test it... -- Marco Catunda On Mon, Dec 29, 2008 at 4:33 PM, Amy amyblankens...@bellsouth.net wrote

Re: [flexcoders] Get data from a cell in a data grid

2008-12-16 Thread Marco Catunda
Cheers -- Marco Catunda On Tue, Dec 16, 2008 at 7:18 PM, danielrkrueger danielrkrue...@yahoo.com wrote: If I know the RowIndex and the Column number how can I get the data from the data grid? It seems simple, but I can't seem to find it.

Re: [flexcoders] Getting NULL Object Reference while deleting last element of the list

2008-12-12 Thread Marco Catunda
(nvrsInPoolList.selectedIndex); } } About the problem you complain I think one of this variable is null value: camerasInPoolList arrAddToPool arrRemoveFromPool -- Marco Catunda On Thu, Dec 11, 2008 at 7:33 PM, anuj181 anuj...@gmail.com wrote: Hi Guys I am trying to implement

Re: [flexcoders] Best practice for calling asynchronous functions?

2008-12-10 Thread Marco Catunda
, I don't know if it is the best practice, but, for my problem, it run very well. -- Marco Catunda On Wed, Dec 10, 2008 at 6:34 AM, Mark Carter [EMAIL PROTECTED] wrote: In my app, I make a wide variety of XML-RPC calls. Now, to avoid having to add/remove listeners all over the place, I've

Re: [flexcoders] Set up style for TextField

2008-12-07 Thread Marco Catunda
PROTECTED] On Behalf Of Marco Catunda Sent: Saturday, December 06, 2008 7:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Set up style for TextField Hi, I extended a textinput component to show other relationed text based on input user. It is a kind of personal component

[flexcoders] Set up style for TextField

2008-12-06 Thread Marco Catunda
= this.textField.styleSheet; this.pAccountTextField.setTextFormat( this.textField.getTextFormat() ); Any tips? Regards -- Marco Catunda

[flexcoders] How to get availability memory

2008-12-05 Thread Marco Catunda
Hi, Is there any way to get availability amount of memory? I only be able to get amount of memory in using by totalMemory property of System class. -- Marco Catunda

Re: [flexcoders] Detect a databinding

2008-12-03 Thread Marco Catunda
an ArrayCollection or some such, you shouldn't have much performance hit as they would all be pointing at the same underlying data... Jules On Wed, Dec 3, 2008 at 10:13, Marco Catunda [EMAIL PROTECTED] wrote: Hi Jules, Let me say about my problem. I've developed a class that implements

[flexcoders] Detect a databinding

2008-12-02 Thread Marco Catunda
, so my idea was override addEventListener in singleton model to detect binding. But it don't work because the removeEventListener isn't call when component go away. Does anyone has any tips? Regards -- Marco Catunda

Re: [flexcoders] Detect a databinding

2008-12-02 Thread Marco Catunda
be explored further. Cheers, Jules On Tue, Dec 2, 2008 at 23:05, Marco Catunda [EMAIL PROTECTED] wrote: Hi, I have a singleton class with model data provider (like cairngorm model). Some user interface components binding this model in data provider property. I didn't find out any way

Re: [flexcoders] Re: Flex nested tree get data from mysql and php

2008-11-30 Thread Marco Catunda
of the selected node. But you might find this article a good start to the way you want to do it: http://www.insideria.com/2008/04/amf3-php-server-objects-to-fle.html -- Marco Catunda

[flexcoders] Store local data

2008-11-22 Thread Marco Catunda
Hi, Is there any way to store local data using Flash Player? I've just seen using AIR. I would like to use it for cache solution. -- Marco Catunda

Re: [flexcoders] Store local data

2008-11-22 Thread Marco Catunda
store. I'm looking foward to have the same thing in Flash Player. :) On Sat, Nov 22, 2008 at 1:38 PM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Marco Catunda [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, November 22, 2008 3:00 PM Subject

Re: [flexcoders] Store local data

2008-11-22 Thread Marco Catunda
changes you could have the server generate the XML document at intervals or when the application is loaded perhaps, I think a server should be able to handle the load depending on the amount of users at any given time. Regards, Peter. On Sat, Nov 22, 2008 at 12:01 PM, Marco Catunda [EMAIL PROTECTED

[flexcoders] Pageable data provider

2008-11-21 Thread Marco Catunda
it out yet? I'm young in Flex world... My idea is to write a class which implements IList interface. This class will support remote call in either getItemAt and getItemIndex methods throwing the ItemPendingError Exception when the item isn't in local client memory. Any other tips? -- Marco Catunda

Re: [flexcoders] Re: Pageable data provider

2008-11-21 Thread Marco Catunda
=9263productId=2loc=en_US Maybe? I'm not 100% sure of what you're referring to - but that sounds like it... --- In flexcoders@yahoogroups.com, Marco Catunda [EMAIL PROTECTED] wrote: Hi, Does anyone could point me how could I build a pageable data provider? I've just seen examples using

Re: [flexcoders] Problem with Flex form

2008-11-11 Thread Marco Catunda
from the php form saying Ok or Fault. That is in the code but I am not sure how to send it back to Flex. Thanks Bruce -- Marco Catunda

Re: [flexcoders] AMFPHP and Value Objects

2008-11-11 Thread Marco Catunda
be completly irrelevant (have not used AMFPHP) but are you using Remote class Metas? -- Marco Catunda

[flexcoders] Online help for flex applications

2008-10-31 Thread Marco Catunda
will inform which area of app this help should appear. Display the help text in flex using mx:htmlText. How do you do to build help text for flex application? Regards -- Marco Catunda

[flexcoders] ItemsChangeEffect in Tree component don't play

2008-10-29 Thread Marco Catunda
/mx:XMLList /mx:XMLListCollection /mx:Tree mx:Button label=add item click={MailBox.addItemAt(tree1.selectedItem.copy(),0)}/ /mx:Application Regards -- Marco Catunda