All Answers

2 votes

Hi Matthew,

actually my previous reply was wrong as I mixed ClientEvent with ClickEvent and misunderstood your question.

Seeing the sender always the form is because it´s always the form firing that event (.NET convention).

But, you can use the DialogResult property of the button. Clicking on the “X” to close the window always results in DialogResult = None.
If you assign a DialogResult value to the button property, you´ll see it in the FormClosing event.

Please find a simple sample attached that shows how it works.

Best regards
Frank

0 votes

Hi Matthew,

this.close() on the client (browser) is always considered a user event so it’s UserClosing.
Maybe you can add some custom property/flag that you trigger when your user clicks on the Exit button?

Best regards
Frank

0 votes

Hi

You cant test your own notifications using our demo app.
But for firebase / APNs keys, you must have your owns

In the docs there are all the info that you need
https://docs.wisej.com/mobile/guides/push-notifications

And important notice that the 2.5 free build is deprecated.
Here more details about mobile packages in Wisej.NET

Licenses Model 2022 – Mobile Packages

Regards

  • Paul answered Sep 6, 2022 - 3:35 pm
0 votes

Dino,

this is not possible. LoadComponent can load from a different assembly but not from an url.
A related option would be to use an iframe where you could include a URL but it may not exactly be what you´re looing after.

Best regards
Frank

0 votes

Hi Kizaemon,

thanks for letting us know. I have consolidated it under a single bullet point.

Best regards
Frank

0 votes

if I understand correctly LoadComponent() will load from current assembly (requires file name).

I am wondering if we can have portal.example.com and component1.example.com, so that from portal I can reference component1 using uri?

Thanx,

D

0 votes

Hi Dino,

using Microservices with Wisej is fine, it works like with any other app.
You might also want to look at Application.LoadComponent as an alternative way to dynamically load a control.

Best regards
Frank

0 votes

Hi Alex,

I have tested your sample (thanks!) with our latest internal Wisej build that is currently in QA and this issue appears to be fixed there.
I run a couple of more tests to make sure but please expect it to be fixed with the next release.

Best regards
Frank

0 votes

Hi Jevaso

Thanks for write us

I comment you soon about your question

Best regards

  • Paul answered Sep 5, 2022 - 2:32 pm
0 votes

Hi Dino

Thanks for write us

I comment you soon about your question

Best regards

  • Paul answered Sep 5, 2022 - 2:32 pm
0 votes

Please find attached your demo navigation application, with a NewTheme.theme added in the Themes folder (this is a copy of Material-3). Check the “About” linklabel on the top right. Set the theme from the dropdown to “NewTheme” and then hover the linklabel to see that there is no underline.

Best,
Alex

0 votes

Hi Alex

Could You please send us a runnable sample that showing the issue that you comment

Thanks and regards

  • Paul answered Sep 5, 2022 - 2:07 pm
0 votes

I should add, this happened when the phone was idle for 16+ hours, and after I changed my Wi-Fi configuration / rebooted the router.  I’m not having problems currently with WiseJ “recovering” from the Offline banner at the top.  So maybe it’s not a big deal like I thought.

In any case, it seems that when either the router is rebooted, or 16+ hours of time elapses, the WiseJ “Offline” screen does not recover and return control to the app, requiring the force-close of any Android app using WiseJ in a WebView.

 

  • Andrew Niese answered Sep 5, 2022 - 2:28 am
  • last active Sep 5, 2022 - 2:29 am
0 votes

Hi Dino,

Best way is to use Application.Update(this)

More details there : https://docs.wisej.com/docs/concepts/background-tasks#update-the-ui

Best,

Kevin(ITG)

  • Kevin answered Sep 4, 2022 - 11:08 am
0 votes

Hi Alex,

the broken download link has been fixed.

Best regards
Frank

0 votes

Hi Alex,

thanks for letting us know. We´ll fix the download and I´ll notify you when it´s back up and running.

Best regards
Frank

0 votes

On the page https://docs.wisej.com/license/license-model-2022/technology-partner you will find a note that this technology is only available to partners. At least, that is how I would interpret this paragraph:

“Technology Partners benefit from royalty-free deployment of Wisej.NET apps to desktop computers using the Wisej.NET Desktop technology.”

0 votes

You don’t populate the data set. One way is to add Load event handler and call dataAdapter.Fill(dataSet).

https://docs.microsoft.com/en-us/visualstudio/data-tools/fill-datasets-by-using-tableadapters?view=vs-2022&tabs=csharp

  • Luca answered Aug 30, 2022 - 4:47 pm
0 votes

I have attached the project (minus the wisej.dll’s from the bin folders as they are too large).

the sql for the table that exists in sqlserver and also a bit of test data.

Let me know if you need anything else and thanks for looking at this.

Tom

0 votes

Data doesn’t load in design mode. Send the sample app and the code you use to fill the data set.

https://docs.microsoft.com/en-us/visualstudio/data-tools/fill-datasets-by-using-tableadapters?view=vs-2022&tabs=csharp

  • Luca answered Aug 30, 2022 - 3:50 pm
Showing 2281 - 2300 of 11k results