Jump to content

Wicket

uniGUI Subscriber
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Wicket

  1. Hi,

    Currently any colour changes in the grid are not reflected on the export.

    I need to be able to persist either cell colour or text colour when exporting from a grid to make cells visually clear. Like the image below:

    image.png.3ed6e56f5701e4c05b9c1411b4ed9235.png

     

    I can get the cells to change to the respective colour on the grid within the application, what I'm looking for is a way to persist these cell colours when exporting.

    I am currently using the UniGridExcelExporter component calling grid.Exporter.ExportGrid; to export.

    Any help would be great.

    Regards,

    Wicket

  2. Hi,

    I can access and open files on the server from the application no problem.

    My issue is, if I create a networked drive from another server and try to access files stored here from the application hosted in IIS, it doesn’t work. I can browse the file locally on the sever but when I use the same path in the app it fails.

    I was thinking it’s a sharing/permissions issue as the app is being ran in the context of the application pool. I was just hopeful someone might have a guide on how to set this up.

    I hope that makes sense.

  3. Hi All,

    Has anyone managed to view documents from a network file share using a ISAPI IIS deployment?

    I can access files from the same folder as my web app perfectly.

    I'm guessing its permissions, but can't get it to work, even after playing around with app pool identities etc.

    Does anyone have any ideas, or has successfully done this?

    Thanks.

  4. Hi all,

    This could of been here a long time, but I've only just noticed....It seems to be chrome only.

    If you open google chrome dev tools (F12) and then load up the desktop demo from here - http://prime.fmsoft.net/demo/desktop/mdemo.dll

    All seems fine, however if you refresh/reload you get the below error.

    I believe UniGUI used to show a 'Are you sure you want to leave dialog of some sort'? I can't be a 100% on that though.

    Has anyone got an explanation for this?

    Doesn't seem to cause an issue....just looks really bad...

    Error from console is below....

     

    ext-all.js:20 Uncaught DOMException: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://prime.fmsoft.net/demo/desktop/mdemo.dll/HandleEvent': Synchronous XHR in page dismissal. See https://www.chromestatus.com/feature/4664843055398912 for more details.
        at ctor.start (http://prime.fmsoft.net/demo/desktop/mdemo.dll/ext-7.4.0/build/ext-all.js:20:194571)
        at ctor.request (http://prime.fmsoft.net/demo/desktop/mdemo.dll/ext-7.4.0/build/ext-all.js:20:203652)
        at ctor.request (http://prime.fmsoft.net/demo/desktop/mdemo.dll/uni-1.90.0.1559/ext-sync-min.js:9:11497)
        at _ajaxRequest_ (http://prime.fmsoft.net/demo/desktop/mdemo.dll/uni-1.90.0.1559/ext-unicommon-min.js:9:5767)
        at ajaxRequest (http://prime.fmsoft.net/demo/desktop/mdemo.dll/uni-1.90.0.1559/ext-unicommon-min.js:9:4889)
        at _cunld_ (http://prime.fmsoft.net/demo/desktop/mdemo.dll/uni-1.90.0.1559/ext-unicommon-min.js:9:12116)
        at http://prime.fmsoft.net/demo/desktop/mdemo.dll:63:46
    start @ ext-all.js:20
    request @ ext-all.js:20
    (anonymous) @ ext-sync-min.js:9
    _ajaxRequest_ @ ext-unicommon-min.js:9
    ajaxRequest @ ext-unicommon-min.js:9
    _cunld_ @ ext-unicommon-min.js:9
    (anonymous) @ mdemo.dll:63
    Navigated to http://prime.fmsoft.net/demo/desktop/mdemo.dll

  5. Sorry to hijack your thread, but I think the answers will be similar!

    I have the same question about nginx. I am forwarding 'X-Forwarded-For' which is the client ip address. 

    How do I retrieve this request header for the session?

  6. Hi,

    I am at the stage with my project where I need to start looking at a failover implementation to limit downtime, should the worst happen.

    Currently I deploy each client to their own virtual private server. I use a DNS A-record for each client and use that to point at the respective server IP. eg company1.myapp.com -> server IP.

    I back up daily, but need to look at having a solution to mitigate down time if a a client server went down for any reason, or even if the dns server went down.

    Does anyone have any experience of this or ideas on how I could implement? Do AWS or Azure offer some sort of solution out of the box? I am open to all ideas.

    I have attached an image of current high level architecture. Thanks for any help, W.Architecture.thumb.png.dbb1f1f12719fba91389c567d70962e8.png

×
×
  • Create New...