[flexcoders] Flex Builder to run faster

2007-02-09 Thread André Rodrigues Pena
Hi all, I need to run Flex Builder in a computer that's not so fast with only 256 MB. Does anybody know something I can do so that my Flex Builder can run more seamlessly? even if I need to lose some features? I would appreciate any help thanks in advance -- André Rodrigues Pena LOCUS

[flexcoders] Re: TextInput - Incorrect focus behavior

2007-02-09 Thread acooleagle
Thanks for responding - TextInput does not have a property selectable ... My intention is that I don't want the user to be able to leave the field until a certain value has been entered. --- In flexcoders@yahoogroups.com, superstella_uk [EMAIL PROTECTED] wrote: --- In

[flexcoders] New to the group

2007-02-09 Thread Pedro Pastor
Hello to all of you. I have just entered this group. I am quite new to those technologies (Flex 2 and ActionScript 3). After reading some documentation I’m doing some practising and I have some questions to this community. 1) E4X query language: I’m used to work with XPath for

Re: [flexcoders] Flex Builder to run faster

2007-02-09 Thread Shannon Hicks
I don't think there's going to be any way to speed up Flex Builder. You could try using a different tool to edit you MXML/AS, and build it using the regular SDK. In other words, you might be better off getting by without using Flex Builder at all. Shan André Rodrigues Pena wrote: Hi all,

[flexcoders] can I animate using Flash Bitmaps with Flex Canvas??

2007-02-09 Thread davidmccallie
Noobie question here: I want to animate a complex dissolve of a mosaic of hundreds of small pictures that make up a photo mosaic. Each picture (32x32) will dissolve to a second image in parallel with all the others. I tried to do this in Flex, using Image() objects placed on a Canvas container,

[flexcoders] Re: Controlling a Component in an Item Renderer

2007-02-09 Thread Paul Whitelock
Thanks Tracy! I did a quick test and that appears to do exactly what I need! Paul --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: You must work with the dataProvider. The renderer must set its enabled state based on a field/property/attribute in the dataProvider in

Re: [flexcoders] can I animate using Flash Bitmaps with Flex Canvas??

2007-02-09 Thread Doug McCune
how about this? // you've got your bitmap, wherever it came from var bitmap:Bitmap; var comp:UIComponent = new UIComponent(); comp.addChild(bitmap); then add the UIComponent to the container you want to add it to. You might not be able to add a Bitmap directly to a container, but nobody said

[flexcoders] DataGrid rendering

2007-02-09 Thread dontlament
I have a large dynamic datagrid with 4 dropdown filtering options to compare a large database of products. The design of the site and datagrid is calling for a lot of custom style. The issue I am having is there seems to be no mechanism to track when a datagrid has finished rendering, so I can

Re: [flexcoders] Re: TextInput - Incorrect focus behavior

2007-02-09 Thread Adam Royle
What about: mx:TextInput id=phoneNumberInput focusEnabled=false / Adam - Original Message - From: acooleagle To: flexcoders@yahoogroups.com Sent: Saturday, February 10, 2007 8:51 AM Subject: [flexcoders] Re: TextInput - Incorrect focus behavior Thanks for responding -

RE: [flexcoders] more news on our upcoming marketing efforts

2007-02-09 Thread Dimitrios Gianninas
Actually I gave some of the dev team here are Optimal a Flex 2 training so they could use it in their own projects. And I was showing them some of the components people built that I was already using. So they asked where do we find these? Is there an apache commons type web site to go to? I

[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-09 Thread vitopn
Hi Doug, I'm fairly certain that the self-signed cert is in the keystore. (Doesn't keytool -genkey .. store the newly generated cert in the keystore?) I am doing a list and the flex2cert is in there. C:\Documents and Settings\vitopnkeytool -list -keystore

[flexcoders] Re: more news on our upcoming marketing efforts

2007-02-09 Thread ben.clinkinbeard
I think that's what this is supposed to be http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610. There is also the Flex Cookbook (http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepageproductId=2), but like the Adobe forums neither one seems to be used very much. I'm not

Re: [flexcoders] Re: StartDrag() versus DragManager.doDrag()

2007-02-09 Thread Ben Stucki
Generally speaking, I believe that the DragManager is intended for open drag and drop operations where an item might have a target to be dropped into (such as dragging a file into a folder). The startDrag and stopDrag methods are equally as important, but are better suited for

[flexcoders] AMFPHP explicitType error

2007-02-09 Thread Kevin
I am still having some problems using explicitType with PHP Flex. I am trying to send a basic Object back from PHP to flex and have it map to a VO. I think I have it all set up correctly, but I continue to get an error: IN FLEX VO UserDataVO.as

<    1   2