Search found 37476 matches

by Antonio Linares
Tue Jan 26, 2021 9:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Return-value of the selected Windows-scalefactor ?
Replies: 2
Views: 1404

Re: Return-value of the selected Windows-scalefactor ?

Dear Uwe, https://stackoverflow.com/questions/32586883/windows-scaling This seems to be what you are looking for: #include "FiveWin.ch" #define VERTRES          10 #define DESKTOPVERTRES  117 function Main()    local hDC := GetDC( GetDesktopWindow() )    local nLogicalScreenHeight  := GetD...
by Antonio Linares
Mon Jan 25, 2021 10:42 am
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16545

Re: galería de imágenes

muy bueno! :-)

gracias
by Antonio Linares
Mon Jan 25, 2021 5:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: libraries for CURL
Replies: 6
Views: 3621

Re: libraries for CURL

Download this file:
https://bitbucket.org/lorenzodla/mod_ha ... -mingw.zip

and unzip it in C:\curl
by Antonio Linares
Sun Jan 24, 2021 5:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16545

Re: galería de imágenes

José Luis,

Te agradecemos si pones alguna imagen para que veamos como te está quedando :-)
by Antonio Linares
Sun Jan 24, 2021 5:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: libraries for CURL
Replies: 6
Views: 3621

Re: libraries for CURL

Please post the errors here
by Antonio Linares
Sun Jan 24, 2021 5:28 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 8
Views: 6429

Re: problems after update to MacOs 11.1 (Big Sur)

René,

You may install VirtualBox and install OSX 10.14 on it to try your app

https://github.com/myspaghetti/macos-virtualbox

If you send me your app I will test it on OSX 10.14 :-)
by Antonio Linares
Fri Jan 22, 2021 7:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16545

Re: galería de imágenes

José Luis,

Very good idea :-)

On the scrollbar, the top and bottom arrows seem not to be working
Same for the mouse wheel

We are going to check it
by Antonio Linares
Fri Jan 22, 2021 6:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 57087

Re: Silvio: Reports

Tim,

Yes, you are right :-)
by Antonio Linares
Thu Jan 21, 2021 10:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Crypt password, decrypt elsewhere
Replies: 1
Views: 964

Re: Crypt password, decrypt elsewhere

Gilbert,

If you don't need to support cryptography for your encryption/decryption needs, then we could explain you how the FWH Encrypt()/Decrypt() work so you can code it in any language
by Antonio Linares
Wed Jan 20, 2021 3:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Graficos TGRAPH
Replies: 2
Views: 1866

Re: Graficos TGRAPH

Prueba con:

oGraph:Save2Bmp( cFileName )
by Antonio Linares
Wed Jan 20, 2021 11:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 57087

Re: Silvio: Reports

Dear Otto, Mr. Rao already integrated the EasyReport engine into FWH as you can review from fwh\samples\erep01.prg Cristobal has converted the entire EasyReport designer into a FWH class that can be launched from the apps. This will be provided in the next FWH build, but in the meantime you may star...
by Antonio Linares
Tue Jan 19, 2021 6:07 pm
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16545

Re: galería de imágenes

José Luis,

thanks

Please post here also the source code of your .\prg\fwh\TALBUM.PRG
by Antonio Linares
Tue Jan 19, 2021 4:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16545

Re: galería de imágenes

José Luis Sánchez wrote:I don't undestand this. I'm using the same code from Mr. Rao. If I write:

Code: Select all

  oAlbum := TAlbum():New():Activate()
I don't have the error, but if I write

Code: Select all

oAlbum := TAlbum():New()
oAlbum:Activate()
I get the error.
José Luis,

Please post the error.log here, thanks
by Antonio Linares
Tue Jan 19, 2021 4:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando Proyecto con MINGW
Replies: 8
Views: 3036

Re: Compilando Proyecto con MINGW

Ruben,

Siento no poder ayudarte. No tengo experiencia con Wvg