Re: [racket-users] About redrawing buttons on-demand in gui framework

2015-07-23 Thread Rickard Andersson
Hi, David. Perhaps I was unclear in my description, but as you guessed anyway, I meant that the geometry of the button wasn't being affected by a set-label method call. This is precisely what I was looking for. Thank you very much for your help. :) // Rickard Andersson. On Thu, 23 Jul

Re: [racket-users] About redrawing buttons on-demand in gui framework

2015-07-22 Thread David T. Pierson
On Tue, Jul 21, 2015 at 10:15:40PM +0300, Rickard Andersson wrote: Initially, I assumed that a set-label call for a button, for example, would redraw that button automatically, with the new dimensions and everything in mind. When that wasn't the case, I looked for ways to force a redraw of

[racket-users] About redrawing buttons on-demand in gui framework

2015-07-21 Thread Rickard Andersson
Hi, everyone. I've stumbled upon some unforeseen strangeness regarding the redrawing of certain elements in the GUI framework recently. Initially, I assumed that a set-label call for a button, for example, would redraw that button automatically, with the new dimensions and everything in