This question is locked. New answers and comments are not allowed.
Dear Teleriks ,
I have a window which is created on client side through client api you've been provided. Everything is ok before this new release but after upgrading to 2012Q1 it encouters a problem. The scenario is :
1- I create a window (on client)
2- calling maximize() method
3- calling open() method to show it.
the bug is : after calling open() them window start to show in maxmimize mode but after the animation effect finished the window resume to its original defined size. If I put the maxmize() call into onActivate event , it has a buggy behavior .
Thanks in advance
I have a window which is created on client side through client api you've been provided. Everything is ok before this new release but after upgrading to 2012Q1 it encouters a problem. The scenario is :
1- I create a window (on client)
2- calling maximize() method
3- calling open() method to show it.
the bug is : after calling open() them window start to show in maxmimize mode but after the animation effect finished the window resume to its original defined size. If I put the maxmize() call into onActivate event , it has a buggy behavior .
Thanks in advance