[flexcoders] unsubscribe

2009-11-01 Thread Raymond Brown
unsubscribe

[flexcoders] Forcing titlewindow redraw after includeInLayout set to true

2009-11-01 Thread Sébastien Tromp
Hello, I have an MXML TitleWindow component that contains the following: popup:MajorImprovementClickableBoard id = board player = {player} majorImprovements = {AgricolaModelLocator.getInstance().game.majorImprovements}/ view:AlternativeCostComponent id = alternativeCostsComponent visible

[flexcoders] custom flex scroolbar

2009-11-01 Thread prince sidana
Hello, I am using IFRAME to display html html pages in my application, i have my coutom scroll bars for my flex application.Is it possible to have coustom scroll bars for my IFRAME. Currently default scroll bars appears in IFRAME. Thanks Prince Now, send attachments up to 25MB with

[flexcoders] can't find the filereference.save method

2009-11-01 Thread mod
Hi all, I've recently been using Flex Builder 3 for ArcGIS API for Flex. and I am trying to export data both from a variable or datagrid to a text or csv or excel file. I've updated to Flash Player 10 but still method save doesn't show in the list after typing dot after filereference. Here is

[flexcoders] Help with Arrays, ArrayCollections Repeaters

2009-11-01 Thread criptopus
I'm trying to get these X's to appear in a circle and not having much lock with it. The array seems to work when I trace it but nothing appears on the screen. I tried just defining an MXML ArrayCollection and it worked but I want them Bindable so I can move them about. Code so far... ?xml

[flexcoders] Re: how may I store values to function's arguments? REFdn7045338143

2009-11-01 Thread droponrcll
--- In flexcoders@yahoogroups.com, dennis den...@... wrote: Some times, the one result of a function is not enough, cay we use the arguments to get back values from them? internal function getXY(x:int,y:int):void{ x=10;y=20; } internal function test():void{ var

[flexcoders] Re: can't find the filereference.save method

2009-11-01 Thread bsyyu
you have to update the sdk used to 3.2 or the latest 3.4 check this out with http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 --- In flexcoders@yahoogroups.com, mod jhansithepl...@... wrote: Hi all, I've recently been using Flex Builder 3 for ArcGIS API for Flex. and

[flexcoders] AIR 1.5.1 Transaction issue: when begin() is called, it doesn't do anything.

2009-11-01 Thread handitan
Hi all, I have this weird issue that I am having. I am using transaction on this function call functA(). And functA() has been called many times, the transaction worked perfect. BUT...for a reason that I still don't know, the transaction sometimes will not work. And it seems that this

[flexcoders] Issue in Flex application deployed in Load balanced environment

2009-11-01 Thread abhgup
I have developed the dashboard in my application using flex 3.0. For this I have used JSP wrapper around the flex application. My application runs on JBoss application server. for communication between flex app and my application i am using LCDS. HTTPService component is being used to receive

[flexcoders] multiple filter function of combobox and two checkboxes

2009-11-01 Thread stinasius
hi guys, this is the biggest obstacle i have face ever since i started coding in flex. i kindly ask for an example of filtering an array collection using two checkboxes and a combobox. thanks

[flexcoders] NonModal Alert Box

2009-11-01 Thread yogesh patel
Hi, I have TitleWindow with some fields like combobox.textinput and buttons.On click of Button Alert box opens which is NonModal ,because of Nonmodal i can change values in the TitleWindow even if Alert box is opened,is there any way to don't change values in the Title Window even if alert

[flexcoders] event order issues

2009-11-01 Thread Darrin Kay
Good Morning to all, I have a Cairngorm flex app, and I call a function to add something to the db, and then after the insert is complete I pull the updated data, and I run a sort. Here is where my problem is, the sort works fine when it is called after a click event by the user, but when I

RE: [flexcoders] event order issues

2009-11-01 Thread Alex Harui
Put trace statements in event handlers so you can see the order. There's probably a collectionEvent after the insert that is better than UPDATE_COMPLETE which gets called often. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: