Jump to content

WagnerAlexandre

uniGUI Subscriber
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by WagnerAlexandre

  1. Nelz, but how to solve in case of a DBGrid in alClient mode? Because it does not fill the entire screen, gets the space of the tabs that were hidden. You have come across this?
  2. Farshad, You can put as future request, the increase in this resolution?
  3. Hello friends, could you tell me if there is how to fix this problem with the images on the buttons (bitbutton and speedbutton)? Thank you
  4. how can I avoid not log out if the user is on the login screen? Thanks.
  5. Thank you, would have a list of all classes of css components used by unigui?
  6. There is possibility to change the source of an item of popup menu?
  7. Thanks, worked 100%, even in firefox
  8. Hello friends, how can I change the cursor to an item in a treeview?
  9. Updated with the latest version apparently solved problem. Thank You.
  10. But what the Refresh button on the browser? Also the same problem occurs if the user clicks on it. Do you have any way to fix this?
  11. I do not use the F5 for anything in my code. As I said is a simple screen with these controls only at runtime opens the FDTable, with nothing in the code.
  12. I made a simple screen with 2 DBEdit fields, a DBGrid and DBNavigator pointing to a FDTable. For now usually works all the features, but if Teclo F5 and then with your mouse click on a cell of the DBGrid data simply disappear and the controls are inactive. Can you tell me if this is a bug? Thank you.
  13. how I can change the font of the items of a component treeview because realized the change in the object inspector but when compiling the source returns to its original state.
  14. Thank Farshad, hope that both Unigui as the Delphi last for many years, as both are amazing tools. You and your team are doing a great job keep this way.
  15. The unigui always have compatibility with new versions of Delphi? What can we expect from unigui for years to come? We are thinking of starting a large project with unigui, we are enjoying what we are seeing, but I wonder if we can believe that the project will last for many years out. Thank you
  16. a simple application form login, going to the main form, and even simple. But should possibly be something in my chrome in particular that is leaving the slower application.
  17. Application unigui in google chrome is slower than in Internet Explorer 11? I'm testing the unigui and performed a small application for testing, and realized that in google chrome application is slower than in internet explorer 11. Do you have any relationship or any configuration that can improve the chrome?
  18. Hello friends, someone could help me? In the code below only the last message is displayed to the user in a Form login can guide me if i am doing something wrong? I thank you. if Trim(edtUsuario.Text)='' then begin MessageDlg('Digite o Usuário Corretamente!' ,mtWarning, [mbOK], procedure(Sender: TComponent; Res: Integer) begin edtUsuario.SetFocus; exit; end ); end; if Trim(edtSenha.Text)='' then begin MessageDlg('Digite a Senha Corretamente!' ,mtWarning, [mbOK], procedure(Sender: TComponent; Res: Integer) begin edtSenha.SetFocus; exit; end ); end;
  19. Amigo, se já fez esse processo, significa que já gerou a dll, se apareceu esta mensagem basta olhar no seu diretório de deploy e verá que o delphi deve ter criado uma dll com o mesmo nome do seu projeto.
  20. Farshad, I decided to rewrite the example using the model of the report builder, thank you very much, is now working.
  21. I'm putting in a TDataModule component
  22. I removed all components, leaving only the frxPDFExport1, but after one of simultaneous users close their session, the exception error occurs. That users have accessed the same report several times.
×
×
  • Create New...