Posts by Paul

0 votes

Hi Brayden
Thanks for your suggestion

We will evaluate this enhancement to be implemented in a future release

Regards.

  • Paul answered Aug 14, 2021 - 6:01 pm
0 votes

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

  • Paul answered Aug 6, 2021 - 3:51 pm
0 votes

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

  • Paul answered Aug 5, 2021 - 10:09 pm
0 votes
In reply to: Identify the Client

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

  • Paul answered Jul 27, 2021 - 5:17 pm
0 votes
In reply to: DEVEXPRESS Controls

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

  • Paul answered Jul 27, 2021 - 2:55 pm
  • last active Jul 27, 2021 - 2:59 pm
0 votes

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

 

  • Paul answered Jul 21, 2021 - 3:59 am
0 votes

Claudio

Currently we don’t have any updated about this topic

Regards

  • Paul answered Jul 21, 2021 - 3:05 am
0 votes

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

  • Paul answered Jul 20, 2021 - 5:17 pm
  • last active Jul 20, 2021 - 5:18 pm
0 votes

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.

 

  • Paul answered Jul 16, 2021 - 5:40 pm
  • last active Jul 16, 2021 - 5:44 pm
0 votes

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

 

  • Paul answered Jul 15, 2021 - 4:47 am
0 votes

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

 

  • Paul answered Jul 7, 2021 - 5:15 pm
0 votes

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

  • Paul answered Jul 5, 2021 - 5:06 pm
0 votes

Hi Laurent

Thank for write us

What version of Wisej are you working?

Regards

  • Paul answered Jul 2, 2021 - 5:32 pm
0 votes

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

  • Paul answered Jun 23, 2021 - 4:03 pm
0 votes
In reply to: Using html forms

Wisej AspNet Panel

I leave an updated version of this sample.

 

  • Paul answered Jun 22, 2021 - 4:50 pm
0 votes
In reply to: Ebbedded link

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

 

  • Paul answered Jun 22, 2021 - 4:00 pm
0 votes

Hi Males

In addition to that my coworker suggests, I attach a sample for console log using textbox

Regards

 

  • Paul answered Jun 21, 2021 - 10:31 pm
0 votes
In reply to: Blank Page on start

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

  • Paul answered Jun 21, 2021 - 5:32 pm
  • last active Jun 21, 2021 - 5:38 pm
0 votes

Hi Vincent

For reference, ¿what version of Wisej are you using?

Regards

  • Paul answered Jun 18, 2021 - 4:42 pm
0 votes

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

  • Paul answered Jun 17, 2021 - 7:47 pm
Showing 181 - 200 of 262 results