xsharp.eu • Porting VO Forms to Winform or WPF - Page 2
Page 2 of 3

Porting VO Forms to Winform or WPF

Posted: Mon Nov 11, 2019 1:30 pm
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.

Porting VO Forms to Winform or WPF

Posted: Mon Nov 11, 2019 1:34 pm
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

Porting VO Forms to Winform or WPF

Posted: Mon Nov 11, 2019 2:26 pm
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".

Porting VO Forms to Winform or WPF

Posted: Mon Nov 11, 2019 2:29 pm
by wriedmann
Hi Chris,
thank you very much!
Maybe I could use this feature as well in the future....
Wolfgang

Porting VO Forms to Winform or WPF

Posted: Mon Nov 11, 2019 3:43 pm
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.

Porting VO Forms to Winform or WPF

Posted: Tue Nov 12, 2019 3:31 am
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! :)

Porting VO Forms to Winform or WPF

Posted: Tue Nov 12, 2019 5:04 am
by wriedmann
Hi Chris,
great, thank you!
Will test it out.
Wolfgang

Porting VO Forms to Winform or WPF

Posted: Tue Nov 12, 2019 7:49 pm
by ohernandez@sistemas-liasa.com
Hi Chris,
Thank You, this will help a lot in the migration to x#.

Oscar Hdz.

Porting VO Forms to Winform or WPF

Posted: Thu Dec 31, 2020 1:04 am
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

Porting VO Forms to Winform or WPF

Posted: Thu Dec 31, 2020 7:20 am
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.