Jump to content

Alessandro

uniGUI Subscriber
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Alessandro

  1. I don´t have "Utils\StressTestTool\"... Where I find it?
  2. Marlon, tinha somente um frxChar no mainModule, e foi removido.
  3. Delphi XE5, Win7, 32bits, uniGUI Web Application Framework Version:0.95.0 build 1046 I'm developing with this version, but to launch the system to market, want to buy the final version of uniGUI.
  4. Farshad Mohajeri: my server is virtual machine.
  5. Marlon: 4 DM, ~50 forms, nenhum frame, utilizo fastReport para gerar relatórios.
  6. Farshad Mohajeri: CPU 2Ghz, RAM 4Gb, Win64bits, virtual Machine in IBM.
  7. Good morning. I am developing an application in uniGUI. However I came across something scary recently: By placing the application on the server in the cloud, the application was running for a week nonstop some users began during this period to do some tests. The problem came as I went to visit the server via remote connection and came across the application consuming 98% of CPU and memory !!! It can not exist. Do any of you have any idea about what may be happening or any tips, or perhaps a best practice of how to avoid this extremely wasteful consumption of the server machine? Grateful. Bom dia pessoal. Estou desenvolvendo uma aplicação em uniGUI. No entanto me deparei com algo assustador recentemente: Ao colocar a aplicação no Servidor, na nuvem, o aplicativo ficou rodando por uma semana Ininterruptamente e alguns usuários começaram neste período a fazer alguns testes. Até aí normal. O problema veio quanto eu fui visitar o servidor via conexão remota e deparei com a aplicação consumindo 98% da CPU e Memória!!! Isso não pode existir. Alguém de vocês tem alguma ideia sobre o que pode estar acontecendo ou alguma dica, ou talvez uma melhor prática de como evitar esse consumo extremamente exagerado da máquina servidora? Grato.
  8. Hello everybody, I would like to know how to import and export the TUniTreewView content to TXT file? Thank you. ---------------------------------------- Olá pessoal, eu gostaria de saber como importar e exportar o conteúdo do TUniTreewView para arquivo TXT? Obrigado,.
  9. Hello everyone! I searched here in the threads, but I have not found. I need to know how to do when you click on an object (just click) within a form, return on message shape the form name and the component name I clicked. I thank those who help. Thank you. Olá a todos! Eu procurei aqui nos tópicos, porém eu não encontrei. Eu preciso saber como fazer ao clicar sobre qualquer objeto (simplesmente clicar) dentro de um form, retornar em forma de mensagem o nome do formulário e o nome do componente que eu cliquei. Agradeço a quem ajudar. Obrigado.
  10. I have a serious problem with RichText. - I´m use XE5 with FR 5.3.9. - In the form, I put RichObject and the report put the RichText. The problem occurs when I print, gives the error "window handle is invalid." If I remove the report RichText, print normally. I have uninstalled it and I downloaded again, but the error persists. Would anyone tell me how to solve this? Eu tenho um sério problema com RichText. - Uso XE5 com FR 5.3.9. - No form, eu coloquei RichObject e no relatório coloquei o RichText. O problema ocorre quando eu vou imprimir, dá o erro: "identificador da janela é inválido." Se eu remover do relatório o RichText, imprime normalmente. Eu desinstalei e eu baixei de novo, mas o erro persiste. Será que alguém me dizer como resolver isso?
  11. está ativo esse tópico ainda? gostaria de saber.... a integração com moip
  12. Hi! Its I know the discover identity of the browser I'm using to access my application? Like ... if the user is using Chrome, Firefox ... Thx all.
  13. SOLVED. If the server is win64, your project must be compiled to 64b, both the Server application as a client application. Everything is running smoothly, even with the uniGUI version 0.95 Thank you for your help.
  14. I have compiled the system to Win64. Now, another error appears: Error loading midas.dll In the onCreate of my project put: LoadLibrary (PChar (UniServerModule.StartPath + 'midas.dll')); But still, it did not work.
  15. Hi! I created a project in XE5, Firebird, uniGUI 095. Everything works beautiful, localhost. The problem: I created an account on an external server, Windows 64b, installed the necessary files of unigui application on the server, firebird 2.5 ... BUT, to put my system on the server to test, here it does not work! In the browser (another machine) gives a message: "An Exception has occured in application: Access violation at address 0093752F in module 'sistema.exe'. Read of address 00000000 " and nothing else! Can anyone tell me why it does not work? You are missing something I did not do? A system created in 32b does not work in 64b? grateful, Alessandro. Oi! Eu criei um projeto em XE5, Firebird, uniGUI 095. Tudo funciona lindo, localHost. O problema: Criei uma conta num servidor externo, Windows 64b, instalei os arquivos necessários da aplicação unigui no servidor, o firebird 2.5... PORÉM, ao colocar meu sistema no servidor para testar, eis que não funciona! No browser (outra máquina) dá uma mensagem: "An Exception has occured in application: Access violation at address 0093752F in module 'sistema.exe'. Read of address 00000000" e mais nada! Alguém sabe me dizer, o por que de não funcionar? Está faltando alguma coisa que não fiz? Um sistema criado em 32b não funciona em 64b? Grato, Alessandro.
  16. Hi. How can I find out if the user is opening my system through the desktop browser or the browser of a mobile? For I will have two separate screens to start the system: one adapted for desktop and one for mobile. Grateful.
  17. Hello everyone. I´m use XE5 and uniGUI 0.95. I have a form having various fields, and in the form I´m use the TUniScrollBox to behave them. However, this component does not have the ".VertScrollBar.Position: = n". What happens ... every time I open an existing record, to read all the fields, the Scroll is positioned at the end of the form, which requires the user to have to roll the scroll bar to the top to start watching the information. I tried using the very form of scrollBar, but when using the command 'Form.VertScrollBar.Position: = 0' gives an external exception. Does anyone have a solution for that I place the beginning of the Scroll? Thank you. Alessandro.
  18. Olá a todos. Uso o XE5 e uniGUI 0.95. Eu tenho um form de cadastro de clientes que possuem vários campos, e dentro do form uso o TUniScrollBox, para comportá-los. No entanto, este componente não possui a opção ".VertScrollBar.Position := n" . O que ocorre... toda vez que abro um registro já existente, ao ler todos os campos, o Scroll se posiciona ao final do form, o que obriga o usuário a ter que rolar a barra de rolagem até o topo para começar a visualizar as informações. Eu tentei usar o próprio scrollBar do form, porém ao usar o comando 'Form.VertScrollBar.Position := 0' dá uma exceção externa. Alguém tem a solução para que eu posicione ao início do Scroll? Grato. Alessandro.
×
×
  • Create New...