Search found 37476 matches

by Antonio Linares
Tue Feb 16, 2021 4:19 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de un TREE?
Replies: 4
Views: 2326

Re: Ejemplo de un TREE?

test.xml <xml>version="1.0" <one> <name>FiveWin</name> <company>FiveTech Software <country>Spain</country> <region>EU</region> </company> </one> <two attribute1="att1" attribute2="att2"> </two> <three> <first>any</first> <second>value</second> </three> </xml>
by Antonio Linares
Fri Feb 12, 2021 8:06 am
Forum: FiveWin para Harbour/xHarbour
Topic: Bug TRibbonBar / TDockPnel en windows7 (Solucionado)
Replies: 3
Views: 2355

Re: Bug TRibbonBar / TDockPnel en windows7 (Solucionado)

Leandro,

Enhorabuena por solucionarlo y muchas gracias por compartirlo :-)
by Antonio Linares
Thu Feb 11, 2021 9:33 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: SaveImageFromImage() function with high resolution
Replies: 1
Views: 4511

Re: SaveImageFromImage() function with high resolution

René,

I have checked it with Manuel and he advises to use two different images, with low resolution and with high resolution
by Antonio Linares
Wed Feb 10, 2021 7:10 pm
Forum: mod_harbour
Topic: Libcurl - Access_violation
Replies: 4
Views: 3403

Re: Libcurl - Access_violation

many thanks for sharing it :-)
by Antonio Linares
Wed Feb 10, 2021 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin For Harbour
Replies: 2
Views: 1380

Re: FiveWin For Harbour

This is the Harbour to use with the FWH demo version:

https://bitbucket.org/fivetech/harbour- ... 7_7000.zip

And Borland bcc 5.5 is required also
by Antonio Linares
Wed Feb 10, 2021 9:28 am
Forum: FiveWin para Harbour/xHarbour
Topic: Una Window puede comportarse como un dialogo?
Replies: 3
Views: 2313

Re: Una Window puede comportarse como un dialogo?

Comprueba que el PRG se este compilando bien, sin errores

A veces la compilación falla (porque hay un error en el PRG) y lo que hacemos es ejecutar un EXE antiguo :-)
by Antonio Linares
Wed Feb 10, 2021 9:24 am
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 16367

Re: Funciones C en Harbour

La función hb_parptr() se implementó en Harbour con bastante posterioridad respecto a hb_parnl() y hb_parnll()
de ahi que usásemos la técnica de hb_parnl()/hb_parnll() en FWH en vez de hb_parptr() que basicamente lo que hace es lo mismo :-)
by Antonio Linares
Tue Feb 09, 2021 6:42 pm
Forum: mod_harbour
Topic: Libcurl - Access_violation
Replies: 4
Views: 3403

Re: Libcurl - Access_violation

Ricardo,

Using threads may be a solution :-)
by Antonio Linares
Tue Feb 09, 2021 6:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 5376

Re: how to add libraries to the buildh.bat file

twitter.prg uses this url:

https://mobile.twitter.com/session/new

but it seems as such url is no longer working

We need to find the current equivalent one
by Antonio Linares
Tue Feb 09, 2021 8:07 am
Forum: FiveWin para Harbour/xHarbour
Topic: Una Window puede comportarse como un dialogo?
Replies: 3
Views: 2313

Re: Una Window puede comportarse como un dialogo?

Leandro,

Prueba a deshabilitar la ventana:

oWnd:Disable()

una vez identificado:

oWnd:Enable()
by Antonio Linares
Mon Feb 08, 2021 5:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 5376

Re: how to add libraries to the buildh.bat file

Please download and use this Harbour build and it should work fine:

https://github.com/FiveTechSoft/Harbour ... _10_19.zip
by Antonio Linares
Mon Feb 08, 2021 10:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: tree level
Replies: 7
Views: 2852

Re: tree level

Gustavo,

Len( oItem:aItems )