All Answers

0 votes

Hi Frank,

Thanks for update. What WiseJ version will it be at least approximately?

 

Michael

  • M M answered Mar 12, 2020 - 11:13 pm
0 votes
In reply to: TimelineMonth

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

0 votes

Hi Jose

This issue was reported  with #2180

The fix will be abailable in the next  build

Regards

 

  • Paul answered Mar 12, 2020 - 9:18 pm
0 votes
In reply to: REST API Integration

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

 https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?redirectedfrom=MSDN&view=netframework-4.8

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

  • Levie (ITG) answered Mar 12, 2020 - 2:27 pm
  • last active Mar 12, 2020 - 2:28 pm
0 votes
0 votes

Hi,

the next Wisej build will include Widget.EnableNativeContextMenu.
This enhancement request is logged as issue #2191

Best regards
Frank

0 votes

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

0 votes

Many thanks,

works perfectly.

Just one thing that I noticed, how do I set up column header title, currently it is empty ?

D

0 votes

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:

  1. Uncomment [assembly: Wisej.Core.WisejResources(ExcludeList: "")] in AssemblyInfo.cs
  2. Set the .js file to be an embedded resource.

Let me know if you have any issues!

HTH,

Levie

0 votes

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

0 votes

Hi Luca,

video of your sample

https://screencast-o-matic.com/watch/cYeXjUx3fe

don’t work in firefox, only chrome and internet explorer

regards

0 votes

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

0 votes

Cannot reproduce. Sample attached.

 

  • Luca answered Mar 10, 2020 - 5:35 pm
0 votes

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

0 votes

Shahbaz,

the short answer is “No.”.

Find more information here:

https://wisej.com/support/question/solution-how-to-detect-browsertab-close

Best regards
Frank

0 votes

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

0 votes

Brilliant, this is exactly what I needed. thanks

0 votes

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

0 votes

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

0 votes
In reply to: ChartJS Deployment

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

Showing 5061 - 5080 of 11k results