realbasic-nug
[Top] [All Lists]

[ANN] Ben's Listbox Extras v1.1

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>, pr@realsoftware.com
Subject: [ANN] Ben's Listbox Extras v1.1
From: Ben Blake <bens_software@benandruby.com>
Date: Sat, 29 Nov 2008 13:21:34 +1100
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:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer:sender; bh=aEZnsYgdHnFet9ITYF77Xrt6AXmECxRphTOylrZB+v0=; b=t1kMQDYcu3dAylKTSSIVBJraRG6UVfMGt5+vvm6RbAjzXh83gOr3mnB1ZklrI3J6Rx AdEi1D//JNoExmTGibZT9YWEiLgiNmrr0IcjD4K5JJAEgWBNa2XiyqP5ymek2JUQmTe3 Ihj7BphL6U9I3qVn6jHZV5G8WNAE16vLK/b8M=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer:sender; b=Lnf0oy/DXQauy9yiXOeYLYjbeO26K2EKw4sO/TWYl3yxHTV02dzMCBQhwoffW7RAdJ 31faqJt1yTXwqhvJ/3pzZMEumqzDKsayv5OE8LOsRYn0KpcbaMT6/8/zWXRfcuBzr3wq xwOHEGTcUnwPt/o83n+euRfgcaOjxMgcAhylA=
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Press Release for Ben's ListBox Extras 1.1

SYDNEY, Australia (November 29th 2008) - Ben's Software today announced the release of Ben's ListBox Extras v1.1for REALbasic.

Bens ListBox Extras is a REALbasic ListBox subclass allows you to easily print the contents of the ListBox, includes better cell formatting and a quick way to add and store hierarchical data. REALbasic 2006r3 or higher is required.

This update is free for existing users.

Features:
- Easily print the contents of a ListBox
- Different font and font sizes for the cells and headers
- Provides a quick, standard way to add and store hierarchical data (1 row deep)
- Allows suppressing mouse clicks in the ListBox Header
- Gets the Header Height
- Add pictures to any cell and any position in that cell
- Custom cell background colors
- iTunes like odd/even row coloring
- adds in a workaround for REALbasic bug wvvxhunx to allow drawing the row background color past the last column (like iTunes) - adds Popup Menu type for cells/columns. The CellAction event includes x, y location for the menu
- can set the color of cell text
- can set the font and font size per cell
- Mac style listbox selection including options for Blue and Gray gradient highlight styles
- Resize columns to largest cell text


New Features:
- added SuppressHeaderClicksAllowColResize which allows column resizing but no other clicks in the header
- added constructors to BB_ListBox_ExtraData
- added column resizing based on largest cell text
- added setting cell Font and Font Size
- added selection of Highlight Styles: Standard RB, MacOS, Leopard Blue and Gray gradients
- added Cell_SuppressClick to disable clicking in individual cells

Bugfixes:
- corrected spelling of "suppress" property
- fixed bug for SuppressHeaderClicks where if the ListBox had no rows the header could still be clicked
- tester code now includes and example for the BB_CellTag

For more information or to download Bens Listbox Extras go to:
<http://www.benandruby.com/bens_software/RBstuff.html>

A license for Bens Listbox Extras is $US30 and includes full source code.

_______________________________________________
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>
  • [ANN] Ben's Listbox Extras v1.1, Ben Blake <=