Re: [JPP-Devel] exploding GeometryCollections?

2010-07-02 Thread Nils Kuhn
Hi Michal, thank you very much! That's exactly what I was searching for. I have to confess that I never right-clicked to the LayerViewPanel... That's great. Regards, Nils Michal Michaud schrieb: Hi, When I have to achieve such a think I do it that way : - Union - Make the new layer

Re: [JPP-Devel] how to refresh a layer in run time

2010-07-02 Thread Elton Chan
Hi Larry, I've tried the LayerView Panel().repaint() with InvokeAndWait(). However, the layerpanel still cannot refesh and the for loop continues until all finishing all the Recordset. The following code is added after attribute update: if (SwingUtilities.isEventDispatchThread()) {            

Re: [JPP-Devel] how to refresh a layer in run time

2010-07-02 Thread Larry Becker
Hi Elton, I think you are going to have to restructure you code from a loop to be an event handler that triggers itself until the end of some counter. That is the only sure way to play nice with the GUI. Larry On Fri, Jul 2, 2010 at 12:06 PM, Elton Chan elton.c...@yahoo.com wrote: Hi