Re: [flexcoders] Memory leak when using Bindings

2006-11-08 Thread Carlos Rovira
Hi Xavi,I tried your code and see the problem. Maybe someone at Adobe could tell us some method or technique to avoid this behaviour. This is very important due to the huge use bindings have in a common Flex application. In normal applications we must to remove childs to improve memory

[flexcoders] FDS License

2006-11-08 Thread Alex
Hello Flexcoders, I was wondering if 5 simultaneous connection restriction (FDS Express edition) applies for HTTP RPC as well as for RMTP? Kind regards, Alex -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How to make FormItem labels left aligned?

2006-11-08 Thread Sergey Kovalyov
Hi All! I want FormItem labels to be left aligned in all the Form instances. What is the best practice to do that? Sergey. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-08 Thread Tom Chiverton
On Wednesday 08 November 2006 03:31, Gordon Smith wrote: Here's my understanding. [Caveat: I'm just a Flex engineer, and not directly involved in Tamarin.] Once again, a great clear explanation - should hace had something like this in the press release / FAQ. -- Tom Chiverton Helping to

[flexcoders] Drag/Drop resets Grid ItemRenderer

2006-11-08 Thread John C. Bland II
Ok...here's the scenario. Grid 1 accepts drops from Grid 2. Grid1 has an inline item renderer which is a combo box. The combo is a custom component that filters an ArrayCollection based on an ID passed to it. So...this works great. I have the grid saving data on drop, updating level (from the

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-08 Thread Tom Chiverton
On Wednesday 08 November 2006 00:14, Bjorn Schultheiss wrote: Does this mean in the future there will be no need for the Firefox Flash Plugin? It'd be intresting to see how much lighter the Flash player could be if your browser had ActionScript (i.e. JavaScript 2) already built into it - maybe

[flexcoders] How to force built-in focus manager to auto scroll containers to the focused component?

2006-11-08 Thread Sergey Kovalyov
Hi All! How to force built-in focus manager to auto scroll containers to the focused component? I said in message before that it's native behavior in HTML, so users feel comfortable with this. Are there any solutions or workarounds? Sergey. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Free LocalDebugger for Flex 2 available

2006-11-08 Thread Tom Chiverton
On Tuesday 07 November 2006 18:22, efeminella wrote: The debugger is free so if you are interested you can learn more at http://www.ericfeminella.com/blog/2006/11/06/flex-2-local-debugger-api-v099 I tried all three Flash enabled browsers I have (Konqueror, native Firefox and WINE'd firefox

Re: [flexcoders] Re: FileReference Download

2006-11-08 Thread Tom Chiverton
On Wednesday 08 November 2006 04:05, sbyrne_dorado wrote: https://flexdemos.cynergysystems.com/support/crossdomain.xml .. application in Firefox using HTTPS lives, so you can imagine it's rather important! ;) I get a 404 for that URL :-) -- Tom Chiverton Helping to ambassadorially implement

Re: [flexcoders] Re: Calendar...visually show selection for related data?

2006-11-08 Thread Tom Chiverton
On Wednesday 08 November 2006 00:31, qnotemedia wrote: Given the original scenario, is there any way that I can apply this property to only a specfic collection of dates through something like a set selectedRanges ? -- Tom Chiverton Helping to administratively harvest internet appliances

[flexcoders] Re: Image in tab

2006-11-08 Thread bhaq1972
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Tuesday, November 07, 2006 9:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Image in tab check out the archives. Jeremy Lu did something special. I was unable to find that

[flexcoders] encodings problem

2006-11-08 Thread Luis Eduardo
hi, my flex app talks to my servlets sending xml with á é õ characters using utf-8 and all is ok. but when i use the capital version of these characters it fails. Á É simple dont work. i searched trough the web but cant found a solution... can someone give (at least) an idea of how

[flexcoders] Prevent focus Out in editable datagrid, if validator says invalid

2006-11-08 Thread fritzdimmel
Hi! Is it possible to not let a user leave a editable column in a datagrid with a custom textinput with a validator, to focus out (leaving the edit mode). If the user has to input a number and there's a NumberValidator, how can I prevent letting the user leave the textinput? Thanks, Fritz --

[flexcoders] Flex Data Services for CF on Mac

2006-11-08 Thread imarichardson
I'm just curious to know if there is anyone out there who has been able to install Flex Data Services on a Mac out there? I'm running a Mac Book Pro (MacIntel) with CFMX 7 in the standalone server config, and woul dreally like to install a working version of Flex Daa servces for testing. I

[flexcoders] Repeater children resetting comboboxes

2006-11-08 Thread phildouglas
Hey all I have a Repeater repeating a component of mine containing a few ComboBoxes and a TextInput, and using an ArrayCollection as dataProvider. I have set the Repeater to use recycleChildren=true, however when I perform addItem() on my ArrayCollection, the ComboBoxes are being set to

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-08 Thread haravallabhan
Hi Ely, Thanks for your effort. Okie let me explain what exactly I am doing.. I am trying to evaluate Flex Data Service. I get the data from a Java Service through Remote Object. I use the resulting List from the Java Service as the Data Provider in the Pie Chart. The list may contain no

[flexcoders] Component not being displayed in screen

2006-11-08 Thread stephen50232
Hi, I'm working on my first Flex app and I've got a page, which contains a component (a add user form). When I run the page and the browser opens the component isn't displayed, I just get the standard grey/Flex page. I have the correct state selected to start, but I still can't see anything.

Re: [flexcoders] how to learn file upload result

2006-11-08 Thread Jeff Noyes
I'd be interested in learning how your using flex to upload files On 11/6/06, Yiðit Boyar [EMAIL PROTECTED] wrote: i use file IO example class of adobe to upload files to my server (to a php file). i added a URLVariables object to the URLRequest to send additional variables with the file,

[flexcoders] custom component with stylechanged, updateDisplayList, resizing

2006-11-08 Thread gdoucen
Hi, I need to know the best way to deal with styles updates and component resizing in a custom component. I will try to be more precise. I'm making a light volume controller component. To customize it, i have added some custom styles like progressBarBackgroundColor. As decribed in flex doc, i

[flexcoders] Re: Eclipse becoming HORRIBLY slow??

2006-11-08 Thread klethron
I have noticed this same thing, I purchased Flex Builder 2 at the Adobe Max 2006 Conference and tried loading the Help Tutorials, it would become unresponsive and kept crashing on me. I finally gave up on the help files and downloaded the pdf and bought the Adobe Flex 2 Training from the source

RE: [flexcoders] Looking to hire a Flash/Flex developer

2006-11-08 Thread leds usop
im in asia. if telecommute is feasible, count me in too :) --- Jeff Hindman [EMAIL PROTECTED] wrote: Are you taking telecommuters ? I'm in Southern California. -- Jeff Hindman _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] encodings problem

2006-11-08 Thread leds usop
strange, i thought you can set the encoding type in the mxml header itself? just in case you havent tried that. --- Luis Eduardo [EMAIL PROTECTED] wrote: hi, my flex app talks to my servlets sending xml with á é õ characters using utf-8 and all is ok. but when i use the capital

RE: [flexcoders] Repeater children resetting comboboxes

2006-11-08 Thread Tracy Spratt
When the user changes the selection of the combo box, are you saving that selection back to your dataProvider? And setting the selection using currentItem? If not, you will not get reliable results. addItem is causing the repeater to re-render, according to the values in the

[flexcoders] Sorting in Datagrid

2006-11-08 Thread Renee
In datagrid i have a datacolumn amount. Data in amount col is coming through a labelfunction which is used to format amount for currency. Now how to sort the data in grid according to amount column.. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Minimum size of a Flex 2.0 application

2006-11-08 Thread leds usop
Yep, you will want as only for that. To make things easier for you, layout things in flex, then compile while setting the compiler to retain the generated AS files, im sure you will find a thing or two in those files to help you in your AS flash file generator. Goodluck! --- Flex Learner [EMAIL

[flexcoders] Re: Language vs. DOM

2006-11-08 Thread ben.clinkinbeard
Godd stuff (again), Gordon. So, is it reasonable to assume that the Apollo team is also using Tamarin and adding DOMs on top of it to support the various OS-level functionalities? I realize you're not on that team so you might not have the details on this, but you've piqued my interest enough to

[flexcoders] Display image in Flex component from Java object

2006-11-08 Thread mr_vipulkaushik
Hi All, I am facing a problem in displaying image which I am fetching from database. I am getting image in the form of ByteArrayOutputStream object from a java class when I retrieve it from database. Now I want to display it on a flex 1.5 component. Flex Image tag takes source as path of image

RE: [flexcoders] Component not being displayed in screen

2006-11-08 Thread Tracy Spratt
Isolate the problem: remove the states, to make sure the component works correctly without that. If it does, re-apply the states code til it breaks. That will tell you where the problems is. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

[flexcoders] Re: Prevent focus Out in editable datagrid, if validator says invalid

2006-11-08 Thread bhaq1972
have you looked into DataGridEvent.preventDefault(). there's a simple example in the docs titled Determining the reason for an itemEditEnd event --- In flexcoders@yahoogroups.com, fritzdimmel [EMAIL PROTECTED] wrote: Hi! Is it possible to not let a user leave a editable column in a

Re: [flexcoders] Image Scroller

2006-11-08 Thread Daniel Freiman
Thanks for the suggestion.I thought about the hbox, the thing you are going to want to remove the first image when it is no longer visible to keep memory usage low. This will jump all of the images to the left when the layout is redone. After over-thinking this problem yesterday, I just sat

[flexcoders] Re: Error #2038: File I/O Error.

2006-11-08 Thread e_baggg
If the error is on the server than you should ask this question to forums that support whatever language your server code is written in (Java, .NET, etc..). --- In flexcoders@yahoogroups.com, Yiðit Boyar [EMAIL PROTECTED] wrote: you seem to be right, thanks... but the problem on the server

Re: [flexcoders] Re: Prevent focus Out in editable datagrid, if validator says invalid

2006-11-08 Thread Valy Sivec
Hello flexcoders, I'm working on the same issues for about a day without any luck. All the examples I've seen so far work correctly for TAB navigation but fail for mouse navigation and invalid cell will loose the focus. I might need a final validation before submit the form/grid data, but I'll

[flexcoders] yet another sudoku game

2006-11-08 Thread wci.geo
wrote this sudoku game using flex 2.0 and actionscript 3.0 just for fun. The generator took about 0.5 - 1.0 second for each new game, kind slow, but works for now. will add more functions in the next update. http://www.mr-ci.com/sudoku.html let me know what do you think! Willy --

[flexcoders] Setting alpha style on a single stacked column

2006-11-08 Thread Tom Fitzpatrick
I've created a stacked column chart using a ColumnSet that contains three column series. When building a group of four stacked columns, I'd like to programmatically set the alpha for all the elements in the first stacked column to .5. What is the way to set the alpha style on the elements of

[flexcoders] Re: FileReference Download

2006-11-08 Thread sbyrne_dorado
My point exactly. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 08 November 2006 04:05, sbyrne_dorado wrote: https://flexdemos.cynergysystems.com/support/crossdomain.xml .. application in Firefox using HTTPS lives, so you can imagine it's rather

[flexcoders] Re: cairngorm: calling a function in a view

2006-11-08 Thread Jamie O
My view has a SWC component within it, so parsing the XML in the command or anywhere within the program is not an option. I pass the XML to the component and call it's parseXML method() to have it update. I did manage to find another thread much earlier in this discussion that - although not

Re: [flexcoders] Re: How do I add superscript text in Flex?

2006-11-08 Thread Daniel Freiman
The ideas in your original question might be the way to go then. Some simplification can be done by making your own component (FootnoteTextArea). Throw a UITextField on a UIComponent and then overlay the footnotes (images or additional UITextFields) as children to the FootnoteTextArea

Re: [flexcoders] Re: cairngorm: calling a function in a view

2006-11-08 Thread Douglas McCarroll
Hi Jamie, I'm a Cairngorm newbie, but it looks to me as though this is simply a case of trying to cobble preexisting code (your SWC) into a framework that it wasn't designed for. In such a case your current fix, though a kludge, may be a reasonable solution, even if not really

Re: [flexcoders] BindingWatcher and XML

2006-11-08 Thread Daniel Freiman
You are supposed to use the XMLListCollection class which broadcasts events. There isn't a way to bind or listen directly to an XML or XMLList object without using XMLWatcher, XMLNotifier or IXMLNotifiable which are all not documented. - DanOn 11/7/06, tobiaspatton [EMAIL PROTECTED] wrote:

Re: [flexcoders] DateField selectedDate toggle

2006-11-08 Thread Niklas Richardson
Sorry to resurrect this, but this feature slipped into Flex 2 and we're trying to figure out a work around. Jesse - did you create a solution that would work in Flex 2? Thanks Niklas On 2/3/06, Deepa Subramaniam [EMAIL PROTECTED] wrote: I've filed a bug and its being looked at internally.

RE: [flexcoders] Re: cairngorm: calling a function in a view

2006-11-08 Thread Evan Gifford
Also, if you can put your solution in the form of a short article (or even blog entry) we would love to have this on cairngormdocs.org once its matured. :^) Cairngorm is condensed and purified experience, so to should the documentation embody that principle. You wont be the last to

[flexcoders] Re: Prevent focus Out in editable datagrid, if validator says invalid

2006-11-08 Thread bhaq1972
yes you're right. but i dont know whether this is a bug or by design. but i agree, you'd expect the same behaviour for both tabbing out and mouse outs. what i usually do is save the currentcell coordinates ...and then if validation fails, i just set the editedItemPosition back to the saved

[flexcoders] Re: New to Array Collection.

2006-11-08 Thread camlinaeizerous
You need to know first the index and the field name. If the array collection looked something like; public var test:ArrayCollection = new ArrayCollection ([{one: 1,1, two: 1,2, three: 1,3}, {one: 2,1, two: 2,2, three: 2,3}]); to extract 2,2 you would need test.getItemAt(2).two if you only

[flexcoders] Re: How to make FormItem labels left aligned?

2006-11-08 Thread camlinaeizerous
While you could go an set textAlign=left on each form item that would simply be a headache. I would suggest since you want it done on every form item to simply change the CSS settings for the form items. --- In flexcoders@yahoogroups.com, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All! I

[flexcoders] mx.rpc.remoting.mxml.RemoteObject source code?

2006-11-08 Thread Douglas McCarroll
Hi All, Does anyone know if the source code for mx.rpc.remoting.mxml.RemoteObject is available? And if so, where to find it? Doesn't seem to be in \Flex SDK 2\frameworks\mx\. TIA! Douglas McCarroll -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-08 Thread Ely Greenfield
OK, this is my last attempt. if you can post some sample source that I can copy/paste into an mxml file and compile, I can see if it's been fixed. Otherwise, I can't help. Thanks, Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haravallabhanSent:

RE: [flexcoders] Setting alpha style on a single stacked column

2006-11-08 Thread Ely Greenfield
Hi Tom. You'll need a custom renderer to do this. If it's just the first column you want, a one-off renderer should be pretty easy...just extend mx/charts/renderers/BoxItemRenderer, and in the updateDisplayList code, check the index property of the ChartItem in the data property...if

[flexcoders] Re: Memory leak when using Bindings

2006-11-08 Thread kurtfusion
Hi Carlos, Unfortunately you can't remove the binding when you use mx:Binding. You can use the BindingUtils.bindSetter to create a changeWatcher andremove the binding when the Canvas is removed.I modified your MyScreen.mxmland it nowreturns "modified" twice as you would expect.

[flexcoders] Re: mx.rpc.remoting.mxml.RemoteObject source code?

2006-11-08 Thread Renaun Erickson
They do not give us everything, this is one of those cases. Is there anything in particular that you are trying to do with that class? Renaun http://renaun.com/blog/ --- In flexcoders@yahoogroups.com, Douglas McCarroll [EMAIL PROTECTED] wrote: Hi All, Does anyone know if the source code

[flexcoders] Embed font

2006-11-08 Thread Jeff Noyes
How do you embed fonts. I've tried embedding via: @font-face{ src: url(assets/fonts.swf); font family: arial; } I've also tried the other means of srcing the font directly vs. Srcing a swf with embedded fonts. In both cases, flex is unable to resolve the src url location. On

[flexcoders] XML to Value Object?

2006-11-08 Thread Jon Gauthier
Is there a clean way to map an xml model to AS classes? If so, also maintain binding relationships with ui elements so the XML could be shipped back to the server eventually?Im receiving a xml packet which represents the model but I need to implement logic on the client. Trick is I want to be

[flexcoders] DataGrid Scroll Size

2006-11-08 Thread Chad Callahan
I have a DataGrid that is 400 px in height but many of the rows in the DataGrid are taller than 400 px. When viewing a tall row, I scroll the DataGrid down to see the rest of the row but it skips to the next row instead of scrolling through it. Is there a way to make the DataGrid scroll

[flexcoders] Namespace Declaration / Custom Components

2006-11-08 Thread cam.ward
I'm just getting into using custom components and have a question about the location of these files. Do they have to be in a subdirectory of the calling (parent) mxml file? If my parent mxml file is in c:\inetpub\wwwroot\billingApp, can I include a custom component in

Re: [flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-08 Thread Tom Chiverton
On Tuesday 07 November 2006 13:05, devisbalsemin wrote: in my linux i have try http://linux... http://192.168.1.5.. http://localhost... but nothing i can see the data ;-( Do both browsers have the same proxy/connection settings ? Could 'linux' on your linux box resolve to 12.0.0.1 and