Mendix: How to connect to built in hsql database from dbeaver
- Hank
- 29 Aug, 2023
By default, Mendix project is using HSQL as the database.If you want to check the db tables and data, you can simply do this:- start the
Read MoreFixing the Close Action for a Modal popup in Mendix
- Hank
- 01 Aug, 2023
Our tester engineer recently reported an issue where in a Mendix app, it takes more than 3 seconds to close a popup after clicking the close
Read MoreMendix: How to call Microflow in Java Action and use its return value
- Hank
- 28 Oct, 2022
After you dive into Mendix for a longer time, you would find yourself writing java code now and then. Don't worry, good news is that you don
Read MoreJavaScript :How to detect if an element is visible
- Hank
- 28 Jul, 2022
There are many ways to detect if an element is visible on page. like```javascript element.style.display !== none && element.visibility !==
Read MoreEnable HTTPS on local, even with a customizable domain
- Hank
- 14 Sep, 2021
Normally, when you're debugging your web app on local, you can access it with either `http://localhost:PORT` or `http://127.0.0.1:POST`.Th
Read More