Hi Frank,
Thanks for update. What WiseJ version will it be at least approximately?
Michael
Hi Hasan,
Thanks for reporting this. You just see this as a design-time error, right? I’ve logged the issue and will let you know when it’s fixed!
Best,
Levie
Hi Antonio,
At it’s simplest it would be something like this:
HttpClient httpClient = new HttpClient();var result = httpClient.GetAsync("https://www.google.com").Result;
For more information check out these links:
https://stackoverflow.com/questions/37462135/how-make-an-http-request-in-c-sharp
Depending on what you’re trying to do, there might be different solutions. If you let me know what you’re trying to accomplish we can look into them!
Best regards,
Levie
Hi Shahbaz,
see here:
https://stackoverflow.com/questions/7929395/how-to-write-a-stream-to-file
Best regards
Frank
Hi,
the next Wisej build will include Widget.EnableNativeContextMenu.
This enhancement request is logged as issue #2191
Best regards
Frank
Hi Edwin,
Thanks for reporting the issue! I’ve logged it as #2189. I’ll let you know when the issue is fixed.
Best,
Levie
Many thanks,
works perfectly.
Just one thing that I noticed, how do I set up column header title, currently it is empty ?
D
You can actually use a custom cell renderer too. Please see the sample attached.
This allows you to use enter html to define the behavior of the cell in any way you want (see my.JSONCellRenderer.js)
If you create your own version based on this sample, make sure you:
[assembly: Wisej.Core.WisejResources(ExcludeList: "")] in AssemblyInfo.csLet me know if you have any issues!
HTH,
Levie
Hi Dino,
I’ve attached a small demo demonstrating how you can achieve something like that!
Let me know if you have any questions about it.
Best regards,
Levie
Hi Luca,
video of your sample
https://screencast-o-matic.com/watch/cYeXjUx3fe
don’t work in firefox, only chrome and internet explorer
regards
Hi Jorge,
If you set the Dock style to fill it takes care of the border issues.
Let me know if this is the sample you wanted!
Best,
Levie
Cannot reproduce. Sample attached.
Just as an update to everybody:
It´s caused by a recent code change and only happens if the ckeditor extension is build in release mode.
It will be fixed in the next Wisej release.
If you need an urgent workaround, please download the extension´s source from GitHub and rebuild in Debug Mode.
Best regards
Frank
Shahbaz,
the short answer is “No.”.
Find more information here:
https://wisej.com/support/question/solution-how-to-detect-browsertab-close
Best regards
Frank
Hi Jorge,
I’m not sure if you’ve tried to build your own sample of this yet, but it looks like you might’ve uncovered a couple of bugs! I notice an issue with the resizing of nested Window and the Tablet (Landscape) responsive profile. I’ve created a few issues requests to address them. Are you looking for something like this sample?
Let me know,
Best,
Levie
Brilliant, this is exactly what I needed. thanks
Hi Florian,
can you please check your browsers console if there are any error messages ?
Do you use any browser plugins ? If yes, can you please try deactivating them ?
Best regards
Frank
Hi Shahbaz,
I’ve attached a small sample demonstrating how to save the entire contents of the DataGridView to an Excel file using ClosedXML.
Please let me know if you have any issues or questions!
Best,
Levie
Hi Chris,
Can you try using the latest version from the GitHub extensions page?
https://github.com/iceteagroup/wisej-extensions/blob/2.1/Wisej.Web.Ext.ChartJs/
There was an issue with the ChartJS namespace in the 2.1.43 build, using this should fix the issue.
All future builds will include the fix!
Let me know if this solves your issue!
Best,
Levie
