Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Dialog boxes in curses

Reply
Thread Tools

Dialog boxes in curses

 
 
Guest
Posts: n/a
 
      08-13-2011
Hello.

I've googled for hints but I didn't find anything, I hope it's not an
RTFM question :^)

I want to have dialog boxes (a message with Yes/No/Cancel options,
possibly with keyboard accels) in python + curses.

Does anyone have a pointer to docs about this?

Thanks!

--
F. Delente
 
Reply With Quote
 
 
 
 
Irmen de Jong
Guest
Posts: n/a
 
      08-13-2011
On 13-8-2011 17:21, wrote:
> Hello.
>
> I've googled for hints but I didn't find anything, I hope it's not an
> RTFM question :^)
>
> I want to have dialog boxes (a message with Yes/No/Cancel options,
> possibly with keyboard accels) in python + curses.
>
> Does anyone have a pointer to docs about this?
>
> Thanks!
>



Have you considered using Urwid instead? http://excess.org/urwid/


Irmen

 
Reply With Quote
 
 
 
 
Nicholas Cole
Guest
Posts: n/a
 
      08-13-2011
On Sat, Aug 13, 2011 at 4:37 PM, Irmen de Jong <> wrote:
> On 13-8-2011 17:21, wrote:
>> Hello.
>>
>> I've googled for hints but I didn't find anything, I hope it's not an
>> RTFM question :^)
>>
>> I want to have dialog boxes (a message with Yes/No/Cancel options,
>> possibly with keyboard accels) in python + curses.
>>
>> Does anyone have a pointer to docs about this?
>>
>> Thanks!


Or have a look at code.google.com/p/npyscreen

Nicholas
 
Reply With Quote
 
Thorsten Kampe
Guest
Posts: n/a
 
      08-13-2011
* (13 Aug 2011 15:21:01 GMT)
> I want to have dialog boxes (a message with Yes/No/Cancel options,
> possibly with keyboard accels) in python + curses.


Use Python Dialog[1] which is basically a wrapper for dialog boxes
around ncurses.

Thorsten
[1] http://pythondialog.sourceforge.net/
 
Reply With Quote
 
Guest
Posts: n/a
 
      08-13-2011

Thanks all for your suggestions, I'll look into them.

See you.

--
F. Delente
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Space between input boxes and selection boxes is not the same in Internet Explorer Stefan Mueller HTML 5 06-16-2009 02:06 PM
Drawing boxes on linux console with Curses::UI lowth.chris@googlemail.com Perl Misc 1 12-11-2006 10:54 PM
Re: Replacing curses (Was: Re: Problem with curses and UTF-8) Jean-Paul Calderone Python 2 02-09-2006 08:29 AM
HTTP handlers and donwload dialog boxes =?Utf-8?B?Sm9yZ2UgUmliZWlybw==?= ASP .Net 0 02-21-2005 06:47 PM
returning values from modal dialog boxes in asp.net Brian Henry ASP .Net 2 12-11-2003 03:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57