[flexcoders] I want you to be happy.

2013-07-25 Thread Brandon Krakowsky
hello!Breaking new - http://omeletteandwaffleshop.com/nemuxni/Brandon_Krakowsky/jatzwo.html

[flexcoders] ArrayCollection.setItemAt() triggering a new instance of itemRenderer class

2009-10-22 Thread Brandon Krakowsky
Tracy, Thanks for the info.  Yeah, that makes sense.  Initially I was thinking that I could reuse images, textfields, etc., which I sometimes can, but I can't count on the fact that they'll be there. Sorry about hijacking the thread.  My mistake. Thanks, Brandon

RE: [flexcoders] RemoveChild not removing instance from memory

2009-10-21 Thread Brandon Krakowsky
.   Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs. adobe.com/ aharui   From: flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Brandon Krakowsky Sent: Tuesday, October 20, 2009 1:02 PM To: flexcod...@yahoogro ups.com Subject

[flexcoders] ArrayCollection.setItemAt() triggering a new instance of itemRenderer class

2009-10-21 Thread Brandon Krakowsky
Hello all, I'm using an array collection as a data provider for a list component with a custom itemRenderer.  If I use arrayCollection.addItemAt(), a new instance of the itemRenderer class is created.  If I use arrayCollection.setItemAt, the current instance for that particular item is

[flexcoders] RemoveChild not removing instance from memory

2009-10-20 Thread Brandon Krakowsky
Hello there.  I've got a VBox into which I'm dynamically adding multiple instances of a custom UIComponent.  When I try to remove them, and add new instances, the old instances seem to hang around in memory, as well as the assets contained within - UITextFields, Radio Buttons, etc. I remove

RE: [flexcoders] Flash OCX Error

2009-10-15 Thread Brandon Krakowsky
Alex, I've been doing some testing with this app in trying to recreate this ocx error.  I've monitored both memory consumption and cpu.  The browser memory never gets above 90mb, event after a few hours of running.  The cpu spikes a bit when resizing and interacting with the various lists, but

RE: [flexcoders] Flash OCX Error

2009-10-09 Thread Brandon Krakowsky
Thanks Alex.  That's all pretty helpful. Brandon --- On Fri, 10/9/09, Alex Harui aha...@adobe.com wrote: From: Alex Harui aha...@adobe.com Subject: RE: [flexcoders] Flash OCX Error To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Friday, October 9, 2009, 5:07 AM  

Re: [flexcoders] HTML in the List Component?

2009-03-25 Thread Brandon Krakowsky
...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Brandon Krakowsky Sent: Tuesday, March 24, 2009 9:21 AM To: flexcod...@yahoogro ups.com Subject: Re: [flexcoders] HTML in the List Component? Yeah, I'm having a hard time with this. I'm trying to display auto-sized html in a list

Re: [flexcoders] Re: HTML in the List Component?

2009-03-24 Thread Brandon Krakowsky
/ --- In flexcod...@yahoogro ups.com, Brandon Krakowsky krakowskyb@ ... wrote: I have a List component with both variableRowHeight and wordWrap set to true. Is there anyway to leverage the labelField or labelFunction to render html text? Is the only way to create a custom itemRenderer? I tried

Re: [flexcoders] Re: HTML in the List Component?

2009-03-24 Thread Brandon Krakowsky
Component? Maybe this gonna help you: http://www.flexer. info/2009/ 02/06/auto- resizable- text-area- component/ --- In flexcod...@yahoogro ups.com, Brandon Krakowsky krakowskyb@ ... wrote: I have a List component with both variableRowHeight and wordWrap set to true. Is there anyway

Re: [flexcoders] HTML in the List Component?

2009-03-24 Thread Brandon Krakowsky
that haven't cracked open the code. The AutoComplete will support highlighting in the drop down, based on the filter text. All baked right in. I'll be sending the next beta to beta testers in a few hours. Brandon Krakowsky wrote: I have a List component with both variableRowHeight and wordWrap set

[flexcoders] HTML in the List Component?

2009-03-23 Thread Brandon Krakowsky
I have a List component with both variableRowHeight and wordWrap set to true. Is there anyway to leverage the labelField or labelFunction to render html text? Is the only way to create a custom itemRenderer? I tried it but find it very difficult to set the height of a UITextField, added to a

Re: [flexcoders] LocalConnection

2008-09-24 Thread Brandon Krakowsky
, at least when I tested it locally. So, if I wait for the onLoadInit event via the moviecliploader, and then call functions, I'm good. Thanks for your help, Brandon - Original Message From: Brandon Krakowsky [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 22

[flexcoders] Issues with Full-Screen Video

2008-09-24 Thread Brandon Krakowsky
I've got a Video object inside of a custom VideoDisplay component inside of a larger UI with other components. The Video object, once resized, ends up being 250 by 180. My full-screen toggle button gets the dimensions and location of the Video object, in relation to the parentApplication. I

Re: [flexcoders] Does localconnection Class works with different Port numbers ?

2008-09-22 Thread Brandon Krakowsky
not necessarily represent those of INPS or any of its affiliates. If you are not the intended recipient please contact is.helpdesk@ inps.co.uk From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Brandon Krakowsky Sent: 19 September 2008 14:18

Re: [flexcoders] Placing cursor inside UITextField

2008-09-22 Thread Brandon Krakowsky
addChild and only then you can call setFocus on it. 2008/9/19 Brandon Krakowsky [EMAIL PROTECTED] com: I'm creating some Input UITextField instances dynamically, and then trying to place the cursor inside. Can't seem to get it working. var textField:UITextFie ld = new UITextField

Re: [flexcoders] Placing cursor inside UITextField

2008-09-19 Thread Brandon Krakowsky
inside UITextField Don’t forget that the browser doesn’t give focus to Flash until you click on the app. From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Brandon Krakowsky Sent: Thursday, September 18, 2008 6:52 PM To: [EMAIL PROTECTED] ups.com Subject: Re

Re: [flexcoders] Placing cursor inside UITextField

2008-09-19 Thread Brandon Krakowsky
. -- Sherif Abdou http://VadexFX. com http://Sherifabdou. com - Original Message - From: Brandon Krakowsky To: [EMAIL PROTECTED] ups.com Sent: Thursday, September 18, 2008 8:51 PM Subject: Re: [flexcoders] Placing cursor inside UITextField George, thanks, I'll have to test

Re: [flexcoders] Does localconnection Class works with different Port numbers ?

2008-09-19 Thread Brandon Krakowsky
I'm working with LocalConnection now and having some issues. I'm trying to load and control some Flash 8 movies with some success. I'm first loading in a proxy Flash 8 file, and then loading the movies into there. I'm calling functions in the proxy file which basically tell the loaded movies

[flexcoders] Placing cursor inside UITextField

2008-09-18 Thread Brandon Krakowsky
I'm creating some Input UITextField instances dynamically, and then trying to place the cursor inside. Can't seem to get it working. var textField:UITextField = new UITextField(); textField.type = input; textField.autoSize = TextFieldAutoSize.LEFT; textField.multiline = true; textField.wordWrap

Re: [flexcoders] Placing cursor inside UITextField

2008-09-18 Thread Brandon Krakowsky
] To: flexcoders@yahoogroups.com Sent: Thursday, September 18, 2008 6:44:49 PM Subject: Re: [flexcoders] Placing cursor inside UITextField Usually I will begin to run set focus after component already initialized. If you try to get focus before that time, wouldn't work for sure. George Brandon

Re: [flexcoders] Re: referencing embedded images inside AdvancedDataGridGroupItemRenderer

2008-07-23 Thread Brandon Krakowsky
- Original Message From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 22, 2008 10:51:25 PM Subject: [flexcoders] Re: referencing embedded images inside AdvancedDataGridGroupItemRenderer --- In [EMAIL PROTECTED] ups.com, Brandon Krakowsky krakowskyb@ ... wrote: Amy, I

Re: [flexcoders] Re: referencing embedded images inside AdvancedDataGridGroupItemRenderer

2008-07-22 Thread Brandon Krakowsky
--- In [EMAIL PROTECTED] ups.com, Brandon Krakowsky krakowskyb@ ... wrote: I've embedded some images like so: [Embed(source= images/image1. png)] private var image1:Class; [Embed(source= images/image2. png)] private var image2:Class; I can't seem to reference these class names from a String like

Re: [flexcoders] Re: referencing embedded images inside AdvancedDataGridGroupItemRenderer

2008-07-22 Thread Brandon Krakowsky
] To: flexcoders@yahoogroups.com Sent: Tuesday, July 22, 2008 12:40:15 PM Subject: [flexcoders] Re: referencing embedded images inside AdvancedDataGridGroupItemRenderer --- In [EMAIL PROTECTED] ups.com, Brandon Krakowsky krakowskyb@ ... wrote: Amy: It seems easier this way since I'm using

[flexcoders] referencing embedded images inside AdvancedDataGridGroupItemRenderer

2008-07-21 Thread Brandon Krakowsky
I've embedded some images like so: [Embed(source=images/image1.png)] private var image1:Class; [Embed(source=images/image2.png)] private var image2:Class; I can't seem to reference these class names from a String like so: override public function set data(value:Object):void { img =

[flexcoders] comboBox.percentWidth ignored?

2008-07-14 Thread Brandon Krakowsky
I've got a comboBox inside of a HBox. I can see in the docs that a comboBox, by default, takes on the width of the largest title. Setting the width via comboBox.width or comboBox.setActualSize set's it to the correct size, but setting the percentWidth property seems to be ignored and the

Re: [flexcoders] Re: AdvancedDataGridRendererProvider.renderer

2008-07-10 Thread Brandon Krakowsky
: AdvancedDataGridRendererProvider.renderer --- In [EMAIL PROTECTED] ups.com, Brandon Krakowsky krakowskyb@ ... wrote: I'm trying to set the renderer property of an AdvancedDataGridRen dererProvider in AS. var iconRendererProvide r:AdvancedDataGr idRendererProvid er = new AdvancedDataGridRen dererProvider; iconRendererProvide

Re: [flexcoders] Re: AdvancedDataGridRendererProvider.renderer

2008-07-10 Thread Brandon Krakowsky
Thanks Amy. I'll check this out! - Original Message From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 10, 2008 11:58:54 AM Subject: [flexcoders] Re: AdvancedDataGridRendererProvider.renderer --- In [EMAIL PROTECTED] ups.com, Brandon Krakowsky krakowskyb

[flexcoders] AdvancedDataGridRendererProvider.renderer

2008-07-09 Thread Brandon Krakowsky
I'm trying to set the renderer property of an AdvancedDataGridRendererProvider in AS. var iconRendererProvider:AdvancedDataGridRendererProvider = new AdvancedDataGridRendererProvider; iconRendererProvider.columnIndex = 0; iconRendererProvider.columnSpan = 1; iconRendererProvider.dataField =

Re: [flexcoders] Sizing Components Inside Custom UIComponents

2008-07-02 Thread Brandon Krakowsky
Thanks for the help on this everyone. I'll do some testing. Brandon - Original Message From: Gordon Smith [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 9:23:42 PM Subject: RE: [flexcoders] Sizing Components Inside Custom UIComponents If you were

[flexcoders] New Topic?

2008-07-01 Thread Brandon Krakowsky
I posted a new topic this morning but haven't seen it show up yet. How does it get approved? Thanks, Brandon

Re: [flexcoders] Sizing Components Inside Custom UIComponents

2008-07-01 Thread Brandon Krakowsky
Thanks. Looks like I'm doing it correctly. I'm sure I'll be back! Brandon - Original Message From: Josh McDonald [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 8:02:16 PM Subject: Re: [flexcoders] Sizing Components Inside Custom UIComponents Which you