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
1
vote
1 answer

How to override a function with another function and then itself

There is an iFrame with buttons inside that I cannot change directly. The requirement is to use this specific iFrame. Inside this iFrame, there have many buttons with the same classname that the user can click to navigate to another page. Outside…
1
vote
1 answer

cypress testing of mendix app - unable to find mxui.js, theme.compiled.css files

I am trying to test a mendix app with cypress. On trying to load the index file, I get the following in both the mendix and cypress logs. 404 - file not found for file: index.html/theme.compiled.css 404 - file not found for file:…
John
  • 1,593
  • 3
  • 17
  • 28
1
vote
1 answer

How to retrieve all event informations about events for a specific room in microsoft outlook calendar?

I am building an app which lets users book a room and create an event in their calendar and the rooms calendar. I am trying to retrieve event information of scheduled events for specific rooms in our outlook room list with microsoft graph api so…
1
vote
1 answer

Trigger scroll to roll down to bottom automatically in Mendix Native Mobile App

I’m working on a Native Mobile App, which is being built inside the Mendix Platform. And I'm trying to figure out how to trigger a scroll-to-bottom behavior automatically. My situation is: I have a form with a lot of fields, and some with…
Rafaelius
  • 45
  • 4
1
vote
1 answer

why does using url cause problems in Mendix?

so i have this error in mendix when I am trying to use "get" to get the address information by inserting the post code and the house number to some API (the url is working alone but not working when i use it in Get in Mendix) enter image description…
1
vote
0 answers

Mendix custom CSS to place paging buttons at bottom of template grid wipes popup when clicking to first or last page

I'm not sure who here is familiar with using custom CSS styling within the Mendix Low-Code Development platform, but I'm running low on ideas so I figured it was worth the shot. So for the app we’re working on, one of the things we have is a popup…
MigMag2410
  • 11
  • 1
1
vote
0 answers

Need to Customize PhoneGap Build for Andriod ver. 6 & 7

We are facing issue in Phone Gap app as below, Default app is supporting Android 8, 9 & 10 but we require to install .APK file in Android version 6 & 7. While generating the build, we tried to customize the version of Phone Gap CLI to 6.5.0 in…
Rajeshpkt
  • 11
  • 1
1
vote
1 answer

How to show two Pie Charts on the same Mendix page?

I'm working on a Mendix app, and I need to display two or more Pie Charts on the page. The problem is, that in Mendix I can pass only one entity object to the page. So if I want to show multiple Pie Charts, I have to create a "Wrapper" entity,…
Rumata
  • 1,027
  • 3
  • 16
  • 47
1
vote
1 answer

Mendix iFrame - Page not found

I have created multiple custom .html pages and placed them in /themes in my project. To use these custom pages in my project, I am using iFrame widget, which is placed in a dataview and all the settings are done correctly as I have used this widget…
Abdullah
  • 45
  • 6
1
vote
1 answer

How to include resources in a Mendix Pluggable Widget?

We have an application and we’d like to create a Mendix custom widget to replicate one of it’s functionalities. At first I managed to do it by following a tutorial using dojo and no React, copying all the required JS files (2000+ files) into a lib…
cs.kali
  • 198
  • 12
1
vote
1 answer

How to import a widget package in Mendix?

I want to add Microflow Timer in my application. When I click download button, widget was not placed in my app project structure as it was mentioned in the official documentation here.. Then I paced that in widget folder of my app by following this…
Al Fahad
  • 2,378
  • 5
  • 28
  • 37
1
vote
1 answer

Mendix Error Handling for Custom Error

I am doing a Mendix training right now. And I have been bugged by a question in the knowledge check for Error Handling part. The question is below What happens if the same microflows are used, but the error handling on the main microflow is Custom…
guradio
  • 15,524
  • 4
  • 36
  • 57
1
vote
1 answer

iFrame block not showing up in the iPhone

I have a hybrid mobile app in Mendix. In one page of the app, I am displaying some data with text and also video or website URL embedded.