Search found 102 matches: readbitmap

Return to advanced search

Re: Ficheros NO BMP's en TImage

Voy sabiendo un poco mas sobre el tema de no sacar JPG's con TImage, pero no consigo arreglarlo. Si es un BMP, la clase TImage, ejecuta la función ReadBitMap() que funciona correctamente, pero... si es JPG, hace uso de FreeImage.DLL y aquí es donde tengo problemas, posiblemente por la carga de ...
by AndresRomero
Tue Oct 25, 2011 10:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ficheros NO BMP's en TImage
Replies: 4
Views: 884

Re: Cut image

Daniel,

thanks very much, but :-) I am trying to do the same but for JPG files, are there some function compatible with ReadBitmap but for JPG files?

Regards

Marcelo
by Marcelo Via Giglio
Mon May 30, 2011 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut image
Replies: 12
Views: 2723

How To Display JPG In Listbox

In a listbox, to display bitmaps:

@ 0.2, 0.5 LISTBOX oLbx FIELDS abc->image,READBITMAP( 0,alltrim(abc->image1) ), abc->name,;

How to display jpg files and bmp files in listbox.

Regards
acwoo
by acwoo1
Sun May 15, 2011 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Display JPG In Listbox
Replies: 1
Views: 431

Re: HELP FOR TEXPLORERBAR CLASS

... ) oUrlLink:SetColor( oUrlLink:nClrText, ::nClrPane ) oUrlLink:nClrOver = ::nClrHover oUrlLink:bAction = bAction if File( cBitmap ) oUrlLink:hBmp = ReadBitmap( 0, cBitmap ) else oUrlLink:hBmp = LoadBitmap( GetResources(), cBitmap ) endif if oUrlLink:nTop + oUrlLink:nHeight > ::nHeight ::nHeight ...
by Silvio
Sun Nov 21, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR TEXPLORERBAR CLASS
Replies: 14
Views: 3255

Re: Ribbon Bar with Terminal Services/Citrix/Remote Desktop

Hi Gale. You can solve this problem in this way. In TRBTN.PRG find the line where is the call to LittleArrow() and change with ::hArrow := ReadBitmap( 0, "C:\littlearrow.bmp" ) The bitmap is 10x7, with the transparent background. The find the lines with the calls to TransBmp() and ...
by Massimo Linossi
Sat Oct 09, 2010 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar with Terminal Services/Citrix/Remote Desktop
Replies: 13
Views: 3309

Re: FWPPC x Windows CE

... tambien en Windows CE: // Add these functions for Windows CE // function CeSetmenu() ; return nil // function GetMenu() ; return nil // function ReadBitmap() ; return nil // function PalBmpRead() ; return nil
by Antonio Linares
Thu Jul 08, 2010 3:00 pm
 
Forum: FiveWin for Pocket PC
Topic: FWPPC x Windows CE
Replies: 1
Views: 775

FOLDER NO APARECE CON RECURSOS

... fntAria1, vAlias, TEM, l3d:= .F., oCurDedo, oBtn, oBt1 Local aDatos:= {}, cPic:= "@ze 999,999.99" // Array MultiDimensional Local hBmp:= ReadBitMap( 0, "finger.bmp" ) // Dedicado a mi amigo Mario Goanzalez Local cVar := {Ctod(""),; // 1 fecha Space(5),; // 2 serped ...
by Luis
Thu Jun 24, 2010 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER NO APARECE CON RECURSOS
Replies: 3
Views: 1259

Re: TGET, ACTION, VALID problem?

... - 5, ::nHeight - 5 PIXEL if Empty( ::oBtn:hBitmap ) ::oBtn:SetText( "..." ) endif else hBitmap = If( ( lFileBmp := File( ::cBmpName ) ), ReadBitmap( 0, ::cBmpName ),; LoadBitmap( GetResources(), ::cBmpName ) ) if ::lAdjustBtn nBmpWidth := nBmpWidth( hBitmap ) + 5 ::SetMargins( 1, nBmpWidth ...
by dutch
Fri Mar 26, 2010 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET, ACTION, VALID problem?
Replies: 2
Views: 630

Re: Se necesita ayuda en el wiki !

... PrnSetCopies() PrnSetPage() PrnSetSize() RaConst() Radial() RaEnumConnections() RaEnumEntries() RaGetConst() RaGetError() RaHangUp() RddEvent() ReadBitmap() ReadComm() ReadVar() RealizePalette() Rectangle() RectDotted() Recv() RegCloseKey() RegCreateKey() RegDeleteKey() RegEnumKey() RegisterClass() ...
by Cgallegoa
Tue Feb 23, 2010 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5504

Re: Coluna BMP Resource de Listbox

... en una variable son: 1. Desde recursos: local hBmp := LoadBitmap( GetResources(), cBmpResName ) 2. Desde un fichero BMP externo: local hBmp := ReadBitmap( 0, cBmpFileName ) Desculpem mas assim fica aqui para qualquer outro qye precise...
by PeterBaga
Thu Feb 11, 2010 10:21 am
 
Forum: FiveWin para Pocket PC
Topic: Coluna BMP Resource de Listbox
Replies: 2
Views: 757

Re: Problemas com SYMBOL MC3000

... coloco estas funções no PRG do SAMPLES me funciona que es uma maravilha function CeSetmenu() ; return nil function GetMenu() ; return nil function ReadBitmap() ; return nil function PalBmpRead() ; return nil mais no meu sistema quanto tento compilar me da esses errores wcliente.c FiveCEC.lib(AYGSHELL.obj) ...
by miragerr
Sat Sep 05, 2009 1:33 am
 
Forum: FiveWin para Pocket PC
Topic: Problemas com SYMBOL MC3000
Replies: 31
Views: 4959

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

Re: New FTDN June/Junio 2009 (9.06)

... puede guardar en un campo memo, en servidores SQL, a disco, etc... Ejemplo de uso: #include "FiveWin.ch" function Main() local hBmp := ReadBitmap( 0, "test.bmp" ) MsgInfo( hBmp ) MemoWrit( "another.bmp", BmpToStr( hBmp ) ) DeleteObject( hBmp ) return nil * Mejoras: ...
by Antonio Linares
Mon Jul 20, 2009 10:55 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6344

New FTDN June/Junio 2009 (9.06)

... that you can save into a memo field, to SQL servers, to disk, etc. Example of use: #include "FiveWin.ch" function Main() local hBmp := ReadBitmap( 0, "test.bmp" ) MsgInfo( hBmp ) MemoWrit( "another.bmp", BmpToStr( hBmp ) ) DeleteObject( hBmp ) return nil * Enhancements: ...
by Antonio Linares
Sat Jul 11, 2009 5:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6344

Re: FOLDER CLASS BUG

... REQUEST DBFCDX FUNCTION Main() local oDlgClient , oTabs local oLbx local cVar local aHBitMaps:=Array( 5 ) local n aHBitMaps:= { ReadBitmap( 0, CurDir() +"Level1.bmp" ), ; // BitMaps de 14 x 32 ReadBitmap( 0, CurDir() +"\Level2.bmp" ), ; ReadBitmap( 0, CurDir() ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1024
PreviousNext

Return to advanced search