[flexcoders] Re: Module issue

2007-03-26 Thread fabio_sebastiano
Of fabio_sebastiano Sent: Friday, March 23, 2007 2:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Module issue Hi, i'm going forward with this problem...today i downloaded flexLib components and i've tried to implements them in my webapp. My editor recognize them

[flexcoders] Re: Module issue

2007-03-23 Thread fabio_sebastiano
to it. Make sure ModuleLoader is in there. It might be an order problem too. Make sure the framework.swc is going to be found before the FDS swcs. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fabio_sebastiano Sent

[flexcoders] Re: Module issue

2007-03-23 Thread fabio_sebastiano
...it works fine Help me --- In flexcoders@yahoogroups.com, fabio_sebastiano [EMAIL PROTECTED] wrote: Alex, thank you once again. I know the swc is a sort of zip file, i've opened it and i've read the catalog.xml. Modules and moduleLoader tag were there. I've changed the order

[flexcoders] Re: Module issue

2007-03-22 Thread fabio_sebastiano
end up with a 2.0 instead of 2.0.1 it won't know about moduleloader. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fabio_sebastiano Sent: Wednesday, March 21, 2007 7:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Module issue

2007-03-21 Thread fabio_sebastiano
Hi everybody, i'm facing a real funny problem with modules and moduleLoader, i hope it's not my fault anyway... If i create a normal flex project with fBuilder, i'm able to use modules in a lot of different ways (as mxml, as as in a function etc..)... but if i try to use them in my fds application

[flexcoders] Re: Transactions with DataManagementService

2007-01-19 Thread fabio_sebastiano
, fabio_sebastiano [EMAIL PROTECTED] wrote: Hi all, I've got a question about transactions with FDS and DataManagement Service Assemblers. I would like to know if that's possible to handle multiple changes on dataBase records within the same transaction. Usually FDS handle single actions when the user

[flexcoders] Transactions with DataManagementService

2007-01-18 Thread fabio_sebastiano
Hi all, I've got a question about transactions with FDS and DataManagement Service Assemblers. I would like to know if that's possible to handle multiple changes on dataBase records within the same transaction. Usually FDS handle single actions when the user commit the changes, performing the

[flexcoders] Handling serverside error on assemblers method (with data Management services)

2006-12-19 Thread fabio_sebastiano
Hi, i would like to know how i can intercept and throw server side errors and show the message on client side. I'm using several assemblers and, actually, i just catch the error thrown by the method and throw a generic DataServiceException in this way: public void deleteItem(Object prevVers){