Postado Outubro 30, 2014 10 anos Ola deixei o meu entergame.otui da pasta entergame assim Logo < UIImageView image-source: /images/entergame image-smooth: false image-fixed-ratio: true size: 236 82 EnterGameWindow < MainWindow size: 269 280 EnterGameButton < Button width: 64 EnterGameWindow id: enterGame !text: tr('Enter Game') @onEnter: EnterGame.doLogin() Logo anchors.left: parent.left anchors.top: parent.top MenuLabel !text: tr('Account') anchors.left: parent.left anchors.top: parent.top margin-top: 87 text-auto-resize: true PasswordTextEdit id: accountNameTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true PasswordTextEdit id: accountPasswordTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 CheckBox id: rememberPasswordBox !text: tr('Remember password') !tooltip: tr('Remember account and password when starts client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 10 @onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked()) CheckBox id: autoLoginBox enabled: false !text: tr('Auto login') !tooltip: tr('Open charlist automatically when starting client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 EnterGameButton !text: tr('Entrar') anchors.right: parent.right anchors.bottom: parent.bottom @onClick: EnterGame.doLogin() Label id: serverInfoLabel font: verdana-11px-rounded anchors.bottom: parent.bottom anchors.left: parent.left color: green text-auto-resize: true ate ai tudo bem mais não dar para loga, toda vez que coloco a conta e aperto enter ou no botão "Ok" não acontece nada acho que foi alguma coisa que eu fiz de errado no arquivo entergmae.otui imagem, toda vez que aperto "enter" ou "ok" não acontece nada up
Postado Outubro 31, 2014 10 anos Autor O que aparece no LOG de errors do OTC? (Ctrl + T) eu aperto ctrl+t e não acontece nada com ver esse Log de errors? up
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.