[flexcoders] FDS and Tomcat

2007-01-30 Thread André Rodrigues Pena
Hi all, I'd like to know if there's some restriction regarding FDS working over Tomcat. Can persistent connections been stablished? Is there some other problem? thanks -- André Rodrigues Pena

[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] highlighting a textarea

2007-02-10 Thread André Rodrigues Pena
Hi all, does anybody know how's the best way to highlight specific words within a TextArea? I need to do this with SQL keywords. thanks -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Flex Builder to run faster

2007-02-10 Thread André Rodrigues Pena
might be better off getting by without using Flex Builder at all. Shan André Rodrigues Pena wrote: 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

[flexcoders] Newbie question about AMFPHP

2007-02-10 Thread André Rodrigues Pena
); //item is an object with keys orderid, status, etc. } } but RecordSet is not a AS3 native class. Isn't it? I didn't found it at the reference. How does it work? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Cross domain confusion

2007-02-12 Thread André Rodrigues Pena
this is rather critical.. thank john -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Change distance between items on a HorizontalList

2007-02-12 Thread André Rodrigues Pena
List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Trouble Converting java List to ArrayCollection

2007-02-12 Thread André Rodrigues Pena
And the cast method shown by doug is the recommended On 2/12/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Man.. Just remove the throws of your getList() method. Never use throws at a service method. (specially in this example where the throws is USELESS because you are already treating

Re: [flexcoders] Trouble Converting java List to ArrayCollection

2007-02-12 Thread André Rodrigues Pena
(id); vo.data = rs.getString(data); list.add(vo); } } catch(Exception e) { e.printStackTrace(); throw new DAOException(e); } finally { ConnectionHelper.close(c); } return list; } -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Text component that allows tabbing

2007-02-13 Thread André Rodrigues Pena
Hi all I need a multi-line text component that keeps the function of TAB button, just like windows notepad. How can I do it? thanks! :) -- André Rodrigues Pena

Re: [flexcoders] duplicate function definition

2007-02-13 Thread André Rodrigues Pena
. - - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. - -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Text component that allows tabbing

2007-02-13 Thread André Rodrigues Pena
a component and manually set the textformat of the UITextField inside it. - Dan On 2/13/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all I need a multi-line text component that keeps the function of TAB button, just like windows notepad. How can I do it? thanks! :) -- André

Re: [flexcoders] An open-source to Flex Data Services

2007-02-15 Thread André Rodrigues Pena
-- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Using a downloaded theme in an application

2007-02-22 Thread André Rodrigues Pena
Hi all, the site http://www.scalenine.com/ has great themes I'd like to use. But the how to install link doesn't explain how to actually add it to your application. Can anyone explain me or indicate a site that explains? thanks in advance -- André Rodrigues Pena LOCUS www.locus.com.br Blog

[flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
mx:List id=siteList x=10 y=10 dataProvider={listSource.site} labelField=name/ That's what I understood from the documentation. But it doens't work Can anybody tell me why? 2) I want to return the url attribute from the site item. I'm trying but I'm not getting to do this THANKS -- André Rodrigues

Re: [flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Cynergy -- *From:* flexcoders@yahoogroups.com on behalf of André Rodrigues Pena *Sent:* Fri 2/23/2007 10:01 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Two simple List questions Hi all, I got 2 doubts. 1) I want to populate a List control so I did

Re: [flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Karl using your first tip I got to solve the second now just added this to the List : click=Alert.show([EMAIL PROTECTED]) thanks! :) On 2/23/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Thank you Karl, number 1 worked! thanks! :) about number 2 considering the code: mx:XMLList

[flexcoders] HTTPService security problem

2007-02-24 Thread André Rodrigues Pena
question is. Is it possible to make my SWF file able to make a request at other domains? Or do I need to use proxy? Thanks a lot -- André Rodrigues Pena

[flexcoders] The simplest way to allow Flex to read RSS feeds

2007-02-25 Thread André Rodrigues Pena
Last week I saw a thread here regarding RSS feed access through Flex. I think this post will help beginners to do that really easily. http://www.techbreak.org/?p=46 -- André Rodrigues Pena

Re: [flexcoders] Re: Using a downloaded theme in an application

2007-02-26 Thread André Rodrigues Pena
as the source in your mx:Style tag. If you need more in depth details you can email me at juan [at] scalenine.com. Sorry about the bad link. I'm creating my own set of instructions. Juan scalenine.com --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, André Rodrigues Pena [EMAIL

Re: [flexcoders] URL Link in Flex Application

2007-02-26 Thread André Rodrigues Pena
(button, whatever) from within a Flex application and have it take the user to a non-Flex, regular web page within their browser? It's probably a simple answer but I'm still getting up to speed with Flex. Thanks! -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-26 Thread André Rodrigues Pena
out ... I know the Data Grid Cell's Row and Colum Index. How can I retrieve the data in that cell if I know these two values ? Thank you, Sean. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Creating a Video Player in Flex

2007-02-27 Thread André Rodrigues Pena
I'd like to know how to embed youtube videos to Flex On 2/26/07, Alan Rother [EMAIL PROTECTED] wrote: Awesome Thank you. I had searched the archives but didn't find this one. =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer -- André Rodrigues Pena LOCUS

Re: [flexcoders] Storing / retrieving rich text

2007-02-27 Thread André Rodrigues Pena
=#0033FF B Ulive content/U /B /FONT /FONT /P /TEXTFORMAT /contentLive How can I force it to treat it as raw text just like its stored in mySQL without the formatting ? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Right-Click - View Source

2007-03-05 Thread André Rodrigues Pena
Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Right-Click - View Source

2007-03-05 Thread André Rodrigues Pena
Thanks Jim and Muzak. It works :) On 3/5/07, Jim Cheng [EMAIL PROTECTED] wrote: André Rodrigues Pena wrote: Allow you to view the source by Right-Click - View Source. As I saw this trick in several applications I guess it is a flex native support.. isnt it? How do I do it? Yup. From

Re: [flexcoders] Re: Security error accessing url

2007-03-11 Thread André Rodrigues Pena
to read company stock info from publicly exposed service, but I see no way of adding the domain name to their crossdomain file each time someone wants to read a stock info. Any help is appreciated. Roman -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: Security error accessing url

2007-03-13 Thread André Rodrigues Pena
files since I already have a working proxy solution. -Alex -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: Security error accessing url

2007-03-13 Thread André Rodrigues Pena
flexcoders%40yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED] wrote: If people are against the proxy application.. what's the better solution? (since I can't see how can I counterfeit a crossdomain file in a external and not-accessible server) On 3/12/07, Troy Gilbert [EMAIL PROTECTED

[flexcoders] Simple design question

2007-03-16 Thread André Rodrigues Pena
-- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Simple design question

2007-03-16 Thread André Rodrigues Pena
one of them? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of André Rodrigues Pena Sent: Friday, March 16, 2007 1:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Simple design question Hi all, I

[flexcoders] Global access in AS3

2007-03-26 Thread André Rodrigues Pena
) The instance created in the getInstance() method is not keeping the data, I don't know why What do I do to have globally accessible structures in AS3? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Global access in AS3

2007-03-26 Thread André Rodrigues Pena
probably just one of those bugs that hides in plain sight. Post the code or take a break and try again later. - Dan On 26 Mar 2007 13:49:53 -0700, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all, My problem is: I need some data classes to be global so that I can access them without

Re: [flexcoders] Global access in AS3

2007-03-27 Thread André Rodrigues Pena
do I do to have globally accessible structures in AS3? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Global access in AS3

2007-03-28 Thread André Rodrigues Pena
the constructor directly) swt! Thanks for the tip. regards, shaun -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Warning/Error Hints

2007-03-30 Thread André Rodrigues Pena
to know if there's something like a balloon to let the user know something in a more slightly way. Any help is appreciated -- André Rodrigues Pena

Re: [flexcoders] Warning/Error Hints

2007-03-30 Thread André Rodrigues Pena
and the use of the boring Alert.show() method. Thanks! :) On 30 Mar 2007 07:29:34 -0700, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 30 Mar 2007, André Rodrigues Pena wrote: something like a balloon to let the user know something in a more slightly way. Like the Validator one you mean

Re: [flexcoders] Warning/Error Hints

2007-03-31 Thread André Rodrigues Pena
%40yahoogroups.com] On Behalf Of Tom Chiverton Sent: Friday, March 30, 2007 10:08 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Warning/Error Hints On Friday 30 Mar 2007, André Rodrigues Pena wrote: decreases the need of interaction and the use of the boring

[flexcoders] Loading animated gifs

2007-03-31 Thread André Rodrigues Pena
Hey all, How can I load an animated gif within my application? I searched google and the reference and didn't find a free solution. thanks -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] User authentication

2007-04-05 Thread André Rodrigues Pena
Hi all, I'd like to know whats the pattern regarding user authentication in Flex application. In my case. I need my HTTPService to send login information (user name and password). How can I encrypt it? How is the process? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] User authentication

2007-04-05 Thread André Rodrigues Pena
Hi all, I'd like to know whats the pattern regarding user authentication in Flex application. In my case. I need my HTTPService to send login information (user name and password). How can I encrypt it? How is the process? Thanks! -- André Rodrigues Pena

Re: [flexcoders] Loading animated gifs

2007-04-05 Thread André Rodrigues Pena
%40yahoogroups.com] On Behalf Of Tom Chiverton Sent: Monday, April 02, 2007 7:52 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Loading animated gifs On Saturday 31 Mar 2007, André Rodrigues Pena wrote: How can I load an animated gif within my application? I searched

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
(MD5 for instance). Hope this helps! --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all, I'd like to know whats the pattern regarding user authentication in Flex application. In my case. I need my HTTPService to send login

Re: [flexcoders] User authentication

2007-04-05 Thread André Rodrigues Pena
remote objects (j2ee security model). -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *André Rodrigues Pena *Sent:* Thursday, April 05, 2007 3:14 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] User authentication Hi all, I'd

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
for managing sessions or authenticating credentials. Just lock down resources with a security constraint in /WEB-INF/web.xml with auth-method set to FORM so that you can POST the username and password on login via HTTPService. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
HTTPService. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
FDS to use AMF (Remoting). This would of course be cake if you were using Coldfusion :) No idea how to do it though for JSPs, maybe someone can shed some light on that for us. HTTP is so slow and well slow. :) --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, André Rodrigues Pena

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] l.com careers%40blinemedical.com -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: User authentication

2007-04-05 Thread André Rodrigues Pena
can I secure my HTTPService? Is there some HTTPSService? What do I do to work with SSL? Or even.. if I send user name and password through an unprotected HTTPService. What are the chances of my data to be intercepted? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] AS3 encryption

2007-04-07 Thread André Rodrigues Pena
with cryptography. If you already solved some problem like that. Please help. -- André Rodrigues Pena

[flexcoders] Extending a component

2007-04-25 Thread André Rodrigues Pena
-implement my component extending my own TitleWindow? Thanksss -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Extending a component

2007-04-25 Thread André Rodrigues Pena
Thanks for your reply Manish.. but how would it look like? Can you give me an example? On 4/25/07, Manish Jethani [EMAIL PROTECTED] wrote: The root tag of your MXML component should be referring to your AS3 class. There are examples in the docs/samples. On 4/25/07, André Rodrigues Pena

Re: [flexcoders] Re: Extending a component

2007-04-25 Thread André Rodrigues Pena
is defined in AS or MXML; either should be fine. HTH, Doug --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all, My problem is: I have a MXML component (already implemented) that extendeds TitleWindow its code was something like

[flexcoders] Preventing IE to cache Flex

2007-04-25 Thread André Rodrigues Pena
Hi all, My customers browsers are caching flex and preventing them to see my last updated applications. The HTML they are accessing is the one generated by default by Flex Builder. Can you give me some glance on it? -- André Rodrigues Pena

Re: [flexcoders] Preventing IE to cache Flex

2007-04-25 Thread André Rodrigues Pena
Thanks matt.. Are you sure that there's not a solution a little bit more... clean? lol thanks again On 4/25/07, Matt Wicks [EMAIL PROTECTED] wrote: add a random number to the end of the url http://blah,cm/flexhtml?id=89 ?? On 25 Apr 2007, at 19:19, André Rodrigues Pena wrote: Hi all

[flexcoders] Error -1

2007-04-25 Thread André Rodrigues Pena
thousandsSeparator=, / So I use this extended component inside the application. When I try to compile in mxmlc. It only shows the filename above and says Error -1. Any idea? -- André Rodrigues Pena

Re: [flexcoders] Error -1

2007-04-25 Thread André Rodrigues Pena
it to actually validate a number. Is the MXML file you are using UTF-8 encoded? I don't know what mxmlc would do with the accented text if it is not, unless there are some compiler commands to help it handle those correctly. That is just a wild guess though... Michael André Rodrigues Pena wrote: Hi

Re: [flexcoders] Games in Flex / Apollo?

2007-04-27 Thread André Rodrigues Pena
to create some game libraries for Flex. I was wondering if anyone here is contemplating doing any game building using Flex/Apollo. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Error -1

2007-04-27 Thread André Rodrigues Pena
to compile in mxmlc. It only shows the filename above and says Error -1. Any idea? -- André Rodrigues Pena -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: Games in Flex / Apollo?

2007-04-27 Thread André Rodrigues Pena
with games and Flex. Troy. On 4/27/07, Erik Price erikprice@ wrote: On 4/27/07, André Rodrigues Pena andre.ufrj@ wrote: I was also considering to develop something for flex-based games. But I think that, the only reason

Re: [flexcoders] Re: Games in Flex / Apollo?

2007-04-27 Thread André Rodrigues Pena
I have developed a Java Game Server and was thinking of creating an AS3 client side framework to work on it On 4/27/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: I already blogged your idea Troy! Just kidding.. I also have interesting on it.. it would be great On 4/27/07, Troy Gilbert

Re: [flexcoders] Multiuser Applications (Games)

2007-04-27 Thread André Rodrigues Pena
this thing finished. Cheers, Joel -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Mapping SOAP response onto a DataGrid

2007-04-28 Thread André Rodrigues Pena
dataProvider because nothing is displayed. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: Multiuser Applications (Games)

2007-04-28 Thread André Rodrigues Pena
for instance. You would than connect to it through Smartfox is awesome. Thanks for the heads up. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Application close event

2007-05-04 Thread André Rodrigues Pena
Hi all, Is it possible to make a flex application to throw a HTTPService at close event?. I mean, when the user closes de browser? -- André Rodrigues Pena LOCUS www.locus.com.br

[flexcoders] youtube

2007-05-04 Thread André Rodrigues Pena
is there a way to embed a youtube video inside a flex 2 application? -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] youtube

2007-05-04 Thread André Rodrigues Pena
but loading from youtube server? On 5/4/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/5/07, André Rodrigues Pena [EMAIL PROTECTED]andre.ufrj%40gmail.com wrote: is there a way to embed a youtube video inside a flex 2 application? You could either embed the YouTube video player itself

Re: [flexcoders] Application close event

2007-05-04 Thread André Rodrigues Pena
ok Manish! thanks for your tips! :) On 5/4/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/07, André Rodrigues Pena [EMAIL PROTECTED]andre.ufrj%40gmail.com wrote: Is it possible to make a flex application to throw a HTTPService at close event?. I mean, when the user closes de browser

Re: [flexcoders] youtube

2007-05-04 Thread André Rodrigues Pena
and closing the stream when you are done with it. Mark On 5/4/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: but loading from youtube server? On 5/4/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/5/07, André Rodrigues Pena [EMAIL PROTECTED]andre.ufrj%40gmail.com wrote

Re: [flexcoders] Alpha not fading lable.

2007-05-08 Thread André Rodrigues Pena
=true/ I expected this to produce an almost invisible text. Nothing changed. -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'. -- André Rodrigues Pena LOCUS

[flexcoders] creating components

2007-05-08 Thread André Rodrigues Pena
components to generate an extended one. Thanks in advance -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] creating components

2007-05-09 Thread André Rodrigues Pena
hum thanks.. I didnt know the source was available :) On 5/9/07, Manish Jethani [EMAIL PROTECTED] wrote: On 5/9/07, André Rodrigues Pena [EMAIL PROTECTED]andre.ufrj%40gmail.com wrote: I'd like to know WHERE I can find information about details of the composition of a flex component. I

[flexcoders] what's going on with AMFPHP home?

2007-05-09 Thread André Rodrigues Pena
what's happening? www.amfphp.org -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] What happened to amfphp.org?

2007-05-09 Thread André Rodrigues Pena
-- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] How to learn Caringorm

2007-05-10 Thread André Rodrigues Pena
autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Problems with xmlns

2007-05-10 Thread André Rodrigues Pena
-- André Rodrigues Pena LOCUS www.locus.com.br

Re: Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread André Rodrigues Pena
coach and architect + ISRÁFÍL CONSULTING SERVICES -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Problems with xmlns

2007-05-13 Thread André Rodrigues Pena
thank you Tom and Nel.. that was it =) On 5/10/07, Johannes Nel [EMAIL PROTECTED] wrote: its in the swc with the namespace declared in your own manifest file. add the cairngorm swc to your project library On 5/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi there, I

Re: [flexcoders] Printing from Flex

2007-05-18 Thread André Rodrigues Pena
examples? How about Charts, anyone managed to print them successfully? And PDF generation? Anyone found a good way of doing that containing charts? Thanks in advance for any help. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Highlighting

2007-05-22 Thread André Rodrigues Pena
Hi all, does someone know about any highlight-ready text component? I'm looking for something to help me build a rich text area for code entrance. Any tips will be appreciated -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Flex beginner cannot run mx:Script .... /mx:Script

2007-05-22 Thread André Rodrigues Pena
many ways to pass this error but I couldn't success yet. Pls help me who knows this error. Thanks -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Loggin best method

2007-05-24 Thread André Rodrigues Pena
. -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] RemoteObject security

2007-05-26 Thread André Rodrigues Pena
hi all, I'd be glad with any tips on how to secure a RemoteObject in a Tomcat server. Thanks -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Re: DataGrid and complex types

2007-05-28 Thread André Rodrigues Pena
write a custom renderer for your classes and associate it with the datagrid columns. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all, I'm using a DataGrid to the result of a RemoteObject. Each record is an Object of type

Re: [flexcoders] RemoteClass

2007-05-29 Thread André Rodrigues Pena
this by just adding an unused variable somewhere of type com.beans.Sale. (there maybe a more elegant way to get round this). -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *André Rodrigues Pena *Sent:* 28 May 2007 12:48 *To:* flexcoders

Re: [flexcoders] Re: How do you format your code?

2007-05-29 Thread André Rodrigues Pena
) with a keystroke (kind of like the Organize Imports command). Would be great to have a command that would pretty-print all the source code in the open file. -- Jason -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] DataGrid and complex types

2007-05-29 Thread André Rodrigues Pena
Of course this helped Andrea. Thanks. I think Adobe should think of allowing the dataField attribute to work with properties of Objects On 5/27/07, Andrea Santambrogio [EMAIL PROTECTED] wrote: On 27/05/2007, at 21:57, André Rodrigues Pena wrote: Although when I try to populate de DataGrid

Re: [flexcoders] FlexBuilder compiler performance

2007-05-30 Thread André Rodrigues Pena
, Manish -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Flex Reflection

2007-06-05 Thread André Rodrigues Pena
Hi all, I'm wondering if Flex has some mechanism for dynamically calling methods and setting properties. I mean, I don't know the name of the method or the property at compile time. Something like Java Reflection. Thanks -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Flex Reflection

2007-06-05 Thread André Rodrigues Pena
Thanks Tom. I thought it would only work for objects of type Object On 6/5/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 05 Jun 2007, André Rodrigues Pena wrote: method or the property at compile time. Something like Java Reflection. anObject[aString] gets you the property

Re: [flexcoders] Flex Reflection

2007-06-06 Thread André Rodrigues Pena
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

[flexcoders] Flash/Flex and EXE

2007-06-08 Thread André Rodrigues Pena
Hello all, I remember that when I programmed in Flash 8/AS2 there was a way I could compile the movie into an EXE file. My question is: Can I convert AS3 applications (Flex/Flash/Apollo) into an EXE file? thanks -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Flex Component Kit for Flash

2007-06-08 Thread André Rodrigues Pena
command in Flash, so something may not be right on that end - though I am not a Flash person so am not quite certain where that should be showing up (library/right click?). Any ideas? Many Thanks! -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-08 Thread André Rodrigues Pena
%40yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hello all, I remember that when I programmed in Flash 8/AS2 there was a way I could compile the movie into an EXE file. My question is: Can I convert AS3 applications (Flex/Flash/Apollo) into an EXE file? thanks

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-09 Thread André Rodrigues Pena
into an EXE file. My question is: Can I convert AS3 applications (Flex/Flash/Apollo) into an EXE file? thanks -- Andr Rodrigues Pena LOCUS www.locus.com.br -- André Rodrigues Pena LOCUS www.locus.com.br Blog

[flexcoders] Standalone Flash Player

2007-06-09 Thread André Rodrigues Pena
Hi guys, I'm trying to download the standalone player for Flash 9 so that I can create Projector files but I simply can't find the page to download it help me please -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-09 Thread André Rodrigues Pena
Muzak, are you sure of that? I just created a simple RSS reader and compiled it under ZINC and the request is not retrieving On 6/9/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: So I can access web resources via HTTPService in the Projector? that's fine! =) I think Apollo

Re: [flexcoders] Re: Standalone Flash Player

2007-06-09 Thread André Rodrigues Pena
I had one right before my eyes and didnt see! lol thanks Doug On 6/9/07, Doug Lowder [EMAIL PROTECTED] wrote: I used the one in the Flex2 SDK install: SDK/Player/debug/SAFlashPlayer.exe --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-10 Thread André Rodrigues Pena
It's interesting that when I click the Preview button inside ZINC the generated EXE reads HTTPService fine, when I compile and run it, it does not =( On 6/10/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: MUZAK, I've got the testing SWF I sent as an attach. The Projector EXE file works fine

Re: [flexcoders] Datagrid itemRenderer

2007-06-14 Thread André Rodrigues Pena
/ /mx:Array /mx:columns /mx:DataGrid /mx:Application Good luck. Joan -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *André Rodrigues Pena *Sent:* Wednesday, June 13, 2007 7:39 AM *To:* flexcoders@yahoogroups.com *Subject

  1   2   >