Re: [udig-devel] Problem with MapEditor closing

2008-11-18 Thread Jesse Eichar
This is eclipse voodoo. I am afraid I have never tried this before... On 18-Nov-08, at 9:33 AM, Mario Nuñez Jimenez wrote: Hello all, I have been trying to make my MapEditor not closeable, but even doing this: layout.getViewLayout(MapEditor.ID).setCloseable(false); It is still closeable

[udig-devel] Problem with MapEditor closing

2008-11-18 Thread Mario Nuñez Jimenez
Hello all, I have been trying to make my MapEditor not closeable, but even doing this: layout.getViewLayout(MapEditor.ID).setCloseable(false); It is still closeable since the 'X' mark in the MapEditor tab appears... so I don't know how may I do in order to avoid it from being closed, even

[udig-devel] Problem with MapEditor closing

2008-11-17 Thread Mario Nuñez Jimenez
Hello all, I have been trying to make my MapEditor not closeable, but even doing this: layout.getViewLayout(MapEditor.ID).setCloseable(false); It is still closeable since the 'X' mark in the MapEditor tab appears... so I don't know how may I do in order to avoid it from being closed, even