Hi Brayden
Thanks for your suggestion
We will evaluate this enhancement to be implemented in a future release
Regards.
Hi Marcelo
In current 2.2 versions you must use this workaround
Put this javascript code into InistScript property for MenuBar control
this.getMenuBar().getChildren().forEach(menuItem => menuItem.setLayoutProperties({ flex: 1 }));
In next 2.5 version will be avaylable a custom property for do this
Regards
Paul
Hi Em
For could help you, I suggest you that cand send a code sample of what yo doing
You cand email us at support@wisej.com if you want mantain in private you code
is better if you to share by a link to a cloud drive folder, for that no be rejected by email filters 🙂
Regards
Paul
Hi Rupert
The value of Fingerprint change when the app is opened from different browsers.
If the users has more than one browsers installed on their computers, even if they are into the lan, they will get a different fingerprint
If the above is for your scenario. A suggestion is to standarized the browser used to access your app
Regards
Hi Nikos
Yes, its possible
You should be able wrap any ASP.NET webforms control using the AspNetPanel control.
There’s a sample here: https://wisej.com/support/question/usinng-dvevexpress-richedit-for-asp-net
But devex aspnet controls, those are webforms controls that need to run in an iframe. In general it’s always better to use javascript widgets.
Regards and happy coding
Hi Nikos
The DateTimePicker and NumericUpDown controls hide the Padding property, but you can set it in the InitScript property of the control
with one line: this.setPadding(8);
Here a samples images for this
Regards
Claudio
Currently we don’t have any updated about this topic
Regards
Hi Shady
Thanks for write us
In short nops 🙁
but…
Wisej is a powerful .net javascript framework
You can create modify or create your custom thems using included theme editor
the main design of your “screens or pages” must be done into visual studio and Wisej make “the magic” of transform thems into an SPA (single page application ) javascript on client but linked in real time with server throug build in websocket comunication channel
Hope to be helpful
Regards
Thanks for your comment
For now, the animation for expand and collapse are done by design.
Here a sample video how it look on mayor browsers that Wisej has focused it compatibility. IE11, Firefox, Chrome, Edge.
Hi Junarism
Our apologies for late answer
In relation to your question
The area you calls “empty” column is not a column. it’s simply the remainder of the row.
For solution this you can
A. Set the background of the row instead of the setting the background of each cell (which is what shows in his screenshots).
B. Or remove the borders
C. Or make the columns to fill the remainder of the grid
D. Or remove the alternated background in the theme
I attach a sample with these alternatives
Hope that be helpful
Best Regards and happy coding
Hi Laurent
Good news!!
A colleague gave me some tips to be able to hide the arrows in the number cell.
These are
1) Use CSS to hide the arrows. Add this to Default.html in a style tag:
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
2) Set InputType.Type to Text, InputType.Mode to Numeric (shows numeric soft keyboard on iOS and Android, no input filtering), and apply a RegEx filter (Filter property).
3) Use a MaskedTextBox with InputType.Mode = “Number” and a custom mask: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask?view=net-5.0#system-windows-forms-maskedtextbox-mask
I attached a sample that covers the number 1
Regards and happy coding
Hi Laurent
Unfortunately, these type checks for InputType and all related settings are entirely native and managed by the browser
Our development team will considere this as an enhancement in future release.
Thanks and happy coding
Hi Laurent
Thank for write us
What version of Wisej are you working?
Regards
Hi Tobias
You can add any html element to default.html page but you considerate that these content is displayed only while wisej javascript loads in the client browser.
After that, wisej page, desktop or forms are the elements that are displayed primarly. Remember that Wisej is a SPA framework
I suggest you that use a wisej page as primary container and for toast messages use AlertBox.Show(“Message for user”);
Regards and happy coding
Wisej AspNet Panel
I leave an updated version of this sample.
Hi Nello
I attach a small sample that shows how to open a window with a url as property
Note that if website implement X-Frame-Options to “deny” there nothing to do and those externar website can’t be displayed into the Iframe
Regards and happy coding
Hi Males
In addition to that my coworker suggests, I attach a sample for console log using textbox
Regards
Hi Nello
I suggest you that make a deploy to FileSystem and then copy of content fron the output folder to you IIS directory.
I Attach samples images
I tested this procedure with last build and everything works OK
Regards and happy coding
Hi Vincent
For reference, ¿what version of Wisej are you using?
Regards
Daniel
I confirm that its a issue present even in current version 2.2.52
I report this to the development team.
It is very probable that the fix will be available in next build
thanks again form your report
Regards and happy coding