Search found 87 matches: loadbitmaps

Return to advanced search

como liberar recursos segun CheckRes ?

... 11/13/2024 21:02:19: e:\ZERUS\zeruswin.exe -- PAL,1812467870,(b)TWINDOW:TWINDOW(603)->TMETROBTN:READIMAGE(0)->TMETROBTN:LOADBITMAPS(724)->TBTNBMP:NEW(468)->TMETROBTN:NEW(609)->TMETROPANEL:ADDBUTTON(455)->MAKEMETROPANEL(9586)->VALIDAUSER_X(9450)->VALIDAUSER(9429)->ZERUSMAIN(1219)->MAIN(17) ...
by russimicro
Thu Nov 14, 2024 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como liberar recursos segun CheckRes ?
Replies: 6
Views: 156

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

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

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

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

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

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

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

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

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

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

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

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

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: 3510
Next

Return to advanced search