Search found 60 matches: transbmp

Return to advanced search

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6348

Re: TBarTabs Tamaño de los tabs

... nStart + 20 + nWidth - 15 },; nOr( DT_LEFT, DT_VCENTER ) ) */ // esto modifica la ubicacion vertical del BMP if ::nOrientation <= OR_BOTTOM TransBmp( hBmp, nBmpWidth( hBmp ), nBmpHeight( hBmp ), /* RGB( 255, 0, 255 ) */ nZeroZeroClr, ::hDC,; nStart + 12, If( ::nOrientation == OR_TOP, 8, ...
by rterraz
Tue Sep 20, 2016 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBarTabs Tamaño de los tabs
Replies: 3
Views: 746

New FTDN December/Diciembre 2015 (FWH 15.12)

... TScintila new data nMnuStyle * Enhancement: Font object can now be created from hFont. Eg: oFont := TFont():New( hFont ) * Enhancement: Usage of TransBmp() simplified. It is not necessary to call SetBkColor(), SetTextColor() etc and not necessary to provide zerozeroclr before calling TransBmp() ...
by Antonio Linares
Sun Jan 03, 2016 11:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2015 (FWH 15.12)
Replies: 0
Views: 704

Re: Bad quality with GIF (and GDI+)

... (default .t. )], [lStretch/nResizeMode], [nAlpha/lAlpha],[lGray] ) paints the image using the appropriate painting function eg. ABPaint(), TransBmp(),PalBmpDraw() For the sample you sent me, I suggest using FWH methods like this: function magicbmp()   local oDlg, aBmp  ...
by nageswaragunupudi
Wed Nov 04, 2015 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad quality with GIF (and GDI+)
Replies: 84
Views: 9936

xBrowse Melhoria FOOTER.

... ) else DEFAULT aBitmap[ BITMAP_ZEROCLR ] := GetZeroZeroClr( hDC, aBitmap[ BITMAP_HANDLE ] ) SetBkColor( hDC, nRGB( 255, 255, 255 ) ) TransBmp( aBitmap[ BITMAP_HANDLE ], aBitmap[ BITMAP_WIDTH ], aBitmap[ BITMAP_HEIGHT ],; aBitmap[ BITMAP_ZEROCLR ], hDC, nBmpCol, nBmpRow, nBmpWidth( ...
by MGA
Mon Jul 07, 2014 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse Melhoria FOOTER.
Replies: 0
Views: 298

Re: RibbonBar PNG image disappear

Cristobal, Mas sencillo: Añade esta función a tu aplicación y dime si afecta a como se ve la ribbonbar: function TransBmp() return nil Antonio Asi funciona mucho mejor y falla mucho menos que antes. Gracias de nuevo por tu tiempo Saludos So it works much better and gives a lot ...
by cnavarro
Thu May 16, 2013 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar PNG image disappear
Replies: 10
Views: 1597

Re: RibbonBar PNG image disappear

Cristobal,

Mas sencillo: Añade esta función a tu aplicación y dime si afecta a como se ve la ribbonbar:

function TransBmp()

return nil
by Antonio Linares
Thu May 16, 2013 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar PNG image disappear
Replies: 10
Views: 1597

Re: Last FWH version. Memory leak.

Bayron,

Por favor, prueba a cambiar esta línea asi:

static void TransBmp( HBITMAP hBitmap, unsigned int iXsize, unsigned int iYsize,
by Antonio Linares
Fri Feb 15, 2013 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Last FWH version. Memory leak.
Replies: 48
Views: 10279

Re: Last FWH version. Memory leak.

Yes, in my opinion it is connected with Transbmp function.

Or maybe there is a leak in Fivewin´s internals, I don´t know.
by lucasdebeltran
Thu Feb 14, 2013 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Last FWH version. Memory leak.
Replies: 48
Views: 10279

Re: Loosing buttons in RibbonBar

The function that paints the bitmaps on the buttons is TransBmp(). In fact if you add this function to your main PRG you will see no bitmaps in the buttons: function TransBmp()return nil Ok, so now here you have a modified version of TransBmp() ...
by Antonio Linares
Fri Jul 27, 2012 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6871

Re: Bug in TBar?

... when trying to build samples\skin1.prg or skin2.prg). Code works fine most of the times. So it is a question of runtime, related to resources or transbmp. Please, see http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21662 Carlos Vargas, Maurizio and Enrico confirmed the error also.
by ukservice
Fri Dec 30, 2011 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11827

Re: Bug in TBar?

... oWnd:Move( , , 800, 800 ) ), sysrefresh() ) of oWnd this test is finished after 7 hours without problem.... i'm using TransBmp provided by Fivetech... is really important you provide a sample...
by Daniel Garcia-Gil
Fri Dec 30, 2011 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11827

Re: Bug in TBar?

Daniel, Thanks for helping. ukservice wrote: Who is the author of TransBmp?. I mean the person. I am afraid it can´t be traced just with a timer :roll: The sequence of Transbmp is ok?. What the bitmap can´t be created?. MessageBox( 0, "(2) Can't ...
by ukservice
Thu Dec 29, 2011 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11827

Re: Bug in TBar?

ukservice wrote:Who is the author of TransBmp?.


fivetech

ukservice wrote:But also it is required to work with the program, click on buttons, open dialogs, treport, etc.

it's really a hard test... i added a sysrefresh too, after 1:30 (more) continue stable the sample
by Daniel Garcia-Gil
Thu Dec 29, 2011 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11827
Next

Return to advanced search