Search found 118 matches: oimg

Return to advanced search

Re: Logo en ventana principal con areas transparentes

... de mi ventana soSplit es la variable objeto de un splitter que incluye la ventana (no es relevante para tu caso) PalBmpDraw( hDC, (soWnd0:nHeight-oImg:nHeight ) /3, soSplit:nFirst+( soSplit:nLast-oImg:nWidth) /2, oImg:hBitmap,, oImg:nWidth, oImg:nHeight,, TRUE ) Para tu caso,guiate por la ayuda ...
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: 2268

Re: Win7 + EZTW32.DLL problem?

... Local nPDF:=PRG_PDF+"PRT"+StrTran(TRANSFORM(nPROT,"99999")," ","0")+".PDF" Local oScanner,oIMG,nRES:=100 Local nFILE,nCONTA:=1 Local hPDF,K,nOK AEVAL(DIRECTORY("T_*.BMP"),{|X|FERASE(X[1])}) IF FILE("scanner.txt") FERASE("scanner.txt") ...
by vensanto
Wed Aug 18, 2010 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win7 + EZTW32.DLL problem?
Replies: 14
Views: 5427

Re: Imagenes BMP

Juan,

oImg:LoadBmp( "ruta\nombrebmp" )
oImg:refresh()


Saludos
by Raymundo Islas M.
Tue Aug 10, 2010 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagenes BMP
Replies: 3
Views: 532

Re: Primera consulta sobre fiveMac

... son los siguientes : en el archivo fivemac.ch esto es algo provisional y rapido : #xcommand @ <nRow>, <nCol> RESIMAGE [ <oImg> ] ;             [ OF <oWnd> ] ;                 [ SIZE <nWidth>, <nHeight> ] ;                 [ ...
by mastintin
Thu Jul 01, 2010 8:57 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Primera consulta sobre fiveMac
Replies: 53
Views: 13053

Re: Timage

... (aspect ratio). Además de mantener el aspect ratio de la foto, la imagen siempre se ajustará a un tamaño menor o igual al del control. Parámetros: oImg es el control bLoadImage es el codeblock para cargar la imagen. Ej: {|o| o:Load(,"Foto_1625.jpg") } lHCenterControl indica si se debe ...
by César E. Lozada
Sat Apr 10, 2010 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Timage
Replies: 11
Views: 3741

Re: Convert HEX vector to image

... than some certain value. What database engine are you using ? Dear Mr. Antonio, I'm using ADS 9.1 There's no error but not saving cStr := Bmp2Str(oImg:hBitmap).. if using cStr := '{1231412-41234123-123423}' ..it saves the example string in BLOB field as binary.. Regards, FAP
by fraxzi
Mon Mar 29, 2010 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert HEX vector to image
Replies: 11
Views: 2836

Re: Bitmap to String

Dear RAO,

I tried to attached '0x' like '0x'+BmpToStr( oImg:hBitmap )

but with still not saving..


Regards,

FAP
by fraxzi
Sat Mar 27, 2010 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap to String
Replies: 11
Views: 4086

Re: Convert HEX vector to image

Dear Mr. Antonio, Similar to the subject.. How about cStr := BmpToStr( oImg:hBitmap ) to be use with this construct.. .."Update sql_table Set thisfield = '"+cStr+"' where field_id = 'abc' "    //not saving..  thisfield type ...
by fraxzi
Sat Mar 27, 2010 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert HEX vector to image
Replies: 11
Views: 2836

exibir imagem no FWPPC

Amigos estava precisando de exibir imagens (produtos) no sistema FWPPC. porem me parece que a sintax é diferente, pois dá erro se coloco a linha abaixo no PRG REDEFINE IMAGE oIMG_01_APLIAR ID 4001 OF oDlg_CD_ZOOM FILE IMG_01_APLIAR adjust UPDATE Quando Coloco o código abaixo, dá erro. MESTOQPDA.obj ...
by INFORMAISVRB
Tue Mar 23, 2010 1:09 pm
 
Forum: FiveWin para Pocket PC
Topic: exibir imagem no FWPPC
Replies: 11
Views: 2942

New class on development

... secf.bmp) for the first Item I use the height of control = 200 when I add a new item and for each item , the height must be += 200 METHOD AddItem(oImg) CLASS TSections local oItem Local nvalue Local nAltura := ::nHeight nvalue+= nAltura oItem := TSections():New( ::nTop+nAltura, ::nLeft, ::nWidth, ...
by MdaSolution
Sat Jan 09, 2010 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class on development
Replies: 6
Views: 1554

Image inside a window

Is possbile make a bitmap go where cursor mouse to be ? insede of a window ?

Sample:

define window ownd
loca:=GetCursorPos()
oImg:=TBitmap():new(0,0,32,32,,"iSegue.bmp")

// oImg:MoveTo(loca[1],loca[2]) ???

activate window ownd
by lailton.webmaster
Thu Oct 15, 2009 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image inside a window
Replies: 1
Views: 407

Image dentro de una WINDOW

Es possible hacer una imagem segui lo CURSOR del mouse dientro dela ventana ?

Example:

define window ownd
loca:=GetCursorPos()
oImg:=TBitmap():new(0,0,32,32,,"iSegue.bmp")

// oImg:MoveTo(loca[1],loca[2]) ???




activate window ownd
by lailton.webmaster
Thu Oct 15, 2009 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Image dentro de una WINDOW
Replies: 1
Views: 475

Re: Problem with Timage...

REDEFINE IMAGE oImg FILENAME oDbMOD:Foto ADJUST NOBORDER ID 103 OF oFld:aDialogs[ 5 ] UPDATE PIXEL

try this.
by lailton.webmaster
Fri Oct 02, 2009 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Timage...
Replies: 4
Views: 706

Re: Image

Ségún la primera línea que nos muestras @ 10*ProporV, 10*ProporH IMAGE tDlg001 FILENAME oImg  OF  ... tDlg001 es el objeto TIMAGE y oImg es el nombre de la foto, ¿seguro que no están al revés? En caso de que esté todo corrrecto, según el metodo ::AdjControls() de la ...
by antolin
Wed Jul 29, 2009 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Image
Replies: 1
Views: 397

Re: Imprimir fotocheck

Vladimir,

REDEFINE IMAGE oImg ID 100 OF oDlg ADJUST

saludos
by wmormar
Fri Apr 24, 2009 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir fotocheck
Replies: 1
Views: 326
PreviousNext

Return to advanced search