On Apr 5, 2015, at 5:22 AM, Lux <glsdes...@gmail.com> wrote:

>> Here it is, although some of the things I did like creating objects on a 
>> dummy panel and then reparenting them seem like they could be bad ideas.
>> https://github.com/AlexKnauth/racket-gui-table
> 
> Thanks, I've searched something like this for several days, starred. Maybe 
> would be a good idea adding
> 
> (send frame show #t)
> 
> In test.rkt ? Or I miss something?

I left that out of the file so that it wouldn’t try to make a window appear if 
I just run raco test on everything or something like that, or if in the future 
I use Travis CI or something.  But when I run the file in DrRacket, I type in 
(send frame show #t) to check it.  But even without that, it should make sure 
that I don’t have any blatant contract violations in the code that runs right 
away to set it up.  


-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to