All Answers

0 votes

Hi Andrew,

Wisej will pick up whatever is defined for “secure” in default.json.
So if you intend to disable it for local debugging, you need to adjust your default.json accordingly.

Best regards
Frank

0 votes
In reply to: Cookie value not saved

Hi Andrew,

Perhaps somewhere in your code there’s something that sets the value “0” to the cookie?

I couldn’t reproduce the issue, perhaps you can send us a reproducible test case?

Thanks,
Alaa

0 votes
In reply to: Cookie value not saved

Hi Andrew,

Thank you for reporting this issue.

We will investigate it and get back to you as soon as possible

Thanks,

Alaa

0 votes

Hi Vincent,

closing the browser does not immediately clear the session.
You will see Application.SessionTimeout decrease after twice the time default for SessionTimeout is reached.
SessionTimeout can be defined in your default.json.

Best regards
Frank

0 votes

Hi Adrian,

To complete my colleague you can also use the verison 2.5 of Wisej and since it uses nuget a simple downgrade to version 2.2.46, should be enough for the project. Relaunch the solution so the designer toolbox will automatically take the components of the nuget version installed.

Best,

Kevin (ITG)

  • Kevin answered Jan 26, 2022 - 9:16 pm
0 votes

Hi Adrian,

to add Wisej 2.2. to your toolbox you can Add a Tab and then either use choose items and browse to Wisej.Framework.dll
or use drag and drop from explorer and drop Wisej.Framework.dll onto your toolbox tab.

You can download the Wisej 2.2 templates here

https://wisej.s3.amazonaws.com/downloads/Templates/Templates_22.zip

Please unzip to C:\users\<user>\documents\Visual Studio 2022

Best regards
Frank

 

0 votes

Hi Page,

Thanks for reporting this issue. our team is investigating this problem.

Best,

Kevin (ITG)

  • Kevin answered Jan 26, 2022 - 12:42 pm
0 votes

Hi Cristian,

we checked this and tried several approaches also with the native usage on their demo sites.
Unfortunately the events are caught by the iframe and don´t bubble up.

So there is no way for Wisej to catch and handle this event.

Best regards
Frank

0 votes

Hi Andrew,
Can you please verify that this issue is fixed with the latest build?
Thanks,
Levie

0 votes

Hi Andrew,

The “mobile.mode” option is an experimental feature of Wisej to enable the use of native OS features. Like the built-in keyboard or sliders.

You’d want to use it if you’re intending to use it to display combobox items instead of Wisej’s rendering in a mobile environment.
Best,
Alaa

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
In reply to: RTL DataGridView

Hi Frank

Thanks for your replay

In DataGridview when we set to RTL   Tab Order , Column chooser , Fill Column are not working properly

Please refer RTL Support for ListView/DataGrid – Wisej.com

 

  • RABEEH answered Jan 25, 2022 - 7:08 am
0 votes

Hi Frank,

Have made good progress on the issues.

Now have the project working perfectly with DataRepeater using the workarounds below.

1) NOT RESOLVED – if the custom control added to ItemTemplate.Controls Inherits Wisej.Web.UserControl then the ItemValueNeeded event does not fire for that control; but changing the control from Inherits Wisej.Web to Inherits Wisej.Web.TextBox then the ItemValueNeeded event does fire.

2) & 3) RESOLVED: in the parent control Resize event, the custom controls can be idenified & resized by:
a) iterate the controls in the DataRepeater1.Controls,
b) for each control which has TypeOf DataRepeaterItem, iterate the controls in that DataRepeaterItem,
c) for each of those controls which has TypeOf the custom control, resize that item & get back its height,
d) set the height of the DataRepeaterItem according to that height

4) NEW: I can’t identify a DataRepeater event which can be used when the DataRepeater.DataSource is set that can be used to Resize as above. As a workaround I’m using the DataRepeater.ItemValueNeeded event to identify & resize the custom control (as above) as well as feeding it data. The DataRepeater.ItemsAdded event never fires otherwise I had thought to use that to Resize. This workaround works perfectly – you never see an Item which hasn’t been fed data or not resized. Can you suggest an event which could be used?

See test project (based on the DataRepeaterDragDrop example) attached with the above implemented:
> The custom control ctlTest contains a button & textbox and resizes it’s height via Sub m_Resize.
> in ctlTest.designer.vb, changing Inherits Wisej.Web.TextBox to Inherits Wisej.Web.UserControl will cause DataRepeater1.ItemValueNeeded in Page1.vb not to fire on ctlTest and the yellow controls don’t get populated with “HELLO-x” text

Cheers,
Roger

  • rtsys answered Jan 25, 2022 - 3:29 am
0 votes
In reply to: Painting on picturebox

Hi Roni,

you can draw on the server like in this sample

https://github.com/iceteagroup/wisej-examples/tree/2.5/CustomPainting

Then you also have the full control and can save it on disk, in the database etc.

Best regards
Frank

0 votes
In reply to: RTL DataGridView

Hi Rabeeh,

can you please describe in detail what problem you are facing with RightToLeft in the DataGridView?

Best regards
Frank

0 votes

Hi Roger,

thanks for reporting these issues. We´ll try to reproduce on our end and get back to you.

Best regards
Frank

0 votes

Hi dev,

can you please attach your code as a runnable sample so we can take a closer look?

Thanks in advance,
Frank

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

Ciao Gabriele,

Wisej licensing is not related to IIS Web Sites, IIS Worker Processes or IIS Application Pools.

You will need one Wisej Server license per IIS instance. Starting with the new license model on March 31st, 2022, there is a limit on app deployments based on the Wisej Server edition you are using. We’ve added some FAQs to address your questions.

HTH

Thomas

Showing 2881 - 2900 of 11k results