Posts by Paul

0 votes

Hi Justin

About Your questions

1.- The price of our products and services are all in US dollars.

2.- Each developer license include one server license.

Here you can find more: https://docs.wisej.com/docs/getting-started/faq

3.- Please, send us a email to: sales AT wisej.com and the business area respond you this point

4.- Yes, there are a TP (Technology Partner Program ) program.

Regards

  • Paul answered Sep 22, 2021 - 3:00 pm
0 votes

Hi Masafumi

can you please wrap up a small test case ?

Thanks in advance!

Best regards

  • Paul answered Sep 20, 2021 - 2:12 pm
0 votes

Hi Ruben

In the sample attached, You can see how to change month programmatically in FullCalendar control

Hope to be helpful

 

  • Paul answered Sep 8, 2021 - 5:40 pm
0 votes

Hi Michael

Reviewing your log, this indicate that cannot find the assembly. That’s not a crash. It’s probably because the process starts in the wrong directory when started by a service. It’s not a wisej issue.

Regards

  • Paul answered Sep 7, 2021 - 3:02 pm
0 votes

Hi Justice

The issue that you comment could be caused for:

A. An old code project opened in a computer with a more newer version of wisej sdk.

Here documentation about it https://wisej.com/docs/2.2/html/UpgradeFromWisej1.htm

B. Using older templates, with newer sdk

C.- Referencing older dlls with more newer templates

Hot to be help you

Regards

  • Paul answered Sep 3, 2021 - 4:38 pm
0 votes
In reply to: Horizontal bar chart

Hi Mark

Could you please send Us a picture and a little sample code of what is happened.

Regards

  • Paul answered Aug 31, 2021 - 11:21 pm
0 votes
In reply to: SplitContainer

Hi Pravena

I tried to follow your steps, but I not have the problem commented for you

I attached the sample and image of it

Regards

  • Paul answered Aug 28, 2021 - 2:08 am
  • last active Aug 28, 2021 - 2:09 am
0 votes
In reply to: SplitContainer

Hi Pravena

Please, could you atach the sample code was used in the picture or another little test project equivalent ?

Regards

  • Paul answered Aug 27, 2021 - 10:43 pm
  • last active Aug 27, 2021 - 11:22 pm
0 votes

Hi Juranism

For the DateTimePicker Enter, was detected an issue is a bug/regression.

And in the DataGridView issue, it needs the column with the key to be set to ReadOnly. Probably a bug too

Both will be fixed in the next release.
Thanks for report

Enjoy weekend

  • Paul answered Aug 27, 2021 - 9:08 pm
0 votes

Hi Juranism

Could be possible that you attach a small sample case with the points that you describe?

Thanks

  • Paul answered Aug 27, 2021 - 3:29 pm
0 votes

Hi

Not execute code for invisible controls it’s by design and it would be a security issue to execute hidden buttons.
You can easily register an accelerator. See Form.Accelerators collection.

In the sample code atached you can see details
and in the video gif how it works.
The form dialog use Accelerator collection to register the ESC and raise event when the form has focused and trigger a common void triggred also by the button.

Regards and HTH

  • Paul answered Aug 26, 2021 - 11:13 pm
0 votes

Hi Bryden

Thanks for your comment

Talking this with the product team, They tell me that will update the extension ChartJs and most of the properties listed here:

https://chartjs-plugin-datalabels.netlify.app/guide/options.html#scriptable-options

will able to be configured for each chart instance

This will be available in the next release

Regards

 

  • Paul answered Aug 26, 2021 - 2:30 am
0 votes

Hi Nicholas

With theme builder you can customize almost anything into the look of the UI in Wisej

In the image you can see the standar values fot dialog boxes, changed from 6 to 1

Remember that the modified theme needs to be saved under the folder Theme of your project and add the line “theme”: “MyModifiedTheme” into the Default.json file of your project too

HTH

Regards

 

  • Paul answered Aug 19, 2021 - 9:29 pm
0 votes
In reply to: Forgot_Password Page

Hi Carlos

Your aproach is create a sub-application, that create a new session.
For you case descibed, is better use aproach of deep linking and the Application.Hash and HashChanged

Here you can found info about deep linking
https://developer.mozilla.org/en-US/docs/Web/API/Window/hashchange_event

And sample in Wisej here
https://github.com/iceteagroup/wisej-examples/tree/2.2/DeepLinking
Hope to be helpful
Regards

  • Paul answered Aug 19, 2021 - 2:33 pm
0 votes

Hi Nicholas

Could you please reatach both pictures?

They not show an image 🙁

Regards

 

  • Paul answered Aug 19, 2021 - 1:50 pm
  • last active Aug 19, 2021 - 1:51 pm
0 votes
In reply to: TinyEditor Border

Hi  Paveena

What version of  Wisej are you using ?

Regards.

 

  • Paul answered Aug 18, 2021 - 8:48 pm
0 votes

Hi Junarism

Thanks for your question
For this case is necessary a workaround to the normal of Wisej to manage the standar moving within controls.

This is because core design in the Qooxdoo javascript framework that Wisej use for manage the browser controls are very difficult to modify.

In the atached sample, you can see an additional javascript file that provide the desired functionality.

You can avance with Enter and reverse with Shift-Enter

Hope to be help
Regards

 

  • Paul answered Aug 17, 2021 - 3:11 pm
  • last active Aug 18, 2021 - 1:37 pm
0 votes
In reply to: IIS Access Denied

Hi Nicholas

Could you please tell us more details, like

Version of wisej used, occurs with only one app or various, occurs with in other computers with the same problematic app, You are using IIS or IIS-Express, etc

Windows\Temp is a directory that need admin permission to be acceded

You can check the path of your app in IIS-Express by righ click on its icon, and select option “Show All Applications”, like in the sample image

Regards.

  • Paul answered Aug 17, 2021 - 4:34 pm
  • last active Aug 17, 2021 - 4:44 pm
1 vote
In reply to: Mobile App Dev

Hi Nicolas

This sample is a good start point

https://github.com/iceteagroup/wisej-examples/tree/2.2/Responsive

Best regards

  • Paul answered Aug 17, 2021 - 2:11 pm
0 votes

Hi Brayden

Checking this with the product team, I update you.

The pictures that you see on the case studies for Harris dont use a tab control. This case use a custom theme for show MDI forms and using a main container page with a Form with property isMdiContainer=true

1.- For modify only MDI container to show X in all tabs, you can use this code

Application.Theme.Appearances.tabview.components.page.components.button.states.@default.properties.showClose = true;

2.- For modify MDI container and also any tab control in your app, follow the nexts steps

In the themes designer, you must modify any of the preexisting themes, change the next property and save as the theme with the name you desire.
Application.Theme.Appearances.tabview.components.page.components.button.states.@default.properties.showClose = true

After that, copy the modified theme under the empty folder Thems of your project

Finally, in the Default.json config file, add new entry for your custom theme. For example

"url": "Default.html",
"startup": "MDIExample.Program.Main, MDIExample",
"theme": "MDIClosebutton"

You can see this into the picture. And also I attach the public sample MDIchild, using a modified theme with this settings.

HTH
Regards

  • Paul answered Aug 16, 2021 - 5:24 pm
  • last active Aug 16, 2021 - 11:34 pm
Showing 161 - 180 of 262 results