Subject | Re: [IBO] How to make TIB_Grid transparent, so as to have a tiled background? |
---|---|
Author | Raymond Kennington |
Post date | 2004-12-25T11:02:05Z |
Add property:
Background TBackgroundOptions
Bitmap TBitmap
Region TBackgroundRegion
Cells T/F
Fixed Horizontal T/F
Fixed Vertical T/F
BackgroundDrawStyle
bdsTile
bdsCenter
bdsStretched
When painting the grid, draw the bitmap.
case
bdsTile:
begin
with Background.Bitmap do
begin
// Draw copies of bitmap on the canvas of the grid.
end
end;
Raymond.
Jason Wharton wrote:
Background TBackgroundOptions
Bitmap TBitmap
Region TBackgroundRegion
Cells T/F
Fixed Horizontal T/F
Fixed Vertical T/F
BackgroundDrawStyle
bdsTile
bdsCenter
bdsStretched
When painting the grid, draw the bitmap.
case
bdsTile:
begin
with Background.Bitmap do
begin
// Draw copies of bitmap on the canvas of the grid.
end
end;
Raymond.
Jason Wharton wrote:
> I don't know.
> Anyone else have an idea?
>
> Jason Wharton
> www.ibobjects.com
>
>
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
>
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> click here
> <http://us.ard.yahoo.com/SIG=12902vl7c/M=295196.4901138.6071305.3001176/D=groups/S=1705007183:HM/EXP=1102183055/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com>
>
>
> --------------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/IBObjects/
>
> * To unsubscribe from this group, send an email to:
> IBObjects-unsubscribe@yahoogroups.com
> <mailto:IBObjects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
>
>