Menu

#23 Windows: static text widgets don't display.

closed
Layout (7)
9
2008-02-20
2008-02-20
Syd Logan
No

The following document shows nothing in a blank window, obviously a regression of some kind:

<window name="main" title="GPG AES" main="true"
width="400" height="200" x="100" y="100">
<statictext string="Key:" width="135"/>
<statictext string="Ciphertext:" width="135"/>
<statictext id="ciphertext" string="Yadda Yadda" width="400"/>
</window>

Discussion

  • Syd Logan

    Syd Logan - 2008-02-20

    Logged In: YES
    user_id=740733
    Originator: YES

    Works on Linux/Gtk+ ok, duplicate of bug already reported on Mac OS X and can be fixed by giving an explicit height attribute. However, on Windows .NET, not sure what the problem is.

     
  • Syd Logan

    Syd Logan - 2008-02-20
    • summary: Static text widgets don't display. --> Windows: static text widgets don't display.
     
  • Syd Logan

    Syd Logan - 2008-02-20
    • status: open --> closed
     
  • Syd Logan

    Syd Logan - 2008-02-20

    Logged In: YES
    user_id=740733
    Originator: YES

    The create function was returning a failure code, so naturally, the layout engine didn't flow it. Fix checked in.

     

Log in to post a comment.