Menu

#173 can not move controls in dialog designer

open
None
5
2004-01-05
2003-12-31
No

version: cvs 12/31/03

Using wxGTK-2.4.2, with gtk+-2.2.4 support.

I create a Dialog, and open it in the designer.

Add a button. I can select the button, but I can not
move it. I try to drag it and it does not move.

Add a label. I can not even select the label. no
matter where I click inside the window, I can not
select the label. I can select it by selecting it in
the inspector, but just like with the buttons, I can
not move it.

Didn't test with other controls.

Discussion

  • Riaan Booysen

    Riaan Booysen - 2004-01-05

    Logged In: YES
    user_id=438

    Yes, two more wxGTK issues I'm afraid.

    I hope to fix the issue with buttons soon, note that you can
    move it, but that the offset from where the drag started is
    wrong. This drag offset is different to the one reported under
    windows.

    The problem with the wxStaticText is that the control simply
    does not support many of the mouse events needed by the
    Designer. You may use wxGenStaticText on the wxPython.lib
    palette page for a labal that works properly in the Designer on
    Linux.

    Cheers,
    Riaan.

     
  • Riaan Booysen

    Riaan Booysen - 2004-01-05
    • assigned_to: nobody --> riaan
     

Log in to post a comment.