Re: [flexcoders] What's your favorite automated testing tools?

2010-05-05 Thread Akshar Kaul
try QTP(quick test pro). Akshar Kaul On Wed, May 5, 2010 at 02:09, ssekiguchi ssekigu...@comcast.net wrote: I've got a project where I need to build automated UI tests for the app we're building. Any suggestions on which tool is the best?

Re: [flexcoders] What's your favorite automated testing tools?

2010-05-05 Thread Andriy Panas
Try RIATest, relatively inexpensive tool, support Flex 4 SDK, has a good product support via forums http://www.riatest.com/ http://www.riatest.com/ -- Best regards, Andriy Panas On 4 May 2010 23:39, ssekiguchi ssekigu...@comcast.net wrote: I've got a project where I need to build automated

[flexcoders] Re: Dynamic skin on spark.component.textinput

2010-05-05 Thread bhaq1972
try newObject.setStyle(skinClass, getDefinitionByName(spark.skins.spark.TextInputSkin)); instead of newObject[skinClass] = spark.skins.spark.TextInputSkin; --- In flexcoders@yahoogroups.com, Netaman rtigr...@... wrote: I stripped away most of the code and just have all the pertinent parts.

[flexcoders] Re: Security vulnerabilities of making RPC from HTTP-client to HTTPS-background

2010-05-05 Thread Jukka
Hi Oleg, checked it with WireShark. It seems Flex indeed sends and gets everything unencrypted even with the SSL on the Tomcat. So I guess it is the same as using no SSL altogether. Cheers, Jukka --- In flexcoders@yahoogroups.com, Oleg Sivokon olegsivo...@... wrote: Sorry, this is not a

Re: [flexcoders] Mediators, Presentation Models and Flex 4 Components

2010-05-05 Thread Haykel BEN JEMIA
Thanks Gabirel. I'm also thinking about the case when we use some flex framework like Parsley. For performance reasons it is generally advised to only manage lightweight classes by the framework and for views mediators are used. So any suggestion on how to create mediators that fit good in the

[flexcoders] application preload and amf calls

2010-05-05 Thread ouaqa
Hello fellow flex coders. In the current application that I'm working on, I have to display on the login window a list obtained through an AMF call to the server. My problem is that I don't know how to freeze the loading of my application until the response from the AMF call is obtained.

Re: [flexcoders] Re: Out of curiosity, what would Adobe lose if Flash were open sourced?

2010-05-05 Thread Oleg Sivokon
Yes, I did, and it is enough to view the flash graphics. And, of course it doesn't really execute any AVM2 bytecode. What I was trying to say in my previous posts is that *would be* (would be is accented if you cannot see the HTML formatting) great if Adobe had given more thinking to supporting

[flexcoders] Webcam not working on MAC machine

2010-05-05 Thread venkat eswar
Hi, I have done a video chat application using Flex3.0 and FMS3.5. It works perfectly on Windows machine. In MAC machines Webcam is not working perfectly.How to solve this issue.

[flexcoders] xmlrpc send some string

2010-05-05 Thread cholid cholid
Hi all im newbie to use xmlrpc how to send some string using xmlrpc? thanks

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Jeffry Houser
Very valid point! Other than giving Adobe a feature request, any changes you introduce to the format would be unlikely to be read by the most popular swf player. However, if you wanted to introduce a chance to HTML5; how would you do that? Does anyone, other than a few companies on the

[flexcoders] mvc pattern for flex

2010-05-05 Thread Fernando Wermus
Hi all, I was looking at Aconcagua. but there is a line of new code since a year and a half. Puremvc seems to be a kind of big compared to Cainrgorm. Which options have you choosen as the best for MVC in Flex? I know Caingorm and I dont like. thanks in advance -- Fernando Wermus.

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Johannes Nel
i would like to chime in on this point. What restrictions are placed upon the SWF format? None so far as I know. You can take the spec and do whatever you want with it; including creating alternate IDEs and alternate players. You might be able to argue that it is not a standard in the same

Re: [flexcoders] mvc pattern for flex

2010-05-05 Thread Steve Mathews
In my opinion http://www.robotlegs.org/ is the way to go. On Wed, May 5, 2010 at 7:46 AM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, I was looking at Aconcagua. but there is a line of new code since a year and a half. Puremvc seems to be a kind of big compared to

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Oleg Sivokon
Sorry, cannot miss this one :) I think the tools we use to develop in Flash and Flex are way behind similar toolsets for other languages Please be specific, are you comparing Flash to Inkscape? Are you for real? I mean, if it's not Inkscape, then it should be Blend (but we are then back again to

[flexcoders] reboot App command for AIR?

2010-05-05 Thread luvfotography
Hi, I'm building an Air app in flex, is there any reboot/restart/reload? command that I can call to restart my AIR app from actionscript( ie. inside the application itself), thanks,

[flexcoders] flex toggle button question

2010-05-05 Thread adrian roston
Hi All, I have a toggle button (play / pause), that needs to be 'clicked' externally from flash (e.g. a javascript call thru external interface to pause the video). I am able to make the button switch state by saying playPauseButton.selected=true This succeeds in toggling the skin for the

[flexcoders] Compiling an AIR app using adl

2010-05-05 Thread Anthony
I'm running into an issue while attempting to compile my AIR app. I run the following: ./adl -runtime ../runtimes/air/mac/ ~/Documents/FlexProject/work/BKMark/src/BKMark-app.xml And receive the following error: invalid application descriptor: descriptor version does not match runtime

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Jochem van Dieten
On Wed, May 5, 2010 at 6:57 AM, mitek17 wrote: Mea culpa. Everytime Flash plugin crashes and Firefox says Ooops, do you want me to send the info about this crash to Apple? I click on Yes, please. The question was what is factual wrong in Jobs message. To which I responded that the claim that

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Johannes Nel
With way behind I am referring to the whole eco-system : profiler (contains rant), crappy automated testing tools (qtp?) and docs about the api's for people trying to write their own (flex mokey) More comprehensive documentation on extending Flex builder API - helping people extend their tool

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Jochem van Dieten
On Wed, May 5, 2010 at 3:59 PM, Jeffry Houser wrote:  Very valid point!  Other than giving Adobe a feature request, any changes you introduce to the format would be unlikely to be read by the most popular swf player.  However, if you wanted to introduce a chance to HTML5; how would you do

RE: [flexcoders] mvc pattern for flex

2010-05-05 Thread Christopher McArthur
using Swiz here which works well for dependency injection, I would recommend it. However, Ive been hearing a ton of great things about RobotLegs recently. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Fernando Wermus Sent: Wednesday, May 05, 2010 7:46 AM

[flexcoders] using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread mitchgrrt
I'm trying to use a TextArea as an ItemRenderer for a DataGridColumn. I want the rows to be high enough to hold the text, however many lines there are. It's not working. Can somebody offer some advice? Thanks. ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread Alex Harui
Why didn’t default renderer do what you want? On 5/5/10 12:58 PM, mitchgrrt mitch_g...@hotmail.com wrote: I'm trying to use a TextArea as an ItemRenderer for a DataGridColumn. I want the rows to be high enough to hold the text, however many lines there are. It's not working. Can

Re: [flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread Oleg Sivokon
With way behind I am referring to the whole eco-system : profiler (contains rant), crappy automated testing tools (qtp?) and docs about the api's for people trying to write their own (flex mokey) More comprehensive documentation on extending Flex builder API - helping people extend their

[flexcoders] Re: using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread mitchgrrt
I wish I could post a picture on this forum. In the example source code the data has 3 lines in it: x y z and only two lines show up in the grid. If you use the arrow keys you can scroll down and see the third line but I wanted all three to show up. I want the TextArea renderer to show all

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-05 Thread mitchgrrt
Flash is an API. People can write programs that don't work using it. Same thing with HTML/JavaScript: I can write an application that doesn't work and then someone can point Safari at my application. Does that mean Jobs should ban HTML/JavaScript? - Mitch Gart --- In

Re: [flexcoders] Mediators, Presentation Models and Flex 4 Components

2010-05-05 Thread gabriel montagné
Hi, On 05/05/2010, Haykel BEN JEMIA hayke...@gmail.com wrote: I'm also thinking about the case when we use some flex framework like Parsley. For performance reasons it is generally advised to only manage lightweight classes by the framework and for views mediators are used. So any suggestion

Re: [flexcoders] Re: using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread Alex Harui
I think the best path to take is to subclass DataGridItemRenderer and fix its ability to use and measure html correctly. To use TextArea you will also have to write custom measure code, but DGIR will be easier to work with I think, and much lighterweight On 5/5/10 1:37 PM, mitchgrrt

[flexcoders] Matrix Transform does not update Container's properties

2010-05-05 Thread mitek17
Hi Alex et al, Could you please have a look at the following problem: https://bugs.adobe.com/jira/browse/SDK-26388 If you transform container in Flex, it won't update it's own properties, which means they become invalid after the first transform. It works fine for SWFLoader. Thanks!

[flexcoders] Re: using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread mitek17
Default IR is good until you have a text longer than a datagrid.height, it won't show the scrollbars. It is easy to replicate - just supply 1000 lines of text per row and you won't see the bottom. And the worst part of it - user will never know that there is some hidden below the bottom line.

[flexcoders] dataGrid ItemRenderer Error

2010-05-05 Thread jmfillman
I'm getting the following error: Access of underfined property data Code (in a skin): mx:DataGrid left=10 top=75 right=10 bottom=10 id=searchGrid dataProvider={hostComponent.search} doubleClickEnabled=true doubleClick={hostComponent.modify()} mx:columns mx:DataGridColumn

Re: [flexcoders] Re: using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread Alex Harui
I think I’d try the Spark DataGrid example from my blog. You might be able to scroll through lines taller than the grid. On 5/5/10 6:51 PM, mitek17 mite...@gmail.com wrote: Default IR is good until you have a text longer than a datagrid.height, it won't show the scrollbars. It is easy

Re: [flexcoders] dataGrid ItemRenderer Error

2010-05-05 Thread Alex Harui
Most mx components are capable of being item renderers. Most spark components are not and don’t have a data property. Use MXDataGridItemRenderer and shove all the other things inside it. On 5/5/10 8:54 PM, jmfillman jmfill...@verizon.net wrote: I'm getting the following error: Access

Re: [flexcoders] Matrix Transform does not update Container's properties

2010-05-05 Thread Alex Harui
There might be something I’m missing, but Flex 3 does not support most transform manipulations other than scale. It should work correctly in Flex 4, especially for Spark components. On 5/5/10 6:40 PM, mitek17 mite...@gmail.com wrote: Hi Alex et al, Could you please have a look at the