Menu

#89 assert failure if using selection tool but "show frame" off

SVN
closed-fixed
Gtk2 GUI (20)
5
2008-06-10
2008-04-27
No

If you choose the Selection Tool but "Show Frame" is unselected you get

----------------------
s@hosenscheisser:~$
(xvidcap:9056): libglade-CRITICAL **: glade_get_widget_tree: assertion `widget != NULL' failed
**
** ERROR:(gnome_frame.c:348):xvc_change_gtk_frame: assertion failed: (xml)
----------------------

Discussion

  • Simon Effenberg

    Simon Effenberg - 2008-04-27

    simple fix as svn diff

     
  • Simon Effenberg

    Simon Effenberg - 2008-04-28
    • assigned_to: nobody --> charly4711
     
  • Karl H. Beckers

    Karl H. Beckers - 2008-05-02

    Logged In: YES
    user_id=782084
    Originator: NO

    able to reproduce this

     
  • Karl H. Beckers

    Karl H. Beckers - 2008-05-02
    • status: open --> open-accepted
     
  • Karl H. Beckers

    Karl H. Beckers - 2008-05-02

    Logged In: YES
    user_id=782084
    Originator: NO

    The underlying problem was the display of frame dimensions while dragging the frame. This I destroy with the frame, so it is not available for display if there is no frame. SVN now contains the fix for the underlying issue, i. e. it no longer tries to show the frame dimensions when there is no frame.

    However, I'll leave this open for discussion for a while, because I feel unsure about the suggestion of automatically enabling the frame display on click on the select button. I can see both good and bad in it, so feel free to comment.

     
  • Simon Effenberg

    Simon Effenberg - 2008-05-02

    Logged In: YES
    user_id=1854797
    Originator: YES

    I thought about it also and wasn't sure if it is ok to enable "Show Frame" automatically when using the selection tool but after all it makes no sense to use the selection tool without the red frame. After all I'm not a friend of to much automatism but in this case (as you see in my appended fix) it's more confusing that you can select something but you can't see exactly what you select.

     
  • Karl H. Beckers

    Karl H. Beckers - 2008-05-26

    Logged In: YES
    user_id=782084
    Originator: NO

    Fixed by turning frame display on during selection and off again when finished.
    This fixes a previously undiscovered error with positioning the main control window and works around gnome bug # 524110 in conjunction with compiz.

     
  • Karl H. Beckers

    Karl H. Beckers - 2008-05-26
    • status: open-accepted --> pending-fixed
     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539
    Originator: NO

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.