Hi,
I was trying to do a shift using Ext.Fx on the Ext.Window.
text: 'move right',
handler: function() {
startx+=100;
var el = thewindow.getEl();
el.shift({
x: startx,
});
}
What happen was, the window shift but the shadow didn't... Any idea?
Cheers, Mickey