Re: EuGTK demo
- Posted by irv Dec 21, 2010
- 1459 views
Jerry_Story said...
Now it works. I changed line 86 in worldflags.ex in the demos to a comment.
You must have an earlier version of the worldflags package as well, because currently line 86 reads:
86 constant tbl = create(GtkTable,3,3,TRUE) 87 add(panel,tbl) 88 show(tbl)
Which, if commented out, would prevent the program from running at all.