[flexcoders] c3p0 logging with LCDS Tomcat

2009-08-06 Thread Ward Loockx
Hello, I'm trying to set up c3p0 logging to default system.err. I created a properties file (mchange-log.properties) and put it in WEB-INF/classes/ with the following configuration parameters: com.mchange.v2.log.MLog=com.mchange.v2.log.FallbackMLog

[flexcoders] IE8/Vista exit fullscreen - inputtext locked

2009-06-26 Thread Ward Loockx
Hello, I have an issue with IE8 and Vista. When you toggle fullscreen and exit fullscreen you're unable to use a textinput. Anybody noticed this bug before? Any workaround? I attached a small test application to illustrate the problem. Greets, Ward Loockx ?xml version=1.0 encoding=utf-8

Re: [flexcoders] Livecycle CommunicationsException: Communications link failure

2009-06-19 Thread Ward Loockx
) Double check if you are releasing the connections correctly. 3) Use a connection pooling mechanism :) C3P0 is a good one and easy to use If you are using hibernate, it will be very easy to configure it. HTH On Thu, Jun 18, 2009 at 2:11 PM, Ward Loockx w...@loockx.be mailto:w...@loockx.be

[flexcoders] Livecycle CommunicationsException: Communications link failure

2009-06-18 Thread Ward Loockx
) at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2452) at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2906) ... 36 more Thanks in advance! Ward Loockx

Re: [flexcoders] Livecycle CommunicationsException: Communications link failure

2009-06-18 Thread Ward Loockx
, Ward Loockx w...@loockx.be wrote: Hello, I'm having a problem with my connections to the mysql server that are timing out(and get the communicationsException). We use autoreconnect=true when creating the connections, the problem is that whole application is crashing at this point because

Re: [flexcoders] chaining effects together

2009-01-09 Thread Ward Loockx
Just use the effectend event.. small quick and dirty example included ;) Greets, Ward Loockx mx:script private var fadeBIn:fade; private var fadeBOut:fade; private var fadeAIn:fade; private var fadeAOut:fade; private function creationcomplete():void { fadeAOut.alphaTo = 0

[flexcoders] Zoom effect absolute positioning

2008-12-02 Thread Ward Loockx
Hello, I have a canvas within my application that contains polaroid images (own flex component). When I click on a polaroid I wan't it to zoom all over my application. When I do this now it stays within the canvas and I get scrollbars (on that canvas). Is there a way to keep the pictures on

[flexcoders] dataProvider binding in own component

2008-11-28 Thread Ward Loockx
Hello, I have a search component that uses a carousel component to display the search results. Now I want to bind my searchresult arraycollection (search component) to my dataProvider property in carousel component. So when data changed in the search the arraycollection dispatches an event so

Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-21 Thread Ward Loockx
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com] On Behalf Of Ward Loockx Sent: Thursday, November 20, 2008 8:30 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use

Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-20 Thread Ward Loockx
=”if (Security.sandboxType==’remote’) ldr.trustContent=true else ldr.trustContent=false” / *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Ward Loockx *Sent:* Tuesday, November 18, 2008 12:06 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Security

Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-18 Thread Ward Loockx
to put in some conditional code to deal with it *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Ward Loockx *Sent:* Monday, November 17, 2008 9:07 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Security sandbox violation: local SWF

[flexcoders] Data service fill returns null objects

2008-11-17 Thread Ward Loockx
Hello, When I do a call to my livecycle data service (fill approach), it will populate my specified arraycollection with result from server side. Now the problem is that my arraycollection is populated with the objects but there are places in the array where there are no objects but just a

[flexcoders] Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread Ward Loockx
Hello, When I'm trying to load images from a remote server I get the following error message.. *Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property* I've been googling and nothing that works for me. When I put the swf on the remote server it

Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread Ward Loockx
) --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Ward Loockx [EMAIL PROTECTED] wrote: Hello, When I'm trying to load images from a remote server I get the following error message.. *Security sandbox violation: local SWF files cannot use

[flexcoders] Flex dataservices paging question

2008-11-13 Thread Ward Loockx
Hello, I'm trying to use paging on my resultset retrieved from livecycle 2.6. In my resulthandler I only get 1result in my arraycollection(but the pagesize is set to 10!) and the count of the arraycollection 3500 (so in total 3500 results). When I try to loop over the array (he should

Re: [flexcoders] Flex dataservices paging question

2008-11-13 Thread Ward Loockx
Ward Loockx schreef: Hello, I'm trying to use paging on my resultset retrieved from livecycle 2.6. In my resulthandler I only get 1result in my arraycollection(but the pagesize is set to 10!) and the count of the arraycollection 3500 (so in total 3500 results). When I try to loop over

[flexcoders] Parameter deserialization data services

2008-11-12 Thread Ward Loockx
Hello, I'm trying to serialize an Actionscript associative array to Java Map. When I do my request I get an error *[RPC Fault faultString=The fill method is not defined for destination 'search' which matches fill parameters: '[ { nickname = }] (class: java.util.ArrayList)'

Re: [flexcoders] Parameter deserialization data services

2008-11-12 Thread Ward Loockx
Ward Loockx schreef: Hello, I'm trying to serialize an Actionscript associative array to Java Map. When I do my request I get an error *[RPC Fault faultString=The fill method is not defined for destination 'search' which matches fill parameters: '[ { nickname = }] (class

[flexcoders] passing parameters to fill method of Data services

2008-11-12 Thread Ward Loockx
Hello, I'm trying to pass some parameters to livecycle server using the fill method. The problem is that I'm unable to pass an object or Array/ArrayCollection. I've used this page as source for the parameter binding

[flexcoders] fill method problem with parameters (Flex data management services)

2008-11-05 Thread Ward Loockx
Hello, I'm trying to perform a search with flex data management services to use the advantages like caching/paging. The problem is each time I try to perform the call (fill arraycollection with results), I get an error message. [RPC Fault faultString=Unable to locate a fill method for

[flexcoders] [Fwd: fill method problem with parameters (Flex data management services)]

2008-11-05 Thread Ward Loockx
---BeginMessage--- Hello, I'm trying to perform a search with flex data management services to use the advantages like caching/paging. The problem is each time I try to perform the call (fill arraycollection with results), I get an error message. [RPC Fault faultString=Unable to locate a