Couldn't you determine the length of the data in your field and set the
textsize as needed?
Find out how many chars just fit into the field. When you load your data,
include a little code to change the textSize as required:
on LoadYourData -- your code that puts the address into the field
....
switch
case the length of me >= 30 and the length of me < 40 -- or whatever
set the textSize of me to 10
break
case the length of me >= 40 and the length of me < 50-- or whatever
set the textSize of me to 9
break
case --you get the picture
end switch
If the data is very long, you might end up reducing the text so much that
it is hard to read, I guess.
Can you make the field larger if the data is too long? In the same way, you
could set the rect of the field as well.
Craig Newman
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution