[flexcoders] checking if an object is being garbage collected

2007-09-14 Thread Ariel Jakobovits
Is there a way to monitor if an object (a Cairngorm Command in this case) is being garbage collected?

[flexcoders] Note to ADOBE people

2007-06-14 Thread Ariel Jakobovits
to do what you are doing. Peace, Ariel Jakobovits BTW, Can we A) change the Flex icons back, B) Replace all private vars in the source code with protected ones, C) make the live notes updatable by the public so someone could clean up the mistakes and clear corrective comments every so often,

[flexcoders] using a list's item renderer

2007-06-08 Thread Ariel Jakobovits
Could someone explain to me how I could use the itemRenderer of a list (even the default one) to produce a single rendering of a display item given a data object to work with? What I have is a HorizontalList of icons and a label representing Saved Items. What I want to do is put a New Item.. ic

[flexcoders] Flex event addition

2007-06-08 Thread Ariel Jakobovits
Could it be added that an event gets fired, say for a ComboBox, when the dataProvider changes? There is already one for 'data'. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.

[flexcoders] detecting changes in references

2007-06-07 Thread Ariel Jakobovits
If we have a component that is passed a reference to a value object which it has binded values for controls to, and we need to update the view whenever that reference changes, how can we detect when the reference changes? If we add an event listener, we are adding it to the object itself which I

[flexcoders] list size - auto match contents

2007-06-07 Thread Ariel Jakobovits
is there a setting for a list that will size the control to fit the data but no more / no less? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> T

[flexcoders] repeater creating children of viewstack

2007-06-07 Thread Ariel Jakobovits
Everthing works fine, except that the DynamicFieldEditors created by the Repeater are always placed after the NotesEditor. Anyone know why? And how I can fix that? -- Flexcod

[flexcoders] parent property within UIComponent

2007-06-06 Thread Ariel Jakobovits
Since it is not being used currently, we could use the setter function of the parent property to pass a newParent object and trigger the necessary code to move a UIComponent from one place to another, No? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcoder

[flexcoders] Possible update (Adobe folk)

2007-06-06 Thread Ariel Jakobovits
Could the repeat event of the Repeater class include a reference to the last created item? And BTW, I only figured to ask about the digest because when it doesn't get sent often at night, it makes it harder for the few hackers that work at night to communicate. -- Flexcoders Mailing List FA

[flexcoders] 'flexcoders' yahoo group settings

2007-06-05 Thread Ariel Jakobovits
Does anyone know how and why the server chooses when to send the digest email? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group

[flexcoders] ValueObjects and CRUD operations

2007-06-05 Thread Ariel Jakobovits
I am learning about Cairgorm, and about the usage of Value Objects. This makes sense. However, I am curious about how to handle basic operations on these value objects. When I pass an item to a form component, I am inclined to permit the form component to perform update operations on the item

[flexcoders] Re: Flex and Adsense

2007-06-05 Thread Ariel Jakobovits
What about a proxy page that gets the ads and makes them available in the session scope for the Flex app to request? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

[flexcoders] data providers and filter functions

2007-06-04 Thread Ariel Jakobovits
I have a global variable called categories. It is an XMLListCollection populated when a user logs in, representing the categories they have created. I use the categories collection as a dataprovider in various controls. I also have a global variable called selectedItem. An item, among other att

[flexcoders] mx:list

2007-06-01 Thread Ariel Jakobovits
when I use a custom item renderer, why are all the list items forced to be the same size? how do i get around this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo!

[flexcoders] textarea chars - newline

2007-05-30 Thread Ariel Jakobovits
i am returning an array of text snippets from coldfusion, and with each snippet, I am returning the position where that snippet is found in the whole body of text. in flex, I am putting the whole body of text in a text area and am putting the snippets in a List. I am trying to set it up so tha

[flexcoders] DataGrid edits with XMLListCollection dataprovider

2007-05-30 Thread Ariel Jakobovits
I have this file: value1 value2 output in these columns: with these label functions: private function getFieldLabel(data:Object, column:DataGridColumn):String { return XML(data).localName().toString(); } private function getValueLabel(data:Object, column:DataGridColum

[flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Ariel Jakobovits
is anyone running cfeclipse in flex builder standalone? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: h

[flexcoders] Error trying to load CFEclipse plugin into FlexBuilder standalone

2007-05-29 Thread Ariel Jakobovits
Here is the stack trace of an error that is preventing me from using CFEclipse within FlexBuilder 2.0.1. I am wondering if there is a resolution for this, and if not, if this error can be avoided by using FlexBuilder as a plugin into Eclipse. java.lang.NullPointerException at org.cfeclipse.cfm

[flexcoders] weird accordion consequences

2007-05-02 Thread Ariel Jakobovits
I am adding an Accordion and am getting an error at runtime saying that accessing a component located inside the Accordion by its id is null. FlexBuilder shows no errors. When I remove the accordion, all is fine. The code is posted below. Attempting to access stuffFilter.addEventListener is cau

Re: [flexcoders] Repeater Refresh

2007-03-26 Thread Ariel Jakobovits
Isn't an ArrayCollection essentially equivalent to a Query? An array of objects... Adobe and Macromedia are the same, CF and Flex sleep together, why don't they just call it a day? - Original Message From: Douglas Knudsen <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturda