Search found 4573 matches: image

Return to advanced search

como muestro un archivo jpg

... CursorWait() ; SysRefresh() cImageName2:=".\Fotos\"+cImageName DEFINE WINDOW oWindow MDICHILD OF oWndMain TITLE cFileName(cImageName2) @ 0,0 IMAGE oImg FILE cImageName2 OF oWindow UPDATE PIXEL oWindow:SetControl(oImg) ACTIVATE WINDOW oWindow ON INIT(oWindow:nWidth:=(oImg:nWidth+10),oWindow:nHeight:=(oImg:nHeight+28),oWindow:Refresh(),; ...
by Gerardo Farfan
Wed Nov 30, 2005 4:54 am
 
Forum: FiveWin para CA-Clipper
Topic: como muestro un archivo jpg
Replies: 4
Views: 1492

Problemas con IMAGE

Antonio con el ejemplo que tienes de IMAGE funciona bien. #include "FiveWin.ch" #include "Image.ch" //----------------------------------------------------------------------------// function Main() LOCAL oDlg, oImage DEFINE DIALOG oDlg FROM ...
by maecmx
Mon Nov 28, 2005 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con IMAGE
Replies: 2
Views: 1248

... te pego unos trozos de código. Tienes que tener freeimagen.dll en la carpeta del ejecutable. Después debes tener en el prg: #xcommand REDEFINE Image [ <oBmp> ] ; [ ID <nId> ] ; [ <of: OF, WINDOW, DIALOG> <oWnd> ] ; [ <resource: NAME, RESNAME, RESOURCE> <cResName> ...
by Manuel Aranda
Sun Nov 27, 2005 7:11 pm
 
Forum: FiveWin para CA-Clipper
Topic: Imprimir JPG de fondo de documento
Replies: 6
Views: 3462

... TWAIN_SOURCE_OPEN 4 // source open but not enabled #define TWAIN_SOURCE_ENABLED 5 // source enabled to acquire #define TWAIN_TRANSFER_READY 6 // image ready to transfer #define TWAIN_TRANSFERRING 7 // image in transit *************************************************************************** ...
by juanito
Thu Nov 24, 2005 2:31 pm
 
Forum: All products support
Topic: Problemi nella conversione bmp->jpg utilizzando libgfl
Replies: 12
Views: 6445

Re: Could Report's COLUMN add or show Image from DATA ?

No, as far as I know. But you can use SayBitmap() method and ON CHANGE or similar clause.

EMG
by Enrico Maria Giordano
Tue Nov 22, 2005 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Could Report's COLUMN add or show Image from DATA ?
Replies: 2
Views: 1039

Could Report's COLUMN add or show Image from DATA ?

Hello Could Report's COLUMN add or show Image from DATA "c:\test.jpg" ? EX: COLUMN TITLE "NO" DATA (::cDB)->NO COLUMN TITLE "" DATA (::cDB)->Image => "c:\test.jpg" COLUMN TITLE "Good Name" DATA (::cDB)->NAME ----- -------- --------------- ...
by Taiwan
Tue Nov 22, 2005 4:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Could Report's COLUMN add or show Image from DATA ?
Replies: 2
Views: 1039

Sockets working!!!

We have enhanced sockets implementation and now they are already working: http://img448.imageshack.us/img448/3876/sockets1lz.jpg We are going to upload a new FWPPC in a few minutes. Please notice that Class TSocket Method SendFile() is not properly working ...
by Antonio Linares
Sat Oct 29, 2005 7:47 pm
 
Forum: FiveWin for Pocket PC
Topic: Sockets working!!!
Replies: 0
Views: 880

... "N/N*" SIZE 80, 20 @ 6, 1 CHECKBOX oChk2 VAR lChk2 PROMPT "Check 2" OF oWnd COLOR "N/N*" SIZE 80, 20 We get this image: http://img476.imageshack.us/img476/8782/checkboxes1ek.jpg We appreciate your feedback, Thanks.
by Antonio Linares
Wed Oct 26, 2005 2:10 pm
 
Forum: FiveWin for Pocket PC
Topic: Problem with Checkbox Object?
Replies: 2
Views: 1365

VMWare player

http://www.theinquirer.net/?article=27082
...
This nifty piece of software will take a VMware, MS VM or Symantec LiveState Recovery image and run it on a host PC. For free.
...

http://www.vmware.com/products/player/

Cheers, Roman
by modicr
Thu Oct 20, 2005 9:33 am
 
Forum: Off Topic / Otros temas
Topic: VMWare player
Replies: 1
Views: 1070

Imagen BMP

... // Ancho de Conf. del monitor en Pixeles nRenJpg :=(nMaxAlto /2)-(nJpgAlto /2)-30 nColJpg :=(nMaxAncho/2)-(nJpgAncho/2) cJPGFile:='\IMAGENES\LOGOSCA.JPG' @nRenJpg,nColJpg IMAGE oBmp FILENAME cJPGFile SIZE 228,251 PIXEL NOBORDER OF oPpal Saludos espero te sirva Joel Andujo
by Joel Andujo
Wed Oct 19, 2005 5:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: imagen al inicio del sistema
Replies: 3
Views: 1892

tscanner problem (scan all include backgroup area)

... has some problem with some scanner machine. I've used Hp SJ3300c in my office, it works fine but other machine such as Hp SJ2400 does not crop the image area when I scan. For example when I scan my ID card with Hp Director, it crop the image only my ID card area (118Kb) but the tscanner from my ...
by dutch
Wed Oct 19, 2005 4:39 pm
 
Forum: FiveWin for CA-Clipper
Topic: Scanner
Replies: 5
Views: 2283

more preview testing results

Double click on preview screen.

If the image is for Portrait / 8.5 x 11 inch paper

the image WILL GET LARGER.

It appears that all LANDSCAPE reports, both 8.5 x 11 and 8.5 x 14 reports DO NOT GET LARGER by double clicking.
by don lowenstein
Mon Oct 17, 2005 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview problems with fwh 2.6
Replies: 5
Views: 2410

JPG BMP

Puedes usar IMAGE para manejar JPGS, o bien convertir tu JPG a BMP

Espero te sirva...
by rbt
Tue Oct 11, 2005 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como coloco UN JPG en mi pantalla principal
Replies: 6
Views: 1930
Previous

Return to advanced search