All Answers

0 votes

Hi Sascha

Thanks for write us

our testing team will take you sample and I comment you about it as soon I’ll have news

Regards

  • Paul answered Aug 3, 2022 - 3:35 pm
0 votes
In reply to: Async Tasks

Hi Ruben

Could you please explain what do you whant to achieve ?
Can you attach a runnable sample that show us how this affect?

regards

  • Paul answered Aug 3, 2022 - 3:31 pm
0 votes

Hi Alaa,

please see attached screenshot. It happens regularly, the Text property is missing on UserControl even if I create complete fresh project with Wisej-3

Legend to attached screenshot:

A … missing property

B … wisej-3 reference

C … strangely in Toolbox there is only Wisej 2.2 controls section, even if I completely removed all Wisej installations and installed v 3.0.12 only.

Please help on how to solve this.

Regards,

Pavel Weiss

0 votes

Hi Pavel,

Is it always happening the first time you open a Control after porting it to Wisej, or does it happen often?
The designer would always attempt to reserialize everything when saving, for example if you have commented out any lines of code and you would save the Control from the designer tab, those comments are going to be deleted.

HTH,
Alaa

//

0 votes

Stefan,

please attach a test case where we can see when this error occurs.
Otherwise it´s quite hard to guess what is happening here, when and why.

Thanks in advance,
Frank

0 votes

Hi Vincent,

The LabelLink or the Label component can’t get Focus, it’s not a bug it’s by design.

We’re going to add it as an enhancement in our next builds.

Best,
Alaa

//

0 votes

Well, I have succesfully resolved this by….

i] in default.html create new js function

var myFireEvent = function (dataElementId, eventName, eventParams) {
window.parent.App.MainPage.core.fireEvent(dataElementId, eventName, eventParams);
}

ii] in c#, while constructing the html for htmlPanel, use
var htmlElementId = ((IWisejComponent)this).Id;

 

iii] then in onClick in ahref in html, simply call window.myFireEvent(a,b,c) where “a” is the value collected from (ii)

 

And it works!

Regards,

Pavel Weiss

0 votes

– All licenses are permanent. Only the free upgrade period expires.

– All licenses never end. See above.

– The expired message only appears if you use an unlicensed version of wisej.

– It’s 10 concurrent requests. Subsequent requests are queued and additional requests will get delayed. There is no session limit.

  • Luca answered Aug 2, 2022 - 10:23 am
0 votes

Hi Pavel,

All theme resources are accessible using Application.Theme.

You can add them to an ImageList programatically:

this.imageList1.Images.Add(new ImageListEntry
{
    Name = "myImage"
    ImageSource = Application.Theme.Images["myImage"]
});

 

HTH,

Levie

  • Levie (ITG) answered Aug 1, 2022 - 2:08 pm
  • last active Aug 1, 2022 - 2:10 pm
0 votes

Ruben,

please attach one of those pictures or send it to supportATwisej.com

Best regards
Frank

  • Frank (ITG) answered Aug 1, 2022 - 10:51 am
  • last active Aug 1, 2022 - 11:12 am
0 votes

Ruben,

you can check out our documentation here

https://docs.wisej.com/docs/concepts/layouts

or here

https://docs.wisej.com/docs/controls/general/responsive-properties

There are many different ways to make an app responsive. Just pick the one that fits for you.

Best regards
Frank

 

0 votes

Hi Vincent,

thanks for letting us know. We´ll investigate and fix the issues page shortly.

Best regards
Frank

0 votes

Hi Alex,

Thanks for reporting the bug.

I’ll get back to you as soon as we resolve it.

Best,

Keivn (ITG)

  • Kevin answered Jul 31, 2022 - 6:38 pm
0 votes

Cannot reproduce so far. How log is a while?

I also noticed you have sessionTimeout set to 0. That means the session will never be disposed and each new session will use more memory. See https://docs.wisej.com/docs/concepts/session-management.

You also have at least 2 timers firing all the times. Causes a lot of traffic. Look at the network tab in chrome.

  • Luca answered Jul 29, 2022 - 3:17 pm
0 votes

Hi Ruben

we noticied that you are using an old version of wisej, the 2.2.42, that is ended support

Additionaly, in the console of the browser, there are various errors related to winsocket connection.

is it possible that you could update to a latest version and for then check it if your issues persist?

regards

  • Paul answered Jul 29, 2022 - 1:51 pm
0 votes

Hi Adrian,

the VB.NET sample is here

https://github.com/iceteagroup/wisej-examples-vb/tree/3.0/DataGridViewSummaryRows

Also the code for Summary Rows that was once in a separate extension was moved into Wisej.NET core,
so an additional extension library is no longer needed.

Best regards
Frank

0 votes

Hi Please, could you attach a runnable sample of you issue?

If you are using a Sqlserver database, please also attach the minimal script for your sample

If we copy/paste your posted code not we equal at your environment and there are posibilty that we can reproduce you issue.

thanks and regards

  • Paul answered Jul 28, 2022 - 12:59 pm
0 votes

I did a complete redesing on my code, to do the list filling and the control adding in seperate, and only load to screen what is currently shown. Now it is working, however the context menu click event is still not firing.

0 votes

Also it seems like ContextMenuItem Click event won’t fire if you use it on a UserControl :/

0 votes

Hi Pavel

is it a confirmed bug 🙁

will be fixed in a next release

Thanks for your feedback

regards

  • Paul answered Jul 27, 2022 - 4:08 pm
Showing 2081 - 2100 of 11k results