Re: Environment variables [Partly solved]

2014-02-26 Thread Michael Hall
On Feb 25, 2014, at 2:39 PM, Michael Hall wrote: > I think I did get setting R_HOME to work last night, instead of hanging the > app actually crashed. Any tricks to getting crash logs these days I might of > missed? Fwiw. Set but set incorrectly. Managed to see the error message correctly fina

Re: [9] Review request for 8033534 Get MultiResolution image from native system

2014-02-26 Thread Petr Pchelko
Hello, Alexander. The fix look good to me. With best regards. Petr. 26 февр. 2014 г., в 6:40 после полудня, Alexander Scherbatiy написал(а): > > Hello, > > Could you review the updated fix: > http://cr.openjdk.java.net/~alexsch/8033534/webrev.03/ > > On 2/26/2014 4:54 PM, Petr Pchelko

Re: [9] Review request for 8033534 Get MultiResolution image from native system

2014-02-26 Thread Alexander Scherbatiy
Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8033534/webrev.03/ On 2/26/2014 4:54 PM, Petr Pchelko wrote: Hello, Alexander. I have a couple of comments: 1. You could replace the first loop with indexOfObjectPassingTest method.. Not sure if this would

Re: Horizontal scrolling in JScrollpad using trackpad

2014-02-26 Thread Robert Krüger
Sorry. I forgot to post this. We use Nimbus. On Wed, Feb 26, 2014 at 1:58 PM, Sergey Bylokhov wrote: > Hi, Robert. > What L&F do you use? It should work under the Aqua L&F. > > > On 26.02.2014 12:39, Robert Krüger wrote: >> >> Hi, >> >> the default behaviour for JScrollPane seems to be that a tw

Re: Horizontal scrolling in JScrollpad using trackpad

2014-02-26 Thread Sergey Bylokhov
Hi, Robert. What L&F do you use? It should work under the Aqua L&F. On 26.02.2014 12:39, Robert Krüger wrote: Hi, the default behaviour for JScrollPane seems to be that a two-finger drag always only scrolls vertically. This must be something someone has solved before or is this a limitation/bug

Re: [9] Review request for 8033534 Get MultiResolution image from native system

2014-02-26 Thread Petr Pchelko
Hello, Alexander. I have a couple of comments: 1. You could replace the first loop with indexOfObjectPassingTest method.. Not sure if this would look cleaner, up to you. 2. I suppose JNFNewObjectArray could throw the OOM and we would get a parfait warning, could you please add CHECK_NULL_RETU

Re: [9] Review request for 8033534 Get MultiResolution image from native system

2014-02-26 Thread Alexander Scherbatiy
Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8033534/webrev.02/ This is the same fix. The only difference is that the MultiResolutionBufferedImage class is used from the fix JDK-8035069. Thanks, Alexandr. On 2/10/2014 7:05 PM, Scott Palmer wr

Horizontal scrolling in JScrollpad using trackpad

2014-02-26 Thread Robert Krüger
Hi, the default behaviour for JScrollPane seems to be that a two-finger drag always only scrolls vertically. This must be something someone has solved before or is this a limitation/bug of the JDK? Any hints/pointers anyone could give me? Can this be solved with/without native code? Thanks, Rob