All Answers

0 votes

We cannot reproduce because it is fixed.

  • Luca answered Dec 9, 2021 - 6:02 pm
0 votes

We fixed this using the sample to you sent to us. It was caused by a disabled or invisible control trying to get activated. I sent you a link to a 2.2.60.5 patch build on Sep 20. Let me know if it didn’t fix it.

 

  • Luca answered Dec 9, 2021 - 5:47 pm
0 votes

I’ve managed to strip the problem part out while keeping the layout the same. See attachment.

  1. Open project
  2. Run
  3. Click the second Tab “Tekeningen”
  4. Click “Tekening toevoegen”
  5. Click either button at the bottem.

You will get the mentioned exception.

Thanks

Vincent

  • Vincent answered Dec 9, 2021 - 5:09 pm
0 votes

Hi Vincent,

I couldn’t reproduce the issue with the information you provided.
Can you perhaps isolate the problem in a small sample?

Thanks,
Alaa

0 votes

So, I’ve managed to “capture” the call stack just before the crash happens. The second breakpoint made it possible to see the stack.

Hope this helps you help me fix this 🙂

  • Vincent answered Dec 9, 2021 - 3:58 pm
0 votes

 

Thanks Levie.

It´ll be very usefull…

Great job you guys are doing !!!

Regards

0 votes

Hi Marcelo,

We have just released a new extension that integrates the Clipboard API (https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API).

You can download and build the source code from here: https://github.com/iceteagroup/wisej-extensions.

It will be available as a NuGet package shortly.

Regards,

Levie

0 votes

Hi Tung,

RibbonBarItemButtons cannot receive the focus so it´s not possible.
In similiar implementations like the RibbonBar in Microsoft Word, it´s only possible their if you focus a field and then on a button.
Otherwise you cannot focus a button there, too.

Best regards
Frank

0 votes

Hi Tung,

We had recently an extension for JS Client Clipboard Wisej.Ext.ClientClipboard.(Add this project reference to sample)

Go to https://github.com/iceteagroup/wisej-extensions for build extension

Use like that:

var data = await ClientClipboard.ReadTextAsync();

Take a look to sample in attachment.

Happy coding,

Kevin (ITG)

  • Kevin answered Dec 8, 2021 - 4:26 pm
0 votes

You can also use Application.Browser.LocalStorage, SessionStorage and CookieStorage.

Application – Wisej

  • Luca answered Sep 5, 2019 - 1:38 pm
  • last active Dec 6, 2021 - 5:18 pm
0 votes

You can also use Application.Browser.LocalStorage, SessionStorage and CookieStorage.

Application – Wisej

  • Luca answered Sep 5, 2019 - 1:38 pm
  • last active Dec 6, 2021 - 5:16 pm
0 votes
In reply to: Package Camera 2.5.21

Hi Page,

The next release will soon be available 🙂

I would highly suggest that you get the extension from here: iceteagroup/wisej-extensions: Extensions to Wisej. See https://wisej.com. (github.com) and compile it yourself, that way you won’t have a bottleneck and get your work done until the next release is available.

HTH,
Alaa

0 votes

Hi Andrew,

Thanks for letting us know. We’re looking into the issue!

Regards,

Levie

0 votes

Hi Andrew,

you can use your own spinner for the initial load by putting a loader.gif into your root folder.
The load spinner that appears during the lifetime of your application can be set up in the theme.

Best regards
Frank

1 vote
In reply to: Scrolling HtmlPanel

Hi Kizaemon,

this can be achieved with code like this:

this.htmlPanel1.Call("scrollToY", 0);

Best regards
Frank

0 votes

The answer is to set  clickable: false  in the rectangle (undocumented), thus the rectangle with a higher zOrder than the map will miss the click, and it will go through to the map.

0 votes

Hi Gerald,

if you want to use the Canvas control please consider that it uses the HTML 5 canvas which is vectorial and requires you to send HTML5 drawing calls on every refresh event. (Just like the Progress control does).
Doing this on the server will always result in a bit laggy drawing if you do it live as the mouse moves.
So in that case you might be better off drawing in Javascript but that might have its own caveats.

Best regards
Frank

0 votes

Hi Gerald,

can you please send a complete test case we can use on our side.
Either post it here or send it to supportATiceteagroup.com

Thanks in advance.

Best regards
Frank

0 votes

Thanks very much!

0 votes

Hi Andrew,

Could you please attach a small runnable sample excluding the API key so we can test it?

Thanks,

Levie

Showing 3021 - 3040 of 11k results