[futurebasic] DBData: data browsers made simple

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2007 : Group Archive : Group : All Groups

From: Bernie <fblist.bw@...>
Date: Fri, 13 Jul 2007 13:43:08 +0100
DBData is a library of functions and wrappers that simplify the  
handling of data browser data.

Features:
-	Auto creates and releases data
-	No need to define any records or dim any arrays
-	Built-in (default) item data/notification/compare callbacks with  
options to override any or all these
-	Handles all property types (text, icon & text, checkbox, slider,  
rank relevance, popup menu, progress bar, data time)
-	Supports hierarchical data
-	Refer to columns by position or property ID
-	Functions to read or write data from/to disk
-	Wrappers for getting/setting common browser attributes
-	FBtoC compatible
-	Open source and FOC

Example: Only a few simple lines are required to set and display your  
item data.

//---------------
fn DBDataSetPString( browser, 0, 1, "Bravo" )
fn DBDataSetPString( browser, 0, 2, "Echo" )
fn DBDataSetPString( browser, 0, 3, "Hotel" )
// ... more items ...

fn DBDataPopulateBrowser( browser )
//---------------


[Requires OS X 10.4]

Interested?... contact me privately (no time wasters, please).

Bernie





Attachments: