Sivakatirswami,

Do you mean that you would like fields to do this automatically? The following works for a simple editable field:

on rawKeyUp
set the vScrollbar of me to (the formattedHeight of me > the height of me)
     pass rawKeyUp
end rawKeyUp

It is easy to add a similar feature to your own script. What is your own solution?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Economy-x-Talk is always looking for new projects. Contact me for a quote http://economy-x-talk.com/contact.html Download Clipboard Link http://clipboardlink.economy-x-talk.com and share the clipboard of your computer over the local network.

On 26 mei 2010, at 18:37, Sivakatirswami wrote:

Anyone else wish that fields has a property by which you could turn off the appears of the vertical scroll bar, if the field actually did not have enough text to require it?

In the absence of that feature, what is the best way to program this?

I have a field that is dynamically filled with a listing from folders on the server on the LAN. Sometimes there may only be 1-2 files i the list, other times there are many. I would like the field not to have a vertical scroll bar if there it only has 1-7 lines of text and then if it fills with 8, suddenly the scroll bar appears.

I can think of ways to do this, but How are others doing this?

Thanks
Sivakatirswami


_______________________________________________
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

Reply via email to