Jump to content

BrunoNoe

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by BrunoNoe

  1. Good morning, it is possible to put NavigateKeys in the Next with "Enter" (13), to navigate between the edits and ignore the buttons to give "Enter" it to execute the Click and not change to the Next Button? Ex: 2 edits and 2 bitbtn Edit1 - Enter goes to edit2 Edit2 - Enter goes to bitbtn1 bitbtn1 - Enter executes the click and the focus remains on it * Example is because my English is a translator, it is easier to understand Reason: Person give 2 Enter unintentionally and end up running the next button unintentionally. Running bitbtn1 and bitbn2. Bom dia, é possivel colocar no NavigateKeys o Next com "Enter" (13), para navegar entre os edits e ignorar os botoes para ao dar "Enter" ele executar o Click e não mudar para o Proxímo Botão? Ex: 2 edits e 2 bitbtn Edit1 - Enter vai para o edit2 Edit2 - Enter vai para o bitbtn1 bitbtn1 - Enter executa o click e o foco permanece nele *Exemplo é porque meu ingles é de tradutor rsrs, ai fica mais facil entender Motivo: Pessoa dar 2 Enter sem querer e acabar executando o proximo botão sem querer. Executando o bitbtn1 e o bitbn2.
  2. Boa tarde, obrigado pelo retorno, no meu caso acredito que tenha sido um bug no formulario ou componente que tinha criado na hora. Vi que estava funcionando em outro form que usava e as vezes ele funcionava tambem. Resolvi recriando o form do zero, mas usei tudo da mesma forma e funcionou sem problemas. Pra nao precisar refazer layout, costumo copiar o form e so faço as mudanças no codigo e alguns componentes na tela, talvez nessa copia havia dado algum bug.
  3. I had seen these options. The "UniMainModule -> BackButtonAction => bbaWarnUser" only gives one message, but clicking on "Yes" exits the program. Would not there be a way for him to know what was open earlier in the program and to continue it? Example 1 - I opened the demo site. 2 - Open the "Menu Button" and the "Icon Button" 3 - Click on back page 4 - Go back to the screen that was just the "Menu Button" Thanks for the quick return.
  4. Sorry, my english is bad, so I'm using Google Translate. I will try to better detail First situation 1 - I opened the demo site. 2 - Open the "Menu Button" and the "Icon Button" 3 - I pressed F5 or gave Refresh on the screen. 4 - He returned to the initial screen of program. Second situation 1 - I opened the demo site. 2 - Open the "Menu Button" and the "Icon Button" 3 - Click on back page 4 - He closed the demo and opened the google screen that was before. Sorry to have put so much step by step, but with the difficulty of the language I think it would become clearer. Desculpe, meu inglês é ruim, então to usando o Google Tradutor. Vou tentar detalhar melhor. Primeira situação 1 - Abri o site do demo. 2 - Abri o "Menu Button" e o "Icon Button" 3 - Apertei F5 ou dei Refresh na tela. 4 - Ele voltou pra tela inicial do programa. Segunda Situação 1 - Abri o site do demo. 2 - Abri o "Menu Button" e o "Icon Button" 3 - Cliquei no voltar pagina 4 - Ele fechou o demo e abriu a tela do google que estava antes. Desculpa ter colocado tão passo a passo, mas com a dificuldade do idioma acho que ia ficar mais claro.
  5. Good morning, I'm testing the Unigui Demo and I saw that when he came back he left the program. Is this some fixed configuration or is it a way to handle it? I would like to know if it is possible to refresh on the same page and not return to the initial screen of the program. And if you click the back page, it will only return to the previous screen that I opened in the program. If this is a limitation of the demo, just let me know Bom dia, estou testando o Unigui Demo e vi que ao voltar a página ele sai do "programa". Isso é alguma configuração fixa ou tem jeito de tratar? Gostaria de saber se é possivel ao dar refresh continuasse na mesma pagina e nao que voltasse para a tela inicial do programa. E se clicar no voltar pagina, ele voltasse apenas pra tela anterior que abri no programa. Se isso for uma limitação do demo mesmo so me avisar rs
  6. BrunoNoe

    Problem Form

    I understood, because it had some limitations I thought it was a trial, because I saw videos in youtube lessons until some better options that do not have here. In this case, do you think that may be the mistake or have you seen something like this happen? I'll look at the license here on the site to get a complete version and no piracy. How does the license work, do I get paid to download the program?
  7. BrunoNoe

    Problem Form

    Trial version so I can test for now to see if it caters to me, but I'm really enjoying it. It is written here that is 1397, in which version is it? But I'm having this problem, so I do not know if it's because of a bug in the release or if I'm doing something wrong. For now I'm playing with the tool passing a program my simplest for her to see how it is and what to do.
  8. Bom dia, estou tentando ao focar no botao, mudar o fundo e a cor da fonte em destaque . Ele muda a cor do fundo, muda fonte, coloca ate um sublinhado mas a cor da fonte do texto não muda de jeito nenhum. UniBitBtn CSS: .FocoSubBotaoPrinc{ background: rgb(182, 183, 184) !important; background-color: rgb(182, 183, 184) !important; background-image: none !important; border-width:none !important; border-color: rgb(182, 183, 184) !important; border: 0px solid rgb(182, 183, 184); color:white !important; text-color:white !important; font-color:white !important; /* background: rgb(65, 65, 65) !important; background-color: rgb(65, 65, 65) !important; background-image: none !important; border-width:none !important; border-color: rgb(65, 65, 65) !important; border: 0px solid rgb(65, 65, 65); color:white !important; */ -webkit-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; } .BotaoBranco { background:#FFFFFF !important; color:#fff !important; border-color:white !important; /* border-color:#FFFFFF; */ border: 0px solid white; -webkit-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; } ClientEvents->ExtEvents->MouseOut e mouseover function mouseout(sender, e, eOpts) { sender.removeCls('FocoSubBotaoPrinc'); sender.addCls('BotaoBranco'); } function mouseover(sender, e, eOpts) { sender.addCls('FocoSubBotaoPrinc'); sender.removeCls('BotaoBranco'); }
  9. BrunoNoe

    Problem Form

    Good morning, I'm new here in the forum and Unigui but since I want to congratulate the forum, it has helped me a lot. I had the following problem with opening Form. It happened both in Frame and in a normal form called with ShowModal. The form simply opens with the screen all blue without showing any information on the screen, from the beginning I found that it was a problem with pagecontrol, but there is a panel outside the pagecontrol that even this he did not show. I attached an image of him with the error and without the error to understand better. (The error does not always give, but the most error that works). On this screen that I showed the simple command that it gives to open is the Form.ShowModal; and only step one variable to true for the new form to know what should be shown. I created a new form without the pagecontrol to see if the problem was it but the error continued. * I noticed that when I click the NEW button to start a registration, the screen that is giving error opens perfectly, but if I click on the CHANGE button or without editing and I click on these buttons, the error I reported. If anyone has ever been through something like that and can help me. Thank you. Sorry for my English, it's google translator. Brazil Development Environment: UniGui 1.0.0.1397 Windows 10 Delphi Berlin Browser - Chrome
  10. Me adiciona por favor Bruno - 33 988047360
  11. Bom dia, sou novo no Unigui, programo a muito tempo somente para desktop e gostaria de começar a desenvolver para Web e Android. Como o Delphi me atende perfeitamente procurei alguma forma que pudesse utilizar ele mesmo e assim conheci o Unigui. Minha duvida é sobre tela de cadastro, qual a melhor forma de fazer isso que vocês me sugerem? Agora que existe o Firedac utilizo apenas um fdqQuery e os Data Controls. O ideal ou é normal tambem utilizar dessa forma quando for para web e mobile ou é melhor utilizar edits normais mesmo e gravar no banco com stored procedure ou json ou algo do tipo? O que seria mais seguro e eficiente já que agora o sistema estara mais visivel para qualquer um.
  12. Bom dia, tenho um DBDateTimePicker no meu form, mas ele não está me mostrando a opção de calendário quando clico nele, nem o glyph aparece. O UniDateTimePicker aparece sem problemas, agora o outro não. Preciso fazer alguma configuração para isso ou pode ser apenas um bug mesmo?
  13. Bom dia, tenho um UniDbComboBox na minha tela onde os items estão estão já gravados internamente e ele é do estilo csOwnerDrawFixed. Acontece que quando coloco em edição, as vezes ele não está mostrando os items para eu poder escolher, como se não tivesse nenhum item cadastrado. Alguém já passou por isso?
  14. Bom dia, sou novo aqui no fórum e no Unigui mas desde já quero dar os parabéns pelo fórum, tem me ajudado muito. Tive o seguinte problema com a abertura do Form. Aconteceu tanto no Frame como num form normal chamado com ShowModal. O form simplesmente abre com a tela toda azul sem mostrar nenhuma informação na tela, de inicio achei ate que era problema com pagecontrol, mas existe um panel fora do pagecontrol que nem isso ele mostrou. Coloquei em anexo uma imagem dele com o erro e sem o erro para entenderem melhor. (O erro nem sempre dá, mas da mais erro que funciona). Nessa tela que mostrei o simples comando que ele dá para abrir é o Form.ShowModal; e passo apenas uma variavel como true para no novo form saber o que deve ser mostrado. Criei um novo form sem o pagecontrol para ver se o problema era ele mas o erro continuou. *Percebi que quando clico no botão NOVO para começar um cadastro, a tela que esta dando erro abre perfeitamente, mas se clico no botão ALTERAR ou sem edição e clico nesses botoes, da o erro que reportei. Se alguém já tiver passado por algo assim e puder me ajudar. Obrigado.
×
×
  • Create New...