managing text in textcntrl box in wxpython

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agsupriya86
    New Member
    • Mar 2007
    • 34

    #1

    managing text in textcntrl box in wxpython

    how to manage text in text control in wxpython..what i want to do exactly is managing the size of text ...like if the text length increases the size of text control area the remaining text should come in next line..i mean the user shud not require to move the horizontal scroll bar..
    Any help??
  • agsupriya86
    New Member
    • Mar 2007
    • 34

    #2
    Oops i got it right..i need to deactivate horizontal scroll bar!

    Comment

    • agsupriya86
      New Member
      • Mar 2007
      • 34

      #3
      But how to make the vertical scroll bar automatically movable if the text increases the size of textcontrol area??

      Comment

      • agsupriya86
        New Member
        • Mar 2007
        • 34

        #4
        managing text in textcontrol in wxpython

        how to make the vertical scroll bar automatically movable if the text increases the size of textcontrol area??

        Any help??

        Comment

        • bartonc
          Recognized Expert Expert
          • Sep 2006
          • 6478

          #5
          Originally posted by agsupriya86
          how to make the vertical scroll bar automatically movable if the text increases the size of textcontrol area??

          Any help??
          Patience, my freind. Double posting will not speed a reply.

          Thanks for taking some time to read the Posting Guideline in regards to this and other issues.

          Comment

          Working...