[racket] Graphical Toolkit change question

2011-04-20 Thread Christophe Vandenberghe
Hey, Is it normal that the title bar still shows when creating a dialog% with the 'no-caption style? Cheers, Christophe _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Graphical Toolkit change question

2011-02-25 Thread Christophe Vandenberghe
al Message- From: robby.find...@gmail.com [mailto:robby.find...@gmail.com] On Behalf Of Robby Findler Sent: vrijdag 25 februari 2011 16:27 To: Christophe Vandenberghe Cc: users@racket-lang.org Subject: Re: [racket] Graphical Toolkit change question Sorry to but in, but I think I missed a st

Re: [racket] Graphical Toolkit change question

2011-02-25 Thread Christophe Vandenberghe
for panels. -Original Message- From: Matthew Flatt [mailto:mfl...@cs.utah.edu] Sent: vrijdag 25 februari 2011 13:55 To: Christophe Vandenberghe Cc: users@racket-lang.org Subject: RE: [racket] Graphical Toolkit change question Ok, but to be clear, you need both `on-paint' and transparency fo

Re: [racket] Graphical Toolkit change question

2011-02-24 Thread Christophe Vandenberghe
2011 15:11 To: Christophe Vandenberghe Cc: users@racket-lang.org Subject: RE: [racket] Graphical Toolkit change question At Thu, 24 Feb 2011 09:30:26 +0100, "Christophe Vandenberghe" wrote: > But then again like I said before. It would be easier to have > transparency for panels, as it would

Re: [racket] Graphical Toolkit change question

2011-02-24 Thread Christophe Vandenberghe
. Would that be easy to achieve with the new implementation? -Original Message- From: Matthew Flatt [mailto:mfl...@cs.utah.edu] Sent: maandag 21 februari 2011 13:50 To: Christophe Vandenberghe Cc: users@racket-lang.org Subject: Re: [racket] Graphical Toolkit change question I'm sugge

Re: [racket] Graphical Toolkit change question

2011-02-21 Thread Christophe Vandenberghe
"on-paint" for panels? How would that work? On-paint only exists for canvasses and editors. -Original Message- From: Matthew Flatt [mailto:mfl...@cs.utah.edu] Sent: vrijdag 18 februari 2011 18:26 To: Christophe Vandenberghe Cc: users@racket-lang.org Subject: Re: [racket]

Re: [racket] Graphical Toolkit change question

2011-02-18 Thread Christophe Vandenberghe
[mailto:mfl...@cs.utah.edu] Sent: vrijdag 18 februari 2011 4:08 To: Christophe Vandenberghe Cc: users@racket-lang.org Subject: Re: [racket] Graphical Toolkit change question At Thu, 17 Feb 2011 23:44:51 +0100, "Christophe Vandenberghe" wrote: > I have been using the Graphical Interface toolki

[racket] Graphical Toolkit change question

2011-02-17 Thread Christophe Vandenberghe
Hey, I have been using the Graphical Interface toolkit to create a GUI for some kind of game. Things were starting to take shape, but with the new release and rewrite of the GUI I seem to have a little problem. When adding children to a panel container (didn't check for other containers), the firs

Re: [racket] there must be function right after parenthesis?

2010-10-26 Thread Christophe Vandenberghe
That is just the instantiate syntax, http://docs.racket-lang.org/reference/objcreation.html?q=instantiate#(form._ ((lib._racket/private/class-internal..rkt)._instantiate)) From: users-boun...@racket-lang.org [mailto:users-boun...@racket-lang.org] On Behalf Of kty1...@gmail.com Sent: dinsd

Re: [racket] Transparent area's

2010-10-25 Thread Christophe Vandenberghe
t. Thanks for the reply. Cheers, Chris -Original Message- From: Matthew Flatt [mailto:mfl...@cs.utah.edu] Sent: maandag 25 oktober 2010 15:17 To: Noel Welsh Cc: Christophe Vandenberghe; users@racket-lang.org Subject: Re: [racket] Transparent area's Both in the old and new toolboxe

Re: [racket] Transparent area's

2010-10-21 Thread Christophe Vandenberghe
d panel (make-object bitmap% "images/main-background.jpg"))] [menu (addVerticalPane panel 10 800 600)]) (addVerticalSpace menu 75) ...))) (addMainMenu mainFrame) Cheers, Chris -Original Message- From: Noel Welsh [mailto:noelwe...@gmai

[racket] Transparent area's

2010-10-18 Thread Christophe Vandenberghe
I am fairly new to scheme and I have been experimenting with the Graphics Toolkit from Racket. I am trying to work with a background image and have everything else be on top of that image. The problem is that most area's come with a grey background that I can't seem to get rid of. So what I ha