[flexcoders] [flex 2 final] Bug when binding value to property in tag

2006-06-28 Thread martin schioeth
Hi,   I’ve got a custom class. The class has a getter/setter method for variable called months Class MyComp extends HBox {   private var __months:Array;   public function get months():Array     {   return __months;     }   public function set months(monthArray:Array):void  

[flexcoders] Embed(source,symbol) results in internal build error

2006-06-27 Thread martin schioeth
Hi,   I’m trying to embed an exported symbol from a swf I get “An internal build error has occurred. Please check the Error Log.” I have absolutely no idea how to fix this, and i’m going slighty mad…. I should think my syntax is exactly the same as the documentation specifies.   ///

RE: [flexcoders] Select all functionality in datagrid

2006-02-10 Thread martin schioeth
Hi robs,   I’ve done something like that.   Var myCheckBoxColumn:String = “select”; var numRows:Number = userGrid.dataProvider.length; for(var i:Number = 0; i< numRows; i++){ userGrid.editField(i,myCheckBoxColumn,true); }   I hope you can use it   -martin From: flexco

RE: [flexcoders] referencing mxml file in createChild - flex 1.5

2006-01-30 Thread martin schioeth
] On Behalf Of martin schioeth Sent: 30. januar 2006 14:43 To: flexcoders@yahoogroups.com Subject: [flexcoders] referencing mxml file in createChild - flex 1.5   Hi,   Perhaps a very basic question.   I want to use a createChild() on a TabNavigator Instead of a class i want to reference a

[flexcoders] referencing mxml file in createChild - flex 1.5

2006-01-30 Thread martin schioeth
Hi,   Perhaps a very basic question.   I want to use a createChild() on a TabNavigator Instead of a class i want to reference a mxml-file I can do it as long as the file being referenced is in the same folder. But i’d like to reference a file in another folder.     IF User.mxml

[flexcoders] Selective Scaling ColumnChart

2006-01-10 Thread martin schioeth
Hi everybody,   I’m new here: This is my first post. Hope I’m not doing anything wrong….   Here goes:   I have an example of a problem I can’t solve http://195.41.47.16:8700/mingoville/test/index.mxml   I want to scale the Y-axis as is done on the top chart, and keep the x-axis a