| To: | realbasic-nug@lists.realsoftware.com |
|---|---|
| Subject: | ScrollBar as Property of Canvas |
| From: | Jay Rimalrick <asciiace@yahoo.com> |
| Date: | Mon, 30 Jun 2008 14:01:13 -0700 (PDT) |
| 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; domainkeys=hardfail (test mode) header.From=asciiace@yahoo.com |
| Delivered-to: | listarchive@realsoftware.com |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=HFWuIUeRxy7XmZj3ZafcfC2+Tyu8gbaJ6NVyZL2V2fS8aAmqNTePibdk2kFN/fu4S23skqXHRqoG6ueHpTak4WGLlvRX8LUIUsguSubbCPQVEpXeqvTAHWNxWydGCP0hhOegb00XfLutAU9Y7y9qPenmO+6Y0uaoqIyhud0MmC4=; |
| Domainkey-status: | bad (test mode) |
| 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.
In the Canvas Open Method I write:
sbar = new MyScrollBar
And in MyScrollBar constructor:
me.width = 1000
me.height = 50
me.Enabled = true
me.Visible = true
me.Minimum = 0
me.Maximum = 100
me.Refresh
What can I do to fix this, besides putting the ScrollBar directly in the Window
via the interface builder?
_______________________________________________
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> |
|---|---|---|
| ||
| Previous by Date: | Re: How to get the current volume name, Arnaud Nicolet |
|---|---|
| Next by Date: | MouseDrag not firing?, Markus Winter |
| Previous by Thread: | RBScript error numbers, Robin Lauryssen-Mitchell |
| Next by Thread: | Re: ScrollBar as Property of Canvas, Charles Yeomans |
| Indexes: | [Date] [Thread] [Top] [All Lists] |