hiding the window object shown by curses module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cpradeepcse
    New Member
    • Dec 2006
    • 2

    hiding the window object shown by curses module

    hii friends,

    Is anybody worked on curses module, this is interface for characters and function keys in keyboard to the program.. here it shows a separate window object and after pressing ur desired key it shows its ascii value in cmd prompt..
    i want the window object to hide or dissable. let me know if u have any idea regarding that!!
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by cpradeepcse
    hii friends,

    Is anybody worked on curses module, this is interface for characters and function keys in keyboard to the program.. here it shows a separate window object and after pressing ur desired key it shows its ascii value in cmd prompt..
    i want the window object to hide or dissable. let me know if u have any idea regarding that!!
    Check out Curses Programming with Python at this link.

    Comment

    • cpradeepcse
      New Member
      • Dec 2006
      • 2

      #3
      Originally posted by bartonc
      Check out Curses Programming with Python at this link.
      ya i run that program, i got the window object so i want that to either invisible or hide

      Comment

      Working...