Search found 148 matches

by Fabrice
Wed Nov 20, 2024 4:10 pm
Forum: Product
Topic: How to Get Started with XSharp for a Newbie?
Replies: 3
Views: 322

Re: How to Get Started with XSharp for a Newbie?

Hi halcyoncv,

Welcome aboard !

May I suggest to have a look at our XSharp Notebooks !?
You will find all informations here : https://github.com/X-Sharp/xsharp-notebooks

HTH,
Fab
by Fabrice
Wed Oct 30, 2024 10:37 am
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 1155

Re: Unable to open forms created based on customized winform classes using the form designer

Hi Guys, when you use the WinForm designer "Reset" command, it will get it from the source code. If you haven't override it, it will take the default value of the WinForm library (that what is happening with the Command Button) If you want to provide your own "Default Value", you will have to ...
by Fabrice
Tue Aug 27, 2024 1:27 pm
Forum: 3rd party products
Topic: DotNetZip created backup sometimes causes issues in (only) some unzip programs
Replies: 15
Views: 4742

Re: DotNetZip created backup sometimes causes issues in (only) some unzip programs

Hi Dick,
first, I'm happy you have found the error.

But I'm curious to know where you were calculating that TimeSpan ? Was it in a CallBack/Event Handler of the Zipping task ?
If so, the exception was maybe breaking the correct cleanup & save of zip entries ??

Regards,
Fab
by Fabrice
Fri Aug 16, 2024 3:04 pm
Forum: Chit-Chat
Topic: How to get the SQLiteRDD.dll used by FabDBFEd
Replies: 4
Views: 545

Re: How to get the SQLiteRDD.dll used by FabDBFEd

Hi Xinje,

you can now pull the new repo : References to SQLiteRDD has been removed in the master branch, so here everything should be ok now

Fab
by Fabrice
Fri Aug 16, 2024 2:43 pm
Forum: Chit-Chat
Topic: How to get the SQLiteRDD.dll used by FabDBFEd
Replies: 4
Views: 545

Re: How to get the SQLiteRDD.dll used by FabDBFEd

Hi Xinje, sorry my bad... SQLiteRDD was one of my side project to provide a "kind of" DB access, but using a SQLite DB as storage. In order to check it, I had been using FabDBFEd, and had modified it for this usage, but I should have done it in a separate branch, and not in the main one. I will ...
by Fabrice
Fri Aug 16, 2024 2:22 pm
Forum: Chit-Chat
Topic: How to get the SQLiteRDD.dll used by FabDBFEd
Replies: 4
Views: 545

Re: How to get the SQLiteRDD.dll used by FabDBFEd

Hi xinje,

Normally, a rebuild shouId trigger the package update/download.
I will have a look at it, and update/correct it if necessary.

I will keep you informed
Fab
by Fabrice
Sun Jun 23, 2024 4:14 pm
Forum: Chit-Chat
Topic: Does anyone know any good tutorials for newbies?
Replies: 6
Views: 939

Re: Does anyone know any good tutorials for newbies?

Hi,

To start with the language itself, may I suggest to have a look at XSharp Notebooks? (Info on the homepage)
About GUI, a video tutorial might be a good start, but we may need to re record something for newbies.

Fab.
by Fabrice
Fri Jun 21, 2024 4:48 pm
Forum: Product
Topic: Problem when using XSharp Notebook
Replies: 11
Views: 1439

Re: Problem when using XSharp Notebook

Hi,
I won't call me a VSCode expert ;)

But can you please send me the offending file ? Just to compare with the one I have on my machine.
I mean "Project.fsproj" that throw the error.

TIA,
Fab
by Fabrice
Fri Jun 21, 2024 1:34 pm
Forum: Product
Topic: Problem when using XSharp Notebook
Replies: 11
Views: 1439

Re: Problem when using XSharp Notebook

Hi,

no trouble at all !
I'm happy if I can help. I might comes from something in the NuGet package, but... sorry I was not able to reproduce it so I cannot provide a solution.

Fab
by Fabrice
Fri Jun 21, 2024 9:38 am
Forum: Product
Topic: Problem when using XSharp Notebook
Replies: 11
Views: 1439

Re: Problem when using XSharp Notebook

Hi, after a clean install of VSCode and the tools, I'm sorry but I cannot reproduce the trouble. That said, it seems that the packagemanagement used but dotnetInteractive is using FSharp, as I could retrieve the same Project.fsproj in the .packagemanagement foler. Maybe its worth to remove and ...