Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-08-16 Thread Matthew Flatt
At Tue, 16 Aug 2011 12:25:10 +0200, Marijn wrote: > > I noticed that text-fields are now missing their right border. Might be > > related to your fix. > > > > Marijn > > There seems to be some positioning error, as text-fields are now > displayed on top of their labels. Thanks for the report! I'

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-08-16 Thread Marijn
> I noticed that text-fields are now missing their right border. Might be > related to your fix. > > Marijn There seems to be some positioning error, as text-fields are now displayed on top of their labels. Sample program: #lang racket/gui (define root (new frame% (label "Test"))) (new text-f

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-08-16 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/11 10:43, Marijn wrote: > On 08/13/11 15:01, Matthew Flatt wrote: >> At Thu, 11 Aug 2011 14:20:23 +0200, Marijn wrote: >>> On 06/21/11 09:50, Marijn wrote: On 06/20/11 18:29, Matthew Flatt wrote: > I think I've found the problem and p

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-08-16 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/13/11 15:01, Matthew Flatt wrote: > At Thu, 11 Aug 2011 14:20:23 +0200, Marijn wrote: >> On 06/21/11 09:50, Marijn wrote: >>> On 06/20/11 18:29, Matthew Flatt wrote: I think I've found the problem and pushed a fix. >>> >>> Thanks for the qu

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-08-13 Thread Matthew Flatt
At Thu, 11 Aug 2011 14:20:23 +0200, Marijn wrote: > On 06/21/11 09:50, Marijn wrote: > > On 06/20/11 18:29, Matthew Flatt wrote: > >> I think I've found the problem and pushed a fix. > > > > Thanks for the quick fix Matthew! 1) 2) and 3) are now working fine > > :) but I do believe borders are sti

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-08-11 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/21/11 09:50, Marijn wrote: > On 06/20/11 18:29, Matthew Flatt wrote: >> I think I've found the problem and pushed a fix. > > Thanks for the quick fix Matthew! 1) 2) and 3) are now working fine > :) but I do believe borders are still broken. For

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-06-21 Thread Marijn
On 06/20/11 18:29, Matthew Flatt wrote: > I think I've found the problem and pushed a fix. Thanks for the quick fix Matthew! 1) 2) and 3) are now working fine :) but I do believe borders are still broken. For example: #lang racket/gui (define root (new frame% (label "Label"))) (define vp (ne

Re: [racket-dev] strange/wrong placement and sizing in racket/gui

2011-06-20 Thread Matthew Flatt
I think I've found the problem and pushed a fix. At Mon, 20 Jun 2011 15:55:08 +0200, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi list, > > I have a couple of issues with current racket/gui behavior. I have > created the following test-case: > > > #lang racket/gui >