Jump to content

About TUnimLoginForm.FormCreate(


Freeman35

Recommended Posts

Hello,

when I try this code "UnimLoginForm.ClientEvents.UniEvents.Add('');"  in "TUnimLoginForm.FormCreate" I get error "An instance <UnimLoginForm> already is being created"

I wanna add some function in runtime. this is for easy use for checked each forms has added unievent(s) How to do this?

trail 1321

Thank you

Link to comment
Share on other sites

Thank you Farshad,

this my code:

ClientEvents.UniEvents.Add('function window.beforeInit(sender, config){config.showAnimation ={type: ''slide'', direction: ''right'', duration: 1000,};}');

I'm not get error now, but application not work. I mean, just square and loading... text show, small square moving, but loginform or any form not showing. and not any error showing but stop like that.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...