Best solutions for converting known/often used VO libs to X#?

This forum is meant for questions and discussions about the X# language and tools
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Best solutions for converting known/often used VO libs to X#?

Post by ic2 »

Frank is still busy converting a large app from us and after moving code to new libs due to circular lib references we are seeing 1000's of errors. Many are from the Excel and Word base lib so with Robert's remarks on https://www.xsharp.eu/forum/public-prod ... -to-x#4891 Frank should be able to get rid of these.

What I am asking now is what the best solutions are from the other well known VO products. Is there a conversion available and if so, where? Should we buy updates and if so, for what?


1 Sven Eberts SE UI XP Base classes
2 bBrowser (we currently own a Vulcan license)
3 Fab Paint, PaintLib
4 HoverButton
5 ReportPro 2 (we have a source code license for the VO version)

We also use FabZip which we probably best replace with the DotNetZip?

and

libErrorHandler . I think this library (if included all further unhandled runtime errors automatically redirect to here so we have 1 centralized and common way of showing the user run time errors and reporting them). As far as I know this won't work that easy in .Net. Was placing an error handler in the Start function of the program the actual alternative?



Dick
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Best solutions for converting known/often used VO libs to X#?

Post by FFF »

Dick,
a quick look into "Downloads- Third party" will show you Svens', RP2+3.
Fab lies below General-other, bBrowser is to get at https://bbrowser.net/index.php/downloads-de-de
I think, sometime there was something about HoverButton, but can't recall, where, sorry...
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Best solutions for converting known/often used VO libs to X#?

Post by ic2 »

Hello Karl,

Ah yes,thanks,I should have looked there too....

Remains bBrowser, and HoverButton.

https://www.xsharp.eu/itm-downloads?fol ... %252FTools contains FabTOols but not FabPaint/FabPaintLib?

Dick
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Best solutions for converting known/often used VO libs to X#?

Post by robert »

Dick,
FabPaintLib is included in the FabTools download. And the full source for Fab's libs is here:

https://github.com/X-Sharp/FabTools/tre ... r/FabTools

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Best solutions for converting known/often used VO libs to X#?

Post by ic2 »

Hello Robert,
Then we're nearly there. I just bought the X# bBrower update from Vulcan, that should deal with that.

About HoverButton: a bit over a year ago, Fabrice wrote in this thread:

https://www.xsharp.eu/forum/private-pro ... tton#15792

I've got your email with the HoverButton source code; I will keep you informed in this thread.

I guess that was forgotten a bit ;)

@Fabrice: have you ever looked at it and if so, how easy is it to convert? Given the often low level the conversion looks not so easy.

Dick
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Best solutions for converting known/often used VO libs to X#?

Post by ic2 »

Anyone who has been doing something with HoverButtons?

It would be superfluous when we would convert VO Windows to Winforms; these have all or most of the Hoverbuttons options. Problem is that we then can't use bBrowser, or the other way around.

Dick
User avatar
Fabrice
Posts: 405
Joined: Thu Oct 08, 2015 7:47 am
Location: France

Best solutions for converting known/often used VO libs to X#?

Post by Fabrice »

Hi Dick,
I'm sorry, but it seems that this one has disappeared in my To-do list !:)
With a quick look I was not able to find the source code for HoverButton, and in my mail box, I just have my response and not the original one with the code attached.... ??? Can you send it to my mailbox ?
I will have a look, but cannot give you a deadline
XSharp Development Team
fabrice(at)xsharp.eu
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Best solutions for converting known/often used VO libs to X#?

Post by FFF »

Guys,
as we hope to see sometime now the new VoGUI, may i suggest not wasting time to migrate an outdated lib, but only steal the goodies from it to enhance the VoButton?
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Best solutions for converting known/often used VO libs to X#?

Post by wriedmann »

Hi Karl,
unfortunately I think that not every VO project can be moved to the new GUI classes as every class needs to be adapted, with bBrowser in first line, followed by all the inhouse adaptions.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Best solutions for converting known/often used VO libs to X#?

Post by FFF »

Wolfgang,
you mean, the interface is changed? That would be rather unfortunate...
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
Post Reply