[flexcoders] Initialize does not work for embedded swf's in Flex

2007-06-10 Thread {reduxdj}
neither does creationComplete or complete I was trying to access a swf's methods from an embedded swf to no success? If i load it in then it works... any ideas? Why can't i access the methods and properties of an embedded swf in a flash? Thanks, Patrick

RE: [flexcoders] Flex 1.5 dispatchEvent and addEventListener question

2007-06-10 Thread Matt Chotin
You need to add your event listener to each of the components as they are created. Flex 1.5 doesn't have real bubbling support so you need to add the listener to each object. so you may need to iterate through the array and add a listener to each item in there. Matt

[flexcoders] Re: How to address relative tile in TileList in dragDrop event processing?

2007-06-10 Thread Peter Connolly
That does the trick! private function myDragDrop(e:DragEvent):void { var dropIndex:int = tilelist1.calculateDropIndex(e); Alert.show(dropIndex: + dropIndex); } Thanks!

Re: [flexcoders] Dynamically binding a dataprovider in AS

2007-06-10 Thread Roman Protsiuk
mx.binding.utils.BindingUtils.bindProperty(bb, dataProvider, this, vs); R. On 6/8/07, zzwi89 [EMAIL PROTECTED] wrote: Apologies if this question has been posted; I couldn't find anything similar in the archives. Suppose I have the following in MXML: mx:ButtonBar dataProvider={vs} id=bb/

[flexcoders] Extending Cairngorm to modules

2007-06-10 Thread Tuli, Nikhil
Hi All, I am trying to develop a POC for extending cairngorm to modules, by having a moduleManager and any module implementing a certain interface can interact with other modules and the main application. I have done some bits on this, which I would post later out when done. Currently I am

[flexcoders] Re: Dynamically binding a dataprovider in AS

2007-06-10 Thread Cliff Hall
Sean, Don't overlook the obvious. You may simply do this: bb.dataprovider = vs; -=Cliff --- In flexcoders@yahoogroups.com, Roman Protsiuk [EMAIL PROTECTED] wrote: mx.binding.utils.BindingUtils.bindProperty(bb, dataProvider, this, vs); R. On 6/8/07, zzwi89 [EMAIL PROTECTED] wrote:

[flexcoders] DataGrid + ItemRenderer Bugs?

2007-06-10 Thread zedan_gu
I have a datagrid like below: mx:DataGrid columns mx:DataGridColumn dataField=¡±name¡±/ mx:DataGridColumn dataField=¡±type¡± itemRenderer component

[flexcoders] Re: Flex Component kit

2007-06-10 Thread Cliff Hall
Patrick, You must define the XML namespace on the Application itself: ?xml version=1.0 encoding=utf-8? mx:Application layout=vertical xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:ng=* ng:NewGlobe/ /mx:Application --- In flexcoders@yahoogroups.com, {reduxdj} [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-10 Thread André Rodrigues Pena
It's interesting that when I click the Preview button inside ZINC the generated EXE reads HTTPService fine, when I compile and run it, it does not =( On 6/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: MUZAK, I've got the testing SWF I sent as an attach. The Projector EXE file works fine

[flexcoders] IDs within repeaters and Bindings

2007-06-10 Thread Aldo Bucchi
Hi Flexies, Components within a repeater have IDs that are not document-scoped, thus the following binding expression will only work once. mx:Repeater foo:Bar id=bar/ mx:Label text={bar.bindableProperty} / /mx:Repeater I need a way to overcome this... so that the expression is valid for the

[flexcoders] Re: FDS 30 Minute Testdrive Project - problems creating a new project

2007-06-10 Thread annespg
Thanks very much. I wound up getting some help offlist from someone and DID download the whole Flex Builder 2 and reinstalled which got me to the most current version. That gave me a way (when creating a new project) to set context root to /. I also fixed my Root URL to

[flexcoders] HyperText for Tutorial - design advice requested.

2007-06-10 Thread annespg
Newbie here. Please be gentle and details are MUCH appreciate. Nothing is too basic or explicit for the likes of me. I want to do some tutorial/help text where I want various words embedded in the text to allow me to have a number of functions: Tooltip - so that when you hover over a

[flexcoders] Can Flex/SVN take a site-wide 'snapshot'?

2007-06-10 Thread shawn.gibson
By some freak of nature (and lots of help here!), I've been able to get Flex 2.0.1, CF7.0.2, PHP, Apache 2.2, MySQL 5, PHPEclipse, CFEclipse and SVN/Subclipse/TortoiseSVN all to run (developing in Eclipse of course) without causing an atomic mushroom cloud around my home...and it all seems to work

Re: [flexcoders] Can Flex/SVN take a site-wide 'snapshot'?

2007-06-10 Thread Charles Galpin
On Jun 10, 2007, at 8:54 PM, shawn.gibson wrote: My question is, say I find I did something really right across the board, only to realize I'd taken a wrong turn, is there some way to go back in time and revert the entire setup to how it was, i.e., go back to all the project files as they

[flexcoders] Reuse of action script files (for files build using Maven israfil plugin)

2007-06-10 Thread ivansebastiansurya
Hi everyone, I'm just wondering if anyone has figured out an easy way to reuse action script library across different project. I am writing different Flex applications now and they all reside in different folders. I'm using Maven to build my mxml files (israfil plugin). I'm wondering if we

[flexcoders] IFrame and modal dialog

2007-06-10 Thread ivansebastiansurya
Hi everyone, I've written an application that uses IFrame to load sub application. It works fine. But there is a slight glitch to it, that is whenever I have a modal popup, the popup always appears under the IFrame. Is there any way I can make my popup appear above the IFrame? Or is there any

[flexcoders] Flex 3 Beta is now available!

2007-06-10 Thread Matt Chotin
http://labs.adobe.com/technologies/flex Have fun!

[flexcoders] Flex 3 Now Live http://labs.adobe.com/technologies/flex/flexbuilder3/ PLUS Apollo now AIR http://adobe.com/go/air/ http://labs.adobe.com/technologies/air/

2007-06-10 Thread greg h
http://labs.adobe.com/technologies/flex/flexbuilder3/ Plus Apollo is now AIR (Adobe Integrated Runtime) http://adobe.com/go/air/ http://labs.adobe.com/technologies/air/