Search found 1615 matches

by ic2
Thu Mar 26, 2026 10:35 pm
Forum: Product
Topic: Handling Single versus doubleclick (WPF)
Replies: 10
Views: 993

Re: Handling Single versus doubleclick (WPF)

Hello Wolfgang,

I actually asked them indeed. I saw a Blazor implementation of a context menu and 2 Tasks assigned to it to handle things. There's a good chance that they come up with some working solution which I can implement in my program with none or minimal changes, because their support is ...
by ic2
Thu Mar 26, 2026 10:47 am
Forum: Chit-Chat
Topic: epDBU DBF Administration tool
Replies: 11
Views: 1055

Re: epDBU DBF Administration tool

Hello Alf,

Many years ago I redesigned dbv created by multiple colleagues, which can do most of the DBF stuff. I added support for ADS DBF's as well. I even started creating a Vulcan version with the help of Frank Maraite. But that original version was a lot slower. Typing dbv MyDBF from a command ...
by ic2
Wed Mar 25, 2026 9:55 pm
Forum: Product
Topic: Handling Single versus doubleclick (WPF)
Replies: 10
Views: 993

Re: Handling Single versus doubleclick (WPF)

Hello Wolfgang,

I see where you are going to but I don't think this is the solution here. In this case I can add a handler, without the need to subclass, in other words, I do not need to modify default behavior of the non subclassed base class. From C#, this looks as follows:

kanban ...
by ic2
Wed Mar 25, 2026 1:53 pm
Forum: Product
Topic: Handling Single versus doubleclick (WPF)
Replies: 10
Views: 993

Handling Single versus doubleclick (WPF)

For my Kanban project, I use a method called OnKanbanCardTapped . Once a user selects a card, I can set a contextmenu and a few other actions for this specific card. Later I wanted to implement a doubleclick to directly edit a record represented by that card, called OnKanbanCardDoubleTapped; .

What ...
by ic2
Wed Mar 11, 2026 10:18 am
Forum: Product
Topic: How to populate fields in WPF Dictionary.xaml from CodeBehind
Replies: 3
Views: 491

Re: How to populate fields in WPF Dictionary.xaml from CodeBehind

Hello Wolfgang,


please forget all the strange dictionaries and converters.
You have to use binding to make that work.



The dictionary seems to be a good solution to define a tooltip-lay-out which directly works. But the issue is that none of the binding (or other) solutions to fill the ...
by ic2
Tue Mar 10, 2026 5:44 pm
Forum: Product
Topic: How to populate fields in WPF Dictionary.xaml from CodeBehind
Replies: 3
Views: 491

How to populate fields in WPF Dictionary.xaml from CodeBehind

Although this part of my project is not X# but C# the question is more WPF based so I hope that someone having done this can help me understand.

I start this question with the remark that Syncfusion sent me a full working program where I can modify the lay-out of their libabry's Kanban cards and ...
by ic2
Wed Feb 25, 2026 8:00 pm
Forum: Deutsches Forum
Topic: OT Etikettendrucker Brother QL-570
Replies: 10
Views: 1408

Re: OT Etikettendrucker Brother QL-570

ArneOrtlinghaus wrote: Wed Feb 25, 2026 11:55 am Cool, mit solchen Überredungskünsten und hilfreichen Geschenken kannst du fast überlegen, in die Politik zu gehen. Wir haben echten Bedarf auf der Weltbühne. :-)
Das wäre doch fantastisch, mit nur zwei Rollen Etiketten Weltfrieden erreichen....

Dick
by ic2
Tue Feb 10, 2026 1:59 pm
Forum: Product
Topic: Use AI to explore XSharp (across the entire GitHub repository)
Replies: 5
Views: 1012

Re: Use AI to explore XSharp (across the entire GitHub repository)

Although the end result it looks like a well designed documentation I don't have the impression that it actually is.
Most information is of little use for a programmer. If it would include a full explanation of each X# method including multiple samples, and the same for the compiler errors, then it ...
by ic2
Thu Jan 29, 2026 8:11 pm
Forum: Chit-Chat
Topic: Info: how to get rid of NuGet references
Replies: 2
Views: 543

Re: Info: how to get rid of NuGet references

Hello Chris,

Indeed. Sometimes it even works. I normally do the same as, rename to aa zip file and retrieve and add the DLL's manually; I think this went differently here because I started working from the Syncfusion sample project for which they must have used NuGet.

Anyhow, good to know to get ...
by ic2
Wed Jan 28, 2026 5:09 pm
Forum: Chit-Chat
Topic: Info: how to get rid of NuGet references
Replies: 2
Views: 543

Info: how to get rid of NuGet references

After upgrading to the latest version 32.x from 29.x of Syncfusion Essential Studio, my programs gave a message that I was using a unlicensed version. I tried to reference all necessary DLL's which was not possible. It turned out that the main library was a NuGet link (with a different icon) which ...