wxPython, mac, wx.HSCROLL not working

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • 7stud

    #1

    wxPython, mac, wx.HSCROLL not working

    Hi,

    I'm trying to allow for a horizontal scrollbar on a textarea, but the
    scrollbar won't appear when I enter a long string of text(by leaning
    on one character on my keyboard):

    import wx

    app = wx.App()
    win = wx.Frame(None, title="Text Editor", size=(150, 150) )

    tb = wx.TextCtrl(win ,
    pos=(5, 35), size=(100, 100),
    style=wx.TE_MUL TILINE | wx.HSCROLL)

    win.Show()
    app.MainLoop()

  • Bjoern Schliessmann

    #2
    Re: wxPython, mac, wx.HSCROLL not working

    7stud wrote:
    I'm trying to allow for a horizontal scrollbar on a textarea, but
    the scrollbar won't appear when I enter a long string of text(by
    leaning on one character on my keyboard):
    Works for me (Linux, self-built Python 2.5 and wxPython 2.8.3.0).

    Regards,


    Björn

    --
    BOFH excuse #285:

    Telecommunicati ons is upgrading.

    Comment

    • kyosohma@gmail.com

      #3
      Re: wxPython, mac, wx.HSCROLL not working

      On Apr 12, 8:37 am, Bjoern Schliessmann <usenet-
      mail-0306.20.chr0n.. .@spamgourmet.c omwrote:
      7stud wrote:
      I'm trying to allow for a horizontal scrollbar on a textarea, but
      the scrollbar won't appear when I enter a long string of text(by
      leaning on one character on my keyboard):
      >
      Works for me (Linux, self-built Python 2.5 and wxPython 2.8.3.0).
      >
      Regards,
      >
      Björn
      >
      --
      BOFH excuse #285:
      >
      Telecommunicati ons is upgrading.
      This works for me too. I'm using Python 2.4, Windows XP Pro, wxPython
      2.6.

      You may want to post this to the wxpython users group list. It could
      be a Mac-specific bug.

      Mike

      Comment

      • 7stud

        #4
        Re: wxPython, mac, wx.HSCROLL not working

        On Apr 12, 9:43 am, kyoso...@gmail. com wrote:
        On Apr 12, 8:37 am, Bjoern Schliessmann <usenet-
        >
        >
        >
        mail-0306.20.chr0n.. .@spamgourmet.c omwrote:
        7stud wrote:
        I'm trying to allow for a horizontal scrollbar on a textarea, but
        the scrollbar won't appear when I enter a long string of text(by
        leaning on one character on my keyboard):
        >
        Works for me (Linux, self-built Python 2.5 and wxPython 2.8.3.0).
        >
        Regards,
        >
        Björn
        >
        --
        BOFH excuse #285:
        >
        Telecommunicati ons is upgrading.
        >
        This works for me too. I'm using Python 2.4, Windows XP Pro, wxPython
        2.6.
        >
        You may want to post this to the wxpython users group list. It could
        be a Mac-specific bug.
        >
        Mike
        For the record, I'm using an intel mac, python 2.4.4, and

        wxPython2.8-osx-unicode-2.8.3.0-universal10.4-py2.4.dmg

        Comment

        • 7stud

          #5
          Re: wxPython, mac, wx.HSCROLL not working

          On Apr 12, 9:43 am, kyoso...@gmail. com wrote:
          On Apr 12, 8:37 am, Bjoern Schliessmann <usenet-
          >
          >
          >
          mail-0306.20.chr0n.. .@spamgourmet.c omwrote:
          7stud wrote:
          I'm trying to allow for a horizontal scrollbar on a textarea, but
          the scrollbar won't appear when I enter a long string of text(by
          leaning on one character on my keyboard):
          >
          Works for me (Linux, self-built Python 2.5 and wxPython 2.8.3.0).
          >
          Regards,
          >
          Björn
          >
          --
          BOFH excuse #285:
          >
          Telecommunicati ons is upgrading.
          >
          This works for me too. I'm using Python 2.4, Windows XP Pro, wxPython
          2.6.
          >
          You may want to post this to the wxpython users group list. It could
          be a Mac-specific bug.
          >
          Where is that list? Are you talking about the google group list
          wxpython? It's inactive--there are only 5 posts in the last few
          years.

          Comment

          • Bjoern Schliessmann

            #6
            Re: wxPython, mac, wx.HSCROLL not working

            7stud wrote:
            Where is that list?
            Argh!



            Regards,


            Björn

            --
            BOFH excuse #330:

            quantum decoherence

            Comment

            • 7stud

              #7
              Re: wxPython, mac, wx.HSCROLL not working

              On Apr 12, 2:09 pm, Bjoern Schliessmann <usenet-
              mail-0306.20.chr0n.. .@spamgourmet.c omwrote:
              7stud wrote:
              Where is that list?
              >
              Argh!
              >

              >
              Regards,
              >
              Björn
              >
              --
              BOFH excuse #330:
              >
              quantum decoherence
              Thanks. It looks like someone asked the same question yesterday.

              Comment

              • Bjoern Schliessmann

                #8
                Re: wxPython, mac, wx.HSCROLL not working

                7stud wrote:
                Thanks. It looks like someone asked the same question yesterday.
                No -- it looks like I was a bit stressed and the first google hit or
                a direct jump to wxpython.org would have provided the solution :)

                Regards,


                Björn

                --
                BOFH excuse #14:

                sounds like a Windows problem, try calling Microsoft support

                Comment

                • 7stud

                  #9
                  Re: wxPython, mac, wx.HSCROLL not working

                  On Apr 13, 4:54 am, Bjoern Schliessmann <usenet-
                  mail-0306.20.chr0n.. .@spamgourmet.c omwrote:
                  7stud wrote:
                  Thanks. It looks like someone asked the same question yesterday.
                  >
                  No -- it looks like I was a bit stressed and the first google hit or
                  a direct jump to wxpython.org would have provided the solution :)
                  >
                  Huh? Are you saying you found a solution?

                  Comment

                  • Bjoern Schliessmann

                    #10
                    Re: wxPython, mac, wx.HSCROLL not working

                    7stud wrote:
                    Huh? Are you saying you found a solution?
                    Yes, the solution to

                    | Where is that list?

                    Regards,


                    Björn

                    --
                    BOFH excuse #382:

                    Someone was smoking in the computer room and set off the halon
                    systems.

                    Comment

                    Working...