bug-ncurses
[Top][All Lists]
Advanced

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

Processing the form makes it invisible!


From: OLBA
Subject: Processing the form makes it invisible!
Date: Sat, 17 May 2008 14:39:46 -0700 (PDT)

Hello,


I have a function that creates fields and a form.
The function has a parameter for the window,
in which the form should be displayed.

When I use NULL or stdscr as parameter,
the form will be displayed. And it will be processed
by another function. This works fine.

When I use a different window (not stdscr),
the fields and the form will also be created and
it also will be displayed. Fine. But when processing
that form with the form_driver, the screen turns
black. The forms can be used to read in data,
but the screen is overwritten entirely black.

Any idea on what I might have forgotten?

I've set the form-win/form-sub both to the window,
in which the mask is displayed.

Do I also have to set something for the formdriver?

Or do I have to repost the form or refresh something?

Ciao,
   Oliver
-- 
View this message in context: 
http://www.nabble.com/Processing-the-form-makes-it-invisible%21-tp17296597p17296597.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.





reply via email to

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