Porting VO Forms to Winform or WPF

This forum is meant for questions and discussions about the X# language and tools
User avatar
Chris
Posts: 4583
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Porting VO Forms to Winform or WPF

Post by Chris »

Gyus,

It should be easier to add this functionality to VOXporter. Will do that, will make it optionally create an extra solution/project with all the window definitions in it.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Porting VO Forms to Winform or WPF

Post by wriedmann »

Hi Chris,
that would be very helpful for someone, I think.
But maybe you could add some mapping configuration, for example to map SingleLineEdit to TextBoxEx.
Dou you are reading the ressource or the class or both?
In the ressource inherited classes are not visible, only in the class.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Chris
Posts: 4583
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Porting VO Forms to Winform or WPF

Post by Chris »

Hi Wolfgnag,

VOXporter reads directly the binary entity of the windows, so it does not need to read the resource or the class code for this. The same happens in the feature inside XIDE, which also has direct access to the WED "binaries".
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Porting VO Forms to Winform or WPF

Post by wriedmann »

Hi Chris,
thank you very much!
Maybe I could use this feature as well in the future....
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Jamal
Posts: 315
Joined: Mon Jul 03, 2017 7:02 pm

Porting VO Forms to Winform or WPF

Post by Jamal »

Hi Chris,

That's great!! I am sure many will find it a very valuable productivity feature of VOXPorter.

Thanks!
Jamal

Chris wrote:Gyus,

It should be easier to add this functionality to VOXporter. Will do that, will make it optionally create an extra solution/project with all the window definitions in it.
User avatar
Chris
Posts: 4583
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Porting VO Forms to Winform or WPF

Post by Chris »

Hi Jamal,
Jamal wrote:Hi Chris,

That's great!! I am sure many will find it a very valuable productivity feature of VOXPorter.

Thanks!
Jamal

Chris wrote:Gyus,

It should be easier to add this functionality to VOXporter. Will do that, will make it optionally create an extra solution/project with all the window definitions in it.
OK, I have now implemented this feature, it will be available in the next release! :)
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Porting VO Forms to Winform or WPF

Post by wriedmann »

Hi Chris,
great, thank you!
Will test it out.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
ohernandez@sistemas-liasa.com
Posts: 28
Joined: Tue Nov 17, 2015 4:12 pm

Porting VO Forms to Winform or WPF

Post by ohernandez@sistemas-liasa.com »

Hi Chris,
Thank You, this will help a lot in the migration to x#.

Oscar Hdz.
User avatar
Alf
Posts: 54
Joined: Wed Dec 30, 2020 10:04 am

Porting VO Forms to Winform or WPF

Post by Alf »

Hi Chris,

<<OK, I have now implemented this feature, it will be available in the next release! >>>

Is the announced feature available in the meantime, and, if so, where can I find it?

Alf
User avatar
Chris
Posts: 4583
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Porting VO Forms to Winform or WPF

Post by Chris »

Hi Alf,

Yes, it is available in the VOXporter tool, when you check the option "Generate Windows.Forms forms out of WED binaries", then it creates a separate project with the equivalent winforms definitions for each window that the original VO app(s) contained.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply