All Answers

0 votes

Hi Kizaemon,

thanks for your detailed description, it helped a lot !
We logged this issue as WJ-8939 and a fix will be included in the next Wisej build.

I´ll inform you when it´s available.

Best regards
Frank

0 votes

Hi Mariano,

we have logged this issue as WJ-8938 and will change Wisej to preserve the time portion when selecting a date with the format of the DateTimePicker set to Time or DateTime.

We´ll inform you when the fix is available.

Best regards
Frank

0 votes
In reply to: Grid as DataEntry

Hi Marcelo,

I’ve been doing this for a while. As part of a bug report I included a little sample that should show how its done (at least until Luca or Frank come along and give you something better :)).

Look at the file attached to: https://wisej.com/support/question/editing-a-numeric-value-in-an-unbound-datagridview-changes-the-value-type-for-the-cell

HTH

Nic

  • Nic Adams answered May 14, 2018 - 3:49 pm
  • last active May 14, 2018 - 3:49 pm
0 votes

Hi Frank,

 

I found the reason. I am running .NET Framework 4.7.2, and the crash is observable in 4.7.1 also.

Looking at the .NET Reference Code, most probably MS has introduced an optimization in recent versions, which does not check for null values.

The function ListView.Items.AddRange(ListViewItem[] values) crashes if the parameter array contains null members.

 

You can reproduce the crash by selecting the assembly from the “Select a folder” list for a second time.

For example in my list there is the assembly System.Web.DynamicData.

During the first selection you parse the resources of the library and allocate five null slots in the cache, but you add no images because the library has no images.

During the second second selection of the same assembly you are taking the list from the cache, which contains five slots, and all of them are null.

 

So by selecting an assembly for the second time will result in NullReferenceException in the .NET Framework.

Sorry my original description was not entirely correct (i.e. de-select all).

 

Hopefully this helps.

 

  • Kizaemon answered May 14, 2018 - 6:27 am
0 votes

Hi Cristian,

we could now reproduce on Firefox and a fix will be included with the next build.

Best regards
Frank

0 votes

Hi Harald,

does not seem to be supported on Edge, see here for a list of browsers that support it:

https://developer.mozilla.org/en-US/docs/Web/API/notification

Best regards
Frank

0 votes

Hi Frank,

I upload a video here: http://www.mediafire.com/file/u6vdqi512lzsj1v/Desktop_2018.05.11_-_19.50.43.04.zip

I can reproduce this problem with last Firefox (ver. 60 at this moment) and Internet Explorer 11.48.17134.0 (the last at this moment)

only with Chrome the problem does not occur

thank you

Cristian

0 votes

Hi Cristian,

we can´t reproduce this problem. What browser are you using ?

Best regards
Frank

0 votes

Hi Kizaemon,

we tried to reproduce this issue but failed so far. Can you please tell us how you deselect all nodes ?
What OS are you running ?
Any chance to describe the exact steps to reproduce it ?

Thanks in advance !

Best regards
Frank

0 votes

Set toolBar1.AutoSize = false or it will conflict with the TableLayoutPanel. Will log an issue to see if we can detect it and avoid the loop.

  • Luca answered May 11, 2018 - 4:40 pm
0 votes

Trial licenses are for evaluation purposes only. You’ll need a Developer and a Server license.

We offer various plans and options to meet the needs of our customers. Please contact us directly at sales@iceteagroup.com.

0 votes

I tried with Wisej TextBox.Autocomplete  off and directly in jsfiddle with chrome and it works fine. The tag is <input autocomplete=”off”/>. If you inspect the page in chrome you’ll see the wisej generates the correct html.

  • Luca answered May 10, 2018 - 9:11 pm
  • last active May 10, 2018 - 9:11 pm
0 votes
In reply to: Background thread

Without any request the application is never loaded by the server. You can schedule a process using the Windows scheduler or a Windows service. In alternative you can use Wisej Self Hosting as a service and start your threads when the service starts.

  • Luca answered May 10, 2018 - 5:05 pm
0 votes

Hi Frank,

I have installed the 1.4.91.0 release and now work fine.

Thanks

0 votes
In reply to: Media functionality

You can use Wisej.Web.Video. See a sample here: http://demo.wisej.com/codeproject. Select the Media window.

If you need to embed custom html (wisej video uses html5 video tag) you can use either IFramePanel, HtmlPanel or just a label with HTML. Basically if it’s html embedding you can embed an html viewer anywhere, including a button or a grid cell.

I tried a youtube video in a label with AllowHtml, in an HtmlPanel and in an IFramePanel (just the url in this case).

<iframe width=”854″ height=”480″ src=”https://www.youtube.com/embed/afdAZ-3uQJ8″ frameborder=”0″ allow=”autoplay; encrypted-media” allowfullscreen></iframe>

 

  • Luca answered May 10, 2018 - 4:29 pm
  • last active May 10, 2018 - 4:31 pm
0 votes

Hi Nikolajs,

this fix is also included in Wisej dev build 1.4.91.

Best regards
Frank

0 votes

Hi Nikolajs,

WJ-8926 is fixed in our latest development build (1.4.91).

Best regards
Frank

0 votes

Hi Angelo,

WJ-8927 is fixed in the latest dev build (1.4.91).

Best regards
Frank

0 votes

Hi Simone,

the fix is now included in the new development (1.4.91) that has just been uploaded.
Thanks for your help in tracking this down.

Best regards
Frank

0 votes

Hi Orlando,

you might also want to take a look at our Wisej.SearchBox sample (attached) that comes pretty close to the functionality you are searching for.
It´s based on a Textbox though but the user experience could be what you are looking for, especially when you have a large number of items that no user wants to scroll through without a prefilter.

Best regards
Frank

Showing 7401 - 7420 of 11k results