I have been experimenting with charts from the Table & Chart objects 
stack, downloadable from the Rev user contributions area. This shows a 
bug which wasn't (I think) in earlier Rev versions: it can't go back to 
the browse tool after creating an object.

The simplest script to illustrate this is:

on mouseUp
   create graphic
   -- draws a rectangle

   put the tool
   -- puts "browse tool"

   choose browse tool
   -- does nothing but pointer tool is active
end mouseUp

If I specifically choose the pointer tool before creating the graphic, 
the put line does say "pointer tool" but still doesn't revert to the 
browse tool. Using a script that simply chooses a tool, waits a seconds 
and then chooses browse tool does work OK.

Cheers,
Sarah

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to