Re: this was never an issue before.

2013-10-24 Thread Þór Sigurðsson
I spent a long time metaphorically beating a bush because English showed up in my app, and so did Icelandic (all characters within the scope of the first UTF8 frame) but Chinese did not. Adding this to the Application() constructor was the solution: setDefaultEncoding( "UTF-8" ); On

EOAdaptorDebugEnabled issue in lastest WOLips43 ??

2013-10-24 Thread Raymond NANEON
Hi List,I updated my WOLips37 to WOLips43 since I'm on Kepler and I have an EOAdaptorDebugEnabled problem.In my parameters I turn it to false but nothing isn't applied. I have some SQL expressions in my console.Is there big changes in the new WOLips which create this issue? Or there is another para

Re: EOAdaptorDebugEnabled issue in lastest WOLips43 ??

2013-10-24 Thread John Huss
Check your Run configuration in eclipse. On Thu, Oct 24, 2013 at 9:10 AM, Raymond NANEON wrote: > Hi List, > > I updated my WOLips37 to WOLips43 since I'm on Kepler and I have an > EOAdaptorDebugEnabled problem. > In my parameters I turn it to false but nothing isn't applied. I have some > SQL

processing pdfs to images

2013-10-24 Thread Theodore Petrosky
I was hoping to find a 'How to' on this. I need to add attachments to my app. Just adding the pdfs is pretty straight forward. Since they are only uploaded pdfs, I wanted to process them to some form of tiff to have a thumbnail available in various sizes and resolutions. Is there a 'best practi

Re: EOAdaptorDebugEnabled issue in lastest WOLips43 ??

2013-10-24 Thread Raymond NANEON
Hi John,The configuration which I'm running is the same I use on Eclipse Helios and WOLips37 and it works fine with EOAdaptorDebugEnabled  to false.Envoyé depuis iCloudLe 24 oct. 2013 à 16:16, John Huss a écrit :Check your Run configuration in eclipse.On Thu, Oct 24, 2013 at 9:10 AM, Raymond NANEO

Re: processing pdfs to images

2013-10-24 Thread Kieran Kelleher
Hi ted, Here is a script that shows how using two terminal commands that should be available via macports. This should give you enough hints to achieve what you need hopefully :) Regards, kieran #!/bin/bash

Re: processing pdfs to images

2013-10-24 Thread Michael Hast
Hi Ted: Recently we used PDF Box (http://pdfbox.apache.org/) to convert PDF's to images within the Java application. But command line works as well. Michael On 10/24/2013 7:56 AM, Kieran Kelleher wrote: Hi ted, Here is a script that shows how using two terminal commands that should be avai