Thanks John,
That would be great.
Right now I'm just using listbox.RowPicture, so I'm open to any other
methods.
Thanks again,
Rob
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Thu 30 Aug 2007 13:47:32 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 37CFC3F99782; Thu, 30 Aug 2007 12:47:42 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-3.1 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id 3032F3F99775;
Thu, 30 Aug 2007 12:47:41 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 4F8235E7AB7;
Thu, 30 Aug 2007 14:47:25 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 3F66F5E7AAC
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 30 Aug 2007 14:47:21 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 603427B39D4
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 30 Aug 2007 13:47:32 -0600 (MDT)
Date: Thu, 30 Aug 2007 13:47:32 -0600
Subject: Re: Looking for thumbnail list example
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <9B6F9EE6-250C-441E-A202-0146F135A66A at mac dot com>
X-Mailer: VerEx Email Gateway
Message-Id: <20070830194732 dot 603427B39D4 at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
On Aug 30, 2007, at 19:01 UTC, John Kubie wrote:
> I've written a listbox with thumbnails in its leftmost column.
>
> I did find what I think is a bug in the listbox display of the
> thumbnail images. The location wasn't where I thought it should be. I
> was able to fix it by trial-and-error. But, before I did the fix,
> most of the thumbnail images were out of sight.
You're using RowPicture; that's intended for little 16x16 item icons
next to the names, not for thumbnails. So this is not a bug, just not
intended for what you have in mind. Draw thumbnails yourself in the
CellTextPaint event.
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Strout Custom Solutions, LLC
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|