Search found 86 matches: loadbitmaps

Return to advanced search

Re: Cambio de imagen a 1 boton

... cambia el CAPTION DEFINE BUTTON oBoton1 OF oBar FILE "Efectivo.bmp" ; ACTION (oBoton1:cCaption:='Cheque',oBoton1:FreeBitmaps(),oBoton1:LoadBitMaps("Cheque4.Bmp"),oBoton1:Paint(),oBoton1:refresh(),Cobros()) ; MESSAGE "Mantenimiento de Cobros"; PROMPT "Cobros" ...
by José Camilo
Wed Feb 14, 2024 3:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 289

Re: Una sobre la clase TTOAST

... el resultado es este: http://www.datanet.space/fw/toast2.jpg Ya habia probado colcando el recurso de esa manera y tambien con loadbitmaps(getrosources() ) pero no funcionó, la función arroja error. Application =========== Path and name: C:\ServiTec64\ServiTec64.exe (64 bits) ...
by JoseAlvarez
Sun Sep 03, 2023 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre la clase TTOAST
Replies: 15
Views: 1318

Re: Mostrar JPG desde RECURSO con BTNBMP

Has probado con el método :SetImages( i1, i2, i3, i4 ) Por otra parte creo que el metodo al que haces referencia se llama LoadBitmaps Pero, ojo, estaba pensando que mientras el ratón esté encima, lanzará el evento continuamente, no?. Si es así deberías utilizar una variable que avise ...
by cnavarro
Thu Apr 16, 2020 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar JPG desde RECURSO con BTNBMP
Replies: 3
Views: 432

Re: disable/enable button

... ADD BUTTON oBtn36 GROUP oGr6 BITMAP "..\Sytem\Exit.bmp" ; SIZE 70, 50 PROMPT "Exit" MOSTLEFT round ; action oWnd:End() oBtn36:LoadBitmaps( ".\bitmaps\Exit1.png" ) // normal disabled : oBtn36:Disable() oBtn36:SetFile( ".\bitmaps\Disabled.bmp" ) // gray image ...
by ukoenig
Fri Jul 12, 2019 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 739

Re: Problem using images in TTitle from RESOURCE ?

... Error BASE/1081 Argument error: + Args: [ 1] = N 20 [ 2] = U Stack Calls =========== Called from: .\source\classes\TTITLE.PRG => TTITLE:LOADBITMAPS( 653 ) Called from: testtitr.prg => MAIN( 30 ) #include "FiveWin.ch"#include "ttitle.ch"function Main()  ...
by richard-service
Wed Sep 05, 2018 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using images in TTitle from RESOURCE ?
Replies: 5
Views: 1386

Re: RBBTN bitmaps

Silvio,

From samples\rbdesign.prg we do:

MENUITEM "Select bitmap..." ACTION ( oButton:LoadBitmaps( cGetFile( "*.bmp" ) ), oButton:Refresh() )
by Antonio Linares
Tue Aug 07, 2018 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN bitmaps
Replies: 1
Views: 245

RBBTN bitmaps

... "TOOLBAR_ON", "TOOLBAR_OFF" ) on rbtn class there is an error because before on method setfile you can call 2 files with ::LoadBitmaps( cBmpUpFile, cBmpDownFile ) then on METHOD LoadBitmaps( cName ) you can load one file I tried also with IIF(lHide, oApp():oToolButton:SetFile( ...
by Silvio.Falconi
Tue Aug 07, 2018 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN bitmaps
Replies: 1
Views: 245

Re: Imagen en TBTNBMP

Mr. Rao, thanks for reply.
If I do ;
oVent:LoadBitMap( , aBmps[oBrw:nArrayAt] )
oVent:Refresh()
I Get this error Message not found TBTNBMP:LOADBITMAP.

But if I do oVent:LoadBitmaps( aBmps[oBrw:nArrayAt] ) , it works.

Thanks again.
by FranciscoA
Mon Jan 01, 2018 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en TBTNBMP
Replies: 4
Views: 654

Problem using images in TTitle from RESOURCE ?

... Error BASE/1081 Argument error: + Args: [ 1] = N 20 [ 2] = U Stack Calls =========== Called from: .\source\classes\TTITLE.PRG => TTITLE:LOADBITMAPS( 651 ) Using the same like from CODE @ 20, 20 TITLEIMG OF oTitle BITMAP c_path1 + "info.bmp" ; SIZE 96, 96 ANIMA; ACTION oDlgMain:End() ...
by ukoenig
Mon May 29, 2017 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using images in TTitle from RESOURCE ?
Replies: 5
Views: 1386

Re: BtnBmp error en METHOD LoadBitmaps 15.06

Maurizio,

It is fixed in FWH 16.08 to be published in a few days
by Antonio Linares
Fri Sep 09, 2016 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp error en METHOD LoadBitmaps 15.06
Replies: 12
Views: 2984

Re: BtnBmp error en METHOD LoadBitmaps 15.06

Antonio ,
nothing new about function PALBMPNEW() ?

with MSVC to compile the function PALBMPNEW() I have to use
-ldflag=/FORCE:multiple
but I think the compiler takes that in the lib

Maurizio
by Maurizio
Fri Sep 09, 2016 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp error en METHOD LoadBitmaps 15.06
Replies: 12
Views: 2984

Re: BtnBmp error en METHOD LoadBitmaps 15.06

Maurizio,

Did it solved your problem too ?
by Antonio Linares
Wed Sep 07, 2016 8:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp error en METHOD LoadBitmaps 15.06
Replies: 12
Views: 2984

Re: BtnBmp error en METHOD LoadBitmaps 15.06

Antonio,
mine too

Maurizio
by Maurizio
Wed Sep 07, 2016 6:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp error en METHOD LoadBitmaps 15.06
Replies: 12
Views: 2984

Re: BtnBmp error en METHOD LoadBitmaps 15.06

Luis,

muy bien. Al menos ya tenemos una solución temporal

Vamos a revisar el código de PALBMPNEW()

gracias
by Antonio Linares
Mon Sep 05, 2016 9:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp error en METHOD LoadBitmaps 15.06
Replies: 12
Views: 2984
Next

Return to advanced search