[flexcoders] How do you populate a DTO from view components?

2009-03-05 Thread Rodrigo Pereira Fraga
Hi, I'm looking for a better solution for it. I have two solutions: 1- With a model declared with a DTO(MXML) user:User id=user login={inputLogin.text} password={inputPassword.text}/ 2- With custom components, like it: apolloti:TextInputBindable text={model.user.login} entity={model.user}

[flexcoders] Re: How do you populate a DTO from view components?

2009-03-05 Thread Rodrigo Pereira Fraga
Bratadinata | www.masputih.com | Indonesia On Thu, Mar 5, 2009 at 11:39 PM, Rodrigo Pereira Fraga rpf...@...wrote: Hi, I'm looking for a better solution for it. I have two solutions: 1- With a model declared with a DTO(MXML) user:User id=user login={inputLogin.text} password

[flexcoders] Re: Flex Messaging - Typing Objects.

2008-12-09 Thread Rodrigo Pereira Fraga
Java class. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Pereira Fraga Sent: Monday, December 08, 2008 5:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Messaging - Typing Objects. Hi! I'm using the messaging services

[flexcoders] Flex Messaging - Typing Objects.

2008-12-08 Thread Rodrigo Pereira Fraga
Hi! I'm using the messaging services of BlazeDS. So, anybody here knows if I can type an object using [RemoteClass]? My messages are sent from java to flex. Thanks.

[flexcoders] Re: Extends DataGrid

2008-06-21 Thread Rodrigo Pereira Fraga
Hi, I extend the Datagrid and I added some components. But now, I need to recalculate the scrool of datagrid. What method I can override? and what is the name of attribute of scrool?? Thanks --- In flexcoders@yahoogroups.com, Rodrigo Pereira Fraga [EMAIL PROTECTED] wrote: Hi Alex

[flexcoders] Re: Extends DataGrid

2008-06-13 Thread Rodrigo Pereira Fraga
@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Look for examples on my blog (blogs.adobe.com/aharui). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Pereira Fraga Sent: Friday, June 13, 2008 3:06 PM To: flexcoders

[flexcoders] Re: VerticalAxis - Flex SDK 3 Release BUG [Attached Code]

2008-03-29 Thread Rodrigo Pereira Fraga
: -- | Rodrigo Pereira Fraga| http://www.digows.com http://forum.flexbrasil.com.br e-mails: [EMAIL PROTECTED] [EMAIL PROTECTED] I'am from Brazil... and you? - --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote

[flexcoders] Re: VerticalAxis - Flex SDK 3 Release BUG

2008-03-28 Thread Rodrigo Pereira Fraga
So.. nobody know a solution? =/ --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 26 Mar 2008, Rodrigo Pereira Fraga wrote: The lineChart.verticalAxisRenderers, is an Array, I just remove a position and give me an error. Really ? Anyone in particular

[flexcoders] Re: Adobe AIR/ Flex with device such Fingerprint

2008-03-28 Thread Rodrigo Pereira Fraga
Thank you! Will help a lot! I will try to find an solution, if I found, I say here. Regards. --- In flexcoders@yahoogroups.com, Weyert de Boer [EMAIL PROTECTED] wrote: Depending on the device you are able to obtain the actual fingerprint image and even receive events like finger placed or

[flexcoders] Re: VerticalAxis - Flex SDK 3 Release BUG

2008-03-28 Thread Rodrigo Pereira Fraga
some help. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 28 Mar 2008, Rodrigo Pereira Fraga wrote: So.. nobody know a solution? Nobody even knows what your error is ! -- Tom Chiverton Helping to elementarily cluster best-of-breed networks

[flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Rodrigo Pereira Fraga
Hi! My question is simple, How I can to use a device such Fingerprint (biometric reader) in an application with Flex/AIR? Thanks.

[flexcoders] Re: Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Rodrigo Pereira Fraga
? --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 27 Mar 2008, Rodrigo Pereira Fraga wrote: My question is simple, How I can to use a device such Fingerprint (biometric reader) in an application with Flex/AIR? Flex runs in the browser sandbox and AIR can't call out

[flexcoders] VerticalAxis - Flex SDK 3 Release BUG

2008-03-26 Thread Rodrigo Pereira Fraga
Hi! I need multiple VerticalAxis in a LineChart, in Fx2 is impossible, But, when the Fx3 get out, this requirement has been implemented. So.. has a BUG! this requirement has to be dynamic, and when I remove an added verticalAxis, the display don't update. An image in attached:

[flexcoders] Re: Any tutorial about getting started with Flex, BlazeDS and Spring... FROM SCRATCH?

2008-03-26 Thread Rodrigo Pereira Fraga
Is in Portuguese, but can to help you: http://blog.digows.com/?p=103 http://blog.digows.com/?p=117 (Translated) http://translate.google.com/translate?u=http%3A%2F%2Fblog.digows.com% 2F%3Fp%3D103langpair=pt%7Cenhl=pt-BRie=UTF-8

[flexcoders] Re: flex + spring + Oracle

2008-02-06 Thread Rodrigo Pereira Fraga
See this: Flex+BlazeDS+Spring+Hibernate -http://blog.digows.com/?p=103 -http://blog.digows.com/?p=117 SourceCode Here: -http://forum.flexbrasil.com.br/viewtopic.php?f=8t=46#p139 \o/ --- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: This is still quite a good article

[flexcoders] Flex + Spring + Hibernate - Lazy=true

2008-01-11 Thread Rodrigo Pereira Fraga
to hibernate with the Flex + Spring? Atenciosamente: --- | Rodrigo Pereira Fraga | http://www.digows.com e-mails: [EMAIL PROTECTED] [EMAIL PROTECTED] ---

[flexcoders] Re: Flex + Spring + Hibernate - Lazy=true

2008-01-11 Thread Rodrigo Pereira Fraga
simply unusable for real enterprise application devs. --- In flexcoders@yahoogroups.com, Rodrigo Pereira Fraga rpffoz@ wrote: Someone has some solution to use the Pattern OpenSessionInView with Flex using BlazeDS? I am using Spring and it contains a OpenSessionInViewFilter used

Re: [flexcoders] File upload with jsp

2008-01-07 Thread Rodrigo Pereira Fraga
See this: http://blog.digows.com/?p=43 AppRunning and Source code: http://www.digows.com/downloads/postagens/flexupload/ Atenciosamente: --- | Rodrigo Pereira Fraga | http://www.digows.com e-mails: [EMAIL PROTECTED

Re: [flexcoders] Need flex WSDL example

2008-01-06 Thread Rodrigo Pereira Fraga
tutorial about WebServices in Fx2 http://imasters.uol.com.br/artigo/4592/flex/acessando_webservices_pelo_flex_20_-_criando_um_conversor_de_moedas/ Atenciosamente: --- | Rodrigo Pereira Fraga | http://www.digows.com e-mails: [EMAIL

[flexcoders] Spring Framework with BlazeDS

2008-01-04 Thread Rodrigo Pereira Fraga
hi! With OpenAMF, I had a class SpringBeanInvoker that drew my beans, exist something similar in BlazeDS that I can to use to call my Beans of Spring? Thanks! Atenciosamente: --- | Rodrigo Pereira Fraga | http://www.digows.com e

[flexcoders] Re: Flex 3 with Multiples Axis (Visual Error) BUG?

2007-09-04 Thread Rodrigo Pereira Fraga
: Rodrigo Pereira Fraga [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, 30 August, 2007 3:59:15 PM Subject: [flexcoders] Re: Flex 3 with Multiples Axis (Visual Error) BUG? With Axis addeds, when I remove the Vertical Axis, the Chart don't update, and when add again, Chart

[flexcoders] Re: Flex 3 with Multiples Axis (Visual Error) BUG?

2007-09-03 Thread Rodrigo Pereira Fraga
= verticalAxisRenderers.splice(index,1), this will make the chart to re-render without the unwanted vertical Axis. Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Pereira Fraga Sent: Thursday, August 30

[flexcoders] Re: Verify an Object in Memory.

2007-08-27 Thread Rodrigo Pereira Fraga
switching, but you probably can't get at alt-tab and maybe not ctrl-tab either. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Pereira Fraga Sent: Sunday, August 26, 2007 6:47 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Verify an Object in Memory.

2007-08-27 Thread Rodrigo Pereira Fraga
the problem to verify instancia in the memory already I solved, Thanks Alex!! \o/ but… somebody has idea of as can make the navigation? --- In flexcoders@yahoogroups.com, Rodrigo Pereira Fraga [EMAIL PROTECTED] wrote: Excuses, but I expressed myself badly. Problem 1: -- I

[flexcoders] Re: Verify an Object in Memory.

2007-08-27 Thread Rodrigo Pereira Fraga
. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Pereira Fraga Sent: Monday, August 27, 2007 7:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Verify an Object in Memory. the problem to verify

[flexcoders] Verify an Object in Memory.

2007-08-26 Thread Rodrigo Pereira Fraga
how I can verify if an Object was instancied, (mxml or as3)? and.. i need to make the logic to advance and to back of the windows common in MSWindows… somebody has an idea of which would be the best solution? Good Week! Thanks!

[flexcoders] To select in the ComboBox

2007-05-23 Thread Rodrigo Pereira Fraga
Hi! Without being for selectedIndex in comboBox, How To make in run-time, the comboBox selecting an item, with selectedItem Example: public function edit() : void{ txtId.text = dgMarca.selectedItem.idMarca; txtDsProd.text = dgMarca.selectedItem.label; //It catches the

RE: [flexcoders] Digest Number 7596

2007-05-11 Thread Rodrigo Pereira Fraga
Hi, I am here of Brazil, and is a Pleasure to be here! … Now, as I can place an Image as tooltip in a DataGrid Row? Somebody Could Help me!? Thanks!! \o/ De: --| Rodrigo Pereira Fraga| http://e-digows.blogspot.com e-mails: [EMAIL PROTECTED