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
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
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
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
//
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
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
//
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
– 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.
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
Ruben,
please attach one of those pictures or send it to supportATwisej.com
Best regards
Frank
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
Hi Vincent,
thanks for letting us know. We´ll investigate and fix the issues page shortly.
Best regards
Frank
Hi Alex,
Thanks for reporting the bug.
I’ll get back to you as soon as we resolve it.
Best,
Keivn (ITG)
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.
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
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
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
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.
Also it seems like ContextMenuItem Click event won’t fire if you use it on a UserControl :/
Hi Pavel
is it a confirmed bug 🙁
will be fixed in a next release
Thanks for your feedback
regards