mehmet07 Posted May 13, 2013 Share 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 Link to comment Share on other sites More sharing options...
gerhard.kimmeringer Posted May 13, 2013 Share 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 Link to comment Share on other sites More sharing options...
mehmet07 Posted May 13, 2013 Author Share Posted May 13, 2013 hm ok. thanks Gerhard. Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted May 13, 2013 Share 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 Link to comment Share on other sites More sharing options...
mehmet07 Posted May 15, 2013 Author Share Posted May 15, 2013 Thanks Perjan, I'll try it. Quote Link to comment Share on other sites More sharing options...
mehmet07 Posted August 1, 2013 Author Share Posted August 1, 2013 i try, but no effect. Not much has changed Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted August 1, 2013 Share Posted August 1, 2013 Hi mehmet pak, Please, your email, i send example zip. Quote Link to comment Share on other sites More sharing options...
gpaulino Posted August 1, 2013 Share Posted August 1, 2013 PLEASE SEND ME THE EXAMPLE TO MY MAIL IS ALSO MY GUILLERMOEVERTSZ@GMAIL.COM Quote Link to comment Share on other sites More sharing options...
Mortymer Posted August 1, 2013 Share Posted August 1, 2013 Solution #1 Please upload into Topic :D :D :D :D Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted August 1, 2013 Share Posted August 1, 2013 Ok effects.zip 1 Quote Link to comment Share on other sites More sharing options...
mhmda Posted August 1, 2013 Share 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 Link to comment Share on other sites More sharing options...
mehmet07 Posted August 2, 2013 Author Share Posted August 2, 2013 thanks perjanbr . Quote Link to comment Share on other sites More sharing options...
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.