htdp/image (I hope you mean 2htdp/image, both exist) is not a good platform for 
creating GUIs. Consider using Racket’s underlying GUI library. 




> On Dec 23, 2015, at 12:23 PM, sagar tripathy <tripathy...@gmail.com> wrote:
> 
> I am trying to make a gui for htdp/image packet with interactive windows but 
> the documentation for windows is bit fuzzy. I do not know where to start.
> 
> On Wed, Dec 23, 2015 at 1:06 PM, <racket-users@googlegroups.com 
> <mailto:racket-users@googlegroups.com>> wrote:
> racket-users@googlegroups.com 
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/racket-users/topics>
>         Google Groups 
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
>    
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
>            
> Today's topic summary  <>
> View all topics 
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/racket-users/topics>
> listing the identifiers from "all-defined-out" and "all-from-out" 
> <x-msg://23/#151cdc509fdab055_group_thread_0> - 2 Updates
> Can scribble/lp2 typeset comments within chunks? 
> <x-msg://23/#151cdc509fdab055_group_thread_1> - 2 Updates
> Confused about the difference between the REPL and the toplevel. 
> <x-msg://23/#151cdc509fdab055_group_thread_2> - 5 Updates
> backwards incompatible change to redex: does it break your models? 
> <x-msg://23/#151cdc509fdab055_group_thread_3> - 1 Update
> DrRacket crashes on simple pict3d script 
> <x-msg://23/#151cdc509fdab055_group_thread_4> - 7 Updates
>  <>listing the identifiers from "all-defined-out" and "all-from-out"      
> <http://groups.google.com/group/racket-users/t/b1cb8c9f9c2eb345?utm_source=digest&utm_medium=email>
>       
> Asumu Takikawa <as...@ccs.neu.edu <mailto:as...@ccs.neu.edu>>: Dec 22 05:21PM 
> -0500 
> 
> On 2015-12-18 17:27:54 -0800, Sanjeev Sharma wrote:
>  
> > all-defined-out 
> > all-from-out
>  
> > I can't yet make sense of regprov.rkt 
>  
> Do you mean how can you tell what's exported given a particular ...more 
> <http://groups.google.com/group/racket-users/msg/53e552086adc7?utm_source=digest&utm_medium=email>
>  
> Benjamin Greenman <benjaminlgreen...@gmail.com 
> <mailto:benjaminlgreen...@gmail.com>>: Dec 22 09:03PM -0500 
> 
> You might also like `filtered-out` from `racket/provide` [1]. The code
> sample below prints two identifiers (at compile-time):
>  
> a:x
>  
> y
>  
>  
> [1] ...more 
> <http://groups.google.com/group/racket-users/msg/54a7bf402ebb5?utm_source=digest&utm_medium=email>
>  
> Back to top <x-msg://23/#151cdc509fdab055_digest_top> <>Can scribble/lp2 
> typeset comments within chunks?      
> <http://groups.google.com/group/racket-users/t/d63a917f03dc00e6?utm_source=digest&utm_medium=email>
>       
> Asumu Takikawa <as...@ccs.neu.edu <mailto:as...@ccs.neu.edu>>: Dec 22 05:45PM 
> -0500 
> 
> On 2015-12-18 12:20:13 -0800, Matthew Butterick wrote:
> > Third try: also tried scribble/comment-reader [2] but this doesn't work
> > (apparently because `racketblock` knows about `code:comment` but ...more 
> > <http://groups.google.com/group/racket-users/msg/53fadec46e464?utm_source=digest&utm_medium=email>
> >  
> Matthew Butterick <m...@mbtype.com <mailto:m...@mbtype.com>>: Dec 22 06:00PM 
> -0800 
> 
> I'm a scribble/lp2 noob for sure, but why not eliminate the need for 
> `code:comment` within a `chunk`?
>  
> Because I find this curious: when the `chunk` is typeset in documentation 
> mode, scribble/lp2 is...more 
> <http://groups.google.com/group/racket-users/msg/54a4bbb3bdf70?utm_source=digest&utm_medium=email>
>  
> Back to top <x-msg://23/#151cdc509fdab055_digest_top> <>Confused about the 
> difference between the REPL and the toplevel.      
> <http://groups.google.com/group/racket-users/t/709dd009b8f612d3?utm_source=digest&utm_medium=email>
>       
> Matthew Flatt <mfl...@cs.utah.edu <mailto:mfl...@cs.utah.edu>>: Dec 22 
> 06:37AM -0700 
> 
> Expanding a form triggers compile-time evaluation in the sense of
> running macros. Currently, though, compilation treats changing the set
> of bindings at the top level as a kind of run-time effect (to ...more 
> <http://groups.google.com/group/racket-users/msg/521c6c1450dfc?utm_source=digest&utm_medium=email>
>  
> Matthew Flatt <mfl...@cs.utah.edu <mailto:mfl...@cs.utah.edu>>: Dec 22 
> 06:38AM -0700 
> 
> At Mon, 21 Dec 2015 21:30:45 -0700, Leif Andersen wrote:
> > #'5)
> > foo))
>  
> > I get back the compiled object. 
>  
> The compiled object ends with a reference to a ...more 
> <http://groups.google.com/group/racket-users/msg/521c7ab03d4b0?utm_source=digest&utm_medium=email>
>  
> Matthew Flatt <mfl...@cs.utah.edu <mailto:mfl...@cs.utah.edu>>: Dec 22 
> 06:46AM -0700 
> 
> I think Robby was confused by your example (which is understandable).
>  
> The `expand` function does not splice any differently than `compile`,
> so `compile` behaves the same as `expand` in your ...more 
> <http://groups.google.com/group/racket-users/msg/5223722c0ec38?utm_source=digest&utm_medium=email>
>  
> Robby Findler <ro...@eecs.northwestern.edu 
> <mailto:ro...@eecs.northwestern.edu>>: Dec 22 07:54AM -0600 
> 
> Oh right. Sorry for the confusion!
>  
> Robby
>  
> ...more 
> <http://groups.google.com/group/racket-users/msg/522a93c170d6a?utm_source=digest&utm_medium=email>
>  
> Leif Andersen <l...@leifandersen.net <mailto:l...@leifandersen.net>>: Dec 22 
> 06:57PM -0700 
> 
> Okay, thank you for the explanation.
>  
> I totally see what you mean now by the top level being hopeless. (Or
> at least I think I do.) It seems there is no way to get a meaning that
> ...more 
> <http://groups.google.com/group/racket-users/msg/54a2f377e5255?utm_source=digest&utm_medium=email>
>  
> Back to top <x-msg://23/#151cdc509fdab055_digest_top> <>backwards 
> incompatible change to redex: does it break your models?      
> <http://groups.google.com/group/racket-users/t/6e5577104909c559?utm_source=digest&utm_medium=email>
>       
> "William J. Bowman" <w...@williamjbowman.com 
> <mailto:w...@williamjbowman.com>>: Dec 22 04:30PM -0500 
> 
> On Sun, Dec 20, 2015 at 08:42:25PM -0600, Robby Findler wrote:
> > The reason the "E_1" and the "e_1" are treated differently is that the
> > "e" is mentioned in "binding" position of the shortcut. ...more 
> > <http://groups.google.com/group/racket-users/msg/53b914729ad11?utm_source=digest&utm_medium=email>
> >  
> Back to top <x-msg://23/#151cdc509fdab055_digest_top> <>DrRacket crashes on 
> simple pict3d script      
> <http://groups.google.com/group/racket-users/t/1fea968e5cf14384?utm_source=digest&utm_medium=email>
>       
> Greg Trzeciak <gtrzec...@gmail.com <mailto:gtrzec...@gmail.com>>: Dec 22 
> 03:45AM -0800 
> 
> On Monday, December 21, 2015 at 5:00:05 PM UTC+1, Jay McCarthy wrote:
>  
> > racket -l pict3d/tests/shaders
>  
> > Thanks!
>  
> > Jay
>  
> Hi,
>  
> I tried running shaders tests but everytime I try I get: ...more 
> <http://groups.google.com/group/racket-users/msg/51b9e79552df7?utm_source=digest&utm_medium=email>
>  
> Jay McCarthy <jay.mccar...@gmail.com <mailto:jay.mccar...@gmail.com>>: Dec 22 
> 07:06AM -0500 
> 
> Greg - What version of Racket are you running?
>  
> Matthew - Do you know how to get logs from Windows crashes?
>  
> Jay
>  
>  
> -- 
> Jay McCarthy
> Associate Professor
> PLT @ CS @ UMass Lowell ...more 
> <http://groups.google.com/group/racket-users/msg/51ccd57662f78?utm_source=digest&utm_medium=email>
>  
> Greg Trzeciak <gtrzec...@gmail.com <mailto:gtrzec...@gmail.com>>: Dec 22 
> 04:24AM -0800 
> 
> On Tuesday, December 22, 2015 at 1:06:55 PM UTC+1, Jay McCarthy wrote:
> > Greg - What version of Racket are you running?
>  
> > Matthew - Do you know how to get logs from Windows crashes?
>  
> > Jay
> ...more 
> <http://groups.google.com/group/racket-users/msg/51dc545adfa63?utm_source=digest&utm_medium=email>
>  
> Jay McCarthy <jay.mccar...@gmail.com <mailto:jay.mccar...@gmail.com>>: Dec 22 
> 08:44AM -0500 
> 
> I tried on Windows 10 with 6.2.1 and can confirm that just installing
> pict3d cases a bunch of segfaults.
>  
> If I try with the current snapshot build, I can successfully install
> and run pict3d using ...more 
> <http://groups.google.com/group/racket-users/msg/522265c5d2f6d?utm_source=digest&utm_medium=email>
>  
> Greg Trzeciak <gtrzec...@gmail.com <mailto:gtrzec...@gmail.com>>: Dec 22 
> 05:52AM -0800 
> 
> On Tuesday, December 22, 2015 at 2:44:54 PM UTC+1, Jay McCarthy wrote:
>  
> > If I try with the current snapshot build, I can successfully install
> > and run pict3d using an Nvidia GPU.
>  
> > Jay
> ...more 
> <http://groups.google.com/group/racket-users/msg/5228eba64856a?utm_source=digest&utm_medium=email>
>  
> Robby Findler <ro...@eecs.northwestern.edu 
> <mailto:ro...@eecs.northwestern.edu>>: Dec 22 08:32AM -0600 
> 
> Hi Greg: just in case it wasn't obvious, Jay also needed to upgrade
> his Racket to a version that's newer than 6.3. You can find our
> snapshot builds here if you want to try that:
> ...more 
> <http://groups.google.com/group/racket-users/msg/524bcc99b7998?utm_source=digest&utm_medium=email>
>  
> Greg Trzeciak <gtrzec...@gmail.com <mailto:gtrzec...@gmail.com>>: Dec 22 
> 10:57AM -0800 
> 
> On Tuesday, December 22, 2015 at 3:32:20 PM UTC+1, Robby Findler wrote:
> > snapshot builds here if you want to try that:
>  
> > http://pre.racket-lang.org/installers/ 
> > <http://pre.racket-lang.org/installers/>
>  
> > Robby
>  
> Thanks Robby - it ...more 
> <http://groups.google.com/group/racket-users/msg/533350954f3fb?utm_source=digest&utm_medium=email>
>  
> Back to top <x-msg://23/#151cdc509fdab055_digest_top>
> You received this digest because you're subscribed to updates for this group. 
> You can change your settings on the group membership page 
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/racket-users/join>.
> To unsubscribe from this group and stop receiving emails from it send an 
> email to racket-users+unsubscr...@googlegroups.com 
> <mailto:racket-users+unsubscr...@googlegroups.com>.
> 
> 
> -- 
> 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 
> <mailto:racket-users+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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