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
Hi Ruben
In the sample attached, You can see how to change month programmatically in FullCalendar control
Hope to be helpful
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
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
Hi Mark
Could you please send Us a picture and a little sample code of what is happened.
Regards
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
Hi Pravena
Please, could you atach the sample code was used in the picture or another little test project equivalent ?
Regards
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
Hi Juranism
Could be possible that you attach a small sample case with the points that you describe?
Thanks
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
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
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
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
Hi Nicholas
Could you please reatach both pictures?
They not show an image 🙁
Regards
Hi Paveena
What version of Wisej are you using ?
Regards.
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
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.
Hi Nicolas
This sample is a good start point
https://github.com/iceteagroup/wisej-examples/tree/2.2/Responsive
Best regards
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