Jump to content

Nirlan

uniGUI Subscriber
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    3

Nirlan last won the day on March 26 2016

Nirlan had the most liked content!

Contact Methods

  • Website URL
    http://www.skyfalcon.com.br

Profile Information

  • Gender
    Male
  • Location
    Leiria - Portugal

Recent Profile Visitors

995 profile views

Nirlan's Achievements

Member

Member (2/4)

5

Reputation

  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.
×
×
  • Create New...