Jump to content

Wicket

uniGUI Subscriber
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    1

Wicket last won the day on November 13 2018

Wicket had the most liked content!

Recent Profile Visitors

1849 profile views

Wicket's Achievements

Advanced Member

Advanced Member (4/4)

14

Reputation

  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.
×
×
  • Create New...