mehmet07 Posted May 13, 2013 Posted May 13, 2013 (edited) Hi, my english is bad. How do I make the form opening, such as the effect of the sample? http://docs.sencha.com/extjs/4.2.0/extjs-build/examples/desktop/desktop.html?theme=gray Edited May 13, 2013 by mehmet pak Quote
gerhard.kimmeringer Posted May 13, 2013 Posted May 13, 2013 Hi, the animate property is disabled. In older Versions it was possible to enable it but i think farshad found problems with it and now it is always disabled. Quote
Jancarlos Martins Posted May 13, 2013 Posted May 13, 2013 Hi mehmet pak, I got the effect to close the form 1-Create file JS example Effects.js <applicaton>\files\Effects.js Ext.define("Effects",{ singleton:true, setAnimeteTarget:function(objName,targetName) { Ext.WindowMgr.each(function(window) { var isWin=window.isXType('window'); if(isWin && window.isVisible() && objName==window.getId()) { window.animateTarget=targetName; } }); } }); 2-Declare file ServerModule.pas->CustomFiles files/Effects.js 3-Declare all the forms that you want the effect Form->ClientsEvents->ExtEvents->0-OnActivate function window.OnActivate(sender) { Effects.setAnimeteTarget(sender.getId(),<Target>.getId()); } Example <Target>= Form.button1.getId(); 2 Quote
mehmet07 Posted August 1, 2013 Author Posted August 1, 2013 i try, but no effect. Not much has changed Quote
Jancarlos Martins Posted August 1, 2013 Posted August 1, 2013 Hi mehmet pak, Please, your email, i send example zip. Quote
gpaulino Posted August 1, 2013 Posted August 1, 2013 PLEASE SEND ME THE EXAMPLE TO MY MAIL IS ALSO MY GUILLERMOEVERTSZ@GMAIL.COM Quote
Mortymer Posted August 1, 2013 Posted August 1, 2013 Solution #1 Please upload into Topic :D :D :D :D Quote
mhmda Posted August 1, 2013 Posted August 1, 2013 Hi, see this cool 3d effect.... Online: http://79.143.180.27/animateform/animateform.dll Project from here: http://www.3msoft.net/mhmd/animateform.rar IE :-( 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.