[Gambas-bugtracker] Bug #2372: A) ImageView slips below background and B) When the IDE is started with QT5 it crashes during application load
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Tue Oct 5 10:25:55 CEST 2021
http://gambaswiki.org/bugtracker/edit?object=BUG.2372&from=L21haW4-
Comment #7 by Claus DIETRICH:
I know. The real app has 1 static layer, one optional static layer and 3 highly dynamic graphical layers changing in real-time. The latter includes the day/night terminator consisting of a polygone with more than 7000 coordinates, each calculated with a complex routine. Using just one control would mean to update the entire drawing area each time something changes in the other layers. Therefore I used a separate control being updated only once a second and nowadays I would indeed use a PictureBox instead of a ImageView.
More information about the Bugtracker
mailing list