1. I made a field called "attachments" and use the Geometry Manager to scale 
the right side of the field to the window. Set the stack for live resizing.

With the following card handlers it works but the screen updates lag and the 
tab stops don't always get set to the same correct spot.

on resizeStack  -- to adjust tab stops for attachments field
   resetTabStops
   pass resizeStack
end resizeStack

on resetTabStops
   set the tabstops of field "attachments" to 200, (the width of field 
"attachments" - 30)
end resetTabStops

2. Is there a way to inhibit cell movement upon a return key press?
Normally when finished editing a cell and pressing Return it goes to the cell 
below. Can I prevent that from happening and just stay in the same cell?

Thanks,

Bill Vlahos
_________________
InfoWallet (http://www.infowallet.com) is about keeping your important life 
information with you, accessible, and secure.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to