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
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
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
Regards
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
Hi Kizaemon,
thanks for letting us know. I have consolidated it under a single bullet point.
Best regards
Frank
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
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
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
Hi Jevaso
Thanks for write us
I comment you soon about your question
Best regards
Hi Dino
Thanks for write us
I comment you soon about your question
Best regards
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
Hi Alex
Could You please send us a runnable sample that showing the issue that you comment
Thanks and regards
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.
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)
Hi Alex,
the broken download link has been fixed.
Best regards
Frank
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
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.”
You don’t populate the data set. One way is to add Load event handler and call dataAdapter.Fill(dataSet).
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
Data doesn’t load in design mode. Send the sample app and the code you use to fill the data set.
