Hi Dmitry,

Thank you for this, and pardon my long ping time. 

I had a little trouble with running it; the output I get is:

$ raco pkg install spreadsheet-editor
<lots of output that ends with 'successfully installed'

$ git clone 
https://github.com/kugelblitz/spreadsheet-editor/blob/master/spreadsheet-editor-demo.rkt
<cloned successfully>

$ cd spreadsheet-editor
$ racket spreadsheet-editor-demo.rkt
initialization for horizontal-panel%: invalid symbol in given style list
  invalid symbol: 'hide-hscroll
  given: '(hide-hscroll)
  context...:
   /Applications/Racket_v6.3/share/pkgs/gui-lib/mred/private/check.rkt:185:2: 
check-style
   /Applications/Racket_v6.3/share/pkgs/gui-lib/mred/private/mrpanel.rkt:151:2
   /Applications/Racket_v6.3/collects/racket/private/class-internal.rkt:3554:0: 
continue-make-object
   /Applications/Racket_v6.3/collects/racket/private/class-internal.rkt:3554:0: 
continue-make-object
   
/Users/dstorrs/business/cancer/app/spreadsheet-editor/spreadsheet-editor.rkt:53:2
   /Applications/Racket_v6.3/collects/racket/private/class-internal.rkt:3554:0: 
continue-make-object
   /Applications/Racket_v6.3/collects/racket/private/class-internal.rkt:3508:0: 
do-make-object
   
/Users/dstorrs/business/cancer/app/spreadsheet-editor/spreadsheet-editor.rkt:390:2
   /Applications/Racket_v6.3/collects/racket/private/class-internal.rkt:3554:0: 
continue-make-object
   /Applications/Racket_v6.3/collects/racket/private/class-internal.rkt:3508:0: 
do-make-object
   
/Users/dstorrs/business/cancer/app/spreadsheet-editor/spreadsheet-editor-demo.rkt:
 [running body]


I'm probably misunderstanding something or not running it correctly, but I'm 
not sure what.  I also tried running it in DrRacket with the same results.  Any 
pointers on what I should be doing differently?

Dave

On Monday, August 29, 2016 at 10:43:11 PM UTC-7, Dmitry Pavlov wrote:
> David,
>     
>     
> I once made some basic spreadsheet editor for my project.
>     
> https://groups.google.com/forum/#!msg/racket-users/mtfMgxrite4/5YH3BnVPGm0J
>     
> 
> 
>     
>     
> raco pkg install spreadsheet-editor
>     
> Demo:
> https://github.com/kugelblitz/spreadsheet-editor/blob/master/spreadsheet-editor-demo.rkt
>     
> 
> 
>     
>     
> I should have spent more time writing documentation and adding
>       more functionality.
> 
>       
> 
>     
>     
> Best regards,
>     
> Dmitry
> 
>     
>     
> 
> 
>     
>     
> 
>     
> On 08/30/2016 01:12 AM, David Storrs
>       wrote:
> 
>     
>     
>       
> 
>         
> Is there a spreadsheet in Racket?  I dug through the list
>           and found a
>             mailing list thread from 2008 but nothing since then.  I
>           also checked the  Widget
>             Gallery and didn't see one.
> 
>           
> 
>           Greg Cooper, in that thread you
>             said that you'd be interested in talking/working with
>           someone to make this happen.  Is that still the case, and do
>           you have time / interest?  Even if you don't want to take it
>           on yourself I'd sure appreciate having someone to talk it
>           through with so I can judge if it's something I can do.
> 
>           
> 
>         
>         
> (If anyone else has time/interest in talking it out, that
>           would also be great.)
> 
>           
> 
>         
>         Dave
> 
>         
> 
> 
>           
> 
>           
> 
>         
>       
>       -- 
> 
>       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...@googlegroups.com.
> 
>       For more options, visit 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