At 17:11 30/06/2004 -0400, you wrote:
>>>i would like the recipient to be able to do this.

You could have the user enter a location as vertical and horizontal coordinates and then set the loc of btn x to v,h

repeat with j = 1 to the number of buttons
  Ask "Desired vertical"
  put it into v

  Ask "Desired horizontal"
  put it into h

  set the loc of btn j to v, h
end repeat

Can this be done via drag-position and corner-drag-size?

IE My button inserts a textbox and they can resize it.

I'll get to grips with it all soon.

All the best
Bob


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

Reply via email to