Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-11 Thread Carlos Rovira
Thanks to god! I thought was completly alone in this topic! : )2006/2/12, Jens Halm <[EMAIL PROTECTED]>: > again from other people's coming to the Flash platform  they look at > all this stuff as the typical flash hacks from old days. > I don't know why are you so reactive to introduce pri

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-11 Thread Jens Halm
> again from other people's coming to the Flash platform  they look at > all this stuff as the typical flash hacks from old days. > I don't know why are you so reactive to introduce private > constructors that are very clear and precise to resolve this kind of > things and don't need any trick.

RE: [flexcoders] IFrame Example for Flex 2?

2006-02-11 Thread Mark Wales
Jason,   By domains, I am assuming you mean different domain names – is that correct?   Assuming IFrame to Flex is not directly possible, here is what I was proposing:   -  Create a Flex application that can communicate with the _javascript_ of a designated page - 

[flexcoders] Menubar Icon through XML

2006-02-11 Thread Carlos Rovira
Hi,I'm trying to use an external XML as a dataprovider for the menubar. The problem is with the "icon" attributes defined in the external XML that are throwing an error.I'm trying to embed the image but the app doesn't find the image. I can't find any example in the documentation or internet. Pl

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-11 Thread Carlos Rovira
Thanks Matt, Roger and Geoffrey,While I see what you try to do, and have made a test all this stuff and don't like what I'm getting (sorry).In Matt's implementation the only way to instantiate (due to the enforcer class inner nature) is using null: var _singleton:MySingleton = new MySingleton (n

Re: [flexcoders] Re: Flex2 and Amfphp is it possible ?

2006-02-11 Thread Brian Lesser
Hi Peter, Any word on bug/feature request #154595? I've had a look in beta 1 and didn't see anything there but I could easily have missed something. Also I'm glad to see addHeader has returned to the NetConnection object even though I can't get it to pass credentials to a legacy CFMX remoting ga

[flexcoders] Cairngorm2 version of Phones Flex/ColdFusion Connectivity samples

2006-02-11 Thread Benoit Hediard
Hi everyone,   Today, I managed to take some time to write a Cairngorm2 version of the Phones Flex/ColdFusion Connectivity sample!   Description:A Cairngorm 2 version of the Phone Selector sample application.http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity:Samples:Pho

RE: [flexcoders] Flex-Struts configration

2006-02-11 Thread Srikanth
Title: RE: [flexcoders] Flex-Struts configration Hi,   My browser is always the running state(no out put/hanging), I think the problem is in the  flex configuration file.  Could you please help me?   Thanks in Advance, Regards, Srikanth   -Original Message- From: flexcoder

[flexcoders] Re: Data Service : Tutorials.zip file & Cairngorm help for beginner

2006-02-11 Thread sugannaicker
Hi, Thanks for the replies. I have downloaded Cairngorm V2, installed and ran the login sample, but I am still struggling to put the pieces together. Is there a document with that shows a Flex2 sample application without Cairngorm and one with Cairngorm and discusses the benefits of Cairngorm

RE: [flexcoders] IFrame Example for Flex 2?

2006-02-11 Thread Jason Hawryluk
I don't have any examples but, what your wanting to do sounds possible. However you can not do this across a domain. It would take quite abit of work to get a drag and drop from iframe to flex. The ifram drag and drop is separate from the flex application. You can't even get a mouse x and

Re: [flexcoders] IFrame Example for Flex 2?

2006-02-11 Thread stuff
The goal is to drag and then drop text highlighted on an HTML page to a Flash or Flex-based component (or for someone to tell me it is not possible so I won't search/try any more!). I am presuming based on my limited knowledge of Drag-and-Drop using HTML(and its associated Javascript) and, sep