All Answers

0 votes

Hi Ewan,

If I understand it correctly you want to perform Reverse geocoding right?

0 votes

Hi Eric,

Can you attach a small sample?

TIA

  • Tiago (ITG) answered Jul 27, 2018 - 12:06 pm
  • last active Jul 27, 2018 - 12:07 pm
0 votes

Hi Eric,

You are right, a lot of people don’t know about the GitHub repositories. We mention it on blogs and replies on this forum. I think we should make a specific blog just about it.

Besides Wisej-Extensions repository, there is also a Wisej-Examples repository. The later includes examples not found on https://wisej.com/examples/ As you can imagine, publishing on GitHub is a very “agile” experience, and that makes a lot easier to add enhancements or fix the example projects.

  • Tiago (ITG) answered Jul 27, 2018 - 11:52 am
  • last active Jul 27, 2018 - 11:53 am
0 votes

Hi Eric,

We will fix the download. Meanwhile you can access the souce code at GitHub Wisej-Extensions repository.

[Edit]

The download date is indeed Feb 14, 2018 – 10:20 am but the code is correct as the above fix is already there.

  • Tiago (ITG) answered Jul 26, 2018 - 8:46 am
  • last active Jul 26, 2018 - 8:57 am
1 vote

Hi,

The feature

  • WJ-9075 Add new Wisej specific SynchronizationContext to support async/await programing.

is an enabler for the other features: it just provides support for async/await programing.

In a nutshell, these features mean you can call a JavaScript function that runs on the browser and get the server side to continue execution when the result arrives. You can get the result using either a callback or async/await programing. It’s your choice.

Before this change, your JavaScript code had to implement the callback by itself, by calling a server side [WebMethod] to return the result. Now the JavaScipt function just has to return 123; and 123  is received on the server side, on the callback method or as an await result.

Using async/await programing isn’t very common in WinForms and it can be used in very different situations.

An example is on the making to show how to use both features.

 

 

0 votes
In reply to: Global Variables

Hi Ewan,

All static (in C#) / Shared (in VB.NET) variables (or properties) are global, meaning all instances (all sessions) have access, according to the variable’s visibility. For instance

static int SharedCounter = 0;

static int SharedCounterProperty {get; set;}

are the shared among all sessions. If you set the value on one session, the others will get the same value.

 

If you want a static variable that isn’t shared, you must use the Session object

  • Tiago (ITG) answered Jul 25, 2018 - 10:59 am
  • last active Jul 25, 2018 - 10:59 am
0 votes

Hi Cristian,

this problem is resolved in development build 1.5.9.

Best regards
Frank

0 votes
In reply to: DataGridView Error

Hi Washington, Tim,

we just released development build 1.5.9 which should fix these issues.

Best regards
Frank

0 votes

Hi,

This is the one area that concerns me.

We, & I imagine many others, will be writing customer apps. mostly for local / LAN use, which means a new server license for every customer.

If we have to charge the customer then that means we have to provide premium support, whereas we normally offer software for free.

I would prefer a one off (higher) cost & them go royalty free.

I need to make an inquiry to see what kind of offers are available.

  • Darren answered Jul 24, 2018 - 10:26 pm
0 votes

Hi Norm,

Did you try to set the DataGridView’s EditMode to Wisej.Web.DataGridViewEditMode.EditOnEnter?

 

The ComboBox arrow show as soon as you click the comboBox, no need to double click.

0 votes

I’m now trying to follow the steps in this post: https://wisej.com/support/question/hi-something-like-particle-js
I just cant seem to get wavesurfer to behave.

0 votes
In reply to: DataGridView Error

Also upgraded to 1.5.7 and the dropdowns for the grid do not work anymore.  You can look at this sample on this page and you can’t get the dropdown to show.

https://wisej.com/support/question/combobox-dropdownstyle-in-datagridview-is-not-saved.

We had to roll back to 1.5.6

Thanks -Tim

  • Tim Larson answered Jul 24, 2018 - 5:43 pm
  • last active Jul 24, 2018 - 5:43 pm
0 votes
In reply to: DataGridView Error

Also upgraded to 1.5.7 and the dropdowns for the grid do not work anymore.  You can look at this sample on this page and you can’t get the dropdown to show.

https://wisej.com/support/question/combobox-dropdownstyle-in-datagridview-is-not-saved

Thanks -Tim

0 votes
In reply to: DataGridView Error

Hi Washington,

We could reproduce it. Logged as WJ-9085. Will be solved in the next release.

0 votes

Hi John,

Can you send a small sample so we can reproduce the problem? Thanks.

0 votes

1.5.6.0

0 votes

Hi Norm,

[Edit]

[Previous content deleted.]

What Wisej version are you running?

  • Tiago (ITG) answered Jul 24, 2018 - 4:03 pm
  • last active Jul 24, 2018 - 4:04 pm
0 votes

Hi Cristian,

We could reproduce it. Logged as WJ-9085

0 votes

Hi,

this is the test case, to run with wisej 1.5.7 development.

please ignore the last row comment, the width was a problem of my Visual Studio, the real problem is only that the cells are not editable

regards

Cristian

0 votes

Hi Cristian,

can you please provide a test case for the problem you have been observing with 1.5.7 ?

Thanks in advance.

Best regards
Frank

Showing 7041 - 7060 of 11k results