Hi! Newbie here!
I'm trying to put a scrollbar in a Edit element, but as described in
Release Notes from Mar 2007 (http://desktop.google.com/dev/
releasenotes-2007-03.html) only Div and Listboxes can have this
feature.
So, I put a Edit inside the Div, but I just can't see the scroolbar...
Someone can help me?
Here is the code:
<div name="scrollarea" x="135" y="63" background="#FF0000">
<div height="500" autoscroll="true" background="#000000">
<edit height="110" name="msg" width="500" size="8"
wordwrap="true"
multiline="true" onchange="count()"/>
</div>
</div>