| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
|
#2
| |||
| |||
| 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| x oSomething() }, #EXPRESSION, 80, SELF, /* + 12other elements */ } ) Then it's a simple call SELF BB:Use( SELF Server, 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 |
|
#3
| |||
| |||
| 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 |
|
#4
| |||
| |||
| 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 |
|
#5
| |||
| |||
| Marc Thanks for the comment Richard |
|
#6
| |||
| |||
| 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 |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.