Re: [flexcoders] External CSS file in Flex 4

2010-09-03 Thread Alex Harui
configuration in database. Is there any workaround i'm missing? Thanks in advance, Marco Lacava. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Drop Target indicator visibility issue

2010-09-03 Thread Alex Harui
= this.owner as List; var dropLocal:DropLocation = owner.layout.calculateDropLocation(de); owner.layout.showDropIndicator(dropLocal); } ]] /fx:Script Any ideas on how to get this working? Thanks, Philip -- Alex Harui Flex SDK Team Adobe System, Inc. http

Re: [flexcoders] Tree - itemClose and change

2010-09-03 Thread Alex Harui
, it looks like I get two valueCommits when closing a node. On Thu, Sep 2, 2010 at 10:58 PM, Alex Harui aha...@adobe.com wrote: I thought there was already a bug on that. Do you get a valueCommit? On 9/2/10 4:23 PM, Richard Rodseth rrods...@gmail.com http://rrods...@gmail.com wrote

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-02 Thread Alex Harui
of the FABridge object in the hosted html pages DOM. Hopefully that clears up some of the confusion. Thanks Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 On Wed, Sep 1, 2010 at 11:36 AM, Alex Harui aha...@adobe.com wrote

Re: [flexcoders] Tree - itemClose and change

2010-09-02 Thread Alex Harui
will have to handle openItem and closeItem, and clear the guid-based selection if the node is contained in the path being closed. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-01 Thread Alex Harui
. Ackermann brian.ackerm...@gmail.com 952.373.1626 On Mon, Aug 30, 2010 at 11:44 PM, Alex Harui aha...@adobe.com wrote: I don’t have time to try it right now. In Flex 4, the tag goes inside the fx:Declarations tag. I took a quick look at the AS code

Re: [flexcoders] *** Security Sandbox Violation ***

2010-09-01 Thread Alex Harui
Violation *** SecurityDomain 'http://localhost:8080/isw/Applications.html?debug=true' tried to access incompatible context 'http://127.0.0.1:8080/coupon/Coupon.swf' Anybody has any idea and suggestion? Where did I go wrong? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com

Re: [flexcoders] *** Security Sandbox Violation ***

2010-09-01 Thread Alex Harui
[mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, September 01, 2010 12:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] *** Security Sandbox Violation *** If you get that output but the application does not halt, then you can ignore it. If you want

Re: [flexcoders] Working with null data in a Tree

2010-09-01 Thread Alex Harui
protect the data around the null values? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Image component not resizing correctly

2010-09-01 Thread Alex Harui
width/height set dimensions, and the background of the item renderer is visible. Any ideas how to fix this? Thanks, Philip -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] *** Security Sandbox Violation ***

2010-09-01 Thread Alex Harui
: SDK 3.3 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, September 01, 2010 6:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] *** Security Sandbox Violation *** Which version of Flex are you using? On 9/1/10 9:50 AM

Re: [flexcoders] AIR and Printing...

2010-08-31 Thread Alex Harui
, Laurence MacNeill Mableton, Georgia, USA -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: memory leaks and activation-objects

2010-08-31 Thread Alex Harui
way to get the x,y,z values into someMethod. Does this code look problematic? Thanks much for your help! Lew --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Could you be registering anonymous functions as event listeners and other

Re: [flexcoders] Re: AIR and Printing...

2010-08-31 Thread Alex Harui
@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: AIR does give more control over printing. AIR requires installation, a web-hosted app does not. I don't know the security rules that well, but it isn't clear how you prevent someone from installing the app

Re: [flexcoders] Re: AIR and Printing...

2010-08-31 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: I use this version of the doc: http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/flash/printing/PrintJob.html There are lots of new printing features in AIR2.0 which may be why there isn't a lot

Re: [flexcoders] Add check mark to context menu item when running in Web (not AIR)

2010-08-30 Thread Alex Harui
be achieved? TIA, Pearl -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] memory leaks and activation-objects

2010-08-30 Thread Alex Harui
to understand activation-objects and their relationship to GC because the vast majority (often all) of the references the profiler tells me an object has keeping it in memory come from activation objects. While researching this I came across a note from Alex Harui saying I've never seen an activation

Re: [flexcoders] Re: memory leaks and activation-objects

2010-08-30 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: AFAIK, they do not cause leaks. If you show some data or a simple test case that indicates that they are, I will try to take a look. On 8/30/10 8:36 AM, lew.miller lew.mil...@... wrote: I've been wrestling with memory leaks

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-08-30 Thread Alex Harui
lines 80 81 in the original example, there was no ID Thanks -- Brian J. Ackermann brian.ackerm...@... 952.373.1626 -- On Thu, Aug 26, 2010 at 3:27 PM, Alex Harui aha...@... wrote: I just noticed you didn't specify an id

Re: [flexcoders] Calculating width of a child BEFORE it's added...

2010-08-29 Thread Alex Harui
way to go from a string of text to the width that a label will need to be to display that text? Thanks, Laurence MacNeill Mableton, Georgia, USA -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Where To Declare CSS Style Name in AS Component

2010-08-29 Thread Alex Harui
? Thanks for your inputs. Angelo -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Pb with SwfLoader

2010-08-29 Thread Alex Harui
it, there is a zoom on all my application ? Thank you, Christophe, -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FB4: DataGroup not resizing when dataProvider is updated

2010-08-27 Thread Alex Harui
of each other. The Layout of the DataGroup is set to VerticalLayout. Has anyone had any success with anything similar? Thanks in advance and happy bank holiday! Nick -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] styles are ignored

2010-08-27 Thread Alex Harui
-actionscript, so it's not easy for me to figure out why. So: 1. why the hell is it ignoring my syles; I have things like Selectors that are unique, yet aren't in StyleManager at all...? 2. If I load them in dynamically as a SWF, will that fix it? -- Alex Harui Flex SDK Team Adobe

Re: [flexcoders] Re: FB4: Tabbing Problem on Popped Up Custom Components

2010-08-27 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Try setting focus on creationComplete, or even later than that by using callLater On 8/24/10 11:30 PM, Arik de Guzman arik...@... wrote: Hi, just made a switch from Flex Builder 3 to FB 4, and encountered a problem in tabbing when

Re: [flexcoders] Loading Images into a loaded SWF

2010-08-26 Thread Alex Harui
mySWFLoader.load(swfFile); //to load it loadForCompatibility is true or false, makes no odds, Not specifying a loaderContext, but when I’ve tried it makes no odds – am I missing something here? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Alex Harui
of the problem. ) Thanks, Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Loading Images into a loaded SWF

2010-08-26 Thread Alex Harui
to resolve its own paths? From: flexcoders@yahoogroups.com on behalf of Alex Harui Sent: Thu 26/08/2010 18:33 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Loading Images into a loaded SWF I don’t see any obvious problem with your setup. Set

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Alex Harui
brian.ackerm...@gmail.com 952.373.1626 On Thu, Aug 26, 2010 at 12:38 PM, Alex Harui aha...@adobe.com wrote: I don’t have time right now to look and I don’t deal much with FABridge, but are you now saying that parent.FABridge is now the issue? The OP said

Re: [flexcoders] Loading Images into a loaded SWF

2010-08-25 Thread Alex Harui
and compiler, which creates and edits mxml files, and compiles them. What I’m trying to do is load and preview the results in the application. Thanks, J From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: 24 August 2010 18:41 To: flexcoders

Re: [flexcoders] Re: Nested Modules

2010-08-25 Thread Alex Harui
); info.addEventListener(ModuleEvent.READY, modEventHandler); info.load(); } private function modEventHandler(e:ModuleEvent):void { vb1.addChild(info.factory.create() as DisplayObject); } } --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Is your shell

Re: [flexcoders] FB4: Tabbing Problem on Popped Up Custom Components

2010-08-25 Thread Alex Harui
, TabChildren on the fields or the container, but no luck. suggestions and inputs are very much appreciated. thanks in advance. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Loading Images into a loaded SWF

2010-08-25 Thread Alex Harui
@yahoogroups.com on behalf of Alex Harui Sent: Wed 25/08/2010 18:13 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Loading Images into a loaded SWF What is the path to the LearningObjects.swf that you are handing to SWFLoader in the AirTricks.SWF? Are you specifying any other parameters

Re: [flexcoders] Loading Images into a loaded SWF

2010-08-24 Thread Alex Harui
with the University of Nottingham may be monitored as permitted by UK legislation. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Appli. Text color

2010-08-24 Thread Alex Harui
, -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Nested Modules

2010-08-24 Thread Alex Harui
@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Sounds like one of the modules is being compiled with different version of the SDK. On 8/23/10 12:39 PM, BillF bill.frank...@... wrote: I have an application that loads a flex module. This module loads correctly

Re: [flexcoders] Nested Modules

2010-08-23 Thread Alex Harui
: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory. Any help would be greatly appreciated. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] does embedding code in class v .as file duplicate code and create overhead?

2010-08-22 Thread Alex Harui
construction is high overhead because all that code will sit in memory for the duration of the app? Having classes that handle themselves seems more elegant, but at what expense? TIA, Mic (I know what I mean :-) ) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Alex Harui
to my code. Any ideas? Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: HistoryManager - Deprecated??

2010-08-19 Thread Alex Harui
. Is IHistoryManagerClient deprecated along with HistoryManager? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: We want everyone to use the BrowserManager. It is a bit more work to setup, but your customers will be happier because the URLs

Re: [flexcoders] How to get the width of the Itemrenderer in a List

2010-08-18 Thread Alex Harui
useVirtualLayout false. s:HorizontalLayout useVirtualLayout=false/ I don't have the columnWidth or list height set but I have the ItemRenderer width and height set to 32. On Tue, Aug 17, 2010 at 8:05 PM, Alex Harui aha...@adobe.com wrote: Spark or MX List. Did you confuse width for height

Re: [flexcoders] Is there an intention to support loading Flex into Flash?

2010-08-18 Thread Alex Harui
-- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Alex Harui
problem, but gives you something else to worry about. Fortunately (or unfortunately), I have many other things to worry about. The wall's safe for now ;-) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Alex Harui
contains an array of filter items, related to the product filter represented by the ComboBox. For any given subcategory of product, the array of product filters may be null. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Alex Harui
, Alex Harui aha...@adobe.com wrote: See if you can reproduce the problem in a 20–line test case. Another thing to try might be to not make it [Bindable] and see if the problem goes away. I've avoided the problem by taking a somewhat different approach to the need, which is simply to set

Re: [flexcoders] HistoryManager - Deprecated??

2010-08-18 Thread Alex Harui
We want everyone to use the BrowserManager. It is a bit more work to setup, but your customers will be happier because the URLs will be more readable. On 8/18/10 10:58 AM, t0ml33 des...@tom-lee.com wrote: I've seen a post here on Flexcoders where Alex Harui has stated that history

Re: [flexcoders] Why can't I change the highlight color of Spark text?

2010-08-17 Thread Alex Harui
-- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Handling XML

2010-08-17 Thread Alex Harui
no output with the second trace, it looks like the XMLList() dosn't work, any tips would be great. - Criptopus -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How to get the width of the Itemrenderer in a List

2010-08-17 Thread Alex Harui
way thru if there's not enough space. So if the List is 105 px wide and an single itemrenderer is 10 pixels wide then I want to resize the list to 100 pixels so item 11 doesn't show. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] ALEX: AdvancedDataGrid: last row disappears on click

2010-08-16 Thread Alex Harui
to the listItems issue, but I don't know how to dig further to stop the last row from disappearing on click. Can you help? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Why does Flex 4 hate modules..cont

2010-08-15 Thread Alex Harui
()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\FlexModuleFactory.as:126] -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Detecting List width from its itemRenderer

2010-08-15 Thread Alex Harui
].avatar = x...@avatar; _user[i].nick = x...@name; _user[i].visible = true; } } } ]] /mx:Script mx:HBox width=100% horizontalAlign=center mx:Repeater id=_rpt dataProvider={[0, 1, 2]} my:User id=_user width=160 height=140 scaleX=0.8 scaleY=0.8/ /mx:Repeater /mx:HBox /mx:Canvas -- Alex

Re: [flexcoders] Why does Flex 4 hate modules..cont

2010-08-15 Thread Alex Harui
/docFrameListener()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\FlexModuleFactory.as:126] -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: TextArea Web works, AIR doesn't work

2010-08-14 Thread Alex Harui
I am on a Mac. I am running AIR 2.0.2.12610 On 8/13/10 5:16 PM, brendan_owen bren...@mrowen.net wrote: Thank you Alex for testing it out. I could not get it to work on my MAC. I will test it on my PC. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui

Re: [flexcoders] can I get this XMLList into a combobox?

2010-08-14 Thread Alex Harui
= something.CATALOG_NAME against this XMLList or do I have to more transformation? TIA, Mic. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] List and TileList with same renderer but diff. item sizes

2010-08-14 Thread Alex Harui
to make the items in the TileList smaller? Ist there a simple way or do I have to introduce a wrapper renderer inbetween? Thank you Alex -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: can I get this XMLList into a combobox?

2010-08-14 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: LabelFunction? On 8/13/10 9:59 PM, MicC chigwel...@... wrote: row xmlns=urn:schemas-microsoft-com:xml-analysis:rowset xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema

Re: [flexcoders] TextArea Web works, AIR doesn't work

2010-08-13 Thread Alex Harui
-- /fx:Declarations s:TextArea id=textArea width=100 height=50 text=This is some text the should be more than what can fit into the TextArea creationComplete=formatSomeText()/ /s:WindowedApplication -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Custom Layout

2010-08-12 Thread Alex Harui
=@Embed('images/png128/Sb128.png')/ mx:Image source=@Embed('images/png128/zAcrobat128.png')/ /s:Group Nothing is ever outputted to the screen...but when I step through the code in debugger I can see each time a new x,y is calculated. What am I missing? -- Alex Harui Flex SDK Team Adobe System

Re: [flexcoders] RE: Vote For This Critiical RemoteObject bug

2010-08-12 Thread Alex Harui
...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] CheckBox in TileList

2010-08-12 Thread Alex Harui
You might be able to borrow code from my DataGrid examples on my blog. On 8/12/10 6:01 AM, Christophe christophe_jacque...@yahoo.fr wrote: Hello, How to add chekbox in a Tile List, and how to get the values of the check box in the main program ? Thank you, Christophe, -- Alex

Re: [flexcoders] RE: Vote For This Critiical RemoteObject bug

2010-08-12 Thread Alex Harui
hoping we can get the issue escalated. Voting for it should help increase its visibility. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Why does Flex 4 hate modules?

2010-08-11 Thread Alex Harui
as a standard when creating elements and containers? What happened in Flex 4 that changed this since I never had this problem in Flex 3? On 8/5/2010 12:51 PM, Alex Harui wrote: Because I see _AdminPortal_FlexInit and _AdminPortal_mx_core_FlexModuleFactory, I'm guessing this is the link-report

Re: [flexcoders] Alert messages in multi window AIR bug in framework?

2010-08-10 Thread Alex Harui
to the window requesting the alert. Is this an actual bug? or is there a proper way of doing this? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] ItemRenderer gets invalidated when List is scrolled

2010-08-09 Thread Alex Harui
the item renderer's owner changes it's width, since the rowHeight is set. Best regards -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: ItemRenderer gets invalidated when List is scrolled

2010-08-09 Thread Alex Harui
@yahoogroups.com mailto:flexcoders%40yahoogroups.com flexcoders%40yahoogroups.com, Alex Harui aharui@ wrote: When useVirtualLayout=true, renderers are being recycled so more invalidation does go on. It pretty much has to. You might be able to block some of it, depending on your scenario

Re: [flexcoders] Re: How can we get the list separator value of the windows system?

2010-08-09 Thread Alex Harui
globalization.LocaleID. If you have a sample to show me I will apreciate a lot. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: See flash.globalization.LocaleID. Requires FP 10.1 On 8/6/10 7:11 AM, tudor_a tudo...@... wrote: Hi, I have

Re: [flexcoders] How can we get the list separator value of the windows system?

2010-08-07 Thread Alex Harui
to excell some data (via the server side) and this list separator is used when try to open a csv file by excell. Thanks, Tudor Anton -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Why does Flex 4 hate modules?

2010-08-05 Thread Alex Harui
/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e6207 9f6847 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links -- Alex Harui Flex SDK Team Adobe System, Inc

Re: [flexcoders] Educate me on how to build an application

2010-08-05 Thread Alex Harui
developer, but all these new errors with Flex 4 is very disappointing and SLOWING down my development. Thanks! -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Why does Flex 4 hate modules?

2010-08-04 Thread Alex Harui
? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Why does Flex 4 hate modules?

2010-08-04 Thread Alex Harui
so I still have no idea why its throwing that error. Where can I find more information on how to read it? On 8/4/2010 5:16 PM, Alex Harui wrote: Use a link-report to make sure none of the classes in the module are being liked into the main app. Lots of folks have been doing things like

Re: [flexcoders] Player Security - Local SWF accessing local and network?

2010-08-03 Thread Alex Harui
Business, my PO is on Windows 7. Cheers, Nick -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Flexgateway sandbox violation

2010-08-02 Thread Alex Harui
, but that does not resolve the problem. I assume I need something in my Flex code to make it work, but the many postings I find on the internet related to crossdomain are outdated. My environment is Flash 10.1, Flex 4.1, ColdFusion 9, Windows 2003 Server/IIS. Thanks! Don -- Alex Harui Flex

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread Alex Harui
/2010 12:25 PM, dorkie dork from dorktown wrote: http://iamdeepa.com/blog/?p=62 On Sat, Jul 31, 2010 at 10:57 AM, Sajid Hussain enchanter_...@yahoo.com wrote: Whats more exciting in Flex ? for future -- Alex Harui Flex SDK Team Adobe System, Inc. http

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread Alex Harui
, Jeffry Houser jef...@dot-com-it.com wrote: That's the first time I've seen someone put an actual version number on the next release. Are 4.5 and Hero the same thing? On 8/2/2010 2:08 AM, Alex Harui wrote: 4.5 release date is in 2011. On 8/1/10 1:35 AM, dorkiedorkfromdorkt...@gmail.com

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread Alex Harui
that showcase Hero features not dependent on features under development in the latest Flash Player and AIR runtimes. We will be posting the first of such builds over the next coming days. On Mon, Aug 2, 2010 at 1:08 AM, Alex Harui aha...@adobe.com wrote: 4.5 release date is in 2011. On 8/1/10

Re: [flexcoders] Destroying child in a view stack.

2010-08-02 Thread Alex Harui
they are viewed, but it doesn't destroy them when they are no longer needed. Any idea would be appreciated. Many thanks in advance. Ivan. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] unable to bind to property

2010-08-02 Thread Alex Harui
on, but what could be the cause? I have an array of objects of type 'myclass' and create an arraycollection for a datagrid. The warning just pops up in the console multiple times. warning: unable to bind to property 'name' on class 'Object' (class is not an IEventDispatcher) thanks, -- Alex

Re: [flexcoders] change datagrid rowHeight on rollover

2010-08-01 Thread Alex Harui
) || dg.isItemSelected(data) ) { super.height=40; } else{ super.height=25; }} but I loose the rollover color on the datagrid. Alex Harui aha

Re: [flexcoders] change datagrid rowHeight on rollover

2010-07-30 Thread Alex Harui
Normally you only want to change one row’s height so you do that with an itemRenderer. On 7/30/10 10:22 AM, joegjames joe.g.ja...@kp.org wrote: Is it possible to change the rowHeight on rollover? Does it have to be done from with in an itemRenderer? -- Alex Harui Flex SDK Team

Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-29 Thread Alex Harui
worth it. Add me as someone wanting at least a 3.7 ;-} --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Maintenance continues enough to produce a 3.6. No new features, just bug fixes. I don't know of any plans for 3.7 at this time

Re: [flexcoders] garbage collection question

2010-07-29 Thread Alex Harui
individually? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Alex Hauri Sample | CheckBox DataGrid

2010-07-29 Thread Alex Harui
does not becomes selected. The challenge is how to make it selectable even if the checkbox is not visible. Any pointers... Thanks ilikeflex -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Refresh list with itemRenderer/ComboBox

2010-07-28 Thread Alex Harui
-created instances. (The bug may or may not appear in the latter case.) A more complete fix, guaranteeing correct behavior in both non-DI and reparented-component scenarios, is anticipated for updater 1. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Refresh list with itemRenderer/ComboBox

2010-07-28 Thread Alex Harui
Rodseth rrods...@gmail.com wrote: Good to know. Of course, in the real world, we can't update on a whim, so any other suggestions are welcome. I may be able to get the bug deferred. On Wed, Jul 28, 2010 at 9:58 AM, Alex Harui aha...@adobe.com wrote: 3.6 is due out soon. It is fixed

Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-28 Thread Alex Harui
? On Jul 28, 2010 11:58 AM, Alex Harui aha...@... wrote: 3.6 is due out soon. It is fixed in that code base. I think there may be nightly build on the 3.x branch. On 7/28/10 9:23 AM, Richard Rodseth rrods...@... wrote: True - it's given me many headaches. Any ideas

Re: [flexcoders] Re: Embedded Fonts and Flash Builder 4.01

2010-07-27 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Saturday, July 24, 2010 8:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Embedded Fonts and Flash Builder 4.01 If you are using MXFTEText.css then the Halo components can use CFF fonts

Re: [flexcoders] How to detect the decimal point character?

2010-07-27 Thread Alex Harui
used? e.g. Germany uses a comma... Or should I do something like this... How future proof, multi-lingo is that? var decimalCharacter : String = Math.PI.toString().substr( 1, 1 ); Thanks, Nick -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Refresh list with itemRenderer/ComboBox

2010-07-27 Thread Alex Harui
case.) A more complete fix, guaranteeing correct behavior in both non-DI and reparented-component scenarios, is anticipated for updater 1. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Can i view the output panel in a stand alone swf? (like throw new error)

2010-07-26 Thread Alex Harui
, Clark. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-26 Thread Alex Harui
the RichTextEditor to the correct values (in this example font size 26 black) other times you need to type at least 1 character inside the RichTextEditor for it to display the correct values (default are shown before you type in the first char) Thanks, Fotis On Fri, Jul 23, 2010 at 8:42 PM, Alex Harui

Re: [flexcoders] Value Object --- Object Proxy --- huh???

2010-07-24 Thread Alex Harui
in mind? I think I might have asked about this before, but if MXML had a way to do constructor injection it could also help frameworks like Mate so they don't need tags with attributes called arguments. On Fri, Jul 23, 2010 at 3:46 PM, Alex Harui aha...@adobe.com wrote: You could write your set

Re: [flexcoders] Re: Embedded Fonts and Flash Builder 4.01

2010-07-24 Thread Alex Harui
--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: 4.x has new requirements around getting the embedAsCFF flag correctly, but there shouldn't be anything else. BTW, note that it is embedAsCFF. I don't think embedAsCff will work. Styles defined

Re: [flexcoders] Re: ItemEditor | Multiple Components | Focus Issue

2010-07-23 Thread Alex Harui
event.preventDefault(); is not required and everything works fine. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: You might want to compare the popup editor example from my blog with your example On 7/22/10 6:59 AM, Rajan ilikef...@... wrote

Re: [flexcoders] Value Object --- Object Proxy --- huh???

2010-07-23 Thread Alex Harui
22, 2010 at 6:11 PM, Alex Harui aha...@adobe.com wrote: ObjectProxy is a generic VO. It is dynamic and can hold any properties and values. And it is slow. Best to create custom Vos that are strongly typed. On 7/22/10 2:52 PM, mark.embrey mark.c.emb...@gmail.com http://mark.c.emb

Re: [flexcoders] Re: Issue with item renderer in Flex 3

2010-07-23 Thread Alex Harui
@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Gregor Kiddie gregor.kid...@... wrote: Add the isEdited variable to your data item and inside set data(...) do If (data.isEdited) { ... } Instead. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-23 Thread Alex Harui
disappears from the font selector ... Has anybody managed to use The richTextEditor ever? Am i doing something wrong? IS IT REALLY SO BADLY IMPLEMENTED? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Value Object --- Object Proxy --- huh???

2010-07-23 Thread Alex Harui
/ObjectProxy.html As an aside, I would love to have language support for designating VOs as immutable. On Thu, Jul 22, 2010 at 6:11 PM, Alex Harui aha...@adobe.com http://aha...@adobe.com wrote: ObjectProxy is a generic VO. It is dynamic and can hold any properties and values. And it is slow. Best

Re: [flexcoders] Embedded Fonts and Flash Builder 4.01

2010-07-23 Thread Alex Harui
Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

<    1   2   3   4   5   6   7   8   9   10   >