[bug] Freeze when running a dialog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[bug] Freeze when running a dialog

ZuLuuuuuu
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.



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Canol Gökel