[flexcoders] summaryFunction in Editable AdvancedDatagrid

2009-03-05 Thread samata
Hi all, I am using Advanced Data grid for the first time. It is editable in nature. I am unable to display the 'SUM' of the grouped collections corrected after i edit the Text Inputs in the grid. This is my code: MainFile.mxml: http://www.adobe.com/2006/mxml"; layout="vertical" initialize

Re: [flexcoders] Images

2009-03-05 Thread Jake Churchill
the space is probably caused by the default horizontal spacing in the HBox. Take that down to 0 and it'll probably work fine. Darrin Kay wrote: Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put another image in there and have it butt u

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
for your first question try horizontalGap="0" property on the hbox I do not understand your second question... On Thu, Mar 5, 2009 at 4:30 PM, Darrin Kay wrote: > Ok I am stuck and I am sure it is simple. I have a HBox and I am I > have a image in there, now I want to put another image in th

[flexcoders] Images

2009-03-05 Thread Darrin Kay
Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put another image in there and have it butt up against the first so it will look like one, but it puts a space between the images? Also how can I take a slice of a image (say a bar) and h

[flexcoders] Using sessions in flex

2009-03-05 Thread kotha poornima
Hi All, Iam getting some issues in Flex. I have two pages in my project one is for non-admin and another for admin users. A link will be shown for non-admin users and not for admin users. While the user is logging in, if the username and password are wrong then it will automatically redirected t

Re: [flexcoders] Re: Restricting characters in User input controls

2009-03-05 Thread kotha poornima
Hi, Initially thanks for responding but '& #034; is not working. This is how i solved the issue. private function setRestrict():void{ txtInput.restrict = "^'\"<>"; } Thanks Poornima From: pavan kumar To: flexcoders@yahoogroups.com Sent: Wed

[flexcoders] Location of datavisualization_3.3.0.4589.swz?

2009-03-05 Thread Battershall, Jeff
Anyone know where this can be found on opensource.adobe.com - or if it exists? I'm hoping that this build addresses a particular font rendering issue. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

Re: [flexcoders] Restricting characters in User input controls

2009-03-05 Thread kotha poornima
Hi, Initially thanks for responding but " is not working. This is how i solved the issue. private function setRestrict():void{ txtInput.restrict = "^'\"<>"; } Thanks Poornima From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Wednesday

Re: [flexcoders] Restricting characters in User input controls

2009-03-05 Thread kotha poornima
Hi, Thanks this is working good. From: Alex Harui To: "flexcoders@yahoogroups.com" Sent: Wednesday, March 4, 2009 11:17:10 AM Subject: RE: [flexcoders] Restricting characters in User input controls Try: Alex Harui Flex SDK Developer Adobe Systems Inc

Re: [flexcoders] Recommended MVC for Flex/AS?

2009-03-05 Thread Adrian Williams
Hi Alex, Thanks so much for the link! That was exactly the kind of information I was looking for. Thanks, Adrian Alex Ninan wrote: Take a look at the attached link http://www.summa-tech.com/blog/2009/01/14/selecting-the-right-flex-application-framework/

[flexcoders] Best way to send variable among MXML page

2009-03-05 Thread carlo giordano
Hi, what the best way to send variable request (for java Develper like ServletRequest.getParameter) among MXML page ? I send parameters trough the SharedObject API but I think is not the best way. Anyone has any advice on this? Thanks.

Re: [flexcoders] Recommended MVC for Flex/AS?

2009-03-05 Thread Alex Ninan
Take a look at the attached link http://www.summa-tech.com/blog/2009/01/14/selecting-the-right-flex-application-framework/ On Tue, Mar 3, 2009 at 11:38 AM, Adrian Williams wrote: >Hi All, > > I'm curious as to what our overall community would recommend, why and > the pros/cons of the var

[flexcoders] Problem in sorting XMLList collection as a dataProvider for the list

2009-03-05 Thread anuj181
Hi Guys I am trying to sort the xmllist collection which is the dataprovider for the list. As the implementation of name-value pairs, i am displaying the entries in form of string in List and would like to sort all the data displayed in the List alphabetically, I am making a call through amfphp

[flexcoders] Web service, parameters, errors... Help please

2009-03-05 Thread Jim
I'm new to Flex and web services. I've created a web service in PeopleSoft and successfully imported the WSDL into Flex so that it has contacted the PS server and returned data (using mx:WebService and mx:Operation code I found examples of). However, I have been unable to pass a parameter to the

[flexcoders] Newbie : Video Capture and Streaming Questions

2009-03-05 Thread toejamnyc
Good Day. I hope you'll forgive my very basic questions. I've googled, read FAQ's, and built a few tutorials, and have a very basic app that displays video. But I still have a very basic question. Must I have Flash Media Server in order to capture and save video from a webcam to a server? Is t

[flexcoders] Different filtered dataProviders for the same data ?

2009-03-05 Thread Richard C Haven
I have several lookup tables, some of which refer to or are relationships between others. For instance, I have `membership type included inventory` which has Membership ID and Inventory Type ID and is the amount of each Inventory Type that one gets when one gets a specific type of membership.

[flexcoders] Re: Menubar sub menu pop up orientation

2009-03-05 Thread valdhor
Take a look at... http://dougmccune.com/blog/2007/01/25/vertical-menubar-component/ It looks like someone has already modified that component to do what you want (See comment from Brian M). --- In flexcoders@yahoogroups.com, Sefi Ninio wrote: > > Bump... > > Anyone? > > On Mon, Mar 2, 2009 a

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

2009-03-05 Thread valdhor
What kind of server do you have? I was fairly sure there was an implementation of AMF for every server out there. --- In flexcoders@yahoogroups.com, David Adams wrote: > * Use AMF. > Can't. It's not supported on the server and a project constraint is > "thou shalt not implement binary protocols

RE: [flexcoders] Re: Flex 3.3 and Flash Player 10.0.22 coming?

2009-03-05 Thread Gregor Kiddie
Which Flex blog? Not http://blogs.adobe.com/flex/? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at www.inps.co.uk http

Re: [flexcoders] Launching Air application from ASP .NET

2009-03-05 Thread Weyert de Boer
Why would you want to run the AIR application on the webserver where the ASP.NET project is deployed on?

Re: [flexcoders] Launching Air application from ASP .NET

2009-03-05 Thread Sam Lai
It might be due to the fact that the ASP.NET process does not run in an interactive account, i.e. able to display anything on screen. Try using the runas command from the command prompt and see what it does there. On 3/5/09, akila_ksri wrote: > The app is already written in Flex and I need to re

Re: [flexcoders] Open Source Library for Draw Graph

2009-03-05 Thread Weyert de Boer
Have a look at BirdEye: http://code.google.com/p/birdeye > > Hi, > someone know an open source library for writing VISUALLY graph ?? > > Thanks. > >

[flexcoders] Module unload GC

2009-03-05 Thread Claudiu Ursica
Hi, I'm using a module in my app. And I'm profiling the app to see if unloading cleans after itself... The thing is the first time I unload nothing happens all the instances are still there in the Profiler. Now if I load the module again, the memory increases and the insatnces no. doubles. Howev

[flexcoders] Re: Embedding Flash Player

2009-03-05 Thread jtgrassie
Just a quick note to say we recently released a version of Shu that is compatible with the standard AIR redistribution license from Adobe. We created this version specifically for developers concerned about gettting a 'custom' license from Adobe. As of yesterday, we also c

[flexcoders] Open Source Library for Draw Graph

2009-03-05 Thread carlo giordano
Hi, someone know an open source library for writing VISUALLY graph ?? Thanks.

[flexcoders] server side swf compilation

2009-03-05 Thread Kenneth Sutherland
I'm looking at making a client side swf slightly more secure (I know that you should never trust the client, but in this case it's not needed to be 100% watertight and logging in, getting session ID's etc isn't an option). What I'm thinking of is passing a swf from the server to the main app sw

[flexcoders] Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-05 Thread yossi.baram
Hi guys, I am strugeling to figure out lazy loading in my AdvancedDataGrid. I didnt find any relevant document on that. If I'm using ItemRenderer for my columns to do manipulation on the data, it is executed when I click on the grouped (branch )column. This is good if I ahve a dataprovider with al

Re: [flexcoders] RSL Error after changing to 3.3

2009-03-05 Thread Tom Chiverton
On Thursday 05 Mar 2009, azona26 wrote: > Flex Error #1001: Digest mismatch with RSL > http://127.0.0.1/framework_3.2.0.3958.swf. Redeploy the matching RSL or > relink your application with the matching library. Looks like the app is trying to use old versions of the RSL. The ones I have here are

Re: [flexcoders] Flex & RAM memory use - (probably a question for the player engineers?)

2009-03-05 Thread nwebb
Thanks - yes turned out to be that. Much appreciated! On Thu, Feb 26, 2009 at 4:35 PM, Alex Harui wrote: >Are you using SWFObject? > http://groups.google.com/group/swfobject/browse_thread/thread/d94bc23037ddc714 > > > > Alex Harui > > Flex SDK Developer > > Adobe Systems Inc.

<    1   2