Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 137908 - 137937 of 149625   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
137908
Hello, How to set the FrameRate of a .SWF file opened with SWFLoader ? Thank you, Christophe,...
christophe_jacquelin
christophe_j...
Offline Send Email
Mar 1, 2009
9:46 am
137909
... P.S. If possible, I'm looking for a "hello world" XML message example that has been compressed on the server, sent over HTTP and then unpacked using...
David Adams
dpadamssouth
Offline Send Email
Mar 1, 2009
9:53 am
137910
go here http://onrails.org/articles/2007/11/27/flash-utils-bytearray-compressing\ -4-1mb-to-20k ...
Cato Paus
pauscato1
Offline Send Email
Mar 1, 2009
10:06 am
137911
I'm a freelance and some of my customers use FlexBuilder to customize app which I made :( When they see "Security Sandbox Violation" in console, it's so hard...
Shigeru Nakagaki
sn197412
Offline Send Email
Mar 1, 2009
10:20 am
137912
This doe not work, as I am not trying to make the object bindable. I am simply trying to reference the object values and pass them as part of the HTTPService...
fprihoda
Offline Send Email
Mar 1, 2009
12:51 pm
137913
When I do so, I get the following warnings in the console display: warning: unable to bind to property 'email' on class 'Object' (class is not an...
fprihoda
Offline Send Email
Mar 1, 2009
12:54 pm
137914
Full customizable dating script coded in asp, ms access for more details visit http://www.websol-dating-software.com and download customizable dating scripts...
ngsri_kanth
Offline Send Email
Mar 1, 2009
3:03 pm
137915
Hi all, I'm trying to find a way to construct thumbnails from the screens of my presentation tool. The application I'm working on takes an XML files,...
erikdebruin_nl
Offline Send Email
Mar 1, 2009
3:03 pm
137916
another question about ItemRenderers, using my previous stock example. i have noticed that my custom item renderer seems to be performing redundant executions....
flexrookie
Offline Send Email
Mar 1, 2009
3:03 pm
137917
hi list, first post... i have an architectural question about datatproviders and itemrenderers that i'll pose with a canonical example. suppose i have an array...
flexrookie
Offline Send Email
Mar 1, 2009
3:03 pm
137918
... The approach I gave him will give him what he wants. He doesn't want the original row number with gaps where the filtered items were left out, but rather...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
3:07 pm
137919
... filtering.... Which is what oyu'll get if you use the ListCollectionView approach. HTH; Amy...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
3:08 pm
137920
... a ... lines ... A quick scan of your code isn't revealing to me what you changed. Could you add in comments that show where you've modified it? Also,...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
3:27 pm
137921
... message ... how ... to ... no ... this ... is ... it ... server, ... shalt ... that I ... Plain text. Long before the invention of XML, developers used...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
3:34 pm
137922
Thanks Alex, I was working with a list: if( ( (List(this.owner).verticalScrollPosition + _listData.rowIndex) % 2) == 1 ) { this.styleName = "categoryRowAlt"; ...
rob_mcmichael
Offline Send Email
Mar 1, 2009
5:46 pm
137923
Hi Guys. I've got a strange problem with VO's in Flex. I've got my Flex set up correctly and AMF connection to PHP code with the help of Zend framework. Here's...
dejanstokanic
Offline Send Email
Mar 1, 2009
6:26 pm
137924
I am trying to bind a property ("label") in my data object so that the changes on it can be "propagated" to all the views (The controls may want to edit this...
gwangdesign
Offline Send Email
Mar 1, 2009
6:32 pm
137925
Well, I believe the syntax is correct, at least! The warnings are telling you something, in a way, which is that unless your objects properties are bindable...
Jim Hayes
jim80hayes
Offline Send Email
Mar 1, 2009
6:54 pm
137926
Hi Erik, You can easily make a "screenshot" of a MovieClip the following way: import flash.display.*; var thumbnailData: BitmapData = new BitmapData(...
Weyert de Boer
reyer_de_boer
Offline Send Email
Mar 1, 2009
8:03 pm
137927
Hi, Basically I am feeding dataProvider for 2 set of controls: one is on my main app and one is the item renderers of a TileList, both of which are Buttons. I...
gwangdesign
Offline Send Email
Mar 1, 2009
8:07 pm
137928
I got around it by using the data property of itemrenderer, instead of getCurrentItem()......
gwangdesign
Offline Send Email
Mar 1, 2009
8:23 pm
137929
... Thanks for the suggestion. Sure, I can do some kind of a plain-text format -- Fixed-length (not likely) -- Variable length with length bytes -- Some kind...
David Adams
dpadamssouth
Offline Send Email
Mar 1, 2009
9:38 pm
137930
Hi. I am using getDefinitionByName from flash.utils to get a class definition / instance from a string: var ClassRef:Class = getDefinitionByName(className) as...
Sefi Ninio
sefi.ninio
Offline Send Email
Mar 1, 2009
10:07 pm
137931
percentWidth = 100; _____ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of elevight Sent: Sunday, March 01, 2009 12:37 AM To:...
Tracy Spratt
nts333rd
Offline Send Email
Mar 1, 2009
10:09 pm
137932
Why do you think the renderer's commitProperties is being called more than once for a single item? Your trace statements do not identify the item. You...
Tracy Spratt
nts333rd
Offline Send Email
Mar 1, 2009
10:39 pm
137933
Yes, building the request object declaratively and binding in the values is very hard to debug. Build the request object in AS, so you can inspect the values...
Tracy Spratt
nts333rd
Offline Send Email
Mar 1, 2009
10:43 pm
137934
The core concepts are that item renderers need to update their visual UI elements when the associated item changes, and need to update that item on user...
Tracy Spratt
nts333rd
Offline Send Email
Mar 1, 2009
10:55 pm
137935
... http://flexdiary.blogspot.com/2008/04/is-horizontallist-faster-than- hbox-with.html...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
11:05 pm
137936
... visual UI ... item on ... item ... dataProvider, ... renderer's set ... framework calls ... Well, sort of. If a property of an object that's stored in an ...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
11:15 pm
137937
... with ... object ... VOReport - ... return ... http://flexdiary.blogspot.com/2008/11/thoughts-on-remoting.html...
Amy
droponrcll
Offline Send Email
Mar 1, 2009
11:19 pm
Messages 137908 - 137937 of 149625   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help