Search found 76 matches: testimg

Return to advanced search

Re: questions about 64 bits and FWH

... for 64 bits seems to be ready :-) We had to change code to adapt it to FreeImage.dll 64 bits (we have renamed it as FreeImage64.dll) samples\testimg.prg is already working fine with FWH 64 and Harbour http://img541.imageshack.us/img541/39/capturezxx.jpg It will be included ...
by Antonio Linares
Mon Feb 18, 2013 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about 64 bits and FWH
Replies: 31
Views: 7679

Re: Como va una Imagen en un Dialogo

Cesar

Gracias por tu respuesta,

Encontre el testimg.prg pero no el tesimg2.prg, pero ya voy teniendo una idea.

Respecto a a creacion del cuadro con recursos (.RC) usando workshoop podrian comentarme del procedimiento o como crear ese cuadro dentro del dialogo

Lubin
by lubin
Tue Jan 29, 2013 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como va una Imagen en un Dialogo
Replies: 7
Views: 1040

Re: Como va una Imagen en un Dialogo

samples\testimg.prg
samples\testimg2.prg
debes de copiar freeimage.dll en la carpeta de tu app.exe

saludos.
by sysctrl2
Tue Jan 29, 2013 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como va una Imagen en un Dialogo
Replies: 7
Views: 1040

Re: FiveTech's FiveWeb (free up to version 1.0)

Added Class TImage to support images: http://www.fivetechsoft.net/cgi-bin/testimg testimg.prg include "FiveWeb.ch"function Main()   local oDlg, oImg   DEFINE DIALOG oDlg TITLE "Using images"   @ 10, 10 IMAGE oImg OF oDlg SIZE ...
by Antonio Linares
Wed Dec 26, 2012 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23996

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

Añadida la Clase TImage para el soporte de imágenes: http://www.fivetechsoft.net/cgi-bin/testimg testimg.prg include "FiveWeb.ch"function Main()   local oDlg, oImg   DEFINE DIALOG oDlg TITLE "Using images"   @ 10, 10 IMAGE oImg OF oDlg ...
by Antonio Linares
Wed Dec 26, 2012 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 63709

Re: TestImg Example

Rick,
please have a look at :

viewtopic.php?f=3&t=23294

Best Regards
Uwe :lol:
by ukoenig
Sat Jan 14, 2012 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Rick, a Syntax-sample of the EMPTY-image ( nothing selected ) It also shows, how to add a < Watermark ( ? ) > on Top of a Image with defined Size and Transparent-level : I'm still looking for a Solution, to use alphablended BMP's for Brushes !!!. For the Moment, only the use of plain Images wi...
by ukoenig
Thu Jan 12, 2012 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Uwe

I am still using FWH 9.10 .. a bit behind the times .. could you elaborate further on Vtitle-frame for me ?

Thanks
Rick Lipkin
by Rick Lipkin
Thu Jan 12, 2012 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Rick,

I use a VTITLE-frame with embedded Images or Brushes.
That makes is also possible, to use round Corners.
Some Calculations are needed for Adjustments.

Best Regards
Uwe :lol:
by ukoenig
Thu Jan 12, 2012 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Uwe

Looks awesome .. How did you get the Shadow to appear around your Image ?

Thanks
Rick Lipkin
by Rick Lipkin
Thu Jan 12, 2012 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Added a Image-filter, to view alphablended Button-images with possible Zoom-factor.

Selecting NO Button, shows ALL formats.
1, 1,5 or 2 shows / zooms BMP's with Alpha-channel :

Image

Best Regards
Uwe :lol:
by ukoenig
Thu Jan 12, 2012 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Rick, fine to hear that it works for You. I will place a much better one in the Forum. Complete Source is included. ( I still have to test some calculations ) Pictures are embedded inside a Frame with Border and Shadow. The Picture is displayed for a non selected ( empty ) Image : Frames of smaller ...
by ukoenig
Wed Jan 11, 2012 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Uwe Thank you for your example .. I was able to successfully adapt it to my application .. As you mentioned .. It probably would have been easier and simpler to have a 'blank' bitmap .. Just define it once with the 'blank' bitmap .. then ReFresh() it if the user adds a real picture. In any case .. y...
by Rick Lipkin
Wed Jan 11, 2012 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

Re: TestImg Example

Rick, Shows a empty Area of a unselected Image : http://www.pflegeplus.com/pictures/imgshow1.jpg http://www.pflegeplus.com/pictures/imgshow2.jpg #include "FiveWin.ch"#include "Image.ch"STATIC c_path FUNCTION MAIN()LOCAL oDlg, oImage, cImage...
by ukoenig
Mon Jan 09, 2012 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707

TestImg Example

To All Using a slightly modified TestImage.prg from the \samples folder .. I am selecting an Image .. it Loads .. and I am asking if the User wants to Keep the selected File ( YesNo ) .. In Order for the User to see the file the oImage:LoadBmp( gcFile ) has to load. The only way I could figure out h...
by Rick Lipkin
Mon Jan 09, 2012 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3707
PreviousNext

Return to advanced search