[flexcoders] Re: Image scaleContent=false causes Security Sandbox Violation in AIR 1.5.x

2009-02-28 Thread Shigeru Nakagaki
Thank you, Alex. # I don't want to see any ignorable warnings in console. # Do not FlexBuilder output the warning that developer can ignore?

[flexcoders] creating dynamic tree

2009-02-28 Thread manne
hi! this is praneeth here i am new to flex so plz help me out in solving the problem below. my requrement is when i select on item in a combobox,it should interact with data base and get the data from it in the form of tree the tree should be generated dynamically .

[flexcoders] Re: Detecting iterations in item render

2009-02-28 Thread rob_mcmichael
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: In theory, you can know if the row is odd or even given the calculation I showed and choose your backgroundImage accordingly. That's what I am trying to find out, so that then I can use something like this:

[flexcoders] Re: Detecting iterations in item render

2009-02-28 Thread rob_mcmichael
I have tried your suggestion implementing mx.controls.listClasses.IDropInListItemRenderer: this.styleName = categoryRowAlt; trace( this.owner.verticalScrollPosition ); if(

[flexcoders] Re: Detecting iterations in item render

2009-02-28 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: In theory, you can know if the row is odd or even given the calculation I showed and choose your backgroundImage accordingly. You can also look at the index of the data item within the collection, rather than where it is in the

[flexcoders] Re: display row index in DataGrid

2009-02-28 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Try something like: Public class MyIndexItemRenderer extends DataGridItemRenderer { Override public function validateProperties():void {

[flexcoders] Flex 3.3 and Flash Player 10.0.22 coming?

2009-02-28 Thread Tianzhen Lin
Not sure if this is old news, I just noticed a massive commit of Flex framework classes on Flex framework's repository, along with a nifty comment Merge 3.x revisions 5042,5072-5073,5090-5091 - trunk This includes the latest released player 10.0.22.87 Coincidentally, I also noticed the Flex

[flexcoders] Re: display row index in DataGrid

2009-02-28 Thread rueter007
Finding the index of an item in a dataprovider will not work if he is using filters. I think he wanted to always show the correct row number (starting with 1) even after filtering the data. What Alex mentioned is the right approach for this problem. --- In flexcoders@yahoogroups.com, Amy

[flexcoders] Re: display row index in DataGrid

2009-02-28 Thread nylarch
Thanks for the help everyone. Yes - that's correct - I always want the index to start with 1 post-filtering --- In flexcoders@yahoogroups.com, rueter007 rueter...@... wrote: Finding the index of an item in a dataprovider will not work if he is using filters. I think he wanted to always

Re: [flexcoders] New RIA Jobs Mailing List

2009-02-28 Thread Guy Morton
Well done! FlexJobs was useless. On 28/02/2009, at 8:01 AM, Kelly wrote: Hi I got sick of Flex Jobs mailing list never updating so I started another one. http://tech.groups.yahoo.com/group/riajobs/ I sent it to about 100 headhunters too so there may be some posts soon. Just so you

[flexcoders] Validator Listeners

2009-02-28 Thread todd_geist
Hello, I am trying to come up with a way to notify a UI component (such as Form Item) that Validator has a failed. I thought this would be possible using the Listener property of the Validator. But it does not seem to work. or to put it another way If you set the listener property of a

[flexcoders] Multiple developer environment setup with subversion and all offsite

2009-02-28 Thread Link Mckinney
We are currently looking to start using subversion for our flex application and other web applications and would like to get some feedback on how you would set our environment up. We all work from home, and we have a dedicated production/development server. It is currently only me who is

[flexcoders] Re: Validator Listeners

2009-02-28 Thread todd_geist
realizing I wasn't very clear... I was thinking that I should be able to use a FormItem as listener for a Validator, but the FormItem does not seem to be notified of a validation event. I am not sure why???

Re: [flexcoders] Help the Flex Team by taking our survey!

2009-02-28 Thread Guy Morton
Your survey is a bit frustrating. surely I can't be the only one to have used SVG before using Flex? Also, you list Ruby as a back end tech but not perl - I bet there's more perl serving data to Flex than there is Ruby... On 28/02/2009, at 6:01 AM, flex_coders wrote: Help the Flex team

Re: [flexcoders] Help the Flex Team by taking our survey!

2009-02-28 Thread Matt Chotin
That's what the Other section is for, help us figure out what we're missing :-) So far according to the results I've looked at we're not missing a huge swath though... On 2/28/09 2:00 PM, Guy Morton g...@alchemy.com.au wrote: Your survey is a bit frustrating. surely I can't be the only

[flexcoders] Re: Help the Flex Team by taking our survey!

2009-02-28 Thread djhatrick
Matt, i had a problem with the survey, it wouldn't let me finish it, it said my answer was needed on a question i answered already. --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: That's what the Other section is for, help us figure out what we're missing :-) So far

[flexcoders] Re: Adding verticalaxis(es) via actionscript

2009-02-28 Thread Trefalgar Bain
--- In flexcoders@yahoogroups.com, Amy amyblankenship@ wrote: Have you checked out this example? http://flexdiary.blogspot.com/2008/08/charting-example.html Below is what I've ended up with. Allowing each line to have its own axis, it does adjust each max/min axis as expected, but I don't get a

[flexcoders] Sending POST requests to php script??Help

2009-02-28 Thread fprihoda
The following code is not working as I would expect it to. mx:HTTPService id=srv2 url=http://localhost/flex_web/addform.php; resultFormat=object showBusyCursor=true result=resultHandler(event) method=POST mx:request xmlns= firstmodelName.name.first/first lastmodelName.name.last/last

Re: [flexcoders] Sending POST requests to php script??Help

2009-02-28 Thread Paul Kukiel
You nee to put { } around the variables ie: mx:request xmlns= first{modelName.name.first}/first last{modelName.name.last}/last email{modelName.email}/email /mx:request Paul On 28/02/2009, at 2:09 PM, fprihoda wrote: The following code is not working as I would expect it to. mx:HTTPService

Re: [flexcoders] Re: Help the Flex Team by taking our survey!

2009-02-28 Thread Matt Chotin
Weird. Well, we seem to be doing OK, don't stress about it :-) On 2/28/09 3:01 PM, djhatrick djhatr...@yahoo.com wrote: Matt, i had a problem with the survey, it wouldn't let me finish it, it said my answer was needed on a question i answered already. --- In flexcoders@yahoogroups.com

RE: [flexcoders] Sending POST requests to php script??Help

2009-02-28 Thread Jim Hayes
I'm making a wild guess here, but does this work? mx:request xmlns= first{modelName.name.first}/first last{modelName.name.last}/last email{modelName.email}/email /mx:request Apologies if not, I've not made any attempt to see if it does so it could be utter rubbish. -Original Message-

[flexcoders] Re: Validator Listeners

2009-02-28 Thread todd_geist
I am not sure what I changed but it is now working as I expected. Sorry for the noise :(

[flexcoders] Re: Need a Flex 3, using local cfc server, tutorial

2009-02-28 Thread Link Mckinney
Hey guys, All we do mostly is develop in Flex with ColdFusion and using MYSQL, so I created a blog to pretty much connect those three http://blog.tygate.com/ --- In flexcoders@yahoogroups.com, Brad Bueche b...@... wrote: Tariq and Valdhor..I just NEED to say thanks AGAIN. Tariq you

[flexcoders] Re: HTMLLoader Problem

2009-02-28 Thread lehaianh1986
I have tried IFrame but I meet problem. When I login to website that include Recaptcha Authentication, I type password and pass through authentication step. After that, when I search information in this website, the connection is drop and I need to authenticate again. And the loop don't stop. So

[flexcoders] Getting ByteArray.uncompress() to work in Flash - looking for an example text with compressed bytes

2009-02-28 Thread David Adams
I've been having no luck getting Flex to decompress some data I've compressed using a tool based on zlib. I've tried the same code using AIR where I can specify the compression method and the data *does* decompress correctly. Below is a bit of code to give the idea: public function

RE: [flexcoders] Multiple developer environment setup with subversion and all offsite

2009-02-28 Thread Kevin Benz
Where to start.. First and foremost, the changes you are contemplating are an absolute necessity for a growing organization as well as, in the end, deliver manageable projects in the long term. Common development environment configurations: 1. Speeds the ability of new developers

[flexcoders] Compressing messages/data: What binary/compression formats are workable in Flex?

2009-02-28 Thread David Adams
I'm working on a system that transfers data from a back-end to Flex for display and manipulation. In this case, I can control the message format on the server-side. I'm pretty happy sending XML because of how easy it is to work with XML in Flex. On the other hand, XML is sometimes ridiculously

[flexcoders] How to set VBox width to a %age in actionscript

2009-02-28 Thread elevight
This is actually my second time to post this question. No one replied before, so maybe it got lost in the shuffle. In MXML, I'd set the VBox width to 100% like this: mx:VBox width=100%/ But in actionscript: var vbox:VBox = new VBox(); vbox.width = 100%; The above won't work because the

Re: [flexcoders] Re: Help the Flex Team by taking our survey!

2009-02-28 Thread Guy Morton
it doesn't accept something in the other section to be an answer in some cases, which is a bit counter-intuitive. On 01/03/2009, at 10:01 AM, djhatrick wrote: Matt, i had a problem with the survey, it wouldn't let me finish it, it said my answer was needed on a question i answered already.

[flexcoders] Re: How to set VBox width to a %age in actionscript

2009-02-28 Thread rueter007
var vbox:VBox = new VBox(); vbox.percentWidth = 100; - venkat --- In flexcoders@yahoogroups.com, elevight i...@... wrote: This is actually my second time to post this question. No one replied before, so maybe it got lost in the shuffle. In MXML, I'd set the VBox width to 100% like this:

RE: [flexcoders] Re: Detecting iterations in item render

2009-02-28 Thread Alex Harui
More specifically, for a DataGrid: If (((DataGrid(this.owner).verticalScrollPosition + listData.rowIndex) % 2) == 1) Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] Re: Image scaleContent=false causes Security Sandbox Violation in AIR 1.5.x

2009-02-28 Thread Alex Harui
I don't know of any way to suppress the warnings. Note that your customers, who use the release player, will not see them, only developers like you. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] Flex Skin Design Extensions for Photoshop, Illustrator

2009-02-28 Thread rmarples
Hi all - I've been trying to download the Flex Skin Design Extensions for Photoshop and Illustrator but the links appear to be broken on Adobe's site. Any idea where I could find these files? Anybody willing to post the ones they may have previously downloaded? Ryan

[flexcoders] Re: Flex Skin Design Extensions for Photoshop, Illustrator

2009-02-28 Thread rmarples
Forgot to include the link... this is the site. The download links appear broken to me. --- In flexcoders@yahoogroups.com, rmarples rmarples+flexcod...@... wrote: Hi all - I've been trying to download the Flex Skin Design Extensions for Photoshop and Illustrator but the links appear to be

[flexcoders] Re: Menubar sub menu pop up orientation

2009-02-28 Thread Sefi Ninio
Bump... Anyone? On Thu, Feb 26, 2009 at 11:41 AM, Sefi Ninio sefi.ni...@gmail.com wrote: OK, some updates: What caused me to ask this, was that when I tried it, the sub menu appears to flow off the bottom of the screen. I tried it again, and it seems it only does this for the first time