[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

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 12:32:39 +0400 Ramil Farkhshatov ra...@gmx.co.uk 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,

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN d...@frign.de 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

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 13:17:17 +0400 Ramil Farkhshatov ra...@gmx.co.uk 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

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN d...@frign.de wrote: On Mon, 10 Feb 2014 13:17:17 +0400 Ramil Farkhshatov ra...@gmx.co.uk 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

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 14:09:24 +0400 Ramil Farkhshatov ra...@gmx.co.uk 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 d...@frign.de 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

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread FRIGN
On Mon, 10 Feb 2014 23:31:38 +0400 Ramil Farkhshatov ra...@gmx.co.uk 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

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN d...@frign.de wrote: On Mon, 10 Feb 2014 23:31:38 +0400 Ramil Farkhshatov ra...@gmx.co.uk 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