RE: [flexcoders] Icons formerly included in Flex SDK (Beta)

2006-10-09 Thread Matt Chotin
I think the icons were only in 1.5, Im not sure of any icons we included in Flex 2 unless it was by mistake. If you have the icons you are probably welcome to use them though, I dont remember there being restrictions. Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] Is data binding a one-way street from vars to component properties?

2006-10-09 Thread Matt Chotin
Sorry, data binding is one-way. You can use a mx:Binding tag to set up two-way pretty easily though. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of tombaggett Sent: Thursday, October 05, 2006 12:50 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] IE Browser crashes while using LocalConnection

2006-10-09 Thread Matt Chotin
Can you try this on the beta of the Player 9 update? http://labs.adobe.com/technologies/flashplayer9/ If it still crashes hopefully you can work with us and we can try to figure out whats going on. Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] Flex 1.5 Error: '...actions.ConstantPool...'

2006-10-09 Thread Matt Chotin
Looks like maybe the compiler is trying too parse too big a block of text. This happened in 1.5, it doesnt happen in 2.0. Can you introduce maybe another resource file instead of adding to the existing? I dont know Cairngorm all that well so not sure what the resource is doing. Matt

RE: [flexcoders] Trash/bugs in Flashplayer 9 filters

2006-10-09 Thread Matt Chotin
The feedback I got from an engineer is that this can often happen when youre not using integers for values into the filters (or the x/y/width/height of the object being affected is not an integer). When you have non-integer values the object will not be on pixel boundaries, thus you

Re: [flexcoders] Switching View States - Destroying Resources

2006-10-09 Thread Paul Spitzer
Hey Daniel, I posted about this a while back. See my post States - add/remove vs create/destroy. I didn't hear a peep from anyone. I'm not sure if it's something that is natively supported by the framework. I don't think so, but I could be wrong. The closest thing I found was the

RE: [flexcoders] Licensing and Distribution of SWFs created by Flex Builder 2

2006-10-09 Thread Matt Chotin
Yep, Paul is right. What youre building is a developer program and you can distribute it as you see fit. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Saturday, October 07, 2006 3:30 PM To:

RE: [flexcoders] Can Flex play rtmp camera video?

2006-10-09 Thread Matt Chotin
Have you checked out the video display component? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of eccentricwade Sent: Sunday, October 08, 2006 8:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can Flex play rtmp camera video?

Re: [flexcoders] Compiler problem markers...

2006-10-09 Thread Diego Guebel
I have the same problem running eclipse 3.2. It might be something else... On Tue, 10 Oct 2006 11:47:42 +1300, Angus Johnson [EMAIL PROTECTED] wrote: Hi Ken, Are you running eclipse 3.1.1 or 3.1.2? They're the supported versions. I had 3.2 running for a while and gave up because of the

RE: [flexcoders] Error(s) not shown as error(s)

2006-10-09 Thread Matt Chotin
There should have been another error indicating that there were two public definitions in the file (one for dummyClass and one for the public var foo). Im not sure that the red X will show up for that though. Sometimes you need to just look in the problems panel, the red Xs may not

RE: [flexcoders] Re: Transfer Images with FDS

2006-10-09 Thread Matt Chotin
I guess you could probably send it as a binary array and then convert it on the client-side? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of cheftimbob Sent: Monday, October 09, 2006 5:05 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Passing parameters to a SWF using SWFLoader.

2006-10-09 Thread Matt Chotin
Use the XML entity: amp; From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greenfishinwater Sent: Monday, October 09, 2006 7:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing parameters to a SWF using SWFLoader. I

RE: [flexcoders] Avoiding Error 1502 - timeout: How can I increase the timeout period

2006-10-09 Thread Matt Chotin
The scriptTimeLimit property on the Application tag should do it I think. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jamiebadman Sent: Monday, October 09, 2006 10:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Avoiding Error

[flexcoders] iconFunction property?

2006-10-09 Thread Steve Kellogg @ Project SOC
Hello, Does anyone have an example of how to correctly setup the iconFunction of a Tree? I cant seem to get the calling conventions correct. Thanks in advance, Steve Steve Kellogg Peak8 Solutions 1401 14th Street Boulder, Colorado 80302, USA Fax: 303.415.2597

[flexcoders] Re: monitoring dataservice fills on lookup tables prior to createItem

2006-10-09 Thread passive_thoughts
I didn't realize that calls on the fds side would be handled in order... that definitely helps keep things simple. Thanks for the info Vic -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Compiler problem markers...

2006-10-09 Thread Ken Bromberger
Hi Angus, It is version, 3.1.2 . Ill try project clean and see if that does the trick. - Ken From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Angus Johnson Sent: Monday, October 09, 2006 3:48 PM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] Re: Possible DataService BUG, can anyone help me out?

2006-10-09 Thread passive_thoughts
Just my 2 cents here. I followed Jeff's recommendation of adding a uid property to my Value Object and the problem went away. I must've spent a good 8 hours trying to find a workaround... nice to see there is a better solution than waiting for the next patch! Vic -- Flexcoders Mailing List

[flexcoders] Re: Access Request in Action Script

2006-10-09 Thread wayne_badu_johnson
Hi Kumar Here's an example used with a web service call: var ws:WebService = new WebService(); ws.wsdl = someWebservice; ws.useProxy = false; ws.loadWSDL(); ws.getfoo.resultFormat = object; // set listeners to capture results/faults ws.addEventListener(result,doResults);

RE: [flexcoders] Switching View States - Destroying Resources

2006-10-09 Thread Matt Chotin
Can you please file this as an enhancement at http://www.adobe.com/go/wish? An engineer said that you should be able to get close by setting the target to null and the instanceCreated property (which is mx_internal) to false when youre leaving the state. I havent experimented, not

Re: [flexcoders] Switching View States - Destroying Resources

2006-10-09 Thread Daniel Wabyick
Will do. Matt Chotin wrote: Can you please file this as an enhancement at http://www.adobe.com/go/wish http://www.adobe.com/go/wish? An engineer said that you should be able to get close by setting the target to null and the instanceCreated property (which is mx_internal) to false when

RE: [flexcoders] General question about bindings and similarities with Cocoa bindings?

2006-10-09 Thread Stephen Gilson
Hi, Binding is event driven. There is information about the binding mechanism in the doc here: http://livedocs.macromedia.com/flex/2/docs/1653.html It describes the event mechanism used by data binding, and how to use that mechanism in your application. Stephen From:

[flexcoders] Re: Compiler problem markers...

2006-10-09 Thread Justin
Ken, i used to get this issue quite frequently, it definately is a bug somewhere in the system, and can get quite annoying, i've had it with all versions of eclipse and it seemed to be related to a corrupt project, doing a clean works but in my case the project was too far gone i had to delete

Re: [flexcoders] Re: Possible DataService BUG, can anyone help me out?

2006-10-09 Thread Diego Miramontes
Yep, as a mastter of fact Jeff's recommendation worked perfeclty, here is whata i did on my As class:public function get uid() : String { return sisId.toString(); }public function set uid(value : String) : void { sisId = Number (value); }where sisId is the object's id, so i am

[flexcoders] ProgressBar itemRenderer

2006-10-09 Thread Pete
Hi all, I'm having a fair amount of trouble getting an itemRenderer for a DataGrid to work correctly. I have a drop down combo box that the users selects an option from then retrieves data from a database based on that option. The data is then returned to the Flex app and dropped in

[flexcoders] unable to resolve 'image filename' for transcoding

2006-10-09 Thread Iko Knyphausen
Hi, I am trying to get a horizontal list going, and following an example in the online docs. The compiler does not like this code in the CDATA section unable to resolve 'image filename' for transcoding [Bindable] [Embed(source=layout1.png)] public var tlayout1 : Class;

[flexcoders] Re: Binding Database Table to a ComboBox

2006-10-09 Thread luchi_bustos
Yes thanks. Actually I'm creating some help method to achieve this task. But in the documentation says if the dataprovider of the combobox has a data property the selectedIndex will search on it for the matching value. I notice that with the following data. /**/ dataProvider for the combobox from

[flexcoders] FLEX BUG: Nested switch case statements fail to compile correctly

2006-10-09 Thread tombaggett
I have found that code containing nested switch/case statements fail to work correctly even though they compile without errors. I'm including two different versions of the same code, one using switch/case statements, the other using if/else statements. The switch/case version won't allow me to

[flexcoders] Problem with text wrapping in resized mx.controls.Alert

2006-10-09 Thread Paul Cormier
I have a Flex app that's limited to 180px x 300px in size. Though I can modify the size of the Alerts dialog using .maxWidth .maxHeight to fit my App dimensions, it appears that the text in the message part of the Alert Dialog doesn't wrap to the new dimensions of the Alert, but instead overlaps

<    1   2