[9fans] Worksheet program

2008-04-01 Thread Benjamin T. D. Newman
Hello list As my first foray into Plan 9 GUI programming, I have created a worksheet program. It doesn't edit. The input/output format is rather lame. It's rather annoying to move around; The cells are all of a fixed size. I'm sure I'm forgetting something else lame. I'm happy enough for three d

Re: [9fans] Worksheet program

2008-04-01 Thread Sape Mullender
> Thanks to fgb for his help and /sys/src/cmd/tweak.c for parts of the > interface. You might try control(2) instead. See /sys/src/cmd/auth/factotum/fgui.c /sys/src/cmd/bitsy/keyboard.c for examples. Sape

Re: [9fans] Worksheet program

2008-04-02 Thread cej
> You might try control(2) instead. See /sys/src/cmd/auth/factotum/fgui.c /sys/src/cmd/bitsy/keyboard.c > for examples. > Sape Alternatively, you might like to use Acme interface. ++pac <>

Re: [9fans] Worksheet program

2008-04-02 Thread Anders Li
why you all have so many time on Plan9 ? is it very interest in researching plan9 ? You are all not busy in working , right ? and you all have much many to do your own things in spare time, right ? Do you think it is very cool to program in plan9 ? On 4/2/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Re: [9fans] Worksheet program

2008-04-02 Thread cej
> Do you think it is very cool to program in plan9 ? yep. <>

Re: [9fans] Worksheet program

2008-04-02 Thread Anders Li
hi, thanks !! I send several kind of this emails,but just you give me a back. I think so . last year I installed a play9 in qemu, but didnot know how to use it, how to begin to program for it. Meanwhile my work is very busy and do not have enough time to play with it. Can you give a advice on how

Re: [9fans] Worksheet program

2008-04-02 Thread Hongzheng Wang
Read the papers at http://plan9.bell-labs.com/sys/doc/ may be a good starting point. Frankly, it is really time consumed. So, please be careful to schedule your work and the navigation into plan9. Anyway, plan9 is a real production platform rather than a toy. On Wed, Apr 2, 2008 at 5:17 PM, And

Re: [9fans] Worksheet program

2008-04-02 Thread cej
the OS Plan 9 from Bell Labs Subject: Re: [9fans] Worksheet program hi, thanks !! I send several kind of this emails,but just you give me a back. I think so . last year I installed a play9 in qemu, but didnot know how to use it, how to begin to program for it. Meanwhile my work is very busy and do

Re: [9fans] Worksheet program

2008-04-02 Thread kernel panic
> why you all have so many time on Plan9 ? > is it very interest in researching plan9 ? > You are all not busy in working , right ? > and you all have much many to do your own things in spare time, right ? > Do you think it is very cool to program in plan9 ? all your time are belong to us! HA HA

Re: [9fans] Worksheet program

2008-04-02 Thread Chad Dougherty
Anders Li wrote: > Can you give a advice on how to start to program for it ? > are there some useful materials on it ? > Are you install it on a physical machine or just use virtual machine ? > you might also try nemo's excellent "Introduction to Operating Systems Abstractions Using Plan 9 from