All Answers

0 votes

Hi Bitpainter,

WJ-8135,WJ-8136,WJ-8137 and WJ-8138 are all fixed in the latest release (1.3.44).

Thanks again.

Best regards
Frank

0 votes
In reply to: Issue w/ Split Button

Hi Matthew,

thanks, WJ-8146 is fixed in the latest Wisej release 1.3.44.

Best regards
Frank

0 votes
In reply to: demo.wisej.com

Ok

Thanks

Cristian

0 votes
In reply to: Issue w/ Split Button

Thanks. We had the wrong handler declaration, it’s WJ-8146 and should be fixed in the upcoming build.

As a temporary workaround you can handle the click on the menu items.

  • Luca answered Mar 23, 2017 - 8:22 pm
0 votes

The watermark (or placeholder) is only available for editable controls in the browser. When the combobox is a DropDownList it’s not editable so the watermark doesn’t work. If you set the ComboBox.ReadOnly = true instead and leave the style to DropDown you should get the watermark.

  • Luca answered Mar 23, 2017 - 8:19 pm
0 votes
In reply to: demo.wisej.com

Sorry, don’t have list. The apps on demo.wisej.com are added and removed all the times to share example or tests. Sometimes we delete the entire server and recreate it with different versions of IIS and Windows.

  • Luca answered Mar 23, 2017 - 8:03 pm
0 votes

I have updated the sample to use DGV.HitTest() instead of calculating the row. However the null reference exception is caused by a new regression in the DGV occurring when a row is removed and added back. It’s fixed in the the dev build that will be uploaded shortly.

http://wisej.s3.amazonaws.com/support/attachments/Wisej.DataGridDragDrop.zip

  • Luca answered Mar 23, 2017 - 6:48 pm
  • last active Mar 23, 2017 - 6:48 pm
0 votes

The problem is in Details view correct? It seems to work fine in Icon View.  It’s related to the stopping of the event bubbling. It should be in the dev build coming up today.

  • Luca answered Mar 23, 2017 - 6:47 pm
0 votes

I can’t reproduce but by the stack trace in the screenshot looks like the tooltip manager is trying to position a tooltip after an element has been destroyed. We can add a safeguard against this scenario.

  • Luca answered Mar 23, 2017 - 6:24 pm
0 votes

Good catch. It’s enough to remove ToLocalTime(). The client browser already returns the local time for the client.

  • Luca answered Mar 23, 2017 - 5:41 pm
0 votes

Thanks, we’ll change.

  • Luca answered Mar 23, 2017 - 3:01 pm
0 votes

We are fixing the regressions and will upload a dev build today. The regression was introduced because accelerators (keyboard events) in a browser always bubble up and if a user pressed a menu shortcut key and the menu item was on an inactive window, or two menu items had the same shortcut, they both would be executed. Unfortunately the check didn’t take in consideration the Desktop.

  • Luca answered Mar 23, 2017 - 3:01 pm
0 votes

Just installed 1.3.43. Right mouse click in listview still not working. Is there something i should change?

0 votes

I just tried the sample in this ticket with the latest version and I am getting an object reference exception. Is this still the recommended way to do it? It looks like the error is in the framework.

0 votes
In reply to: Bubble

Hi Muhammed,

are you referring to the Bubble extension ?

I have just created a new enhancement request WJ-8139 for that request.

I will inform you when it´s available.

Best regards
Frank

0 votes

Hi,

thanks a lot for this sample and reporting the problems you have found.

I have logged issues 1/2 and 4 and they are all fixed now and will be included in the next release.

Reference issue numbers are WJ-8135 & WJ-8136, WJ-8137 and WJ-8138.

re 3: Unfortunately we can´t fire pointer events in that scenario.

I´ll notify you when the next update is available.

Best regards
Frank

 

0 votes

Wisej tries to save the license in the shared application folder and in the application folder. Usually the IIS ApplicationPool has write access to the shared folder (ProgramData) and not to the application folder, unless you add IIS_IUSRS full control. Before it was hiding the error with the result that wisej-server.lic was not generated silently without any message. Not it only ignores permission errors writing to the local (application) directory. It’s assumed that the application pool can write to ProgramData.

The problem occurs when you create a new Application Pool and it doesn’t have enough permissions to write to ProgramData. If Wisej cannot save wisej-server.lic then it will try every time the app is loaded and it always needs an internet connection.

See also https://wisej.com/support/question/license-error-path-is-denied

We can change this behavior easily, but we need to inform developers that the server couldn’t save and the permissions are missing. Writing to a log is already, but you need to attach a log writer and without a message on the screen it’s overlooked.

Suggestions?

 

  • Luca answered Mar 22, 2017 - 4:31 pm
0 votes

Yep, found the change in the log from February 6th. The Geolocation component was returning only the error code but not the error message. The js part was changed to the return both the code and message but the cs class was updated only for the GetCurrentPosition() call and not for the PositionChanged event.

The sccuracy typo error is very old. Thanks for finding this out. The updated component is online at /extensions.

  • Luca answered Mar 22, 2017 - 4:22 pm
0 votes

I tried chrome multiple tabs, chrome + ff and chrome + ff multiple tabs but cannot reproduce. I wouldn’t know how to share the same javascript instance between two tabs or two browsers.

The only reason it could happen is if the application somehow is trying to create the DragDrop component twice. I tried to create the error and the only way to get close to it is to create a new instance of the Wisej.Web.Application class. I don’t know why the constructor is public, it shouldn’t be.

Can you check if your app creates a new Wisej.Web.Application() somewhere?

  • Luca answered Mar 22, 2017 - 2:33 pm
0 votes
In reply to: assurance

Hi Roni,

I’d like to add that Wisej was developed originally to serve our own purposes. We built Wisej as a stand-alone web environment because we felt there is something missing. We are all developers ourselves experienced with enterprise-scale application development where development teams have to work on hundreds of screens, reporting needs and large databases.

Ice Tea Group has a large customer base that we ported from Gupta/Centura/Unify as well as VB6 source code stacks that are now using WinForms with our PPJ library. There are hundreds of customers in more than 50 countries using our technologies in different industries. All of them have large line-of-business applications serving hundreds and thousands of users each day. Many of them are looking into Web-based approaches.

We are fully and entirely commited to Wisej as we are users ourselves and also take it to web-enable our clients.
In other words, we’re eating our own dogfood. 😉

By the way, since the very beginning in 1998, Ice Tea Group is fully self-financed.

Best wishes
Thomas

Showing 9341 - 9360 of 11k results