I want to subscribe check events from our extension app. When a check is closed, I mean a customer makes payment and the cashier closes the check, I want to subscribe that event and get the current check / transaction information. We can manage that by adding an event / delegate function like...
I have a WPF project (WpfControlLibrary1) in the same solution with my extensibility application. And I added reference to that WPF project from the extensibility class. I can fire up this WPF with window.ShowDialog() method like this code.
using WpfControlLibrary1;
Window window = new Window...
Thank you, I think it is the right direction, it did find the resource now. But I got this error "System.Exception: 'Unable to parse XAML
Source: control
'Failed to create a 'TextChanged' from the text 'TextBox_TextChanged_1'.' Line number '10' and line position '137'.'
"
how can I bind the...
Yes it is the same name "control" I added that content under the extension application content is that the right place ?
it is the name in the "Zonable Key" location
goodboy thanks for the replies. I mean the reply based on here in this thread https://www.tek-tips.com/viewthread.cfm?qid=1810782
@CathalMF replied this: Personally i dont see many advantages to using "RequestCustomDialog" unless you want to use SIM scripts to display dialogs. Create a WPF...
What I mean by custom content is the content generated dynamically in c# extension code. I want to display a content dialog in a grid like system and update the data on it dynamically. You know the extension code is something written as a c# class library.
- I created another wpf user control...
thread693-1810782
Hello everyone, I'm developing an extensibility application for micros simphony and I want to show some dynamic content in a dialog like content area. I couldn't see any OpsContext method to do that. I read from the above thread it can be done with normal WPF user control...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.