Jump to content

Nirlan

uniGUI Subscriber
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Nirlan

  1. Yes, Eduardo, it worked perfectly. Thank you very much.
  2. Thanks for replying, but unfortunately it did not work. Is there another alternative? I use Delphi 10.3 CE upd.1 and Unigui 1.90.0.1504
  3. How do I change the height of the line in uniTreeMenu? Thank´s
  4. You are right. console: Mixed Content: The page at 'https://52.67.76.189:7777/'was loaded over HTTPS, but requested an insecure resource 'http://www.skyfalcon.com.br'. This request has been blocked; the content must be served over HTTPS.
  5. Unfortunately this will not work because there is no https page: '' https: //www.skyfalcon.com.br / ... ' I need is that the UniURLFrame displays the page '' http: //www.skyfalcon.com.br/ ... ' with UniSession.SSL enabled.
  6. Delphi 10 Berlin Unigui 0.99.96.1335 I have an application that uses a uniURLFrame with the following command in oncreate: UniURLFrame1.URL: = 'http://www.skyfalcon.com.br/....'; This is working normally, but when you enable the SSL option on the ServerModule nothing is displayed in the frame. The application is already in production and running normally with SSL enabled, with the exception of displaying the html page in the UniURLFrame. Thanks for any help.
  7. compra parcelada é sempre bem vida.
  8. Deve ser algo da cópia de demonstração do unigui. Se eu não me engano, as aplicações trial só podem ser executadas por alguns minutos.
  9. Até aonde eu sei, o navegador não pode ter acesso ao disco rígido do cliente, por razões de segurança. Seria bom ver as opiniões dos outros colegas.
  10. Luciano, agradeço pela resposta. A minha dúvida e se a certificação é pelo IP do servidor ou pelo nome do domínio. E se o uso da dll é obrigatório, ou posso usar também o .exe.
  11. Alguém já está utilizando https em aplicações Unigui, com certificação oficial (VeriSign, RapidSSL ou similar), sem ser aquela gerada no próprio Windows Server ? Agradeço a quem postar a sua experiência.
  12. I use this function: function ValidarEMail(vStr: string): Boolean; begin vStr := Trim(UpperCase(vStr)); if Pos('@', vStr) > 1 then begin Delete(vStr, 1, pos('@', vStr)); Result := (Length(vStr) > 0) and (Pos('.', vStr) > 2); end else Result := False; end;
  13. Complementando as respostas dos colegas, o projeto Unigui não está parado há um ano com você citou. Talvez seja a cópia trial (seria bom alguém avisar o Farshad). Quem comprou a licença de uso está tendo acesso às novas versões quase que semanalmente. Já desenvolvi 3 projetos com o unigui, sendo que um deles já está na versão 3.0. Tenho trabalhado com o ungui há mais de 3 anos e ele tem sido muito rápido e estável.
  14. Sim, eu também uso herança com frame. Bastou criou uma frame base e fazer a herança nas novas frames.
  15. Farshad, do you have any progress on this issue ? thank you
  16. Nos forms existe a propriedade NavigateKeys.next.key = 13 que permite a navegação entre os edits usando o enter. Estou precisando também utilizar a navegação com enter em um Frame, que não possui a propriedade "NavigateKeys". Alguém sabe de alguma alternativa para usar enter como tab em um Frame ? Obrigado,
  17. Thank you for your answer. Unfortunately the UniDBNumberEdit does not have this property.
  18. Windows 10 Pro Delphi 10 Seattle Unigui 0.99.50.1211 there is a bug in UniDBEdit and UniDBNumberEdit with taRightJustify: at design time alignment to right. At run time it align to left (it's ignored).
  19. Já comprei mas ainda não o recebi. Espero que realmente seja bom, pois há muito tempo não leio um livro sobre Delphi.
  20. Gostaria de deixar aqui uma dica. Depois de anos sem novidades, a Editora Brasport lançou o livro "Delphi para Android e iOS: Desenvolvendo Aplicativos Móveis" - R$49,30 Se for bem vendido, possivelmente eles lançarão outros. Já passou da hora de termos novamente bons livros sobre Delphi como tínhamos no passado.
  21. >> AND: is this possible? : If a user enters a char - the TUniDBLookupComboBox should show just the records beginning with this char ... I also need a lot of it.
  22. Eu utilizo a Amazon, gratuito por 1 ano. http://aws.amazon.com/pt/
  23. eu uso herança dos forms em meus sistemas e não tenho tido problemas. Qual o erro que acontece com você ?
×
×
  • Create New...