This is a migrated thread and some comments may be shown as answers.

Problem with window's SizeChanged event

1 Answer 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
anshul
Top achievements
Rank 1
anshul asked on 13 Jun 2009, 03:45 PM
Hi,

In my application,I have a combobox in a window, in which some numeric values are there to set zoom for the application.
when I Click on the combo box and than click on the restore button of the window, I get a window that ask for RadTreeViewItem.Events.cs file.

It gives follwing code at disassambly.

c:\Builds\WPF_Scrum\WPF_Team\Sources\Development\Silverlight\Telerik.Windows.Controls.Navigation\TreeView\RadTreeViewItem.Events.cs
00000000  push        ebp 
00000001  mov         ebp,esp
00000003  sub         esp,8
00000006  mov         dword ptr [ebp-8],ecx
00000009  mov         dword ptr [ebp-4],edx
0000000c  cmp         dword ptr ds:[075A0B60h],0
00000013  je          0000001A
00000015  call        6D42ADF1
0000001a  mov         ecx,dword ptr [ebp-8]
0000001d  xor         edx,edx
0000001f  call        005A8148
00000024  mov         ecx,dword ptr [ebp-8]
00000027  call        005A78F0
0000002c  nop             
0000002d  mov         esp,ebp
0000002f  pop         ebp 
00000030  ret         4 

after this my application get crash.Can anybody help me out to find the reason behind this.

***Application works well if Combo's IsEditable= False,but if it is True application gets crash.

Thanks,
Anshul

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 18 Jun 2009, 08:36 AM
Hello anshul,

Could you please, open a support ticket and send a sample project and a list of steps that reproduce the problem.

Thank you!

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Tags
General Discussions
Asked by
anshul
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or