Hi Pavel
Thank a lot for share your solution
This will help to others users
Best regards
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 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 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
Hi Pavel
is it a confirmed bug 🙁
will be fixed in a next release
Thanks for your feedback
regards
Hi Angelo
Sadly folder drag / drop support isn’t included now
but we take note to add it as enhancement soon
In general you set AllowDrop to true on any Wisej control and it can receive files from the client.
thanks for your feedback 🙂
Hi
you can try add this to the Camera’s InitScript to Mirror the image:
this._media.getMediaObject().style.transform = “scaleX(-1)”;
HTH, regards
Hi Angelo
As workaround you can try this please.
add this to the Upload control’s InitScript: this.__upload.webkitdirectory = true
In future version, Wisej.Net will have an enancement to handle this in a better way
HTH and thanks for your feedback
Hi Vincent
Thanks for you write.
This you comment is a know issue.
Sadly for the moment there isn’t a solution, its very hard to fix it
As a work around, you can encapsulate the navigation bar into a user control for reutilize it into other forms/pages or projects
hth, regards
Hi
If you meant meant to flip the camera, you can do that by setting the FacingMode to Environment
Regards
Hi Angelo
Maybe the ClientFileSystem extension could be an alternative approach but that heavily depends on what you are trying to achieve and where you are uploading from.
If you explain in more detail your goal, we coud help you more accurately
regards
Hi Shady
could you please tell us which version of Wisej.Net are you using
and also send us a little runnable sample with what you comment us
thanks
Hi Tom
Thanks for your interest in Wisej.NET
Here I let you a couple of videos that could help
Customizing DataGridView Cell Styles in Wisej
HTH
Hi Matthias
Here documentation link for how wisej.net 3 manage the self hosting
but this is now part of premium extensions.
https://docs.wisej.com/deployment/targets/self-hosting
hth
Paul
hi Alexander
We have done various checks for the two issues that you comment us, but both issues isn’t occurs.
Here I let you the sample that I used with mixin theme
I use the latest versions of browsers Edge, Chrome and FF and wisej.net 3.0.11
We appreciate if can compare with your test and comment us
Regards
Paul
Hi Nicolas
Wisej kind of supports horizontal ListBox like tihs
in listBox1.InitScript you can use:
this.setOrientation(“horizontal”);
this.setScrollbarX(“on”);
by the way, your sample image doesn’t show an horizontal listbox it shows a flowlayout.
Regards
Hi Shady
Please, can you attach a small runnable sample project that reproduce what your comment us
Thanks
Hi Branko
Today was relased WisejNet 3.0.11 and also the fix on RibbonBar extension that resolve the issue that you comment us, thanks
Here let a little sample and a video gif of it
HTH