bug-ncurses
[Top][All Lists]
Advanced

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

field_opts_off bug??


From: pcazallas
Subject: field_opts_off bug??
Date: Wed, 21 Jul 2010 03:06:42 -0700 (PDT)

Trying to switch off the flag O_ACTIVE in some fields of a form, after
calling post_form, all the fields become inactive, except the first one.

This is the code:

field_opts_off(aField[0], O_ACTIVE); // this doesn't work
field_opts_off(aField[1], O_ACTIVE); // this works fine
field_opts_off(aField[2], O_ACTIVE); // this works fine

What could be the problem??
Do I need to call any other function after doing that??

Thanks in advance,
Pablo Cazallas.
-- 
View this message in context: 
http://old.nabble.com/field_opts_off-bug---tp29223941p29223941.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

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