source:
trunk/lingosource/castlib1/resizewindowfs.ls
| Last change on this file was 180, checked in by alex, 4 years ago | |
|---|---|
| File size: 283 bytes | |
| Line | |
|---|---|
| 1 | on exitFrame me |
| 2 | gross = (label("withSearch") = marker(0)) |
| 3 | r = (the activewindow).rect |
| 4 | (the activewindow).rect = rect(r.left, r.top, r.left + 186 + (gross * 200), r.bottom) |
| 5 | member("searchword").text = "" |
| 6 | member("searchword").editable = gross |
| 7 | sprite(4).editable = gross |
| 8 | end |
Note: See TracBrowser
for help on using the repository browser.
