Jump to content

Marlon Nardi

uniGUI Subscriber
  • Posts

    613
  • Joined

  • Last visited

  • Days Won

    70

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

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

    • Upvote 1
  4. 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.

×
×
  • Create New...