[flexcoders] Re: How to validate an AsDOC ??

2010-03-08 Thread lacito.domingo
Hello, I have never heard of asdoc validator tool. If you find one, would you be so kind as to post a reply? Thanks, Laszlo --- In flexcoders@yahoogroups.com, Nahla Laribi nahloulaha...@... wrote: Hello, In our project, we have created an AsDOC (a documentation for ActionScript

Re: [flexcoders] Re: How to validate an AsDOC ??

2010-03-08 Thread primo411
I don't really get it, what do you want to validate in your asdoc ? 2010/3/8 lacito.domingo lacito.domi...@yahoo.com Hello, I have never heard of asdoc validator tool. If you find one, would you be so kind as to post a reply? Thanks, Laszlo --- In flexcoders@yahoogroups.com

[flexcoders] flash builder 4 and Zend framework

2010-03-08 Thread Scott
I've built an application in Flash Builder 4 and am working on the final piece; the security. Not knowing much of anything about the zend framework, I've done a few searches on the Internet looking for examples on how to use zend_auth and zend_acl. All of the examples I found are written

Re: [flexcoders] AIR mx:HTML htmlText problem

2010-03-08 Thread Jochem van Dieten
On Sun, Mar 7, 2010 at 9:31 AM, plucka70 wrote: Im using a mx:HTML component in an AIR application. Its working fine, however. If I manually set the html content using htmlPage.htmlText = '' The page renders, but it doesn't style it using the included CSS link Where does the CSS link

[flexcoders] Sortable AdvancedDataGrid.headerRenderer

2010-03-08 Thread Lexter
Hi! Guys, I have a problem regarding the sorting of the data in my advanced data grid. I have a custom header renderer that extends AdvancedDataGidItemRenderer. I am making my header labels a multiline. When I click the header, It wont sort my data. What's wrong? I don't have an idea... Thank

[flexcoders] Reg: Image send via RemoteObject

2010-03-08 Thread Abdul Nizar
Hi,    I want to send a image via RemoteObject in flex.    Is it possible ?    If possible means how?       Very urgent please any one help. Regards, Abdul. Chennai - India. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

[flexcoders] Air Ant build script error

2010-03-08 Thread Ritesh
i am using ant build script for the air application .. getting following error: * [java] could not load keystore file (password may be incorrect)* ** my setting for the ADT target as follows -- java jar=${SDK_HOME}/lib/adt.jar dir=. fork=true failonerror=true arg

RE: [flexcoders] Re: How to validate an AsDOC ??

2010-03-08 Thread Nahla Laribi
Hello :) I would like to check the coverage (cover) of the AsDoc, do metrics to the AsDoc ... Is it clear please ??? Thank you very very much To: flexcoders@yahoogroups.com From: primo...@gmail.com Date: Mon, 8 Mar 2010 10:45:30 +0100 Subject: Re: [flexcoders] Re: How to validate an

[flexcoders] Exciting Load Test Results

2010-03-08 Thread as sass
Hi everybody, I'm doing a load test to my new project with a load test tool for AMF. In my load test, when i load the server  with  300 concurrent user giving AMF requests, the tool gives me [perm gen space errors],[java.io.IOException: Error writing to server] . The load test tool is soapui

Re: [flexcoders] Exciting Load Test Results

2010-03-08 Thread Fotis Chatzinikos
There are probably 2 places you need to tweak in order to increase your concurrent connections: 1) server.xml for tomcat in the connector element the maxThreads param: Connector port=80 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443

RE: [flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-08 Thread Nahla Laribi
Hello :) Did you find good site which explains step by step how to use Flex Unit please ?? Thanks To: flexcoders@yahoogroups.com From: mportu...@yahoo.com Date: Sun, 7 Mar 2010 19:44:12 + Subject: [flexcoders] Re: FlexUnit + Ant + Continuos Integration

[flexcoders] sending email from actionscript / flex REFdn6005077818

2010-03-08 Thread dennis
Hi, does any body knows how can we send emails from flex projects? (in order to implement a send email form) dennis ...we are what we are doing... P Think! before you print.

[flexcoders] Re: DataGrid Row Height - Row Cutoff?

2010-03-08 Thread rojoe615
OK - just checking I wasn't missing something. Thanks Alex --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: There is no setting. You can set the width to rows * rowHeight + viewMetrics.top + viewMetrics.bottom; On 3/5/10 6:08 AM, rojoe615 headj...@... wrote:

Re: [flexcoders] sending email from actionscript / flex REFdn6005077818

2010-03-08 Thread Roman Protsiuk
navigateToURL(mailto:f...@bar.com;); R On Mon, Mar 8, 2010 at 4:44 PM, dennis den...@anel.cc wrote: Hi, does any body knows how can we send emails from flex projects? (in order to implement a “send email” form) *dennis* ...*we are what we are doing*... *P **Think! before you

[flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-08 Thread Michael
You might try looking at: http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html for a good getting started article with FlexUnit. Regards, Michael Portuesi --- In flexcoders@yahoogroups.com, Nahla Laribi nahloulaha...@... wrote: Hello :) Did you find good site which

RE: [flexcoders] help - code assist stopped working

2010-03-08 Thread Christopher McArthur
Im having the same probem. Using Flash Builder 4 Beta 2 code assist does not work, and give the same error as the OP. Tried deleting the codemodel folder as Deane suggested, but unfortunately, saw now no change. Any other suggestions? -Christopher From:

[flexcoders] Re: How load images from SWF in runtime

2010-03-08 Thread hpatino.rm
check this link http://www.adobe.com/devnet/flex/quickstart/embedding_assets/#EmbeddingSwfLibraryAssets mx:Application mx:Script ![CDATA[ [Embed(source=assets/library.swf, symbol=BadApple)] [Bindable] public var BadApple:Class;

Re: [flexcoders] help - code assist stopped working

2010-03-08 Thread Chris Sheffield
Interesting. The solution worked great for me. Code assist is working just fine now. Sorry to ask the obvious, but did you close and restart Flash Builder after removing the folder? I'm still pretty new to Flex/Flash Builder, so someone else may have to chime in here if you can't get it

[flexcoders] Re: Air Ant build script error

2010-03-08 Thread Ritesh
solved... close this post .. On Mon, Mar 8, 2010 at 6:08 PM, Ritesh riteshyada...@gmail.com wrote: i am using ant build script for the air application .. getting following error: * [java] could not load keystore file (password may be incorrect)* ** my setting for the ADT target as

RE: [flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-08 Thread Nini7016 Nini7016
Thank you very much :) :) :) regards, To: flexcoders@yahoogroups.com From: mportu...@yahoo.com Date: Mon, 8 Mar 2010 18:19:25 + Subject: [flexcoders] Re: FlexUnit + Ant + Continuos Integration You might try looking at:

RE: [flexcoders] flash builder 4 and Zend framework

2010-03-08 Thread Scott
Ok, I found a blog entry that was written last Friday that answered all my questions. http://www.flexphperia.net/en/programming/php/client-authentication-and- authorization-in-zend-amf-server sj From: flexcoders@yahoogroups.com

[flexcoders] Zip Swc

2010-03-08 Thread Christophe
Hello, I am searching a component to create zip file with password. Thank you, Christophe,

Re: [flexcoders] Zip Swc

2010-03-08 Thread primo411
http://nochump.com/blog/?p=15 2010/3/8 Christophe christophe_jacque...@yahoo.fr Hello, I am searching a component to create zip file with password. Thank you, Christophe,

[flexcoders] Httpservices as3 class

2010-03-08 Thread Jose adriano Alves
Hi Does anybody have a httpservice class, implemented in as3, for flahs builder 4? I am trying to create an application in as3, connecting and returnig dynamic data from php... So I need to have my hhtpservice created at runtime and calling my data functions dynamically... It's usefull when we

[flexcoders] Re: VideoDisplay - video is playing, but without audio

2010-03-08 Thread joyh2002
I don't observe the patterns you described. Here is a link with some info: https://bugs.adobe.com/jira/browse/SDK-17016 Maybe checking out the memory usage of your app? I tried re-using objects instead of creating and destroying them. It seems working fine for me now. Joy --- In

[flexcoders] how to suppress padding around text control when htmltext is used.

2010-03-08 Thread chaitu05
Hello, Is there a way to suppress padding around text control when htmltext property is used. When the following code is run, output display renders some space at the top of text control and also between text control and label control. Is there a way to remove the padding at the top and bottom

[flexcoders] Re: How load images from SWF in runtime

2010-03-08 Thread david.marr
That is not runtime though, since you are embedding the swf. I think you'd have to use a Loader or a SWFLoader to get the assets at runtime. --- In flexcoders@yahoogroups.com, hpatino.rm hpat...@... wrote: check this link

[flexcoders] Load files on the fly?

2010-03-08 Thread newflexcoder
Hi, We are building a new configurator. The configuration will come from an XML file, and the correct type of controls and values will be displayed based on this XML. We'd like to take the XML, transform it into mxml, compile it on the fly, and load it into Flex at runtime. Is this

[flexcoders] problem displaying shared objects on the flash application

2010-03-08 Thread cemsonmez58
hi I am using red5 flash server and at that side creating a shared object called [B]chatSharedObject[/B]. For the client side,I am using openlaszlo platform, but using actionscript code for the shared object implementation. client application is connecting to the shared object on the red5 side

[flexcoders] Flash and Flex Developer's Magazine

2010-03-08 Thread ffdmagazine
Hello, My name is Ewa and I'm the FFD Magazine editor - I would like to join your group to share with you some knowledge that can be found in the magazine - www.ffdmag.com - the magazine is free, and online so everyone can download it and read - also you can become magazine betatester,

[flexcoders] having problem displaying remote shared object on flash

2010-03-08 Thread cemsonmez58
hi all I am using red5 flash server and at that side creating a shared object called chatSharedObject For the client side,I am using openlaszlo platform, but using actionscript 3 classes for the shared object implementation. cilent application is connecting to the shared object on the red5 side

[flexcoders] problem displaying shared objects on the flash application

2010-03-08 Thread cemsonmez58
hi I am using red5 flash server and at that side creating a shared object called [B]chatSharedObject[/B]. For the client side,I am using openlaszlo platform, but using actionscript code for the shared object implementation. client application is connecting to the shared object on the red5 side

[flexcoders] Problem with name attribute in programmatic skinning

2010-03-08 Thread liloosweet
Hello there. For my current project, I need to set skins by loading external images with a class which extends the BitmapAsset class. Actually I based my work on Ben Stucki's IconUtility class which I modify a little to manage different skins. My components are dynamically created and I set

Re: [flexcoders] how to suppress padding around text control when htmltext is used.

2010-03-08 Thread Alex Harui
Try setting padding on the Application as well and verticalGap on the app too. On 3/8/10 12:02 PM, chaitu05 kumar.my...@imail.org wrote: Hello, Is there a way to suppress padding around text control when htmltext property is used. When the following code is run, output display renders

Re: [flexcoders] Httpservices as3 class

2010-03-08 Thread Alex Harui
You should be able to use HTTPService from AS3. On 3/8/10 2:06 PM, Jose adriano Alves alves.jadri...@gmail.com wrote: Hi Does anybody have a httpservice class, implemented in as3, for flahs builder 4? I am trying to create an application in as3, connecting and returnig dynamic data from

[flexcoders] tooltip button

2010-03-08 Thread cholid cholid
Hi all i need tooltip that contain button anyone's know? thanks regards

Re: [flexcoders] tooltip button

2010-03-08 Thread Shabir Gilkar
Hope it may help you http://abrahamyan.com/2009/02/05/tooltip-in-as3/ On Tue, Mar 9, 2010 at 10:11 AM, cholid cholid cholid_rid...@yahoo.comwrote: Hi all i need tooltip that contain button anyone's know? thanks regards -- With Regards Shabir Ahmad Gilkar Srinagar Kashmir

RE: [flexcoders] Load files on the fly?

2010-03-08 Thread Tracy Spratt
Search on Web tier Compiler. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of newflexcoder Sent: Monday, March 08, 2010 5:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Load

RE: [flexcoders] SWC not getting updated everytime

2010-03-08 Thread Tracy Spratt
This is not normal behavior. Usually it happens when there is an error in the code. In that case a swf will not be compiled. Have you looked at the Problems pane? Also, try menu, Project, Clean Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Anybody connecting to SS05 cube with Flex front end?

2010-03-08 Thread MicC
I found this excellent tutorial http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/ which errors out halfway through loading the SS05 Adventure Works cube because of a null attribute on a Dimension. Before I bite the bullet and start debugging this rather complex