gvSIG bugs #2979

Memory bar at the preferences is not shown correctly

Added by Mario Carrera over 9 years ago. Updated over 9 years ago.

Status:Closed% Done:

0%

Priority:NormalSpent time:-
Assignee:Cesar Martinez Izquierdo
Category:-
Target version:2.1.0-2255-testing
Severity:Minor Add-on version:
gvSIG version:2.1.0 Add-on build:
gvSIG build:2254 Add-on resolve version:
Operative System: Add-on resolve build:
Keywords: Proyecto:
Has patch: Hito:
Add-on name:Unknown

Description

At the Memory window at the gvSIG preferences, the bar with the numbers is not shown correctly, they are overlapped.

I attach a screenshot.

memory-window.png (41 KB) Mario Carrera, 11/07/2014 06:51 AM

memory_preferences_win.png (52.3 KB) Antonio Falciano, 11/07/2014 07:12 AM

1155
1156

History

#1 Updated by Antonio Falciano over 9 years ago

Hi Mario,
it's due by the interval width of the slider, because there's not the same issue in Windows (see the screenshot in attachment). But the safe limits are quite little in this case. ;)

#2 Updated by Cesar Martinez Izquierdo over 9 years ago

Hola Mario, ¿podrías adjuntar el log para ver los detalles de plataforma, versión de Java, directorio de instalación, etc?
En mi PC se ve correctamente aunque redimensione la ventana.

#3 Updated by Cesar Martinez Izquierdo over 9 years ago

Now I see what Antonio pointed out. I will try to make the bar wider in order to accommodate bigger numbers and limit the number of labels shown.

Regarding the limits on Windows, they could be increased if we had a 64 bit version on Windows, but for the moment it is not available.

#4 Updated by Cesar Martinez Izquierdo over 9 years ago

  • Status changed from New to Fixed

#5 Updated by Cesar Martinez Izquierdo over 9 years ago

  • Target version set to 2.1.0-2259-rc3

#6 Updated by Joaquín del Cerro Murciano over 9 years ago

  • Target version changed from 2.1.0-2259-rc3 to 2.1.0-2255-testing

#7 Updated by Joaquín del Cerro Murciano over 9 years ago

Cesar Martinez Izquierdo wrote:

Now I see what Antonio pointed out. I will try to make the bar wider in order to accommodate bigger numbers and limit the number of labels shown.

Regarding the limits on Windows, they could be increased if we had a 64 bit version on Windows, but for the moment it is not available.

Un pequeño comentario relacionado con el layout en los paneles de preferencias.
En los primeros tiempos los paneles de preferencias eran de tamaño fijo, y se
utilizaba un FlowLayout para incrustarlos en el dialogo de preferencias. Ahora
mismo esta es la opcion por defecto.

En algun momento se introdujo la posibilidad de que el panel admitiese "resizearse"
junto con la ventana, pero para ello hay que sobreescribir el metodo isResizeable
de AbstractPreferencePage devolviendo true. Al hacer esto en lugar de usarse el
FlowLayout se usa un BorderLayout y se alinea nuestro panel como CENTER.

Asi que si has diseñado tu panel de preferencias correctamente se vera mejor si
sobreescribes el isResizeable retornando true ;)

#8 Updated by Álvaro Anguix over 9 years ago

  • Status changed from Fixed to Closed

Also available in: Atom PDF