realbasic-nug
[Top] [All Lists]

Re: ScrollBar as Property of Canvas

To: realbasic-nug@lists.realsoftware.com
Subject: Re: ScrollBar as Property of Canvas
From: "Lars Jensen" <larsjensen@gmail.com>
Date: Mon, 30 Jun 2008 14:24:57 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=auptj8bEvtmMZaig2cs/XP11pTcjl57eK6Z/y4yGmx8=; b=l/fercHan3dcgBXULjLlUWD9hNTd4jy86IZDu3SPhaGwV9wV/0iLNqWVMdBnAVymoG aEwuvEFuJ6hT93RVdsK0dpVuGr3zRLss+8DAyAKQa0hLqarVKdR/WfjoRPUuvdfbAcy4 wAvf1kfS1hQgtfw8wfDuni0nPPuR2X5hXZKqU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=NruZDEYMICP3/c3MIyQZa7pZ4nlmTGxs9v8C/U60cwp2h2odzqMI2X2Jo/S6qssPRp SwXP7FijhPY/Wgk/zxr5l6NnICvZJhBCCbPr07sH0pB29whIq30LubW819E15oRnmmJ/ Uwucg/UkY4cNWat2K+6+ILGBoikcrEs9LOY+I=
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
> I have a custom ScrollBar and Canvas classes. The ScrollBar is a property of 
> the canvas.
> However, I cannot get the ScrollBar to display...What can I do to fix this, 
> besides
> putting the ScrollBar directly in the Window via the interface builder?

You can create a ContainerControl that contains a Canvas and a
ScrollBar (or two, depending on your needs).

lj

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>