Search found 13 matches: palbmpload

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: 6332

Re: RIBBON con imagenes PNG (SOLUCIONADO)

... ::hBitmap1 ) // falta esta lineas METHOD LoadBitmaps( cName ) CLASS TRBtn local aBmpPal if ! Empty( cName ) if ! File( cName ) aBmpPal = PalBmpLoad( cName ) ::hBitmap1 = aBmpPal[ 1 ] ::hPalette1 = aBmpPal[ 2 ] ::HasAlpha( ::hBitmap1 ) else ::cName = cName if upper(right(cName,3))="PNG" ...
by DARWIN UZCATEGUI
Sat Apr 27, 2013 7:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBBON con imagenes PNG (SOLUCIONADO)
Replies: 7
Views: 1787

Re: Punteado no dibujado al tomar foco

... con xhb.com y fwh en algunas condiciones, ciertos recursos incluidos en el EXE no son accesibles por tbrush y tbitmap. en este caso las funciones palbmpload y LoadBitmap fallan. si los recursos estan incluidos en una dll las funciones no fallan. ( he trabajado los recursos ya con rc.exe, brc.exe ...
by carlos vargas
Fri Oct 14, 2011 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Punteado no dibujado al tomar foco
Replies: 5
Views: 1079

Re: Antonio - Duda con UNICODE y compiladores

Carlos,

La compilación condicional con UNICODE la usamos para FWPPC, asi que bcc tampoco la incluirá. Fijate que es un #ifndef (si no está definido).

Gracias por tu paciencia en intentar localizar esos ejemplos de uso de PalBmpLoad() :-)
by Antonio Linares
Tue Sep 27, 2011 8:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio - Duda con UNICODE y compiladores
Replies: 1
Views: 612

Antonio - Duda con UNICODE y compiladores

... correcto esto? aun sigo a la caza del error en xharbour.com de que los brush y tbitmap en ciertas condiciones no muestran valor ya que por ejemplo PALBMPLOAD retorna un valor cero. #ifndef UNICODEHB_FUNC( PALBMPREAD ) // ( hDC, cBitmapFile ) --> aBmpPal{   HGLOBAL hDib ...
by carlos vargas
Tue Sep 27, 2011 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio - Duda con UNICODE y compiladores
Replies: 1
Views: 612

Re: falla de brush con xharbour.com

... las toolbar iconos, dialogos, manifest funciona bien, de momento he notado falla en los brush, bitmaps, los cuales usan las funciones LoadBitmap y PalBmpLoad. salu2 carlos vargas
by carlos vargas
Mon Aug 15, 2011 3:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: falla de brush con xharbour.com
Replies: 14
Views: 3632

Re: falla de brush con xharbour.com

... no third party libraries or classes FWH changes , no extra code. I have two days with this problem and I can not figure it out. I have functions PALBMPLOAD (used in TBITMAP CLASS) and LOADBITMAP (BRUSH CLASS) both return zero Compiled con xharbour last version all work ok. FUNCTION Main()  ...
by carlos vargas
Sat Aug 13, 2011 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: falla de brush con xharbour.com
Replies: 14
Views: 3632

Re: Logo en ventana principal con areas transparentes

... These handles are automatically generated by the FiveWin functions: PalBmpRead( <hDC>, <cBmpFileName> ) --> <aPalBmp> PalBmpLoad( <hDC>, <cBmpResName> ) --> <aPalBmp> And destroyed calling: PalBmpFree( <hBitmap>, <hPalette> ) These functions ...
by MarioG
Thu Apr 07, 2011 10:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Logo en ventana con areas transparentes (Solucionado)
Replies: 8
Views: 2242

Re: Se necesita ayuda en el wiki !

... OemToAnsi() OpenClipboard() OpenComm() ORead() OSend() OutportByte() OutportWord() OutputDebugString() oWndFromhWnd() PageBegin() PalBmpDraw() PalBmpLoad() PalBmpRead() PalBtnPaint() ParamCount() pBmpColors() pBmpHeigh() pBmpWidth() PeekByte() PeekMessage() PeekWord() Pie() PlayMetafile() PokeByte() ...
by Cgallegoa
Tue Feb 23, 2010 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5502

Re: PalBmpLoad() not returning an array.

Mauricio, We have checked FWH source code for PalBmpLoad() and it is fine in the FWH version that you use. You are using an older xHarbour build: Compiler version: xHarbour build 1.0.0 Intl. (SimpLex) I would suggest you to use the current xHarbour ...
by Antonio Linares
Fri Feb 06, 2009 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpLoad() not returning an array.
Replies: 3
Views: 937

Re: PalBmpLoad() not returning an array.

Antônio, the app was linked using FWH version August 2008. Application =========== Path and name: C:\PCECFG\FARMA.EXE (32 bits) Size: 4,013,568 bytes Time from start: 0 hours 0 mins 7 secs Error occurred at: 05/02/09, 16:48:21 Error description: Error BASE/1068 Argument error: array access Args: [ 1...
by concentra
Fri Feb 06, 2009 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpLoad() not returning an array.
Replies: 3
Views: 937

Re: PalBmpLoad() not returning an array.

Mauricio,

Could you please post here the error.log file that you get on those cases ? thanks

PalBmpLoad() should return an array always.
by Antonio Linares
Thu Feb 05, 2009 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpLoad() not returning an array.
Replies: 3
Views: 937

PalBmpLoad() not returning an array.

I have an application that loads small bitmaps in buttons using TBtnBmp(). Sometimes the LoadBitmaps() method crashes loading the bitmap because PalBmpLoad() returns an invalid handle ( big negative numeric ) and it is supposed to return an array, causing an "array access" error ! The ...
by concentra
Thu Feb 05, 2009 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpLoad() not returning an array.
Replies: 3
Views: 937

Return to advanced search