Jump to content

WagnerAlexandre

uniGUI Subscriber
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by WagnerAlexandre

  1. 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.

     

     

     

    post-1869-0-49653000-1421404224_thumb.jpg

    post-1869-0-62083800-1421404226_thumb.jpg

  2. 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.

     

  3. 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

     

  4. 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.

  5. 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?

     

  6. 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; 

  7. 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...