Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1561
  • Joined

  • Last visited

  • Days Won

    87

Posts posted by Abaksoft

  1. 4 hours ago, Mossy said:

    Hi

    Is version 1.90.0.1564 is working? I could not run even the demo projects after installation.

    regards

    Yes, both 1564 and 1565 are working fine for me.

    On Delphi Pro 11.2 Alexandria.

     

    • Upvote 1
  2. We are wholeheartedly with our Turkish and Syrian Brothers who have lost their loved ones.

    And everywhere in the world where a human being suffers.

    May God grant us his blessing and accept our forgiveness.

    • Like 1
  3. On 12/18/2022 at 3:09 PM, erich.wanker said:

    Hy .. 

    what is the different between:

     

    max 20 nodes with max 3 Sessions

    max 3 Nodes with max 20 Sessions

    ThanX

    Erich

     

    Eric,

    If we refer to the doc

    http://www.unigui.com/doc/online_help/index.html?hyperserver-server-farm.htm

     

    It appears that :

    • Each Slave Server contains : Nodes

    • Each Node contains : many sessions

    • To control load balancing mecanism, we have to define a max_Nodes parameter on  each Slave server.

    @Farshad  it remains an enigma for me : max_connexions for a Slave. Is that mean max sessions ?

    Let's go for tests...

  4. 6 hours ago, picyka said:
    procedure TUnimFormMeuAtendimento.btnLocalizacaoDestinoClick(Sender: TObject);
    begin
      Self.ExecuteLocalizacao(TUnimButton(Sender).Name);
    end;

     

    Thank you Picyka,

    How does it work ?

    I tried, but no Alert. Can you send an example.

    Thx

    
    procedure TMainmForm.ExecuteLocalizacao(Botao : String);
    begin
      UniSession.AddJS(
        'if (navigator.geolocation) { ' +
        '  navigator.geolocation.getCurrentPosition( function(position) { ' +
        '    ajaxRequest(UnimFormMeuAtendimento.'+Botao+', "CurrentPosition" ,' +
        '      ["lat=" + position.coords.latitude, ' +
        '       "lng=" + position.coords.longitude, ' +
        '       "acc=" + position.coords.accuracy, ' +
        '       "alt=" + position.coords.altitude, ' +
        '       "altacc=" + position.coords.altitudeAccuracy, ' +
        '       "head=" + position.coords.heading, ' +
        '       "ts=" + position.coords.timestamp ' +
        '      ]);' +
        '    })' +
        '} else {alert("Localização não suportada!");}');
    end;
    
    procedure TMainmForm.UnimButton1Click(Sender: TObject);
    begin
      //Self.ExecuteLocalizacao(TUnimButton(Sender).Name);
    
      ExecuteLocalizacao('Paris');
    end;

     

  5. 25 minutes ago, irigsoft said:

    Hello, try to use https://, maybe securing of API is active by http !

    https://api.ipinfodb.com/v3/ip-city/?key=bf37c2d7fffa57c8a0dd1260bdfe5dcaf587b250562ea1f768b5cc4eb3f55b99&ip=188.85.82.223

     

    Humm...  Also Not work :(

    Project Project1.exe raised exception class EIdOSSLUnderlyingCryptoError with message 'Error connecting with SSL.
    error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version'.

     

    I tried all Indy Client IdHTTP1 parameters ...

  6. On 12/15/2022 at 1:46 PM, cyracks said:

    Because I want to capture on the application level

    Hello Cyracks,

    Probably you are looking for Hook technics.

    Try google with these words "delphi hook keyboard scanner". You will find your solution.

    I will try to find my old program with hook intercepting, without Tedit focused.

    __________

    EDITED:

    Hummm.....HOOK is ServerSide. Use instead ClientSide on KeyPressed Event as advised by irigsoft.

    And setFocus to  YourEdit on Form.Onactivated  Event.

  7. 5 hours ago, irigsoft said:

    Hello.

    Hello Irig,

    That's a big question. If you find the solution, you will revolutionize the current protocol HTML.

    Just do a search on google to realize that, if things are simple for sending text, they are not for images and binary files.

    May be a clue to help you. If you can convert an image to text, then you're done. 

  8. 6 hours ago, JohanC said:

    Hi,
    Currently I use FMSoft_uniGUI_HyperServer_1.90.0.1560

    Yes. No problem.

    Can you follow the steps on Readme.txt from the pack i sent you.

    You will obtain an easy way (automatic) to install your application as service as HyperServer (on CD directory).

    Waiting for your feedback.

    Be hapy,  I won't let you go until you get there :)

     

    ______

    Once the installation succefful on your server, you can open on a other PC:   

    -  1 st Test Server IPAdress :  http://xxx.xxx.xxx:8077               

    - 2nd Test your subdomain http://new.sadfm.co.za:8077

    and Print to see your pdf.  

    Regards :)

  9. Joan,

    I confirm :  There is No Problem with Unigui + Hyperserver + subDomain

    I just do a test (without SSL) and that works as a sharme  :    toto.coco.net:8077     (site not available,  just  an example)

    The PDF is loaded as expected. Probably you have something wrong on installing Service on hyperserver.

    You can use this program :

     

    FR_HyperServer.7z

  10. 21 hours ago, JohanC said:

    Hi,
    With SSL enabled = False, with hyperserver, the error is still there
    Previously the error was "Message: Missing PDF "https://new.sadfm.co.za/cache/sadfm_exe ....."
    now the error says "Missing PDF "http://xxx.xxx.xxx.xxx:port/cache/sadfm_exe ......."
    Something wrong with my "hyper_service.cfg" ?

     

    Ok,

    1. Where is your Fast Report file .fr3 ?

    Is it on ServerModule.files folder ?

    (This is the perfect location. You can create a directory inside files like :

    ...\files\MyReports

     

    2.  If you just upgrade your Unigui version Runtime, don't forget to copy manually   hyper_service.exe  + hyper_service.cfg

    From your developer PC :

    C:\program files x(86)\FmSoft\Unigui\Hyperserver

    (I  forgot always this, that why i developed EasyInstall_3.0.zip,  please have a look)

     

  11. On 12/1/2022 at 11:13 PM, JohanC said:

    Hi,
    Thanks again.
    It is now clear that Hyperserver handles domain-names differently (than a standalone uni gui app) if it is a sub-domain
    The problem is with hyperserver
    I will have to accept that and move on

     

    And if you try to open your browser with simply your adress IP server

    without domain and sub domain

    - without SSL (remove for the test SSL Version from UniServerModule)

    http://xxxxxxxx:Port

  12. 7 hours ago, JohanC said:

    Hi,
    Thanks for trying to help

    Hi Johan,

    Humm...i have no subdomain.

     

    1. Try to give all authorisations to your folders as admin rights :  (read - write ) :

    C:\SADFM\cache\cache\sadfm_exe\n0

    2. Try to run your app as admin (project > options > manifest)

     

    3. Add an Exclusion to your app for windows defender

    http://forums.unigui.com/index.php?/topic/14869-windows-service-issue-via-hyperserver/&do=findComment&comment=81109

     

  13. 10 hours ago, JohanC said:

    I tried it one more time, without spaces in the file-name.
    Hyperserver gives the same error message via PDF.js v1.9.426 (build: 2558a58d)
    With the binary in standalone mode the report displays correctly in UniPDFFrame1
    Thank you

    Hi,

    We are using Fastreport / Unigui / Hyperserver 64/ asService / from an SSL portal, without any problem.

    Please Try also this :

    http://forums.unigui.com/index.php?/topic/12090-fastreport-6_3/

     

×
×
  • Create New...