DouglaS666 Posted June 16, 2018 Share Posted June 16, 2018 ERROR: Server triggered clientside event hideLoginWindow, but event is not marked as remotly triggerable Não faço minima ideia se é erro de algum resource. Link to comment
DNL291 Posted June 16, 2018 Share Posted June 16, 2018 addEvent ( string eventName [, bool allowRemoteTrigger = false ] ) O segundo argumento do evento está definido como false. Significa que o evento só vai poder ser chamado no próprio lado. 2 Link to comment
Other Languages Moderators Lord Henry Posted June 16, 2018 Other Languages Moderators Share Posted June 16, 2018 Provavelmente o erro está no seu painel de login. Procure no script client essa linha: addEvent ("hideLoginWindow") E coloque um true no segundo argumento. addEvent ("hideLoginWindow", true) Se tiver um false no segundo argumento, substitua o false pelo true. 1 Link to comment
DouglaS666 Posted June 16, 2018 Author Share Posted June 16, 2018 Obrigado Henry, Ajudando como sempre Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now