Questions tagged [mendix]

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle.

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle. Mendix has an active community, please refer also to https://mxforum.mendix.com when you have a question.

86 questions
6
votes
1 answer

How to dynamically switch color themes using SASS?

I'm trying to implement switchable themes for a project, it's a Mendix project, but let's suppose it's a website. There are many different pages, and different elements on each page. All styles for them are written in SASS. The pages and elements…
Rumata
  • 1,027
  • 3
  • 16
  • 47
5
votes
1 answer

Caching and AOP in Mendix: is there a uniform or standardized approach for server-side caching within a Mendix application?

Using the Mendix Business Modeler to build web-applications is fundamentally different than developing web-applications using technologies like Java/Spring/JSF. But, I'm going to try to compare the two for the sake of this question: In a Java/Spring…
emerys
  • 66
  • 5
3
votes
1 answer

Data-view is not updating when entity is updated in Mendix

Question is: How to show data in data-view in such a way that if entity is updated some how dataview is updated too. This is my Entity named latestReading. Here is my page LatestReading that show latest readings. It contains three data views. This…
Al Fahad
  • 2,378
  • 5
  • 28
  • 37
2
votes
0 answers

How to fix error when rollup cannot resolve dependency

I am creating a pluggable widget in React, to be used in a Mendix application, that makes use of the ketcher-react package. With just the basics in place (see code below), when I want to build using npm run build, I get the following error: Error:…
MWB
  • 1,830
  • 1
  • 17
  • 38
2
votes
1 answer

Mendix: enabling debugger in docker container

we use Mendix for some of our custom-apps; we are getting ready to migrate from m2ee-tools to docker deplyments of on-premise systems. This is because Mendix drops support for m2ee-tools beginning with Centos/RHEL 8, and the latest supported…
2
votes
2 answers

What type of database is used in mendix?

Mendix is a low code development platform. I want to know which type of relational database does it uses?
2
votes
3 answers

How to insert initial data into Mendix Database?

I am just starting developing an app in Mendix. I have created the domain model, and now I need to import some initial data, but all I've managed to find in the documentation is how to insert it manually. Is there a way to do this?
Ana Svitlica
  • 443
  • 2
  • 13
2
votes
1 answer

Trying to trigger Enter programmatically in Mendix with a JavaScript Snippet Widget

I have a DataGrid with a search function and I want the Website to automatically refresh the grid with every key pressed in the search bar, just like modern search engines do. Imagine it like Pressing enter after every key pressed, or clicking on…
2
votes
1 answer

What does find list operation return if not found?

I am using the "Find" list operation in Mendix and I would like to know what it returns if the item is not found. I could not find anything on the mendix site.
user11437623
2
votes
1 answer

How to declare a global variable in mendix?

I want to declare a variable whose value can be displayed anywhere in app (on any page) and can be modified from any micro flow. how can we do that??
Al Fahad
  • 2,378
  • 5
  • 28
  • 37
2
votes
1 answer

Mendix setup problem - suggested code not working

I'm dipping my toe into Mendix Typescript SDK and followed the instructions on https://docs.mendix.com/apidocs-mxsdk/mxsdk/setting-up-your-development-environment. I then followed…
xavierz
  • 335
  • 1
  • 11
2
votes
1 answer

XSD getting error: 'Any' element not supported

I am importing an xsd into Mendix to setup a Web Service that will import a XML file that will have an embedded pdf file in it. When I try to add the XSD to Mendix it gives me an error Type of element…
2
votes
0 answers

24H Dateformat Not working

I got something that is completely doing my head in. In the fullcalendar (mendix) widget I'm trying to show a 24H format. Whatever I try... It's just not working. I've filled in the custom date format, H:(mm) but it just doesn't work! What I'm…
JVGBI
  • 565
  • 1
  • 8
  • 26
1
vote
0 answers

iOS Safari App putting URL at the bottom of printed Label

To start, im just the IT guy, not the coder. Just trying to figure out how to fix this is all, or get recommendations to pass along. Currently, I am having an issue with a kiosk mode iPad (created within Intune) where it prints the URL and page…
Unleaver
  • 59
  • 6
1
vote
0 answers

Specifying URL content path of image with SCSS

I'm trying to implement some custom SCSS to a Mendix App that i'm building. I've added the following into .scss file as suggested by a Mendix community post. .mx-name-tabPage1::before{ content:url(..img/icon_details.png); } However, the icon…
Tim Pickup
  • 123
  • 7
1
2 3 4 5 6