Jump to content

Wicket

uniGUI Subscriber
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything 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: 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. Thank you @alfr I will study your instructions!
  3. 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.
  4. 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.
  5. Any news on this? It doesn't affect the data loading - but looks bad. In the meantime....is it possible to catch this error message and stop it from showing to the user?
  6. @Sherzod Sorry - should of added this detail to my post. Chrome version is: Version 108.0.5359.124 (Official Build) (x86_64) on macOS edit - google chrome says it’s the latest build. Also, I’ve checked live projects I have and this issue is also present on those live projects.
  7. 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
  8. Ahh..I understand now. I think this would be useful to me also. Sorry I can't help!
  9. I had a quick look and using UniSession.RequestHeader['X-Forwarded-For'] returns a string if set on the request. As I said I use nginx, and forward the clients ip address using X-Forwarded-For.
  10. 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?
  11. Seems to me that this is something you would have to do server side. Using something like this - https://www.imageen.com/help/index.php?topic=TIEVisionStitcher.stitch&m=12
  12. I see this error about 50% of the time, it’s intermittent and I can’t reproduce it reliably.
  13. Yes I get this error intermittently also. I’m currently running build 1534
  14. Hi All, I am using TUniGridExcelExporter to export some data from a UniDBGrid to excel. How can I format a column to a currency? I am currently using UniGUI Version 1.90.0.1534 Thanks.
  15. On 30th September 2021, the root certificate that Let's Encrypt are currently using, the IdentTrust DST Root CA X3 certificate, will expire. Just in case you missed it - here is a good blog post about the situation - https://scotthelme.co.uk/lets-encrypt-old-root-expiration/
  16. 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.
  17. Hi, any workaround on this? I have the same issue happening randomly. Using version 1534
  18. Hi, Do we any examples of this? I am looking to see if it is possible to have a group within a group, eg more than 1 level of grouping in the grid. I have looked at the demos and all have only 1 level of grouping. Is this possible?
  19. Hi, Has anyone made any progress on this?
  20. I also get a similar hanging issue with the same setup, which seems random. What was the issue?
  21. Wicket

    pivotgrid

    Yes I also get this issue a lot! It seems random - I can’t really pinpoint the cause.
  22. Hi @robinhodemorais - Did you find a solution to this?
  23. I find this happens more often after rotating the device from portrait to landscape.
  24. I’ve also experienced this intermittently - so following this for a possible solution.
×
×
  • Create New...