1 message in com.googlegroups.google-desktop-developerScrollbar in Edit using Div
FromSent OnAttachments
rodflash27 Jun 2007 19:35 
Subject:Scrollbar in Edit using Div
From:rodflash (rodf@gmail.com)
Date:06/27/2007 07:35:12 PM
List:com.googlegroups.google-desktop-developer

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>