Notes |
(0001246 - 188 - 204 - 204 - 204 - 204 - 204)
andreas
03-10-05 04:54
|
I need an example. Trying my "classic" one of triggering a breakpoint upon cursorChanged in the list of a browser seems to work just nicely. All of the messages are listed upon <complete>. |
|
(0001442 - 179 - 300 - 300 - 300 - 300 - 300)
bert
04-28-05 16:34
|
Example:
CObject new
startScript: #beep when: #foo;
halt;
signal: #foo
When pressing "complete" it beeps immediately. When steppig over the #signal: it is intercepted. |
|
(0001443 - 32 - 32 - 32 - 32 - 32 - 32)
andreas
04-28-05 21:23
|
Now fixed. Thanks for reporting. |
|