[flexcoders] comboBox and TextInput

2009-08-09 Thread cholid cholid
Hi all, i'got problem again, i'm quite confused in compete it i have one week and many book i've data ;    1st Question= i want to in my project with RaVis i can select option in ComboBox and the result is the visualization of the option that i select. i.e if i select "A" so the visua

[flexcoders] Advanced DataGrid summaryFunction issue with cumulative summary value

2009-08-09 Thread Simon Mathew
Hi, Thanks in advance for your help with the summaryFunction of the ADG. I am using an AdvancedDataGrid where we should have cumulative(adding the prvious values of the summary field to the current summary) values for the summary field(invoiceTotal). In the summaryFunction(), I am adding the pr

[flexcoders] Re: open source imageCFC

2009-08-09 Thread stinasius
Helloo any help?

RE: [flexcoders] Re: Question about how to learn Flex 3

2009-08-09 Thread Tracy Spratt
Yes, the AS3 is the same. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of fred44455 Sent: Sunday, August 09, 2009 3:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Questi

RE: [flexcoders] Re: Question about how to learn Flex 3

2009-08-09 Thread Tracy Spratt
Yes, you can use the flash namespace packages listed in the Flex language reference in Flex. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of fred44455 Sent: Sunday, August 09, 2009 12:07

[flexcoders] TileList displaying wrong index

2009-08-09 Thread steve horvath
I have a TileList: public function test():void { _includedAlbums.removeItemAt(1); dispatchEvent(new Event("albumToggledEvent")); presentedAlbumIndex--; } BEFORE test(): label1 == 5 label2 == 5 AFTER test(): label1 == 5 label2 == 4 Problem is, when the 5th index is currently

[flexcoders] Applying a font swf to a skinned button's label?

2009-08-09 Thread xelf...@rocketmail.com
I have two .swf files. One for embedding a font and one for skinning a button. Both file work fine. How does one get the label text of the skinned button use the font? There seem to be so many ways to do this that I've confused myself. Anyone have an example/solution? Thanks!

[flexcoders] Re: Question about how to learn Flex 3

2009-08-09 Thread fred44455
However I am a little confused. when I go to Flex 3.3 Language Reference , I see a mix of Flash and Flex( wrote: > > It will not be a waste of time under any circumstances, but if you are going > to start developing flex apps, you should probably concentrate on the Flex > framework. > > > > AS

[flexcoders] Re: Question about how to learn Flex 3

2009-08-09 Thread fred44455
But will AS3 that I am learning under Flash CS3 be exactly the same than in Flex 3? I mean I understand that the packages are sometimes different & have compatibility issues but what I am trying to say is will be able to apply my AS3 coding habits into Flex 3? --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Does LCDS support replication of runtime created Destination ?

2009-08-09 Thread Dharmendra Chauhan
Now , I assume that LCDS does not support replication of run time created Destination. Regards, Dharmendra --- In flexcoders@yahoogroups.com, "Dharmendra Chauhan" wrote: > > Hi All , > I have been working on LCDS clustering and I could successfully got > static destination clustering wor

[flexcoders] Re: Question about event.label

2009-08-09 Thread Tim Hoff
For Menu controls, if the data provider is an Array of Strings, Flex uses each String value as the label. When a menu item is clicked, the item's label is passed to the ItemClickEvent's label property. It would be necessary to use name-value pairs, in the dataProvider, if you used the Menu's lab

RE: [flexcoders] Question about how to learn Flex 3

2009-08-09 Thread Tracy Spratt
It will not be a waste of time under any circumstances, but if you are going to start developing flex apps, you should probably concentrate on the Flex framework. AS3 is AS3, in fact languages are languages and becoming productive in one is less about syntax and more about using the available c

[flexcoders] Question about event.label

2009-08-09 Thread fred44455
The label is not defined in this example. How can the label be called without an error? (('right side with ' + event.label)"/) Thanks for your time. http://www.adobe.com/2006/mxml";> public function showMsg(msg:String):void { mx.controls.Alert.show('You just clicked on ' + msg); }

[flexcoders] PDF-ActionScript communication in AIR app

2009-08-09 Thread inudor
Hi all, I'm trying to create an AIR application where an important feature must be loading PDF documents, rendering them in an HTML component, and navigating the PDF document pages as the user interacts with the AIR application. For example, imagine 2 PDF documents rendered in the AIR app, and

[flexcoders] Question about how to learn Flex 3

2009-08-09 Thread fred44455
I am learning AS3 with Actionscript 3 Esssential Training(Lynda.com) but I was told that the Flash packages are different from Flex 3 packages. Should I continue learning AS3 with this video? It use Flex 3 as compiler but does not use any