bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help to design ui for jabber client:)


From: worwan
Subject: Re: help to design ui for jabber client:)
Date: Sun, 2 Dec 2007 10:41:06 -0800 (PST)

Hi,
thanks for answer ;).

Ok..i know about finch...but why not to do something new with controls i
like..etc. And mainly I've got jabber client as my school project...

Well..im not aware of gnt..i have been searching internet for a long time
before using just plain ncurses..but c++ wrapper didnt work for me..and
ncurses has a nice tutorial...so why not to use it..now i have almost
complete whole ui..it just stop working after adding new form..But i guess i
have somewhere some memory issue..cos i figured out, that  cmd_form =
new_form(cmd_field); returns null...and errno is set to -4 =>
E_SYSTEM_ERROR.

if i use just ncurses code from my aplication and little modify it ... i can
use 2 forms and it'll work..:/. Im really curious if i find where the
problem is..:(.

its quite pitty i didnt found anything about gnt....but now i will not
change way how i do ui..when its almost working already. And a lot of effort
is in it...



Sadrul Habib Chowdhury wrote:
> 
> * worwan had this to say on [02 Dec 2007, 09:12:50 -0800]:
>> 
>> Hi..my first post here :),
>> 
>> im for some time working on jabber client and im using ncurses library to
>> create ui. I need only 3 windows, one input field for commands, one field
>> for contact list and one for messages and other stuff..
>> 
> 
> [snip]
> 
>> 
>> Please help me to create best possible ui :). I was thinking to create it
>> as
>> one form across whole stdscr but then i dont know how to box it in way
>> you
>> see down...
>> 
> 
> This isn't a direct answer to your question, but (1) are you aware of
> finch (http://pidgin.im/about/), and (2) are you aware of libgnt
> (http://repo.or.cz/w/gnt.git)? Finch is an ncurses-based client for
> libpurple, so it supports Jabber, in addition to a number of other
> protocols. libgnt is an ncurses-based widget-set that provides quick
> and simple way of creating windows an a number of widgets (eg., list,
> entry box, button, combobox etc.). For example,
> http://pidgin.im/~sadrul/ss/file-selector.html is a screenshot of a
> file-selector, and the source for it is:
> http://pidgin.im/~sadrul/pp/file.c. There's also python bindings for gnt
> (http://repo.or.cz/w/python-gnt.git), which you can use, perhaps, with
> jabberpy.
> 
> Cheers,
> Sadrul
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-ncurses
> 
> 

-- 
View this message in context: 
http://www.nabble.com/help-to-design-ui-for-jabber-client%3A%29-tf4932424.html#a14118503
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]