Thanks, no more errors but I don't think its working right. I don't see any thumbnails. First I tried double clicking (minimized window). Then I put [EMAIL PROTECTED](lastactivehandle) as the last command on active buttons. Clicking active button now toggles between minimized and restore of associated window. Should something more be happening?
Regards, Sheri (XP Pro) --- In [email protected], Cüneyt <[EMAIL PROTECTED]> wrote: > > Sheri wrote (on 01.05.2007 18:56): > > Bad expression: wrong use of braces [] > > not s_Grid[j,i] || s_Grid[j,i] == _handle > > > Nope it's about operator precedence, I suspect it > might be due to "short hand evaluation". Change the > line to this: If(not s_Grid[j,i] or (s_Grid[j,i] == > _handle))Do and it works again. > > HTH >
