Hi, thanx for the quick answer.
   I have a couple of thoughts:

@1.3-> Well, I already moved my small application from 11.7 to 1.1.9 and that already was quite a hassle, first to get the code compiled again against the widgets, and then to fix some segfaults (within a group of widgets I was removing and then re-adding a small widget, this worked in 1.1.7 but then in 1.1.9 the memory management probably changed). Therefore I would like to avoid such a waste of time when moving from a fltk version to the other; I'm wondering how much trouble I'll get by changing by a major version instead of a minor version. Any experience?

@32k pixels/lines: My problem appears when a Fl_Group gets a size larger than 16k pixel lines, that's far before the theoretic limit. If I'm not mistaken 16-bit signed can range from -32k to 32k, right? so I would not expect a problem after 16k lines. It seems to me a kind of weird. Are you sure that there is no further bug besides the 16-bit signed int "feature"?

@solution: indeed I'm trying to stay within 16klines ... but that's quite a hassle.

Sincerely,
/Fabio

Michael Sweet wrote:
[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2061
Version: 1.1.9
Fix Version: 1.3-current


First, this has already been addressed in 1.3; there are several other bugs
for this problem, but essentially we've moved on to 32-bit integers and are
clipping as needed...

Second, X11, GDI, and QuickDraw all are limited to 16-bit signed
coordinates.  You can work around this limit by not using widgets to draw
areas larger than 32k pixels/lines.


Link: http://www.fltk.org/str.php?L2061
Version: 1.1.9
Fix Version: 1.3-current

begin:vcard
fn:Fabio Bracci
n:Bracci;Fabio
org:University of Groningen;Computer Science
adr:;;van Heemskerckstraat 1-e2;Groningen;;9726 GB;The Netherlands
email;internet:[EMAIL PROTECTED]
title:BsC / MsC Computer Science
tel;home:(I) +39 0541 944106
tel;cell:(NL) +31 6 50508320 / (I)+39 333 1187958
x-mozilla-html:FALSE
url:http://www.rug.nl/cs
version:2.1
end:vcard

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to