All Answers

0 votes

Hi Christian,

sorry it’s unclear what you’re trying to achieve. Please put together a sample that shows the TableLayoutControl and the DataGridView.
DGVs can be filled with just some dummy data to illustrate the question.

Best regards
Frank

0 votes

Hi Alex,

The old behavior was, infact, a bug that was fixed in version 3.5.5 .

Before the fix, anytime you would change the url a new session would be created, right now, it would just refresh the application.

The right thing to do in this case, is to handle the Application.HashChanged event and navigate your application using combination of both hashes and queries.

 

Best regards,

Alaa

0 votes

Hi Alex,

I’ve used your sample and monitored the described changes starting with Wisej.NET 3.5.5
We’ll investigate and update you on this.

Best regards
Frank

0 votes

Wacom signature tables have a JavaScript SDK, so i think its is possible to interface it with Wisej because Wisej app can call JavaScript functions
https://github.com/Wacom-Developer/signature-sdk-js

For X.509 signature also there are some possibile solution
– Ready to go JavaScript/Browser interfaces for access client certificates store (computer/smartcard/token or remote signing solutions):
https://signer.digital/signerdigitalbrowserextensions for example
– Build your own solution:
You need to implement your “signature server” (runnin on client o on server) with a REST interface that receive HTTPS POST command from the Browser and use the certificate store and the signing function

0 votes

Wisej.NET can only use JavaScript in the browser. If there is a JavaScript api that does what you need then you can use it. Otherwise you can use Wisej.NET Hybrid to run C# code locally.

My guess is that if the Wacom tablet is connected by USB to your computer, you can create signatures using the Signature extension (https://docs.wisej.com/extensions/extensions/signature)- similar to how you can use a mouse connected by USB with the Signature extension. Though you would need to test it to be sure. The USB tokens I would think would not work on the web, you would need to use Wisej.NET Hybrid. Again, test it to be sure.

0 votes

Sorry- I’m not familiar with what HierarchicInfo and FilterRelation are in WebGUI even after a quick google search. Can you explain what they are/what their purpose is, or provide links to documentation?

As a general answer, you can check out the Wisej demobrowser to see examples of all the controls: https://wisej-demobrowser.azurewebsites.net/ Perhaps that will help you find something that can replace the functionality of HierarchicInfo and FilterRelation.

Additionally, the source code of the demobrowser can be found here: https://github.com/iceteagroup/wisej-demobrowser

0 votes

The session timeout is fired from the browser when the user is inactive after the number of seconds set in the sessionTimeout settings. However, to avoid starting and removing a javascript timer every single time the mouse moves or stops moving or a key on the keyboard is pressed Wisej sets a flag “skipNextTimeout” which skips the next timeout. So when the timeout is 60 seconds at the most it fires after 120 and at the minimum after 60.

0 votes

Hi Julie, yes, it does work. After I downlaoded the new ThemeBuilder, as Frank suggested yesterday, the Themes were refreshed.

Best,
Alex

0 votes

It works with Wisej 3.5.7, here’s a sample that uses the Material-3 theme.

0 votes

I add readding project, with .NET8 and Wisej 3.5.7.

 

0 votes

I create simple test project in attach, not work Application.Desktop.label1.Text=” Text”;

 

0 votes

HI, Frank!

I am set ar MyDesktop designer this label1 to – public Wisej.Web.Label label1;

At attach pics can see as label1 not accessable !

 

 

0 votes

Hi Alex,

.NET 6 support was dropped with Wisej.NET 3.5.
You need to download the latest Theme Builder to see the invalid state.

Best regards
Frank

0 votes

Hi Ainars,

please make sure that your label is declared public.
Then you can simply address it with Application.Desktop.Label from anywhere within your application.

Best regards
Frank

0 votes

Hi guys,

I’m confused… I don’t see any difference. I installed the nuget packages. Then I thought I need a new theme with an “invalid” state for the “upload” appearance. So, I installed the new extension in VS. Still no difference. Then I opened the Theme Builder and the Material-3 theme (which I saw it had just been installed in my user folder. I checked and didn’t see any difference in the upload appearance, no invalid state there.

On top of that, hell broke loose and it took me quite a while to fix. My project was targeting net48, net6.0 and net7.0. As I realised, the new wisej 3.5.7 does not support net6.0. But the previous extension I had was 3.5.4 and it didn’t support net6.0 as well. But it was working! So, I then remembered that my nuget packages were 3.2.7 (working with the 3.5.4 VS extension). And they DID support net6.0…

As an extra bonus, when I start debugging in VS, the https application goes immediately Offline. Only the http works… Don’t have a clue why is this. Does it tell you something?

Summary: I still do not see any change in the appearance of the upload control when upload1.Invalid = true;

Best,
Alex

0 votes

Thank you, Frank!

Do I need to download and install a new extension in VS or it’s enough to upfate the nuget packages?

Best,
Alex

0 votes

Hi Alex,

both issues have been fixed and deployed with Wisej.NET 3.5.7

Best regards
Frank

0 votes

Hi Ezequiel,

you can use an MDI window as replacement.
Just create a Form and set IsMdiContainer to true.

Best regards
Frank

0 votes

Goof Morning, update about problem.
The same problem arise in production. Attached you can find a VS solution to test.
The Hybrid Remote Application is published on Internet wiht valid SSL certificate.

When i run the remote application in browser the application run as expected.
When i run th Hybrid Client sometimes i get error and sometimes run as expected

 

 

0 votes

Hi Stephan,

if you’re running on IIS, security is typically handled through Application Pool Identities.

This article should get you started and also show which security settings to choose for the file/folder:

https://learn.microsoft.com/en-us/iis/manage/configuring-security/application-pool-identities

Best regards
Frank

Showing 501 - 520 of 11k results