[flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
in mx.core.FlexModuleFactory at global$init() It very frustrating ... Does anyone has any clue ? Thanks in advance. Regards, Dima Gutzeit. P.S. - I am not loading any modules in my project.

Re: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
The problem is that I do not load any modules Using datavisualization loads a module behind the scenes ? Thanks in advance. Regards, Dima Gutzeit. From: Alex Harui Sent: Wednesday, October 07, 2009 5:39 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] VerifyError: Error

Re: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
Is this a new restriction that was introduced in 3.4.0.9271 ? I never had this problem when changing the SDK version before. Its kind of hard to make sure all the 3rd party SWC are updated to the specific SDK version ... Regards, Dima Gutzeit. From: Alex Harui Sent: Wednesday, October 07

[flexcoders] Java - Air communication via BlazeDS

2008-04-29 Thread Dima Gutzeit
? What I need is bidirectional communication between AIR and Java application, kind of message broker but without the burden of J2EE server or even Tomcat server, but only with the use of simple http server ? Can anyone help ? Regards, Dima Gutzeit.

[flexcoders] Flex Scheduling Framework event creation

2007-03-22 Thread Dima Gutzeit
Can the scheduling framework to be used for creating events by select and drag over some date ? Thanks in advance. Regards, Dima Gutzeit.

[flexcoders] Flex Scheduling Framework Recurrent events

2007-03-21 Thread Dima Gutzeit
Does anyone know what is Flex Scheduling Framework support for recurring events ? For example if I have event that should happen every Tuesday 10:00 - 12:00, every second week, can I schedule it in the framework ? Thanks in advance. Regards, Dima Gutzeit.

Re: [flexcoders] Flex Scheduling Framework Recurrent events

2007-03-21 Thread Dima Gutzeit
it into the dataProvider. Cheers Ralf. On 3/21/07, * Dima Gutzeit* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Does anyone know what is Flex Scheduling Framework support for recurring events ? For example if I have event that should happen every Tuesday 10:00

Re: [flexcoders] FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-16 Thread Dima Gutzeit
, is calling /Hibernate.initialize(your_array_reference);/ before you close the Hibernate session. Regards, Dima Gutzeit. parkerwhirlow wrote: Hi again =) I've just started getting this exception inconsistently... sometimes it happens 3 times in a row, other times I can go all afternoon without

[flexcoders] mx:Label rendering

2007-01-29 Thread Dima Gutzeit
? Regards, Dima Gutzeit. P.S. - I've tried calling validateNow() at the end of effects, it did not help.

Re: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-29 Thread Dima Gutzeit
In case of webservices, you can see some generic fault, but not the cause that is being sent with the web fault. - Original Message - From: Charles Havranek To: flexcoders@yahoogroups.com Sent: Monday, January 29, 2007 4:07 PM Subject: [flexcoders] Re:Do I *REALLY* need

Re: [flexcoders] Webservices request serialization issues.

2007-01-13 Thread Dima Gutzeit
, and it sends the contents of a derived object ONLY if the base class has not properties at all. Regards, Dima Gutzeit. [EMAIL PROTECTED] wrote: What java webservice technology are you using? We've had issues with weblogic webservices not serializing or deserializing base class proprerties

[flexcoders] Webservices request serialization issues.

2007-01-12 Thread Dima Gutzeit
, and add xsi:type manually, but this way is not the one I would like to stick with Thanks in advance. Regards, Dima Gutzeit.