Able to send ssignal by name



I'm able to emit a signal by name and get it to go to the correct
location
but it dies with a page fault immediately.  I put printf's inside and it
runs tryough the
entire function called but does not return the the location where signal
was emitted.


What I'm doing is:
hit key "i" -> key press down event
case i
print key 1
    scale *= 1.25;
    emit signal by name "configure_event"
print key 2

configure event sub
print 1
if pixmap unref pixmap
print 2
new pixmap
print 3
draw black rect
print 4
draw my data
print 5
return

I get printed to screen
key 1
1
2
3
4
5
ERROR





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