Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Yusuf SRC

    Simphony Extensibility - Getting Check data from events

    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...
  2. Yusuf SRC

    Oracle Simphony Extensibility - call opsContext methods from WPF control

    I mean, when a button is clicked from WPF, I need to run opsContext commands. Is there a way to do that ?
  3. Yusuf SRC

    Oracle Simphony Extensibility - call opsContext methods from WPF control

    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...
  4. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    Can you show code some examples or direct me some links about how to do it ?
  5. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    Thank you so much for the replies. I need somehow two way binding and send data back and front.
  6. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    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...
  7. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    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
  8. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    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...
  9. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    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...
  10. Yusuf SRC

    Micros Simphony Extensibility: How to create a WPF dialog and display it from c# code

    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...

Part and Inventory Search

Back
Top