Re: [IronPython] WPF Window vs. Application

2010-05-04 Thread Lukáš Duběda
Thank you very much! I'll dig into this and see if I can make it work in my scenario. Thanks again, cheers, Lukáš Duběda Director [T] +420 602 444 164 duber studio(tm) [M] i...@duber.cz [W] http://www.duber.cz [A] R.A.Dvorského 601, Praha 10 [A] 10900, Czech Republic, Europe Lukas Cenovsky wr

Re: [IronPython] WPF Window vs. Application

2010-05-04 Thread Lukas Cenovsky
Check IronPython-2.6\Tutorial\avalon.py. -- -- Lukáš Lukáš Duběda wrote: Hmm, that's what I'm afraid of. Never done any threaded app so far. Could you, please, give me a hint as to how to set this up so that the Application() runs from within the host app without problems, i.e. as if it was j

Re: [IronPython] WPF Window vs. Application

2010-05-04 Thread Lukáš Duběda
Hmm, that's what I'm afraid of. Never done any threaded app so far. Could you, please, give me a hint as to how to set this up so that the Application() runs from within the host app without problems, i.e. as if it was just a host app's Window. Thanks a lot, I appretiate it. Lukáš Duběda Direct

Re: [IronPython] WPF Window vs. Application

2010-05-04 Thread Lukas Cenovsky
Lukáš Duběda wrote: Hi there everybody. I have yet another question. This time, since I'm trying to strictly use WPF for my GUI etc... and what I do here is I host IronPython within another application that calls it and IPy serves the GUI and program logic, I bumped into a problem when calling

[IronPython] WPF Window vs. Application

2010-05-04 Thread Lukáš Duběda
Hi there everybody. I have yet another question. This time, since I'm trying to strictly use WPF for my GUI etc... and what I do here is I host IronPython within another application that calls it and IPy serves the GUI and program logic, I bumped into a problem when calling the Application().Ru