Re: [9fans] Showing an image on an o/live window

2012-05-22 Thread kokamoto
By the way, have you tried to write, say, canvas panel? Kenji

Re: [9fans] Showing an image on an o/live window

2012-05-22 Thread Nemo
native there means in the host os of the pc and the namespace you had there. On May 22, 2012, at 2:29 PM, kokam...@hera.eonet.ne.jp wrote: >> I issued the ';page' command from 9front terminal, where ';' indicates >> the native OS's command. What is 'native' here? > > This may also be from th

Re: [9fans] Showing an image on an o/live window

2012-05-22 Thread kokamoto
Oups! > The $OCTOPUS/usr/octopus/port/lib/os.b $OCTOPUS/usr/octopus/port/x/xex.b sorry Kenji

Re: [9fans] Showing an image on an o/live window

2012-05-22 Thread kokamoto
> I issued the ';page' command from 9front terminal, where ';' indicates > the native OS's command. What is 'native' here? This may also be from the different version of inferno, too. The $OCTOPUS/usr/octopus/port/lib/os.b file shows the line of system(xctx, cmd); and the cmd= "os -d rc -c " he

Re: [9fans] Showing an image on an o/live window

2012-05-21 Thread kokamoto
>> did the command >> ;page octopus.img >> on the directory panel of /usr/okamoto on the terminal. >> >> I got the octopus image on my PC (octopus server) side, >> but not the terminal side. > > > because you are not expected to use the PC for graphics. You asked > the PC to run page and it di

Re: [9fans] Showing an image on an o/live window

2012-05-19 Thread Nemo
On May 19, 2012, at 6:53 AM, kokam...@hera.eonet.ne.jp wrote: > (1) !mkdir /mnt/ui/appl/image:logo > (2) !cp /usr/okamoto/octopus.img /mnt/ui/appl/image:logo/data > (3) !echo copyto /main/row:stats > /mnt/ui/appl/image:logo/ctl 1 and 2 create the widget and update it. but it's not shown anywher

Re: [9fans] Showing an image on an o/live window

2012-05-18 Thread kokamoto
forgot one more thing. I did the command ;page octopus.img on the directory panel of /usr/okamoto on the terminal. I got the octopus image on my PC (octopus server) side, but not the terminal side. My ubuntu has plan9port, and 'page' command can be seen. It' not easy to me to understand this be