[flexcoders] Re: CRUD generator...

2009-05-25 Thread anatolet
Please look for clear yoolkit http://sourceforge.net/projects/cleartoolkit/ Regards Anatole Tartakovsky --- In flexcoders@yahoogroups.com, Marvin Froeder velo...@... wrote: Hi, Does someone know any CRUD generator tool? I would like to generate CRUDs based on my VOs. VELO

[flexcoders] Re: CRUD generator...

2009-05-25 Thread anatolet
Please look for clear yoolkit http://sourceforge.net/projects/cleartoolkit/ Regards Anatole Tartakovsky --- In flexcoders@yahoogroups.com, Marvin Froeder velo...@... wrote: Hi, Does someone know any CRUD generator tool? I would like to generate CRUDs based on my VOs. VELO

[flexcoders] Re: CRUD generator...

2009-05-25 Thread anatolet
Please look for clear yoolkit http://sourceforge.net/projects/cleartoolkit/ Regards Anatole Tartakovsky --- In flexcoders@yahoogroups.com, Marvin Froeder velo...@... wrote: Hi, Does someone know any CRUD generator tool? I would like to generate CRUDs based on my VOs. VELO

[flexcoders] Re: CRUD generator...

2009-05-25 Thread anatolet
:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *anatolet *Sent:* Tuesday, 26 May 2009 10:53 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: CRUD generator... Please look for clear yoolkit http://sourceforge.net/projects/cleartoolkit

[flexcoders] Re: Access the DLL from Flex

2009-03-03 Thread anatolet
Lucio, If you a looking to develop communication piece yourself, you could either implement socket server (accessible form both environments) or LocalConnection implementation as C++ DLL. Socket server might have issues with your clients security, while LocalConnection(based on

[flexcoders] Re: Advanced DataGrid / Destination Aware intros tight coupling?

2007-03-22 Thread anatolet
Hello, I am one of few authors to blame for this throwback in the last century approach to the programming. I would like to offer some explanation of what I personally tried to achieve with chapters 6,7,8 and 11 - you might get better picture if you skimp them in that order. First of all, thank

[flexcoders] Re: Advanced DataGrid / Destination Aware intros tight coupling?

2007-03-22 Thread anatolet
Douglas, If I remember it correctly, in daoFlex you can specify customization method/class. It causes 2 things: 1. Adds optional String parameter to the signature - usually xml or pipe separated information for query by example type of modifications to your employee query. 2. Transfers original

[flexcoders] Re: Advanced DataGrid / Destination Aware intros tight coupling?

2007-03-22 Thread anatolet
Maury, Please take a look @ the subchapter on resources (somewhere close to the end of chapter 8 - did not get my copy of the book with real page numbers yet). Basically it talks about moving destination part along with key columns and some other properties into separate class - there you can

[flexcoders] Re: Updating the data back to database

2006-01-23 Thread anatolet
Partha, The point of the original posting is that application developers do not need to write tons of code you want to see - it is generated or written in high-level objects used by framework. Here how it works:Step 1. Youwrite SQL and method name so it can be used by doclet engine:package

[flexcoders] Re: Cellrenderer For ComboBox

2005-11-07 Thread anatolet
OK, just because you already stated that you looked at the source code, I hope posting the code here is not going to be such a big offence - I recall few people exchanging messages on how you can do it with debugger, etc. I am going to post a little bit more generic code - allowing you to