using (FileStream fs = File.OpenRead(Path)) { using (BinaryReader br = new BinaryReader(fs)) { Application.Download(br.BaseStream, "FileName"); } }
Hi Paula,
Could you please attach a video or sample demonstrating the behavior?
I tried to replicate it from your explanation, but I didn’t run into any errors.
Best,
Levie
Hi Jorge,
You can use images from URL’s with the CustomWallpaper control. For example:
Dim imgLst(1) As ImageListEntry
imgLst(0) = New ImageListEntry("https://urlOfImage1")
imgLst(1) = New ImageListEntry("https://urlOfImage2")
CustomWallpaper1.Images = imgLst
So as long as you know the URL of the images you can get them from wherever you want!
For some bizarre reason when the MCCB is column is first activated the drop down is set to not visible.
Setting the drop down to visible on the dropdown event fixes the issue.
Hi, Levie!
Have you tried clearing your browser’s cache? No.
Is it only on Google Chrome? No. Edge and Firefox too.
Are you able to replicate the issue if you use another machine? I did not try.
This error is intermittent. Sometimes it is necessary to try several times.
Thanks!
Hi Luca! If I using Wisej.HostService.exe, for each client I saw that the Wisej.HostService.exe application will increasing about 10MB of RAM and didn’t release after client disconnect or close. That may by increase from initial 13MB to ~1GB RAM or more. How to fix this?
Thanks!
Hi Huynh,
Wisej itself doesn’t have a PrintDialog control. For printing on the web, you should look into using the “window.print()” method in JavaScript.
You should use the Client’s browser printing popup to allow the user to select between printers and settings.
If you want to avoid the client’s printing popup you could use something along the lines of Google’s Cloud Print API: https://developers.google.com/cloud-print/ and create your own PrintDialog control.
Best,
Levie
Hi Ulisses,
Have you tried clearing your browser’s cache? Is it only on Google Chrome? And finally, are you able to replicate the issue if you use another machine?
I ran the project at least 10 times and had no issues on Google Chrome / Firefox.
Let me know!
Best regards,
Levie
Hi,
Thanks for reporting. I’ve logged your issues! Would you be able to provide a small sample of the issue where the controls change location when you switch profiles? It would make debugging the issue faster!
Best regards,
Levie
Hi Ewan,
Sorry for the delayed response! I’ve logged your idea to override the Panel’s inheritance as an enhancement! I’ll keep you updated on the issue.
For now, the best way is to manually override each child component’s font.
Best regards,
Levie
This is holding up migration for us. We are supposed to move to VS2019 and cannot until these templates are put in.
The task will end when your function exits. If you have a loop, just exit the loop. If the task function waits for something else, like a db query, you need to end the process it’s waiting on.
Hi Simone,
This issue is fixed in the latest dev build (2.0.35). You can get it from wisej.com/builds. Let me know if it works for you!
Best,
Levie
This issue is fixed in the latest dev build (2.0.35). You can get it from wisej.com/builds. Let me know if it works for you!
Best,
Levie
Hi Andrew,
Try this:
using (FileStream fs = File.OpenRead(Path)) { using (BinaryReader br = new BinaryReader(fs)) { Application.Download(br.BaseStream, "FileName"); } }
Hi,
There is an issue with Wisej’s ImageList. You will need to re-set the ImageIndex of the control after you change the ImageList image and that should update the other controls accordingly. You can see that’s the same behavior as in WinForms.
I have logged the issue as #1949.
I’ll keep you updated when it’s fixed!
Best regards,
Levie
Hi Levie,
the property Visibile is usefull to know if the scroll bar it is showned or not.
thank you
Cristian
Thank you.
i will try this.
Thank you.
i will try this.
Hi Arnoldo,
Many thanks for your post. I can assure you that we are indeed alive and that this is just the beginning of Wisej. We’ve been around for more than 20 years. Wisej is our youngest product and we are seeing a lot of success with clients at all sizes around the globe.
We are convinved that there is a bright future ahead of Wisej. Take a look at the case studies we published during the last months on our website: There are big companies using Wisej and all of our customers report tremendous achievements in terms of productivity and scalability compared to other technologies. We are seeing Wisej as a perfect concept for enterprise-scale web development and we are here to spread the word and make sure that organizations around the world benefit from our technology. To us, this is just the beginning. 🙂
In case of any commercial or sales-related questions, don’t hesitate to contact me: thomas@iceteagroup.com.
Best wishes
Thomas
Dear Luca,
I have just fix my problem by using Wisej.HostService.exe in other discuss of your. Wisej.HostService.exe really is good solution for publishing my web site without using IIS server.
The problem may be is combine between IIS and Wisej web site built.
After using Wisej.HostService.exe, I don’t have problem related to “from file” or “stream”!
Thank you so much for supporting!
