FiveWin to HTML

Post Reply
User avatar
Ari
Posts: 239
Joined: Fri Feb 03, 2006 4:21 pm
Location: São Paulo, SP - Brazil
Contact:

FiveWin to HTML

Post by Ari »

Hello friends,

I'm developing functions and classes to convert my application to pages automatically. At the moment I'm trying to find an initial way to pick up a window in.RC with all the controls and redraw it on page.

By examining the oDialog object I can see all the controls and their properties. And I also see the dialogue in appeal that was drawn in Borland. Is there an example of how to take each field and play in its coordinates in the same order as Fivewin does?
Thanks,
Ari

FWH 2212 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL
São Paulo - SP - Brasil
www.sisrev.com.br
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 76 times
Contact:

Re: FiveWin to HTML

Post by Antonio Linares »

Dear Ari,

With latest FWH 22.10 (also available on FWH 22.06) you can do oWindow:Html() or oDialog:Html() and FWH writes the HTML for you :-)

Not all controls are available yet, but you can see the way we are implementing it in FWH. Look for Method Html() in each class.
regards, saludos

Antonio Linares
www.fivetechsoft.com
FiveWiDi
Posts: 1238
Joined: Mon Oct 10, 2005 2:38 pm
Has thanked: 3 times
Been thanked: 4 times

Re: FiveWin to HTML

Post by FiveWiDi »

Antonio Linares wrote:Dear Ari,

With latest FWH 22.10 (also available on FWH 22.06) you can do oWindow:Html() or oDialog:Html() and FWH writes the HTML for you :-)

Not all controls are available yet, but you can see the way we are implementing it in FWH. Look for Method Html() in each class.
Antonio, soporta XBrowse? Está implementado?

Gràcies
Un Saludo
Carlos G.

FiveWin 24.02 + Harbour 3.2.0dev (r2403071241), BCC 7.7 Windows 10
User avatar
Ari
Posts: 239
Joined: Fri Feb 03, 2006 4:21 pm
Location: São Paulo, SP - Brazil
Contact:

Re: FiveWin to HTML

Post by Ari »

Thank you Antonio,

I recently bought the license for the FWH 2206, am I entitled to receive the 22.10?

to stay as updated as possible. :)
Thanks,
Ari

FWH 2212 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL
São Paulo - SP - Brasil
www.sisrev.com.br
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 76 times
Contact:

Re: FiveWin to HTML

Post by Antonio Linares »

Carlos,

Aún no esta implementado. Solo hay un primer prototipo lejos de ofrecer todo lo que ofrece la versión desktop
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 76 times
Contact:

Re: FiveWin to HTML

Post by Antonio Linares »

Dear Ari,

Yes, you can download it
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply