[flexcoders] Re: Apollo TShirt

2007-03-24 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, scalenine [EMAIL PROTECTED] wrote: In case anyone is interested I made some Apollo TShirts based on community input and they are now for sale. I hope you don't get in trouble with Adobe because of using the Apollo logo for commercial purposes.

[flexcoders] Re: How to asynchronously dispatch an event

2007-03-24 Thread pgp.coppens
Ok, I have never really used AsyncToken so I don't really understand the benefits to it. But what would you add to it that would be of any use? Could you not just have an object you pass in the doAction function that is added to the token? That would probably work just as well I guess. I am

Re: [flexcoders] Multiple Selection Menu?

2007-03-24 Thread Kevin
thanks. I guess I should have just looked at the built in components. I don't know why I thought this was something custom! - Kevin On Mar 23, 2007, at 8:09 PM, Gordon Smith wrote: The Menu component supports having multiple items of type check which can be toggled on or off by

[flexcoders] services file

2007-03-24 Thread John Barrett
Hi, I am trying to get Flex and ColdFusion to talk to each other, but I can't seem to get it done. Currently, I am not using Flex Builder, but I am planning to get it Monday, as I just got my check today, sometimes being is student you have to wait. I think that the problem may be in that I get a

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread John Barrett
Hi Maury, Thanks so much for this link. I will be trying to figure this out tomorrow. I keep getting that their is a n error connecting to localhost/flex2gateway Thanks so much for your help John - Original Message From: Maury Sword [EMAIL PROTECTED] To:

RE: [flexcoders] services file

2007-03-24 Thread Peter Farland
Try, http://localhost/flex2gateway/ and note the trailing slash. This is an issue in FDS 2.0.1 / CF 7.0.2 that will be fixed in the next version. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Barrett Sent: Saturday, March 24, 2007

[flexcoders] Re: Component Required

2007-03-24 Thread simonjpalmer
Did you find one? I'd be interested in one too... --- In flexcoders@yahoogroups.com, Kumar [EMAIL PROTECTED] wrote: Hi All, I want some example for stock ticker or component for the same if some one has already created that or have some API through which I can implement stock

Re: [flexcoders] services file

2007-03-24 Thread John Barrett
Hi Peter, Thanks for your response! in the line: Do you mean that I should change it to: I did try to view http://localhost/flex2gateway/ no such luck. Thanks so much for your help. I can't look at this anymore tonight, almost 3 in the morning, need sleep. Hopefully, tomorrow I will have

[flexcoders] MovieData property

2007-03-24 Thread athavan_raja
I am new to flex. i am trying to use flex player ocx. It has got a attribute called MovieData. Can somebody tell me what is this used for. Thanks in advance. Regards Raja

[flexcoders] Whatever happened to Peter Ent's scrolling text ticker?

2007-03-24 Thread simonjpalmer
Anyone know what became of it? The markme.com code link on his blog leads nowhere. Anyone have the code they could share with me? http://weblogs.macromedia.com/pent/archives/2004/12/ticker.cfm Thanks Simon

[flexcoders] embed source mp3 : unsupported sample rate

2007-03-24 Thread chrisnoeflex
hi, I try to execute following line of codes, to import an mp3 : [Embed(source=music/cl1.mp3)] [Bindable] public var Song1:Class; public var mySong1:SoundAsset = new Song1() as SoundAsset; mySong1.play(); But then my flex builder gives me the error : 'unsupported sampling rate

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread Clint Tredway
John, a couple things to check, what version of CF are you running? The version of CF you need to have is 7.02, and Flash Remoting needs to be turned on in the CF admin. The example zip I sent you works if you just put the contents in your web root. On 24 Mar 2007 05:04:24 -0700, John Barrett

Re: [flexcoders] What is the correct way to detect activation of a Canvas in a ViewStack?

2007-03-24 Thread Tim Walling
You could try setting up a show event listener to trigger your initialization code. Something like this: mx:ViewStack mx:Canvas show=handleShowEvent()/ /mx:ViewStack Whenever the ViewStack makes the canvas the visible/active one, the show event would fire. or if your Canvas is an mxml

Re: [flexcoders] Whatever happened to Peter Ent's scrolling text ticker?

2007-03-24 Thread Steve Hagenlock
http://weblogs.macromedia.com/pent/archives/flex/ticker/tickerText.zip simonjpalmer wrote: Anyone know what became of it? The markme.com code link on his blog leads nowhere. Anyone have the code they could share with me? http://weblogs.macromedia.com/pent/archives/2004/12/ticker.cfm

RE: [flexcoders] Adding Flash Library items to a Flex App

2007-03-24 Thread Matt Chotin
We're hoping to have good instructions and some supporting classes for this around the time that CS3 ships. It is admittedly too difficult especially with the Preview. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Parker

RE: [flexcoders] Multiple Selection Menu?

2007-03-24 Thread Sascha
Hi, Does somebody know how to toggle check/radio menu items from within ActionScript? I've created a custom Menu class with ActionScript and at a later point ActionScript should be able to change the check items on/off. How do I access a specific menu item easily and toggle it's check mark?

RE: [flexcoders] Re: Apollo TShirt

2007-03-24 Thread Matt Chotin
license for our logos in general are here: http://www.adobe.com/misc/agreement.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Schmalhaus Sent: Saturday, March 24, 2007 1:20 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] icons

2007-03-24 Thread Kevin
Where do people go to get small icons for use in Flex apps? I need the little things like arrows check marks. For example I would like to display a check mark when an address has been validated. Is there a library of these little symbols somewhere? OR does everyone just design their

RE: [flexcoders] Re: Apollo isn't loading my modules

2007-03-24 Thread Matt Chotin
We may need to turn this into a bug so we can make sure it's straightforward to move between the web and Apollo. can you please file an issue at http://www.adobe.com/go/wish explaining how you were loading your module originally and how you needed to change it for Apollo? Matt

Re: [flexcoders] icons

2007-03-24 Thread Steve Hagenlock
http://www.iconbase.com/ There are many others... you can purchase icon libraries from places like this. -Steve Kevin wrote: Where do people go to get small icons for use in Flex apps? I need the little things like arrows check marks. For example I would like to display a check mark

[flexcoders] Repeater Refresh

2007-03-24 Thread Kevin
I have a repeater (adding TextInput fields) that is bound to an ArrayCollection on my model. I was hoping that essentially I could add a row by just pushing a value into my ArrayCollection on the model. However, this isn't working. I assume I need to also refresh the repeater, but can't

Re: [flexcoders] Repeater Refresh

2007-03-24 Thread Kevin
here is a little test to illustrate what I am trying to do (except it doesn't work.) I was hoping that updating the dataProvider would add another item to the repeater... mx:Script ![CDATA[ public var myArray:Array = ['test1','test2','test3'];

Re: [flexcoders] Repeater Refresh

2007-03-24 Thread Jeffry Houser
I've done this with an ArrayCollections, but never with an Array. The code would be something like this: mx:Script ![CDATA[ public var myArray:Array = ['test1','test2','test3']; public var myArrayCollection = new ArrayCollection(myArray); public function addItem():void{

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread Mike Weiland
John, I haven¹t been following this thread too closely, but I recall seeing you are using mac os x. If so, I ran into a problem running CF 7.02 on a mac, I couldn¹t get the flex gateway working. Look at the console when CF starts up and make sure there aren¹t any errors. I don¹t remember what my

RE: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread Chad Gray
Im a correct in saying that if you hit the web site http://websitename/flex2gateway/ You should get back a blank page with no errors. Typed in exactly like this. It needs a trailing slash and it is case sensitive. If you get that result then the gateway should be working. Chad

Re: [flexcoders] Apollo HTMLControl capabilities

2007-03-24 Thread Mike Chambers
The only plugins that will be supported for 1.0 is Flash and PDF. mike chambers [EMAIL PROTECTED] Mark Doberenz wrote: This is more of a general question regarding capabilities of this class. What kind of things in an HTML file will be displayable using this class? What if an HTML file

Re: [flexcoders] Apollo HTMLControl capabilities

2007-03-24 Thread Andrew Muller
Mark What kind of 3D view do you need, could it be achived by utilising Papervision3D which should be able to run in Apollo: http://blog.papervision3d.org/ Andrew On 24/03/07, Mark Doberenz [EMAIL PROTECTED] wrote: This is more of a general question regarding capabilities of this class.

Re: [flexcoders] Apollo HTMLControl capabilities

2007-03-24 Thread Mark Doberenz
Yeah, I just saw that yesterday. It looks promising, but the whole software renderer isn't going to quite cut it. I work for a software company called Right Hemisphere and we have a free 3D viewer called Deep Viewhttp://www.righthemisphere.com/products/deeppub/DeepPub_View/index.html. This is

Re: [flexcoders] Repeater Refresh

2007-03-24 Thread Douglas Knudsen
ArrayCollection is the path to enlightenment, yes, but a metaphysical nudge along this path is binadability [Bindable] public var myArrayCollection = new ArrayCollection(myArray); DK On 3/24/07, Jeffry Houser [EMAIL PROTECTED] wrote: I've done this with an ArrayCollections, but never with

Re: [flexcoders] Repeater Refresh

2007-03-24 Thread Jeffry Houser
Right you are! IF I had tested it, I would have caught that error. ;) At 09:48 PM 3/24/2007, you wrote: ArrayCollection is the path to enlightenment, yes, but a metaphysical nudge along this path is binadability [Bindable] public var myArrayCollection = new ArrayCollection(myArray); DK

[flexcoders] FDS 2 hosting

2007-03-24 Thread Stefan IONESCU
Hi, Does anyOne knows a webhosting with FDS 2 ? Thankx, Stefan No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.yahoo.com/mail

Re: [flexcoders] Repeater Refresh

2007-03-24 Thread Tim Walling
You need to use something like ArrayCollection which dispatches events. Your repeater should then pick up the changes and add the new item. Tim On 3/24/07, Jeffry Houser [EMAIL PROTECTED] wrote: I've done this with an ArrayCollections, but never with an Array. The code would be something

[flexcoders] Hi Hello

2007-03-24 Thread eshpaleti
can some body give me the detail structure of Flex and its integration with JAVA backend,where to keep the classes,mxmls compiling Flex application etc etc... regards, Eshwar

Re: [flexcoders] Re: Flex coldfusion simple question

2007-03-24 Thread ESHWAR PALETI
Hi, can you kindly send me the total code and stepwise integration of Flex with JAVA backend, please kindly do send all the details how to write code ,where to write code in Flex and i mean total programming steps of Flex with JAVA. regards,

[flexcoders] Posting XML with httpservice

2007-03-24 Thread Thomas Newcomen
If I have contenttype of my httpservice set to application/xml and I have a variable that contains an xml document (?xml ?blah.../blah) How do I just post that the service? this doesn't seem to work: mx:request {xmlDocument} /mx:request Any ideas? 'preciate it. Crit

RE: [flexcoders] Re: setting listeners and component parameters from the class

2007-03-24 Thread Alex Harui
I think your question wasn't clear. You showed me an example of creation presentation widgets in actionscript. The best practice for separation model from presentation is actually been a subject of much debate lately. Various templates for codebehind have been discussed, but I don't think

[flexcoders] Http Compression for Flex

2007-03-24 Thread ajudah987
Has anyone got any of the Webserver http compression tools working with Flex. I am trying to get the Remote object return stream, application/x- amf stream compressed from my webserver without much luck. I have tried IIS6's default methods but they are limited to file types not mime types. I

[flexcoders] Randomizing Array (from actionscript cookbook3 and other places)

2007-03-24 Thread {reduxdj}
I am getting an error with the following code TypeError: Error #1006: value is not a function. at com.me.data::PictureProviderXML/::handleComplete() function randomSort(a, b) { return Math.random().5 ? -1 : 1; } var numbers:Array = new Array();

Re: [flexcoders] icons

2007-03-24 Thread Troy Gilbert
http://famfamfam.com/ On 24 Mar 2007 13:54:27 -0700, Steve Hagenlock [EMAIL PROTECTED] wrote: http://www.iconbase.com/ There are many others... you can purchase icon libraries from places like this. -Steve Kevin wrote: Where do people go to get small icons for use in Flex apps? I need