[flexcoders] Re: Editting Blank Row in DataGrid

2008-04-26 Thread Cato Paus
Hi I have a solution that pops up an popup with the fields from the datagrid and if you want to add or replace or delete, with this solution you can double click on an empty row, or a row with data in the datagrid to pop the popup. And I have sub-classed the datagird so when the user click out

Re: [Flexcoders] Variable headerheight in an Accordion

2008-04-26 Thread Webdevotion
That's basically what I did. But it involves some pretty ugly coding and hacks in my opinion. Too bad this isn't a default property. On 4/25/08, Alex Harui [EMAIL PROTECTED] wrote: You can subclass Accordion, override updateDisplayLIst, call the super.updateDisplayList, then further adjust

[flexcoders] Send DataProvider or datagrid to php

2008-04-26 Thread tugadot
Hello How can i send the data of dataprovider or the all datagrid information for php?? I want to use that information in ($message) formart (string) to send by email from php... it´s possible? Thanks for your help.

[flexcoders] Select All functionality for List with Checkboxes

2008-04-26 Thread varuag83
Hi, I am using the flextoolbox CheckBoxListItemRenderer class to display a List with Checkboxes. I wanted to extend it by adding a Select All checkbox clicking on which should select all the items. The code for the CheckBoxListItemRenderer can be accessed here:

Re: [flexcoders] Re: printAsBitmap true vs. false

2008-04-26 Thread Frederico Garcia
://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links __ NOD32 3056 (20080426) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

Re: [flexcoders] Stop Scaling scrollThumb - skinning

2008-04-26 Thread gabriel montagné
On Fri, Apr 25, 2008 at 2:34 PM, Bob Wohl [EMAIL PROTECTED] wrote: I'm trying to adapt a skin to a scroll bar with out scaling the scrollThumb image. The proper way to do it would be to extend scroll bar, override setScrollProperties and copy or extend all the components that extend it or use

[flexcoders] Re: Writing text directly to Graphics object.

2008-04-26 Thread Eric Cooper
In retrospect, it seems reasonable that one would need to use a drawXxx() command to have beginBitmapFill() affect the graphics port. Anyway, in case this useful to anyone else, here's a method that draws a string to a graphics object: public function drawString(g:Graphics,

[flexcoders] newbie question - multipage apps - best approach?

2008-04-26 Thread hoytlee2000
Hello, I need some advice. I am starting to develop more complex applications that is demanding more and more UI pages. In the past, it was simple enough to include everything in the same MXML file and I used the viewstack or tab containers to switch between the pages. But now I am

[flexcoders] Clicking a link in Text component

2008-04-26 Thread Aaron Miller
Hello, I don't know if this is something new or if I never noticed it before, but when I click on a link in my Text components, it appends my domain before the url. So if the link is http://www.site.com/somelink.html and my domain is http://domain.com/ It tries to send the user to

RE: [flexcoders] Select All functionality for List with Checkboxes

2008-04-26 Thread Alex Harui
There is a checkbox seleciton example on my blog (blogs.adobe.com/aharui) that uses the DataGrid's selection model. You could adapt that for List. Then a select all would set selectedIndices to all indices From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Partial result from HTTPService call

2008-04-26 Thread Tracy Spratt
Well, one reason is the one you discovered; timing issues can mess with lastResult. event.result is reliable. That is enough reason for me. But it is your app, you can do whatever you want. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] looking for PNG handling resources

2008-04-26 Thread todd_geist
Hello, I have several layered png with transparencies in a flex app. I need to merge those separate pngs into a single png and then download it to the user's machine. Can anybody point me in a relevant direction? Thanks very much for your advice. Todd

Re: [flexcoders] Re: Can't figure out how to parse RSS

2008-04-26 Thread Dennis Falling
Nice...that's exactly what I needed. Thanks a lot! On Thu, Apr 24, 2008 at 11:47 PM, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://code.google.com/p/as3syndicationlib/ HTH, Ben --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, dfalling [EMAIL PROTECTED] wrote:

[flexcoders] Re: Partial result from HTTPService call

2008-04-26 Thread Dmitri Girski
Hmmm... isn't it bad if you have unhandled race condition and just ignore this fact? Of course, it is your app... :)) Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Well, one reason is the one you discovered; timing issues can mess with

[flexcoders] Re: Send DataProvider or datagrid to php

2008-04-26 Thread Dmitri Girski
You have to convert you data into XML, send it to server and then handle XML in PHP. Latest version of PHP already have XML parsing libraries. Or you can use something like this: http://keithdevens.com/software/phpxml http://eric.pollmann.net/items/2007/2/2007_02_12_xmlparser/ Cheers, Dmitri.

[flexcoders] Re: still having trouble assembling Flex property assignments from string calcs

2008-04-26 Thread chigwell23
Thanks for the responses - (missed quotes was in my example not code :-)) - what I need to do generically is communicate with Flex objects and their properties by constructing their ids etc. My example was for a degrafa UI instance of class Surface, which has a child of fill221 which has a