Bradsama / padtie

Automatically exported from code.google.com/p/padtie
0 stars 0 forks source link

Resizing the Pad Tie window is slow and ugly #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The controller view in Pad Tie flashes with the squares of all the buttons and 
is sluggish to finish the resize process.

The fix: rewrite the controller view to draw directly on the image control and 
hide (or remove if required) all the panels when the PadSettingsControl is 
created. This will let us do much nicer effects like properly shaped overlays 
for the buttons and indicators about what actions happen when the button is 
pressed (perhaps good enough to get rid of the whole buttons treeview below it!)

Original issue reported on code.google.com by wila...@gmail.com on 13 Aug 2010 at 10:44

GoogleCodeExporter commented 8 years ago
Fixed in SVN for 0.1a4

Includes an all new ControllerView control which does the drawing efficiently 
and much more smoothly. It also draws the button overlays as appropriate shapes 
like circles and rounded rectangles. You can still mouse over and click the 
buttons like before, too.

Original comment by wila...@gmail.com on 14 Aug 2010 at 8:30