Page 1 of 1

FiveWin to HTML

PostPosted: Thu Nov 10, 2022 3:55 pm
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?

Re: FiveWin to HTML

PostPosted: Thu Nov 10, 2022 8:14 pm
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.

Re: FiveWin to HTML

PostPosted: Mon Nov 14, 2022 8:27 pm
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

Re: FiveWin to HTML

PostPosted: Mon Nov 14, 2022 10:50 pm
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. :)

Re: FiveWin to HTML

PostPosted: Tue Nov 15, 2022 6:34 am
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

Re: FiveWin to HTML

PostPosted: Tue Nov 15, 2022 6:35 am
by Antonio Linares
Dear Ari,

Yes, you can download it