View Issue Details

IDProjectCategoryView StatusLast Update
0001496SkyChart1-Softwarepublic16-02-08 11:29
ReporterSasa Assigned ToPatrick Chevalley  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.11 SVN 
Target Version4.0Fixed in Version3.11 SVN 
Summary0001496: Observatory - resize map ability
DescriptionOne small tweak in Observatory form - to resize Earth's image parent control and image itself accordingly.

Currently, resizing the form is possible, however, nothing resize accordingly.

On 1k Earth map and no zoom, that is fine, however using 4k Earth map or zoom in this make currently a bit problematic GUI (not quite "user friendly").
TagsNo tags attached.

Activities

Sasa

16-02-01 20:44

reporter  

Patrick Chevalley

16-02-02 09:06

administrator   ~0003256

Normally every configuration window is not resizable.
But there is a bug in current Lazarus/Gtk2 that prevent me to set borderstyle=bsToolWindow.
I look for another way to prevent resizing.

Sasa

16-02-03 20:32

reporter   ~0003269

Seems it would be fixed soon:
http://bugs.freepascal.org/view.php?id=29553

Patrick Chevalley

16-02-08 11:29

administrator   ~0003275

Now bsToolWindow crash with assert failed height>-1 :(

I fix the issue by using bsSingle :
http://sourceforge.net/p/skychart/code/3230/

Issue History

Date Modified Username Field Change
16-02-01 20:29 Sasa New Issue
16-02-01 20:44 Sasa File Added: Observatory resize - currently no effects .jpeg
16-02-02 09:06 Patrick Chevalley Note Added: 0003256
16-02-02 09:06 Patrick Chevalley Assigned To => Patrick Chevalley
16-02-02 09:06 Patrick Chevalley Status new => assigned
16-02-02 09:06 Patrick Chevalley Product Version => 3.11 SVN
16-02-02 09:06 Patrick Chevalley Target Version => 4.0
16-02-03 20:32 Sasa Note Added: 0003269
16-02-08 11:29 Patrick Chevalley Note Added: 0003275
16-02-08 11:29 Patrick Chevalley Status assigned => resolved
16-02-08 11:29 Patrick Chevalley Resolution open => fixed
16-02-08 11:29 Patrick Chevalley Fixed in Version => 3.11 SVN