help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Freeze when running a dialog


From: Canol Gökel
Subject: [Help-smalltalk] [bug] Freeze when running a dialog
Date: Thu, 28 Jul 2011 01:08:55 -0700

Issue status update for http://smalltalk.gnu.org/node/601 Post a follow up: http://smalltalk.gnu.org/project/comments/add/601

Project:      GNU Smalltalk
Version:      <none>
Component:    Bindings: Gtk
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  ZuLuuuuuu
Updated by:   ZuLuuuuuu
Status:       active

With the current implementation of #run method of GtkDialog class inside
GtkImpl.st, application freezes when the dialog is run. When I override
the definition of #run like this:

GTK.GtkDialog extend [
       run [
               <cCall: 'gtk_dialog_run' returning: #int args: #( #self
)>
       ]
]

It works as expected.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]