Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > On Mon, 10 Feb 2014 23:31:38 +0400 > Ramil Farkhshatov wrote: > > > When uifs running just start the `samples/wm` script it will run client > > itself. Without other applications you will see nothing though. > > `samples/wm` is just an example of window manager-ish application an

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 23:31:38 +0400 Ramil Farkhshatov wrote: > When uifs running just start the `samples/wm` script it will run client > itself. Without other applications you will see nothing though. > `samples/wm` is just an example of window manager-ish application and > just switches to last e

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > 1) I started uifs, a black window opens > 2) I start the client, it tells me When uifs running just start the `samples/wm` script it will run client itself. Without other applications you will see nothing though. `samples/wm` is just an example of window manager-ish application an

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 14:09:24 +0400 Ramil Farkhshatov wrote: > Correct, you should start uifs server first. 1) I started uifs, a black window opens 2) I start the client, it tells me "Host is not specified" Okay, now which hostname should I pass? Cheers FRIGN -- FRIGN

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > On Mon, 10 Feb 2014 13:17:17 +0400 > Ramil Farkhshatov wrote: > > > Thanks. I totally forgot about that [1]. > > 1. https://github.com/gravicappa/9client > > Very nice, thanks! > I specified the location in the script, and the wm-script seems to > connect to the client just fine

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 13:17:17 +0400 Ramil Farkhshatov wrote: > Thanks. I totally forgot about that [1]. > 1. https://github.com/gravicappa/9client Very nice, thanks! I specified the location in the script, and the wm-script seems to connect to the client just fine, but it tells me that it can't c

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > > Unfortunately, it is far from being suckless, although I'm slowly > > working on it. And some input would be appreciated. > > I cloned your repository and got it to build after tweaking the mkfile > a bit. However, it came to my attention that you probably forgot to add > the cl

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 12:32:39 +0400 Ramil Farkhshatov wrote: > Unfortunately, it is far from being suckless, although I'm slowly > working on it. And some input would be appreciated. Hey Ramil, I cloned your repository and got it to build after tweaking the mkfile a bit. However, it came to my a

[dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
Hello. I'm making simple UI toolkit[1] which acts as a 9P-server and provides several controls: - text labels, - buttons, - images, - scrollbars, - text entries (I'm thinking about calling external editor), - grid layout manager. For image-based controls it supports several image ope