Search found 45 matches: obitmap

Return to advanced search

Re: Iconos y Bitmaps

... DEFINE DIALOG oDlg RESOURCE "MIDIALOGO" TITLE cTitulo FONT oFont1 ICON "ICONO1" .......... Para usar un BITMAP REDEFINE BTNBMP oBitmap RESOURCE "BITMAP1","BITMAP2" ID 102 OF oDlg; ACTION oDlg:End() NOBORDER ............. Para usar un CURSOR DEFINE CURSOR ...
by Manuel Aranda
Tue Apr 27, 2010 6:23 pm
 
Forum: FiveWin para CA-Clipper
Topic: Iconos y Bitmaps
Replies: 4
Views: 2099

Re: SAY-color on folders

... ( the Function uses Gradient or Color ) -----------//--- for Color : nVcolor and nBcolor are the same -------------------FUNCTION DRAW_TITLE( oBitmap, hDC, lDirect,nVColor, ;   nBColor, nMove, nLeft, oFont, nTColor, cTitle ) LOCAL aGrad := { { nMove, nVColor, nBColor }, ...
by ukoenig
Thu Mar 25, 2010 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAY-color on folders
Replies: 3
Views: 898

Re: Possible to define a Area for Func. < SaveToBmp > ?

... can paint a VTitle and save it with a defined Size. Optional : hBmp = ResizeImg( aBmpPal[ 1 ], nWidth, nHeight ) DeleteObject( aBmpPal[ 1 ] ) or : oBitmap:SetSize( nHORZ, nVERT ) As well I could use it for the Browser-Previews. For the moment, I capture the Screen and cut off the no needed area. ...
by ukoenig
Tue Mar 02, 2010 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a Area for Func. < SaveToBmp > ?
Replies: 10
Views: 2019

Re: refill a bitmap

... RESOURCE "Black" OF oDlg ; ON CLICK ReplaceBMP ( oBMP1, "Red.bmp" ) // ------------ Replace ------------ FUNCTION ReplaceBMP( oBitmap, cBitmap) Local oImage DEFINE IMAGE oImage FILENAME cBitmap aRect := GETCLIENTRECT( oBitmap:hWnd ) PalBmpDraw( oBitmap:GETDC(), 0, 0, oImage:hBitmap, ...
by ukoenig
Sun Jan 17, 2010 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refill a bitmap
Replies: 2
Views: 509

Re: Blue in bmp turns grey

... about that. But for FWH-users it will be something like one more parameter, I guess - that's why we all like to work with FWH :D Please try this: oBitmap:lTransparent = .F. - sorry, no changes. For a quick solution I change the first pixel of the bitmap... Dietmar
by Dietmar Jahnel
Tue Aug 11, 2009 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blue in bmp turns grey
Replies: 8
Views: 1129

Re: Blue in bmp turns grey

... defined TRANSPARENT the BITMAP is always painted transparent regardless if defined TRANSPARENT or not. Can this be changed? > Please try this: oBitmap:lTransparent = .F.
by Antonio Linares
Tue Aug 11, 2009 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blue in bmp turns grey
Replies: 8
Views: 1129

Re: My RibbonBar + ExplorerBar

... they bitmaps ? Yes ! I added Images to usercontrol, about 3 images for each one tab : 1. ImageLeft 2. ImageCenter 3. ImageRight FWH can do it with oBitmap ( ABPaint ) :D then for check MouseEvent, I used Label FWH can do it with oSay :D Please post the VB code here or email it to me, and we will ...
by fafi
Mon Apr 13, 2009 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My RibbonBar + ExplorerBar
Replies: 26
Views: 4890

Re: Transparent bitmap on window

No, i use the standard "@ 5,5 BITMAP..... and oBitmap:ltransparent := .T. " and i see in source, that transbmp() is used in this class.
This is the picture to show:
Image
by byte-one
Tue Feb 10, 2009 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent bitmap on window
Replies: 14
Views: 2384

Transparent bitmap on window

I use a bitmap with a white pixel in 0,0. But when i use oBitmap:ltransparent := .T. all the white pixels are black and not transparent! Any solution?
by byte-one
Fri Feb 06, 2009 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent bitmap on window
Replies: 14
Views: 2384

oBitmap:SetSize( nWidth, nHeight )

o

oBitmap:Zoom( nZoom )

depende de si quieres variar el tamano del control o hacer zoom
by Antonio Linares
Wed Dec 03, 2008 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: timage - redimensionar imagem de recurso
Replies: 4
Views: 1128

Dialog-Size for Images

... need : nWIDTH = aRect[4], nHEIGHT = aRect[3] // Image-Size in Dialog-resource // --------------------------------------- aRect := GETCLIENTRECT( oBitmap:hWnd ) hDC := oBitmap:GETDC() Regards Uwe :lol:
by ukoenig
Wed Nov 26, 2008 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can a dialog be resized ?
Replies: 4
Views: 928

Re: Un BMP asignandole varios bLDblClick

... libres, ocupadas, reservadas... etc...) La duda es: El plano de alzada del aforo lo puedo representar con un BMP, pero ¿como puedo asignar varios "obitmap:bLDblClick" en ese mismo BMP.? Debo asignar un obitmap:bLDblClick a cada sector/zona dentro del BMP ¿ Podría hacerse de otra manera ? mil gracias ...
by joseluisysturiz
Tue Nov 11, 2008 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un BMP asignandole varios bLDblClick
Replies: 9
Views: 2131

Un BMP asignandole varios bLDblClick

... libres, ocupadas, reservadas... etc...) La duda es: El plano de alzada del aforo lo puedo representar con un BMP, pero ¿como puedo asignar varios "obitmap:bLDblClick" en ese mismo BMP.? Debo asignar un obitmap:bLDblClick a cada sector/zona dentro del BMP ¿ Podría hacerse de otra manera ? mil gracias ...
by Loren
Sun Nov 09, 2008 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un BMP asignandole varios bLDblClick
Replies: 9
Views: 2131

In fact, it should be used from the ON PAINT, to properly refresh:

ACTIVATE DIALOG oDlg ;
ON PAINT oBitmap:Say( 2, 2, "Cadastro Plano de Contas",,,,, .T. )
by Antonio Linares
Wed Aug 27, 2008 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "REDEFINE SAY ... TRANSPARENT" not work! SOLVED!
Replies: 22
Views: 3410

Julio,

You have to do that call from the ON INIT of the dialog:

ACTIVATE DIALOG oDlg ;
ON INIT oBitmap:Say( 2, 2, "Cadastro Plano de Contas",,,,, .T. )
by Antonio Linares
Wed Aug 27, 2008 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "REDEFINE SAY ... TRANSPARENT" not work! SOLVED!
Replies: 22
Views: 3410
PreviousNext

Return to advanced search

cron