Jump to content

Gustavo.deo

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by Gustavo.deo

  1. Estou tentando publicar no servidor para teste em standard alone mesmo... mas quando tento acessar no servidor, fica loadind mas não abre nem o template inicial do Unigui... tem q colocar alguma dll para funcionar??? Pois no pé de desenvolvimento está funcionando perfeitamente.. Obrigado!!!
  2. Sorry about my English!! In StringGrid, how do I enable the onDblClick event? In StringGrid, how do I pick which cell (x, y) was the click? Thanks
  3. Yes... Work.... Thank you!!!
  4. I'm sorry for my english. I'm making an application where I need more than one Data Module. But I was in Doubt if I should use the UniDataModule or DataModule ... Can you guide me? Thank you!!!
  5. Any examples for encode and decode?
  6. I updated the Unigui .. I am with the last version ... 1.0.0 ...
  7. some example of decode and encode for qr code ??? I need to read a vehicle license plate and generate a qr code with the identification of this card ... and then I need to read a generated qr code and extract the information ... any examples or tips?
  8. Hello ... Thank you in advance for your attention ... i I made the code fTest: = TfTeste.Create (UniApplication); if fTeste.ShowModal = MrOk then FreeAndNil (fTest); But it did not work the way I need it .. I need it when calling ShowModal, stop the execution and only go to the next execution lines, when the fTest screen is closed ... I need this, because after closing the screen and before destroying the form of memory, I will have other objects to be treated ... How can I do it??? Thank you!!!
  9. With the new version it worked out !!! Thank you!!! Now the other doubt ... Can I save the order of the grid columns that were scrambled at runtime? At the opening, can you recover that order ??? Thank you!
  10. thanks for the feedback! I have version 0.99.96.1346 ..., in this version I did not find the dgColumnMove option ... Leveraging your knowledge ... how do I save and load the user's column schema at runtime? Thank you!!!
  11. but I call showmodal, should not stop until I close the screen, and just continue ???? how should I do to wait for me to close the screen to proceed ??? thank you!!!
  12. I would like to know with enable so that the user can change the position of the UniDbGrid column at runtime ... Can you save the order he left? And then, how to load the next time it comes on the screen ??? Thank you!!!
  13. Gustavo.deo

    Free Form

    I'm trying to use Free Form in the application ... But when using the code below, it does not showmodal, going straight through to the next instruction ... I already tried the following options .. var fTeste : TfTeste; begin try fTest: = TfTeste.Create (UniApplication); fTeste.Showmodal; finally FreeAndNil (fTest); end; and I already tried var fTeste : TFteste; begin fTest: = TfTeste.Create (UniApplication); fTeste.Showmodal; FreeAndNil (fTest); .. Can someone help me???
  14. How can I move a position column ??? How can I save and then load this changed order ??? Thank you!!
×
×
  • Create New...