Click here to Skip to main content
15,905,874 members

Comments by Member 7985084 (Top 3 by date)

Member 7985084 26-Mar-12 3:54am View    
I am getting Exception when I follow the above code logic, could anyone throw light on the same, I modified the code incorporating the change mentioned, MyFile.xaml ...... <Listbox Name="MyListBox" SelectionChanged="ListBox_SelectionChanged" .../> ...... ...... MyFile.xaml.cs private void ListBox_SelectionChanged(object sender, SelectionChangedEventArgs e) { //...... textbox1.IsEnabled = false; combobox1.IsEnabled = false; } I get assertion on above change, Please let me know we can resolve the same? or any other alternative approach to target the above problem. The Exception of type "System.NullReferenceException" occurred, and was not handled in user code. Additional Information: Object Reference not set to an Instance of an Object. Thanks & Regards, Samanth_90
Member 7985084 26-Mar-12 3:14am View    
I am getting Exception when I follow the above code logic, could anyone throw light on the same, I modified the code incorporating the change mentioned, MyFile.xaml ...... <Listbox Name="MyListBox" SelectionChanged="ListBox_SelectionChanged" .../> ...... ...... MyFile.xaml.cs private void ListBox_SelectionChanged(object sender, SelectionChangedEventArgs e) { //...... textbox1.IsEnabled = false; combobox1.IsEnabled = false; } I get assertion on above change, Please let me know we can resolve the same? or any other alternative approach to target the above problem.

The Exception of type "System.NullReferenceException" occurred, and was not handled in user code.
Additional Information: Object Reference not set to an Instance of an Object.


Thanks & Regards, Samanth_90
Member 7985084 9-Feb-12 0:52am View    
Hi All,

Well, Thanks for the reply., I want to reframe the query further, In order to exactly meet my objective,

1. The Python Interpreter module(wrapper) should co-exist with CINT Interpreter.(To elaborate, I have Script Window building C/C++ Scripts (using CINT interpreter), but it should also be able to handle Python Scripts (Similar Interpreter).
2. Less restrictions on License T & C (preferably of BSD or LGPL nature).

Thanks in Advance,

With Regards,
VishalK_89