Re: Directory generator for network drives?

2005-08-17 Thread Jorg Heymans
Jonas Lundberg wrote: > Am I doing something wrong, or does the directory generator not > support network drives? In normal java you'ld be able to access the network drive using (tested from windows to an SMB share) File f = new File("myserver\\mydir"); or even File f = new File(new URI("fi

Re: problem with displaying a html file with js fuction call through pipeline

2005-08-17 Thread Upayavira
Have you got a pipeline match on *.js? Otherwise, the browser won't be able to find your javascript files. Regards, Upayavira ShengJie Xia wrote: Hi, I declare a java script file in the head section of html file and call its function in the body. I use the resource reader in the pipeline to d

problem with displaying a html file with js fuction call through pipeline

2005-08-17 Thread ShengJie Xia
Hi, I declare a java script file in the head section of html file and call its function in the body. I use the resource reader in the pipeline to display this page, but the browser warns me object expected on the line of function call. Another problem is that there is an syntax error at the tag

Re: Directory generator for network drives?

2005-08-17 Thread Tony Collen
Jonas Lundberg wrote: Hi, I am trying to use the directory generator with a network drive. Network drive paths works with for instance the html generator, but not with the directory generator (Cocoon 1.7.1). I try the following: (the generator works with other directories, that are on my compu

Directory generator for network drives?

2005-08-17 Thread Jonas Lundberg
Hi, I am trying to use the directory generator with a network drive. Network drive paths works with for instance the html generator, but not with the directory generator (Cocoon 1.7.1). I try the following: (the generator works with other directories, that are on my computer) Am I doing somethi

Re: java out of memory with OBJECT/quicktime movie

2005-08-17 Thread Bruno Dumon
On Mon, 2005-08-15 at 15:22 +0200, Johannes Schaefer wrote: > Hi! > > I get an out-of-memory error for movies above a certain size > (around 10MB): > 15:18:41.906 WARN!! Error for .../movs/madagascar.mov > java.lang.OutOfMemoryError: Java heap space > > Smaller movies don't make problems. >

Re: java out of memory with OBJECT/quicktime movie

2005-08-17 Thread Leszek Gawron
Antonio Gallardo wrote: Johannes Schaefer wrote: Antonio Gallardo schrieb: Johannes Schaefer wrote: Johannes Schaefer schrieb: Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutO

Re: calendar z-order bug #30040

2005-08-17 Thread Leszek Gawron
Eiko Thomas wrote: Uff, problem solved :-) Thanks for the response, unfortunately the iframe trick doesn't work in my code ... but I find a simple way to change the calendar style to popup window. It's only necessary to change line #

Re: calendar z-order bug #30040

2005-08-17 Thread Eiko Thomas
Uff, problem solved :-) Thanks for the response, unfortunately the iframe trick doesn't work in my code ... but I find a simple way to change the calendar style to popup window. It's only necessary to change line #33 in 'forms-calenda