View Single Post
# 8 19-01-2004 , 10:31 AM
scopa's Avatar
Registered User
Join Date: Mar 2003
Location: San Francisco, CA
Posts: 72
thanks danny!

now, could you have it run the code automatically after enlarging a view window?

something like:

onWindowEnlarge(){

$sel = `ls -sl`;
select -cl;
select $sel;

}


"On the other hand... the early worm gets eaten."

Last edited by scopa; 19-01-2004 at 10:33 AM.