I get this error:
Bad argument 1 to `[](). Expected string (8bit).
Unknown program: `[](0)
/usr/local/pike/7.8.455/lib/modules/___GTK2.so:1:
GDK2.Event(configure)->`[](0)
lotrolayout.pike:512:
/main()->__lambda_65666_2_line_512(GTK2.DrawingArea,GDK2.Event(configure))
/usr/local/pike/7.8.455/lib/modules/___GTK2.so:1: GTK2.Window->show_all()
myprogram.pike:526:
/main()->main(1,({"/home/mirar/hack/myprogram.pike"}))
On this line:
da=GTK2.DrawingArea();
da->signal_connect("configure-event",
lambda(object da,array req) { ... });
Any idea why? It seems like a Pike bug to me, but maybe I'm doing
something wrong?