Posts by Paul

0 votes

Talking about your request with dev team, an cool approach to customise control TextBox as Editor could be as follow

– Handling keyboard on the server works but creates a request on each keystroke. It’s easy to attach a client side handler.
– The TextBox control in Wisej is a container, the real <input> is inside because Wisej also adds optional tool buttons, labels.
See attached sample:
Two things:
1) the lineHeight can only be set by creating a font. In the sample see /Themes
2) type something and press “h” the javascript will replace it with Hello! and move the caret.
See ClientEvents on the textbox, javascript is in Page1.resx and textbox properties inside Page1.Desdigner.cs

HTH

Regards

  • Paul answered Feb 2, 2022 - 7:22 pm
0 votes

Hi John

Hi

Thanks for your interest in Wisej
For we could better understand of your goal, If you can send us a runnable little sample test will be help

By the way, this cool free wisej extensions maybe be useful.
CKEditor
https://github.com/iceteagroup/wisej-extensions/tree/2.5/Wisej.Web.Ext.CKEditor
https://docs.wisej.com/extensions/extensions/ckeditor

TinyEditor
https://github.com/iceteagroup/wisej-extensions/tree/2.5/Wisej.Web.Ext.TinyEditor
https://docs.wisej.com/extensions/extensions/tinyeditor

Regards

 

  • Paul answered Feb 2, 2022 - 2:38 pm
0 votes

Hi Jan

Thanks for your interest in Wisej

Reviwing your post whit our develop team, I comment you next

The third party javascript control use trivial data binding based on simple api requests
leaving all the real binding work to the developer on the server side.

Full control data binding is very complex
So extracting the data from a data source and updating the data source is not as simple as
DataSource = data.

Wisej makes it look like it’s simple. But you have to match the column data names, manage
the position, read and format the data, parse it back, manage errors, etc etc.

The easiest way to data bind to javascript controls is to do it the way they have been designed to:
— return json data in response to their http request and read the json data they send using an http post.

We provide some level of data source databinding in our integrations but it’s limited
because all those controls are not designed with the server side in mind.
Additionally data binding a hierarchical tree gets even more messy.

Hope to be help

Regards

  • Paul answered Feb 2, 2022 - 2:08 pm
0 votes

Paul

The fix of this issue will be available in the next release

Regards and thanks

  • Paul answered Feb 2, 2022 - 2:00 pm
0 votes

Angelo

The fix of this issue will be available in the next release

Regards and thanks

  • Paul answered Feb 2, 2022 - 1:55 pm
0 votes

Hi Paul

Thanks for inform the issue related to spanish localization.

The development team has reported about with this problem

Regards

  • Paul answered Feb 1, 2022 - 3:50 pm
0 votes

Hi Andrew

To achieve more clearly understand your issue, plase could you attach a little runnig sample app?

Thanks

  • Paul answered Jan 31, 2022 - 1:17 pm
0 votes

Hi Andrew
I don’t understand well your problem
In development you can change the default.json parameter to “secure”: false and when you publish to production change to “secure”: true
¿do you have troubles to run the app en production with SSL?

Best regards
Paul

  • Paul answered Jan 25, 2022 - 1:55 pm
0 votes

Hi Shady,

The Wisej mobile integration package is currently available to Technology Partners (https://wisej.com/technology-partner/) as part of their membership.

Soon this year, will be available a new licensing model, where mobile tools will be available. Here more details about it

https://docs.wisej.com/license

Regards,

Paul

  • Paul answered Jan 25, 2022 - 1:50 pm
0 votes

Hi

Please, could you try with this workaround?

https://wisej.com/support/question/auto-updater-a-bit-odd-behaviour

Aditional at the above. could you ckech when starting with a new project, whit what wisej version is created.

When you start the app, in browser make CTRL + SHIFT + I and check under folder resource.wx the version of wisej.js library

Regards

  • Paul answered Jan 22, 2022 - 2:55 pm
0 votes

Hi

Hi Sorry if I misunderstand but for your description suppose that you have a custom code that catch the escape key and you link this with the Close() method of the form.
The forms dont close by default with the ESC key

For we could help you, we need a small runnable sample with the same code that you have in the form

Regards

 

  • Paul answered Jan 7, 2022 - 4:54 pm
0 votes

Hi Vicent

do you refer that code as like in the pic below is not working for you?

Im testing with ver 2.5.22.1 and works ok

If I misunderstand you, please attach us a runnable sample taht reproduce the issue

 

Regards

  • Paul answered Jan 3, 2022 - 5:07 pm
0 votes

 

Andrew

Thanks for reporting

We adding this issue to our backlog

regards

  • Paul answered Jan 3, 2022 - 4:35 pm
0 votes

Hi
Please, comment us what version of Wisej are you using

Regards

  • Paul answered Jan 3, 2022 - 1:40 pm
0 votes

Hi

We have tested the timepicker, but can’t reproduce the bad functionality

Can You please attach or send a little sample with the issue case?

I attach a little video sample

 

Regards

  • Paul answered Dec 30, 2021 - 12:05 pm
  • last active Dec 30, 2021 - 12:06 pm
0 votes

Hi Brayden

For a better understand of your goal and find a better solution
Q.- the labels that you want to apply these style, must be in design time or in runtime, by a programming condition?
And what version of Wisej are you using?

Regards

  • Paul answered Dec 20, 2021 - 1:32 pm
0 votes

to complement my colleague answer. I adjunt a sample code for how to verify selected node and checked/uncheck node.

I hope will helpful

 

  • Paul answered Nov 23, 2021 - 3:14 pm
0 votes

Hi Page Page

Sorry for late answer

It has to be added as an enhancement. It’s not a bug

Regards

  • Paul answered Nov 17, 2021 - 2:24 pm
1 vote

Hi Carl

Plase, try installing the last build 2.5.20 and comment us if this resolve the issue

Builds

HTH

 

  • Paul answered Nov 11, 2021 - 1:25 pm
0 votes

Hi
Please, could you attach a runnable sample to understand better your trouble?

Regards

  • Paul answered Nov 11, 2021 - 12:36 pm
Showing 121 - 140 of 265 results