Does it change anything if you use #lang racket/gui instead of #lang racket (require racket/gui)?
On Tue, May 26, 2020 at 10:00 AM Philip Benade <[email protected]> wrote: > Hi All > > I have been trying to create a simple GUI with the racket/gui library. For > the most part it works but alongside my GUI it also creates a command line > window. You can see a screenshot of this in the attached picture. I found > this discussion when I searched for a solution: > https://groups.google.com/forum/#!topic/racket-users/QmvqWtm1x28 In that > case it was happening because there were things that did not return void. > In my case however it is not printing anything, there isn't even any white > space. > > I am using the "Create Executable" option from the "Racket" heading in > Dr.Racket's menu. I set the Type to be "Distribution (to install on other > machines)" and the Base to "GRacket" and keep the "Embed DLLs in the > executable" check box checked. Is there some setting or something I can > change to make this window to go away? > > I have attached my program's .rtk file in case anyone needs it to see what > I'm doing wrong. > > Regards > Philip > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/3387d77b-e9a6-4777-a46b-ac897596702e%40googlegroups.com > <https://groups.google.com/d/msgid/racket-users/3387d77b-e9a6-4777-a46b-ac897596702e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CABNTSaG8MPUg7wWCe%2BGyROFnDCM9KoJ8A6eUujXYhUR1QC1y6g%40mail.gmail.com.

