Search found 20 matches: ahbitmaps

Return to advanced search

Re: Area de trabajo no usada: ORDKEYNO

... oRS1Cli:=buscosql( oBrow, xbusco, oRS1Cli ) ) REDEFINE LISTBOX oBrow FIELDS ; iif (oRS1Cli:Fields( "activo" ):Value="S",aHbitMaps[1],aHbitMaps[2]),; // str( oRS1Cli:Fields( "Id" ):Value, 0 ), ; str( oRS1Cli:Fields( "Id" ):Value, 0 ), ; str( oRS1Cli:Fields( ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 315

Problem with upgrade to FWH 2018 - 02

... upgrading to FWH 1. I have changed LISTBOX to XBROWSE and have the following problem displaying a bitmap @210,000 XBROWSE oLbx FIELDS _ImpFlag( aHBitmaps ) , ; import->file + IF( PA[08]='CDM-ADMIN', import->serial, '' ) , ; ... function _ImgFlag displayed an image based on record details, ...
by cdmmaui
Sun Apr 15, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with upgrade to FWH 2018 - 02
Replies: 13
Views: 3060

Re: TABS bitmap

... "One", "Two", "Three" UPDATE oTabs:acBitmaps := aImage You can delete the bitmaps like : FOR n := 1 to len( oTabs:ahBitmaps ) IF oTabs:ahBitmaps[ n ] != nil oTabs:ahBitmaps[ n ] := NIL ENDIF NEXT oTabs:Refresh() best regards Uwe :?:
by ukoenig
Tue Mar 04, 2014 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TABS bitmap
Replies: 3
Views: 848

Re: Consumo de recurso

... TTabs...   ::Default()...return nil  Y en el método default vuelve a recargar las imagenes sin controlar si estas ya estaban cargadas en ahBitmaps: METHOD Default() CLASS TTabs...   ::ahBitmaps = Array( Max( Len( ::acBitmaps ), Len( ::aPrompts ) ) )  ...
by fgondi
Mon Feb 07, 2011 11:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consumo de recurso
Replies: 3
Views: 1017

Re: Consumo de recurso

Mr. fgondi Thank you. I appreciate your suggestions about TOutlook2003 and font objects of TTabs. But I am not able to understand about ::ahBitmaps. I think that before execution of this line in Initiate() method   ::ahBitmaps = Array( Max( Len( ::acBitmaps ), Len( ...
by nageswaragunupudi
Sun Feb 06, 2011 7:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consumo de recurso
Replies: 3
Views: 1017

Re: Bitmap on listbox

thanks to All NOW i SEE BITMAPS ON listbox the error I made is this : aHBitMaps:= { ReadBitmap( 0, CurDir() +"\Level1.bmp" ), ; // BitMaps de 14 x 32 ReadBitmap( 0, CurDir() +"\Level2.bmp" ), ; ReadBitmap( 0, CurDir() +"\Level3.bmp" ...
by Silvio
Thu Aug 13, 2009 2:48 pm
 
Forum: FiveWin for Pocket PC
Topic: Bitmap on listbox
Replies: 8
Views: 1755

Re: FOLDER CLASS BUG

I have also the problem : I cannot see the bitmaps aHBitMaps #include "FWCE.ch" REQUEST DBFCDX FUNCTION Main() local oDlgClient , oTabs local oLbx local cVar local aHBitMaps:=Array( 5 ) local n aHBitMaps:= { ReadBitmap( 0, CurDir() +"Level1.bmp" ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1013

Re: compile error

ok now it is ok but there's a problem when I show the listbox not show nitmaps on nlevel field and it not show color of the listbox local aHBitMaps:=Array( 5 ) aHBitMaps:= { ReadBitmap( 0, CurDir() +"\Level1.bmp" ), ; // BitMaps de 14 x 32 ReadBitmap( 0, CurDir() +"\Level2.bmp" ...
by Silvio
Wed May 06, 2009 8:27 pm
 
Forum: FiveWin for Pocket PC
Topic: compile error
Replies: 6
Views: 1411

Re: Error en wBrowse

... wbrowse. DEFINE DIALOG oDlg RESOURCE "dInqui" TITLE " " + cTit1 REDEFINE LISTBOX oLbx FIELDS ; IF((cOpcion)->ACTIVO, ; aHBitmaps[ Max( 1, 1 )], ; aHBitmaps[ Max( 1, 2 )]), ; (cOpcion)->NOMBRE, ; (cOpcion)->TFNO ; HEADERS " ", ; cM[9], ; cM[10] ; FIELDSIZES ...
by Manuel Valdenebro
Thu Feb 12, 2009 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en wBrowse
Replies: 5
Views: 687

Problema con Set Relation

... SET INDEX TO I1Sini GO TOP SET RELATION TO NumPoliza INTO Polizas, NumControl INTO Facturas y realizo un LISTBOX así @ 1, 1 LISTBOX oLbx FIELDS aHBitmaps[ MAX(1,Recal(Siniestr->FechaNoti ))],; Siniestr->NumControl,; Siniestr->NumSini,; Siniestr->NumPoliza,; Siniestr->FechaSini,; ...
by fergonm
Tue Jan 13, 2009 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Set Relation
Replies: 5
Views: 1016

Bitmaps

... ) } Which of the classes would the correct be to turn off the created bmps in the way above? DeleteObject( hBmp ) or ReleaseDC( hBmp ) or AEval( aHBitmaps, { | hBmp | DeleteObject( hBmp ) } )
by marca
Fri Sep 26, 2008 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaps
Replies: 2
Views: 575

can not open preview window

... .f., .f., .f., .f., .t. } @ 270,145 BUTTON "&Print" OF oDlg ACTION dr_wag(oDlg,oLbx) SIZE 30, 12 PIXEL ACTIVATE DIALOG oDlg CENTER //AEval( aHBitmaps, { | hBmp | DeleteObject( hBmp ) } ) end sequence DBCLOSEALL() return nil ****************************************************************************** ...
by kajot
Sat Jun 07, 2008 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can not open preview window
Replies: 3
Views: 779

Trate de Adecuarlo pero me marca error

... envio el codigo con mi adecuacion function BrwClientes() local oBrow, nKey, oGet local oDlg, oBrw local oLbx local cVar local n local oDlg1 local aHBitMaps:= { ReadBitmap( 0, "..\bitmaps\Level1.bmp" ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ...
by Ruben
Tue Mar 04, 2008 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Inkey y BKEYDOWN
Replies: 7
Views: 1856

Problema con Inkey y BKEYDOWN

... y de mis funciones. Listbox function BrwClientes() local oDlg, oBrw, oBrow local oLbx local cVar local n local oDlg1 //modificar := .F. local aHBitMaps:= { ReadBitmap( 0, "..\bitmaps\Level1.bmp" ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ...
by Ruben
Mon Mar 03, 2008 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Inkey y BKEYDOWN
Replies: 7
Views: 1856

Excelente Patricio

... hasta donde lo tengo donde ya me funciona, bueno a medias function BrwClientes() local oDlg, oBrw local oLbx local cVar local n local oDlg1 local aHBitMaps:= { ReadBitmap( 0, "..\bitmaps\Level1.bmp" ), ; // BitMaps de 14 x 32 ReadBitmap( 0, "..\bitmaps\Level2.bmp" ), ; ReadBitmap( 0, "..\bitmaps\Level3.bmp" ...
by Ruben
Fri Feb 22, 2008 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON ON CHANGE
Replies: 4
Views: 1131
Next

Return to advanced search