Radek Adamec
Radek Adamec
I was looking for ideas how to "make" a WPF console for my project and ended up here - actually I do like the work Dave did, it's nice piece...
Hello Dave @dwmkerr , I have found some issue with BackgroundWorker, I have a fix, but just finishing the release of other functionality of my VSIX, so I think, I'll...
So I'm back to summarize the updates I have made to make the control working in WPF. The key part was in ConsoleControl.xaml.cs: - RichTextbox's `PreviewKeyDown` event is to be...
Hi @michaelglasson , I have an idea, just need to prepare and test the samples. Will get back to you
Hi @michaelglasson , this is how to do it using the definition builder. The "magic" is not to do the contains check in a rule cell, but to do it...
@michaelglasson - this is the DMN that can be parsed and executed in code. I need to think a bit how to make it work with Simulator as you can't...
To make it work in Simulator, it's necessary to tweak it a bit :-( Add the following classes to the Simulator project: ``` public static class Extensions { public static...
@michaelglasson - I'll think about it. Personally, I'd like to avoid changes in SFeelParser as it can break a lot of things and the class itself was not designed as...
Hi @michaelglasson , I gave it a shot and have to admit, we're reaching the limits of extensibility. I used the custom execution context with following extensions: ``` protected override...
... the next step means change of core. I will probably implement it in the next version, but for now, just publishing it here. The release will need bit more...