Ideas to beautify bBrowse

This is a discussion on Ideas to beautify bBrowse within the Clipper forums in Programming Languages category; I use the bBrowse with the characteristics default I know there are ways to improve their presentation, make more "modern" I should like to hear suggestions from members of the group with more knowledge / ideas that I Thanks in advance Jorge Accinelli Argentina...

Go Back   Application Development Forum > Programming Languages > Clipper

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-23-2008, 11:51 PM
jorgeaccinelli@dextrasistemas.com.ar
Guest
 
Default Ideas to beautify bBrowse

I use the bBrowse with the characteristics default
I know there are ways to improve their presentation, make
more "modern"
I should like to hear suggestions from members of the group
with more knowledge / ideas that I

Thanks in advance
Jorge Accinelli
Argentina
Reply With Quote
  #2  
Old 08-24-2008, 12:58 AM
Stephen Quinn
Guest
 
Default Re: Ideas to beautify bBrowse

Jorge

>I use the bBrowse with the characteristics default
> I know there are ways to improve their presentation, make
> more "modern"


I subclassed bBrowser many years ago to get a uniform colour scheme
throughout the application, setting default values for everything,
method/access/assign to turn the selectionbar hilite on/off & change it's
colour depending on the value show, etc...
I also set it up to pass an array of data to set up columns I wanted to see
& not see.
Eg
In the postinit
// Elements - Field to display, access type, width, Server/Owner,
etc...
anArray := {}
aadd( anArray, { #FLD1', #FIELD, 80, SELF, /* + 12 other elements */ } )
aadd( anArray, { {|x| xoSomething() }, #EXPRESSION, 80, SELF, /* + 12
other elements */ } )

Then it's a simple call
SELFBB:Use( SELFServer, anArray, TRUE )
// Where TRUE meant to create the columns from the supplied array

Any further column customisation was done later in the postinit

All the bBrowsers in the app descend from this class so the look and feel is
the same thoughout the app.

CYA
Steve


Reply With Quote
  #3  
Old 09-02-2008, 03:44 AM
richard.townsendrose
Guest
 
Default Re: Ideas to beautify bBrowse

Jorge

we also have a beautified bbrowser, plus we addedd the ability to
search into indexed fields and locate into others. and this then is
all encapsulated in a drop down available for finding data to put into
key fields.

please see www.tdoc.org.uk/5manual and look at the Using TDOC, Basic
Functions, and select "The TDOC Browse".

anyway if you want any code please let me know.

richard
Reply With Quote
  #4  
Old 09-02-2008, 04:21 PM
Marc Verkade [Marti IT]
Guest
 
Default Re: Ideas to beautify bBrowse

Nice!

--
Grtz, Marc


"richard.townsendrose" <richard.townsendrose@googlemail.com> schreef in
bericht
news:2dc8ecf2-14c1-44d2-bfa2-f90c9e9e1acc@f63g2000hsf.googlegroups.com...
> Jorge
>
> we also have a beautified bbrowser, plus we addedd the ability to
> search into indexed fields and locate into others. and this then is
> all encapsulated in a drop down available for finding data to put into
> key fields.
>
> please see www.tdoc.org.uk/5manual and look at the Using TDOC, Basic
> Functions, and select "The TDOC Browse".
>
> anyway if you want any code please let me know.
>
> richard


Reply With Quote
  #5  
Old 09-07-2008, 07:31 AM
richard.townsendrose
Guest
 
Default Re: Ideas to beautify bBrowse

Marc

Thanks for the comment

Richard
Reply With Quote
  #6  
Old 09-10-2008, 04:53 AM
EŽ!k \\/!sser
Guest
 
Default Re: Ideas to beautify bBrowse

Hi Jorge,

You can show a bitmap on the background. That can look like this:

http://www.sdn.nl/Default.aspx?tabid...le&ItemID=1983


hth

Erik


<jorgeaccinelli@dextrasistemas.com.ar> wrote in message
news:a4496601-66bc-402e-b9bb-e511c15e4e69@79g2000hsk.googlegroups.com...
>I use the bBrowse with the characteristics default
> I know there are ways to improve their presentation, make
> more "modern"
> I should like to hear suggestions from members of the group
> with more knowledge / ideas that I
>
> Thanks in advance
> Jorge Accinelli
> Argentina


Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 08:26 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.