I had better luck using the exec.tile() syntax - maybe this example can help:

;: arg(1) = window handle
;: arg(2) = mode (c=columns, t=tiles, r=rows)
;: ~~~

@TileWindowClass
args handle mode
local hl=win.handlelist("c="++win.class(handle))
exec.tile("w"++mode, "c="++win.class(handle))
for(local i=word(hl,0); i>0; i=i-1)
  win.showNA(word(hl,i)) ;; actually I use .showNA script
endfor
quit




Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to