[flexcoders] Re: web attitude: Flash Builder 4 on Linux

2009-06-03 Thread thomas parquier
Thank you for the howto, fb launched correctly. I'll have a look on not working features during the week ('ll create or import a project), but yet flashbuilder through wine seems to have some more features than flexbuilder for linux... thomas --- http://www.web-attitude.fr/ msn :

Re: [flexcoders] Re: FilterFunction creating duplicate items in the list

2009-06-03 Thread Rohit Sharma
Hi All, I think I am able to solve the problem. The issue was that at every updates I was modifying the dataprovider which was cast as array collection. Once filter is applied the arraycollection keeps only the filtered rooms. So, even though a room might be present in the

Re: [flexcoders] Compiling via Command Line

2009-06-03 Thread Angelo Anolin
Hi Gregor, Thanks for the reply. I found out that as long as the file PopUpInfo.mxml being referenced by my main mxml file is in the same path, then the SWF will be compiled with the reference to it as well. Thanks again for the heads up. From: Gregor

Re: [flexcoders] Adobe Flex Language Reference

2009-06-03 Thread Igor Costa
Angelo Not in PDF as I remember, but you can use a local version in html that is built-in in SDK. Regards Igor Costa On Wed, Jun 3, 2009 at 1:02 AM, Angelo Anolin angelo_ano...@yahoo.comwrote: Is there a PDF download for this document? I see this a lot in the Adobe Developer's Guide

Re: [flexcoders] Re: Is this list declining?

2009-06-03 Thread Igor Costa
Not declining but getting quality of topics. all most increased exchange messages in the past of this list was tend to be good because most were newbies. But the efforts of Adobe bringing the discussion from mailing-list to their forum are a certain of worry about the provider be bought by a

[flexcoders] AIR e DataService - autoSaveCache

2009-06-03 Thread Saulo Brust
Hi Flex Coders, I have a little problem with AIR e DataService, when the application is going to saveCache and the DataService is connected, appears this message error: [RPC Fault faultString=Could not save local cache: Error: Transaction begin failed: SQLError: 'Error #3115: SQL Error.',

Re: [flexcoders] general tips: port javascript to as3

2009-06-03 Thread John King
Thanks, Yes, I'm using the flash/flex api now. I like this lib's functionality better than what I can currently see available in flex, but I couldn't find a version of markerclusterer in actionscript.

[flexcoders] About how to implement UIComponent

2009-06-03 Thread j2me_soul
Why the label can't be displaied on the srceen? public class rectElement extends UIComponent { private var lal:Label; public function rectElement() { super(); } override protected function createChildren():void{ if( lal == null ){ lal = new Label; lal.text = Label;

Re: [flexcoders] About how to implement UIComponent

2009-06-03 Thread Jeffry Houser
Step through the code. Will the labels height and width have any values at the time createChildren runs? Additionally you may need to set the width and height of 'this'. Additionally, isn't the measure method supposed o set the measuredWidth and measuredHeight values of your component? In

Re: [flexcoders] About how to implement UIComponent

2009-06-03 Thread Manish Jethani
2009/6/3 j2me_soul j2me_s...@163.com: Why the label can't be displaied on the srceen?  public class rectElement extends UIComponent  {   private var lal:Label;   public function rectElement()   {    super();   } You don't have to write a constructor if all you're going to do it call

Re: [flexcoders] About how to implement UIComponent

2009-06-03 Thread Manish Jethani
On Wed, Jun 3, 2009 at 10:26 PM, Manish Jethani manish.jeth...@gmail.com wrote: 2009/6/3 j2me_soul j2me_s...@163.com:   override protected function measure():void{    this.explicitMinWidth = this.explicitMinHeight = 50;   }  } Here you should set the meauredWidth, measuredHeight, and

[flexcoders] Re: Vertical scroll bar not reseting

2009-06-03 Thread al-al :D
ah, so it's that simple. Thanks! :D --- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Tue, Jun 2, 2009 at 8:39 AM, al-al :D vin_ke...@... wrote: I have an application with a ViewStack and binded LinkBar, which has 2 views, a DataGrid on the first, and the

[flexcoders] Flex and IText text warping issue

2009-06-03 Thread Shyam
Hi coders, Both Flex and Itext have text wrapping mechanism exposed via APIs. But they both behave differently! meaning flex might display a text (in a Text Area) wrapped in 4 lines while Itext might do the wrapping in 3 for the same area (width x height) Flex does a lot of padding and

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-03 Thread superbokbok
yup it should work...I did this it worked fine :) /***\ * Filter Manager \ **/ package custom { import flash.events.Event;

[flexcoders] ZOOM PANEL: like google maps

2009-06-03 Thread flexaustin
Wondering if anyone knows of a tut or component or ??? that I can use to learn how to build a Zoom Panel like in google maps (see google maps lower right corner). I am assuming its would be implemented by taking a bitmap snapshot of whats on screen and then use a rectangle object in scroll

[flexcoders] Re: Successive Videos Display

2009-06-03 Thread bharat_00001
Manish, Thanks for your inputs. --- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Thu, May 28, 2009 at 11:50 PM, bharat_1 bharat_00...@... wrote: Thanks for the suggestion. I have a bit of confusion. What do you mean by load the next one when while one is

[flexcoders] Re: Advanced Data grid Row Color using Action Script .

2009-06-03 Thread grg_blls
Hi, maybe this will help you in what you're looking for.. http://flexpearls.blogspot.com/2008/02/row-background-color-in.html thanks George --- In flexcoders@yahoogroups.com, guess what myworld10...@... wrote: I am building an advancedDataGrid from Action script completely. I have the Data

[flexcoders] FlexBuilder Question

2009-06-03 Thread Libby
What option is it that, when you close a file, causes the Navigator to switch focus back to the previous area you were in before you opened the file? It doesn't do this in FlexBuilder plugin in eclipse, but it does it in regular FlexBuilder and it drives me crazy! not that I had that far to

[flexcoders] DataGrid's variableRowHeight

2009-06-03 Thread al-al :D
Hello! Does anyone know how to set variableRowHeight depending on the data result in the DataGrid? I have a TextInput and a DataGrid that is able to display search results. The search results may vary in lines of text, meaning one row might have 2 or more lines of text. variableRowHeight

RE: [flexcoders] FlexBuilder Question

2009-06-03 Thread Jake Churchill
In the Navigator pane there is an icon with arrows going left and right. It's called Link with Editor. I think that's what you want. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com

[flexcoders] Slider dataTip- is it possibole to have this visibale all the time

2009-06-03 Thread jossminker
I woudl like to have the datatip for my slider visible at all times, not just when the user is holding down the thumb. if this is not possible, then I would at least like the datatip to appear if the user moves the thumb using the arrow keys or by clicking on the track as the way it is at

[flexcoders] Performance Question

2009-06-03 Thread tchredeemed
Basically, Our users have a group of Individuals (com.gladhandle.IndividualVO) and in one part of the application they can search the individuals. However, one of our milestones is that they are able to search and the results are refreshed on keyup of a textinput. Seeing as this could and

[flexcoders] FormItem format/validation

2009-06-03 Thread markgoldin_2000
Here is my field definition: mx:FormItem label=email mx:TextInput id=email textInput= salesreps.selectedItem.changed=(salesreps.selectedItem.changed==0 ?

[flexcoders] Re: Flex / Fireworks integration

2009-06-03 Thread Anthony DeBonis
Yes we tried it for a while on a project with a UI designer... it generates allot of extra styles ie style_2 for something on one screen and style_2 for something else on another screen. Ok for quick mock up but not all that good for real UI development where you want to create custom

[flexcoders] Flex Builder, Flash Builder, Flash and Catalyst

2009-06-03 Thread brucewhealton
Hello all, I was wondering about a couple things. Is Adobe going to make two separate products, Flash Builder 4 (aka Flex Builder) and Flex Builder 4? Maybe I read something wrong. Perhaps, Flex 4 is the new SDK and Flash Builder 4 will replace Flex 3, so there wouldn't be a Flex

Re: [flexcoders] Flex Builder, Flash Builder, Flash and Catalyst

2009-06-03 Thread mark . jonkman
Hi Bruce Flash Builder 4 replaces the product formerly known as Flex Builder. Flex know refers solely to the Flex SDK. No idea what so ever as to what they are planning on charging. Sincerely Mark R. Jonkman - Original Message - From: brucewhealton br...@futurewavedesigns.com

Re: [flexcoders] Performance Question

2009-06-03 Thread Kevin F. Benz
Well, you have to avoid over the wire activity as it will cause a traffic pattern called a ³galloping herd². Basically servlet latency causing latency, causing And so forth. Your keyboard buffer will end up getting ahead of the over the wire call and end up with enough spooled key events to

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-03 Thread valdhor
Glad to be of assistance. --- In flexcoders@yahoogroups.com, superbokbok superbok...@... wrote: yup it should work...I did this it worked fine :) /***\ * Filter Manager

[flexcoders] Re: Performance Question

2009-06-03 Thread Tim Hoff
Using the 80-20 rule, loading all of the individuals up-front would be the way to go (even 1000 records is reasonable). It's going to much better handling the search on the client with a filter; instead of making a call for each key-stroke. If the user types fast, it can get very expensive.

[flexcoders] ADG/DataGrid cell change performance on large data set

2009-06-03 Thread tntomek
When I edit a cell and press Tab to move horizontally to the next cell in the same row the grid behaves wonderfully. If however, I make my next selection to another row this becomes incredibly slow (10-15 seconds). Is there any reason for this slowdown? I'm using a ArrayCollection of typed

[flexcoders] Text stuck on screen BUG in FP10 or IE7????

2009-06-03 Thread flexaustin
So I have an app that has upto 300 sprites on screen at once and inside each sprite is a textfield with embedded font (all Arial font). In IE7, when you move the main Sprite around the sprite/textfield text gets stuck on the screen then eventually disappears. Its like the browser isn't

[flexcoders] Advanced Data grid Sorting Question

2009-06-03 Thread guess what
I have implemented a Data grid from Action Script . I have enabled sorting on the collumn headers . Now there is a requirement that on certian rows I have custom values say XXX something. 2 Questions 1. Is it possible that I tell the datagrid to ingore those rows while sorting . 2. if yes ,

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-03 Thread Keith Hughitt
I'm testing the variable during the FilterManager constructor. I actually don't have Flex Builder, so I've been using Alert and ObjectUtil to output information about the variables at run-time, e.g.: public function FilterManager():void { super();

[flexcoders] Re: About how to implement UIComponent

2009-06-03 Thread Amy
--- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Wed, Jun 3, 2009 at 10:26 PM, Manish Jethani manish.jeth...@... wrote: 2009/6/3 j2me_soul j2me_s...@...:   override protected function measure():void{    this.explicitMinWidth = this.explicitMinHeight = 50;

[flexcoders] SQLAssembler and long running query

2009-06-03 Thread changlim
Does any know if a long running query in SQLAssembler Data Server will block all query (in the same web session) from executing and returning? Are there configuration settings or other tips to workaround this issue? Restarting the session seems to solve this issue but it a bit too drastic.

[flexcoders] Re: Is this list declining?

2009-06-03 Thread markgoldin_2000
the provider be bought by a competitor and the major support been broken And it looks like that what has happened already, because it takes forever to get the message posted :(( --- In flexcoders@yahoogroups.com, Igor Costa igorco...@... wrote: Not declining but getting quality of topics. all

[flexcoders] CuePointEvent missing optional parameters

2009-06-03 Thread kris range
I'm using the VideoDisplay class and listening for cue points. I can recieve the cue points, check out the name, time, type but cuePoints also have an optional parameter value, which doesn't seem to be included in this event class. Why this is missing from this event? Do I need to access it a

[flexcoders] How to avoid recursive FABridge calls?

2009-06-03 Thread Paul Wideman
So I'm running into the problem where you cannot make recursive FABJSFAB calls, an exception is thrown by the FAB. Here's an example: [ActionScript code] public function myFirstMethod(myCallback:Function) { doSomething(); myCallback(); } public function mySecondMethod() {

[flexcoders] What to use instead of Model component in Flex 4?

2009-06-03 Thread ben gomez farrell
Hey guys, Just starting to build my first Flex 4 app. I'm making an MenuBar as the first thing I'm attempting. I can get it working with XML data if I do mx:MenuBar s:dataProvider myxml /s:dataProvider /mx:MenuBar However, I'd like to break out the XML data into a separate

[flexcoders] Re: Custom Actionscript component data-binding question

2009-06-03 Thread superbokbok
[Bindable] public function set test(value:String):void { _test = value; Alert.show(_test); } So perhaps the constructor is simply called before the variable has been set? You are correct! You should call the alert box after

[flexcoders] How to get rid of annoying chart trial message

2009-06-03 Thread iloveyouwisconsin
I have flex 3 professional. On 2 of my projects when I create a chart the charts come out fine. However, on my 3rd project I get the annoying chart trial message on the chart. How do I get rid of it? The only thing I can think that I've done differently is the location of the project is saved

Re: [flexcoders] What to use instead of Model component in Flex 4?

2009-06-03 Thread ben gomez farrell
OK never mind, finally figured this out. Hadn't heard of the declarations tag before. And so I just created an XMLListCollection component, and then put the XMLList in that with my data inside that. And then on my application MXML component, I put this new XMLListCollection component inside

[flexcoders] Filter Does Not Work on a Column when Record Count is more than 4000

2009-06-03 Thread Angelo Anolin
Hi FlexCoders, I have this very strange bug which I don't have any idea why it is happening. Basically, I have a datagrid which I am populating with an ArrayCollection data.  The array collection is being populated through via XML which I am retrieving from a web service. When the record

Re:Re: [flexcoders] About how to implement UIComponent

2009-06-03 Thread j2me_soul
Here is the codes: override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void{ super.updateDisplayList(unscaledWidth, unscaledHeight); lal.setActualSize(unscaledWidth, unscaledHeight); } override protected function createChildren():void{

RE: [flexcoders] Text stuck on screen BUG in FP10 or IE7????

2009-06-03 Thread Alex Harui
Doesn't sound familiar. I'm not sure how you're moving the main sprite and whether the text is within the stage or not. Trace getTImer() on enterFrame to see how fast the player is refreshing the screen. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

[flexcoders] Springsource dm server

2009-06-03 Thread robin bakkerus
Hi there, Does anyone has a working example how to setup Flex to work with the Springsource dm server. Thanks in advance

[flexcoders] Use ChangeWatcher with dynamic Object?

2009-06-03 Thread Tracy Spratt
I want to have a dynamic Object to which I can add properties at will, making an associative array or hashtable, and Object works fine for this. However, I also want to be able to set up changeWatchers for certain properties, but my watchers are never getting fired. I know Object is not