Jump to content

cristianotestai

uniGUI Subscriber
  • Posts

    374
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by cristianotestai

  1. Olá Marlon! No seu pacote de componentes existe já algo para integração com google drive? No meu sistema preciso adicionar links e anexos, mas gostaria de centralizar essas informações no ambiente na nuvem do google, para nao armazenar localmente, então penso em criar uma tabela que possuirá o id dos links e anexos que gostaria de armazenar por exemplo no cadastro de clientes, e esses links e anexos gostaria de incluir fazendo upload do google drive (quando já existir arquivo no drive) e também incluir um arquivo no drive pela aplicacao, onde ao incluir receber o id do arquivo e armazenar na tabela do banco para referenciar. E depois na consulta do cliente poder selecionar os arquivos e visualizar diretamente da aplicação. Tem algo nesse sentido já?
  2. + 1 @Farshad Mohajeriany news about this? Thanks.
  3. Hi Farshad, I sent you a private message about the license upgrade. Could you check for me? Thanks, Cristiano Testai
  4. Yes Farshad, In the production environment, when you generate a print or pdf file on the server, it gets stuck and you need to restart the application. In my local development environment this does not occur, it correctly generates the print or the .pdf file. I have noticed this log at the time i perform the file generation. For some reason the server is not allowed to generate the file that should be temporarily stored in the IIS Cache Folder. I really need to solve this, it is a vital function for my system that is already in use. Thanks for your help.
  5. Hi, Someone uses IIS and that makes printing or generation file on the server, could help? Thanks. Cristiano
  6. Hi, An error is occurring in the Log's file when i try in my production environment (IIS 7) to generate a file that it is temporarily stored in the Cache Folder. MbWebServer.dll: 0000022C: 15:45:37 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 0000022C: 15:45:37 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 0000022C: 15:45:38 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 0000022C: 15:45:39 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 00000C28: 15:48:31 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 00000C28: 15:48:31 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 00000C28: 15:48:32 [HandleFileRequest [179.155.220.224]]: Access denied:. MbWebServer.dll: 00000C28: 15:48:32 [HandleFileRequest [179.155.220.224]]: Access denied:. For years it was working properly and I did not change any permissions or config in IIS. Any idea?
  7. Thanks Marlon, work fine! Best Regards! Cristiano
  8. Hi Delphi Developer, Any idea or workaround? Thanks!!
  9. Hi Delphi Developer! Yes. But i would like if possible that the icon could call another frame. Thanks for your help.
  10. Hello, In my table I have a status field, where it can be 0(open), 1(close) and 2(canceled). For each status i would like to display in UniDbGrid an icon originated according to CSS class below, using FontAwesome. How can i handle the column in UniDbgrid to receive the associated content? / * CSS Image FontAwesome * / .x-status-open:: before { content: ""; } .x-status-open { font-family: FontAwesome! important; font-size: 14px! color: # 717171! important; padding: 2px 5px; -webkit-padding-before: 3px; } .x-status-close:: before { content: ""; } .x-status-close { font-family: FontAwesome! important; font-size: 14px! color: # 717171! important; padding: 2px 5px; -webkit-padding-before: 3px; } .x-status-canceled:: before { content: ""; } .x-status-canceled { font-family: FontAwesome! important; font-size: 14px! color: # 717171! important; padding: 2px 5px; -webkit-padding-before: 3px; } Thanks! Cristiano Testai Brazil
  11. Olá, Alguém já realizou integração com MailChimp e gostaria de realizar um trabalho no meu projeto? Possuo uma aplicação web (CRM). O que eu preciso seria o seguinte: 1) No CRM existem os Contatos, com Nome, Email, Telefone, Empresa, Segmento, etc. No MailChimp gostaria de criar as campanhas de Marketing segmentadas conforme os Contatos do CRM. No CRM eu pretendo visualizar as Campanhas criadas no MailChimp e poder informar ao MailChimp para disparar os emails ou criar no MailChimp regras para envios dos emails. 2) No CRM eu tenho as ultimas vendas dos Clientes, sendo que eu gostaria de por exemplo disparar no MailChimp emails pré elaborados para os Clientes que não compram nos ultimos 30 ou 60 dias por exemplo. Obrigado, Cristiano
  12. Thanks Delphi Developer! This work! Best Regards, Cristiano
  13. Hi Delphi Developer, I tried to use the change function as you indicated and just to test: function change(sender, newValue, oldValue, eOpts){ fmTaskEdit.edRegName.focus(); } But not work. Besides setting the focus i also need when changing the item in the ComboBox in clientside script: to set ReadOnly property of a UniEdit; to set Visible property of a UniImage; to set Hint property of a UniImage; Could you help? Thanks!
  14. Hi Mohammad, In your example, is it also possible to create and update events in Google Calendar or read-only? It would also be very good to be able to create and update centralizing actions on the calendar. Thank you for sharing!! Cristiano
  15. Hello! I did a simple test case attached with 1 UniComboBox, 1 UniEdit and 1 UniImage, where in the change of the selected item in the Combo, it makes simple changes in the properties of the components. How to accomplish this in clientside? Which UniComboBox event to use? Thank you for your help. ComboBox.rar
  16. Hello Lema! Now all work! What happened is that i had activated the Google WebServices API, to be used via REST, but for uniGMap, which uses Javascript must be enabled the Google Places JavaScript API, as you said in your answer. Thanks again for your great work. Best Regards, Cristiano
  17. Yes, API Enabled in Console and my API Key is unretricted Key. Testing on the URL directly from the browse shows the results. The key is active and valid.
  18. Hi Lema, I'm try debugging Places API Demo. uniGMap last version. I'm setting my API Key in MyGoogleAPIKey constant but the map does not show, error occurs (see attached image). I have already Rebuild in the package and the API Key is correct, because testing on the URL directly from the browse shows the results. If i do not inform an API Key, the map is shown, but when performing the search of the places, an Access Denied occurs because an API Key was not informed. Any idea? Thanks! Cristiano
  19. Hi Farshad, In uniGui Web we use and customize with CSS to define the design of the application. In uniGui mobile, is it similar or are there differences to customize the design? Thanks.
  20. Hello! I already have good experience with UniGui for Web, but in mobile I am starting now and I have a simple question: 1 - Unigui Mobile has the same fundamentals and behaviors of UniGui Web? UniGui is 100% Server Side and Statefull also for mobile applications? 2 - What are the differences behind the framework for the mobile apps? Thanks, Best Regards, Cristiano Testai Brazil
×
×
  • Create New...