mhmda Posted May 1, 2017 Posted May 1, 2017 For example when adding: 'show' event it is translated like this: I use this code: shrcut.ClientEvents.ExtEvents.Values['show']:='function (sender, eOpts){ Ext.defer(function(){console.log(9);},3000);}'; shrcut.ClientEvents.UniEvents.Values['beforeInit']:='function (sender, config){console.log(1);}'; "show",function(sender, eOpts){ Ext.defer(function(){console.log(9);},3000);})//instead of ',' it should be ':' it should be "show":function.... UniEvents works great: beforeinit:function(sender, config){console.log(1);} The problem only with ExtEvents !!! Quote
Sherzod Posted May 2, 2017 Posted May 2, 2017 Hi mohammad, We will check this issue. Have you checked, works at designtime? Best regards, Quote
mhmda Posted May 15, 2017 Author Posted May 15, 2017 Farshad what about this issue?????????????????????????????????????????????????????????????????????????????????????????????????????????????????? I check that for the form and the same problem?? Quote
Sherzod Posted May 15, 2017 Posted May 15, 2017 Hi Mohammad, I check that for the form and the same problem?? Please can you make a simple testcase for this ?! Best regards, Quote
Administrators Farshad Mohajeri Posted May 15, 2017 Administrators Posted May 15, 2017 Farshad what about this issue?????????????????????????????????????????????????????????????????????????????????????????????????????????????????? I check that for the form and the same problem?? Hi Mohammad, Why didn't you open this topic in Bug reports forum? Please open it in that forum and provide a test case. Thank you Quote
mhmda Posted May 16, 2017 Author Posted May 16, 2017 Here you go http://forums.unigui.com/index.php?/topic/8521-clientevents-not-executed-and-ignored/ 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.