Jump to content

Marlon Nardi

uniGUI Subscriber
  • Posts

    613
  • Joined

  • Last visited

  • Days Won

    70

Everything posted by Marlon Nardi

  1. Olá Rodrigo, se eu entendi corretamente. Caso seu DataSource esteja ligado com sua uniDBGrid o FieldName da sua coluna 3 já vai ter o FieldName = "dias2". Porém caso você queira alterar o Caption de sua coluna da Grid basta fazer UniDBGrid1.Columns[3].Title.Caption := 'dias2updated';
  2. Congratulations mohammad !!! It was very good ...
  3. Complicated Heim Herculaneum ... As you will define if it will load the web according to the profile, if before checking the profile it has already loaded the "mobile" for example? Unless the access profile you are already passing via post, then you would have to get this parameter, disable the hybrid mode and control this manually. I did something like this for a client: ---- Complicado Heim Herculano... Como voce vai definir se vai carregar o "web" de acordo com o perfil, se antes de verificar o perfil ele já carregou o "mobile" por exemplo? A não ser que o perfil de acesso voce já está passando via post, ai voce teria que pegar esse parâmetro, desabilitar o modo hibrido e controlar isso de forma manual. eu fiz algo parecido com isso para um cliente: procedure TUniMainModule.UniGUIMainModuleBeforeLogin(Sender: TObject; var Handled: Boolean); begin if upDesktop in UniSession.UniPlatform then //execute action web if upMobile in UniSession.UniPlatform then //execute action mobile end;
  4. I'm finalizing support to be compatible with TObejctList in class generation because the original project does not have it.
  5. Another system developed in Unigui! http://jsontodelphi.com
  6. Marlon Nardi

    Version 1

    Hello Gordon, I've been using UniGui since version 0.88.0.910 (2011), and have always used it in production. . And I can say that the unigui is very stable, I am proof of that. Today I already have 14 applications running in production, all using unigui, I have applications that already exceed 100 concurrent users without any problem.
  7. Add in ServerModule: MimeTable.AddMimeType('woff', 'application/font', False);
  8. Marlon Nardi

    vcl forms

    https://delphiparser.com/product/vcl-to-unigui-migration-wizard-evaluation-edition/
  9. Ficou muito bom João Borges!!! Parabéns...
  10. For me there are still some variables open. -I Can not work with MySQL directly from FireDac -need to use DataSnap or some other components this was also a strong point for me (I started working with DataSnap, however gave up many errors and memoryleaks). The UniGui Mobile has improved a lot, but some things have to do directly css and js. What i like in UniMobile - we have one code - for all devices and platforms, as I understand is correct work we need only -connection To the Web Right, me too. For now the unigui mobile is listening, my clients are happy, some customers are complaining usability, gradually I am getting better.
  11. Yes, the two applications were built with FireMonkey and internally UniGui (TWebBrowser)
  12. Hello ElGringo, I will spend my experience fast at the beginning also had these doubts. In my case I developed an application in FireMonkey, but it has a TWebBrowser, this is already my second application. https://play.google.com/store/apps/details?id=br.com.falconsistemas.financas It is not yet complete.
  13. Truth Enviado de meu XT1563 usando Tapatalk
  14. http://forums.unigui.com/index.php?/topic/4627-set-tunidbgrids-column-width-with-percentage/?hl=percent
  15. hi mierlp, the components maps, active directory, and bootstrapping are components that I developed. when i have time, i will disponible in my store. the map component will be made freely available. Enviado de meu XT1563 usando Tapatalk
  16. thank you, have corrected the video. Enviado de meu XT1563 usando Tapatalk
  17. Another finished work, developed in UniGui !!! This system used the following technologies: Delphi + UniGui Integration with Active Directory (Microsoft) Integration with Google Maps API Integration with ERP Gatec Integration with Bootstrap and generation of images with https://www.r-project.org/ Customer 100% satisfied !!! https://youtu.be/jTQsoebaG1Y
  18. Add TabSheetVisible property in TUnimTabPanel, just as there is in TUniPageControl (TabBarVisible). if possible, thank you.
  19. Add TAction method in TUnimMenuItem (TUnimButtonItems). if possible, thank you.
  20. Limitations: https://www.embarcadero.com/br/products/delphi/starter https://www.embarcadero.com/docs/Delphi-Feature-Matrix.pdf
  21. https://www.embarcadero.com/br/products/delphi/starter/promotional-download
×
×
  • Create New...