Jump to content

ppb

uniGUI Subscriber
  • Posts

    21
  • Joined

  • Last visited

Posts posted by ppb

  1. Hi folks,

    I'm installing dev package unigui in Delphi Rio, using a new regkey ( -r option ) but
    the paths not are being well configured 
    - environment variables
    fmsoft=c:\........
    - library path
    $(fmsoft)\uniGUI;
    $(fmsoft)\uniGUI\uIndy;
    $(fmsoft)\uniGUI\Source\Core;
    $(fmsoft)\uniGUI\Source\VCL;
    $(fmsoft)\uniGUI\Source\Components;
    $(fmsoft)\uniGUI\Source\Design;
    $(fmsoft)\uniGUI\Source\Res;
    $(fmsoft)\uniGUI\uSynEdit\Source;
    $(fmsoft)\uniGUI\Dcu64\Delphi2022;
    $(fmsoft)\uniTools;
    $(fmsoft)\uniTools\Dcu64\Delphi2022 


    They are ok in default regkey (BDS)


    Is there some automatic way to do this from installation ?

    Thank for your help.

     

  2. Hi everybody,

     

    Has anybody used any  load-balancer application with unigui ?

     

     

    As Farshad Mohajeri says 

     

    Load balancing is another issue. uniGUI apps can be load balanced. To achieve this a specialized load-balancer application is needed. Load balance app will recognize uniGUI web requests and after extracting the session info, request will be redirected to server which is keeping the state for that session. Each request should be redirected to the server which has initiated that particular session. Requests can not wander around different servers as it is possible in a stateless server farm. All these may make load-balancing a bit more complex, but it is achievable.
     
     
    Thanks for your help.
     
     
     
     

     

     

     
  3. Hi everybody , 

     

        I would like know,  in real installations cases,

    How many user concurrent  are there in yours deploys ?

    and What resources are you using for that ? 

    Windows Server , MEM , CORES , etc... 

    considering a medium defficulty application.

     

    Thanks for your help.

     

  4. Hola a todos ,

      estoy en pleno proceso de pasar una aplicación de escritorio a web

      usando Unigui , pero creo que voy a necesitar más cerebros y manos para hacerlo,

      como siempre por tiempo.

      Si alguien está interesado en el tema pues eso "buzon arroba intersys.info"

      si es en Madrid mejor , así nos odemos ver la cara.

    Saludos cordiales.

  5. Ok , 

     

    then , What is the supported browsers matrix on now by UniGui last version  ?

     

    My proyect is running in Citrix sessions and the official corporative browser is IE8
    is there any way to solve this discompatibility ? meaby not using some funcionalities ?
     

    Thanks for your time.

  6. Hello everybody ,

     

      I have a trouble , the IE8 version 8.0.7601.17514 showed 

      "Your browser is not supported "

      " You may experience compatibility issues"

     

    Does anybody know why this is happen ?

     

    We are using last professional version.

     

    Thanks for yur time.

     

  7. Thanks Marlon for your reply, 

    I'm going to  use "delphi-jose-jwt" too.

     

    that would be the better but I need to do it now ;

    The JOSE block is inside the http header in the param "credentials",
    Does anybody know how to get this parameter before the "login" form  ?
     
    Best regards.
  8. Hello , I have to implement JOSE "JSON Object Signing and Encryption", 

    from one app web , my app web is going to be linked and to pass the user ( and some data more )
    we are going to use JOSE ,
    Does Anybody have an idea how to i can to do this challenge ? 
     
     
    we are using : UniGui  Professional Edition 
     
    Thanks for your time.
  9. Thank for your replies.

     

    The Zebra printer is connected to the client. We need to printer some labels . In other project we did it like Ronny is suggesting with a Java applet but this way has a lot of troubles.  

    Meaby do we can user a code JavaScript ?

    Do you know How it is done from Unigui to print to default printer ?

     

    Best regards.
  10. Hello everybody,
     
    I'm newie in UniGui and we need to printer to Zebra printer directly , in other word,
    we do not want the dialog select printer showed , nor  to do Zebra printer as default  printer .
    Any clue . How We can to do this ?
     
    Thanks for your time and best regards.

     

     

×
×
  • Create New...