[flexcoders] Re: Flex2 - Bug with chart Legend and ScrollPolicy

2007-02-28 Thread mgrayfmr
I take back my last message. This is still messed up. This only creates scrollbars if the VBox or HBox is smaller than the Legend's display area. As Ely, mentioned, Legend extends from Tile. That's why it has the wrapping going on when a legend has more items than can be displayed in a line. If

[flexcoders] Duplicating a Sprite

2007-02-28 Thread Patrick Lemiuex
What's the most simple fashion of duplicating a sprite. I've seen a couple examples of a duplicating a display Object but nothing seems to work. Thanks, Patrick

[flexcoders] Re: Save a BitmapData as a local file

2007-02-28 Thread Tim
Sorry - you cannot write to the local filesystem from Flash. You can call javascript in the host browser, but I don't think you can do anything from there either. You'll have to wait for Apollo. Tim --- In flexcoders@yahoogroups.com, ecpmaz [EMAIL PROTECTED] wrote: ... and that without passing

[flexcoders] Thanks :)

2007-02-28 Thread rumpleminzeflickr

[flexcoders] HTML to Flash (Flex) application migration

2007-02-28 Thread Ian Shafer
Hello, I've been tasked with a project to migrate an HTML online store (very basic, add stuff to the cart, manage your profile, checkout) to Flash. I plan to use Flex to make this happen. My experience with Flex is minimal. I am an experienced Java developer. My big question is: How will I

[flexcoders] Re: How do I prevent the user from selecting text in a text area component?

2007-02-28 Thread jpc14_99
--- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: You may find some helpful tips in this thread: http://tech.groups.yahoo.com/group/flexcoders/message/44779 Unfortunately, it looks like the sample code may not be available at the moment. Yes, that was my thread (I

Re: [flexcoders] problem using inline itemrender's data

2007-02-28 Thread Webdevotion
solved it by using mx:DataGridColumn headerText=Download width=90 dataField=id or any other property of your data arraycollection.

[flexcoders] Re: ArrayCollection length

2007-02-28 Thread Mehul Doshi
Hey, This actually doesn't work. Your logic seems to simply count the number of elements in the arraycollection. I'm trynig to figure out the number of items in the first element of the collection. Thanks. --- In flexcoders@yahoogroups.com, iilsley [EMAIL PROTECTED] wrote: --- In

[flexcoders] backgroundColor undefined?

2007-02-28 Thread Kevin
In the Flex documentation on backgroundColor it says: The default value is undefined, which means it is not set. If both this style and the backgroundImage style are undefined, the component has a transparent background. However, I have found with many components that this is not true

[flexcoders] Inconsistent Runtime Error

2007-02-28 Thread tyriker
I've built an application to display a dataset in a chart. The app receives XML via an HTTPService on load, and displays the chart just fine. So far so good. Step two, I made a second app, and using the SWFLoader object, have loaded the first app into 4 separate quadrants (so there's 4 instances

[flexcoders] CodeFetcher.com Flash giveaway

2007-02-28 Thread Robert Walters
Hello, I am beta testing a new site I created for code snippets. I needed a place to store my snippets and thus created www.CodeFetcher.com What it needs now is other developers adding in their own snippets. To get people motivated I will give away 3 licenses of my Flash animation tool

Re: [flexcoders] Finding out when an arraycollection in my model is set

2007-02-28 Thread Webdevotion
Found your question also in another thread. Can you post the answer to this thread please ? If you find it eventually that is : )

[flexcoders] Using FSD with AMF0

2007-02-28 Thread Collin Peters
Does anyone have any examples of using Flex Data Services (of Flex 2 fame) with AMF0? I will be working on a Flash Lite application that needs to use remoting. I haven't looked myself but I heard was informed that Flash Lite (for pocket pc) support AMF0 style remoting. I can't find any examples

[flexcoders] scaling + ( localToGlobal and globalToLocal ) = Working??

2007-02-28 Thread slangeberg
I am trying to port Darron Schall's implementation of the DynamicRegistration for Flex 2 (haven't seen a way to set registration points in Flex 2). I have rotations working fine on dynamic registration points, but it's not working with scaling (scaleX, so far). So, does Flex 2 still take

[flexcoders] Circular Binding

2007-02-28 Thread raz_gilad
Hi Does anyone knows how Circular Binding works? I've used the follwing action script code and I've expected it to go into endless loop - but it did not. Any idea why ? BindingUtils.bindProperty(item,Threshold,txtin,text); BindingUtils.bindProperty(txtin,text,item,Threshold); Thanks

[flexcoders] Re: ArrayCollection length

2007-02-28 Thread Cato Paus
public var companyes:Array = [{Date: 02-12-2007, Company1: 20, Company2:30},{Date: 02-09-2007, Company1: 20, Company2: 30}, {Date: 02-08-2007, Company1: 20, Company2: 30}]; public function getCompany():void{ for ( var:i:int =0 ; i companyes.length() ; i++ ){

[flexcoders] how to create Sessions in Flex with FDS based on Tom Cat Server

2007-02-28 Thread Sajid Hussain
Dear Group ., we are a bit confuse how to create sessions in flex where our server is Tom Cat and we are using FDS Any Help or suggestion Thanks Sajid Hussain - Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

<    1   2