Problem whit update

Answered
0
0

Hello, update Wisej today to version 1.4.80 and I had some problems with the controls. Event click not fired and really cause problems. Please help me.

This happens only with some buttons, not all.

What could be happening?

I work on vb.net vs2013

 

Best Regards:

 

Carina Muñiz

  • You must to post comments
Best Answer
0
1
  • Use TabPages.Add() instead of Insert(-1, tab) or Insert(TabPages.Count, tab).
  • Do not call Show() on a tab page, it doesn’t do anything, it won’t select the tab nor show the page since it’s not even added to the tab control.

It’s working fine. It seems that Inser(-1, tab) messes up the tab visibility. Will log the bug. In any case, the correct call is TabPages.Add().

  • You must to post comments
0
0

Hi Carina,

I can’t reproduce and as you said it “happens only with some buttons”. So a sample with buttons where this happens would be really useful.

  • You must to post comments
0
0

Hi, I’m attaching an example of the error. I appreciate helping me because I have many system users without working.

Attachment
  • You must to post comments
0
0

Thank you very much for your support, it was useful!!

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.