Hard Coding in Native App
Hey hey party people, I wasn’t sure where to put this, I guess it’s mainly a bug I stumbled on rather than a question, but I wanted to get some form of documentation out there for it so if other people...
View Articlepublish Mendix mobil apps
Hi beside publishing a Mendix Mobil app to Apple or Google app store. do we have a connectivity to device management platforms like MobilIron for automatic deployment of apps to the devices?...
View ArticleHow to convert an image taken from camera to base64 in native app (nanoflow)?
Hi, In a Mx native app we take a picture and want to convert it to a base64 value to use it in an Api call in a Javascript code. 1 – What is the simplest way to achieve this at the moment (i read that...
View ArticleDynamic Xpath
Hi there, I was wondering if there is a way to build and submit a dynamic xpath or a way to use an xpath constraint against a list of objects. I am trying to use a multiselect for a field called type...
View Articleconvert System.Image into blob
How to convert System.Image into blob in mendix native application. Functionality is, to convert the picture taken from mobile device and pass the picture has blob content to js action to other third...
View ArticleIs there a Mendix Studio App for Mac OSx or Linux?
I am admittedly a reluctant Windows developer, and would prefer to develop in all 3 environments, but it seems as though there is only the studio developer app for Windows. Would that be a correct...
View ArticleUpdating Maps widget
Hi all, How do you keep updating the position of the marker as you receive new coordinates, rather than showing multiple markers? Thanks
View ArticleDownload File Repeats itself?
Hi – I have a Download File Java action, and it keeps repeating itself … I’m not using a loop. Any ideas? I’ve debugged, but the debugger doesn’t show why the Download File box keeps repeating; I do...
View ArticleDocument Template - Modify File Name?
Hi – I am using the delivered Document Template and the “Generate Document” action in a MF to generate a PDF. Is there any way I can control the name of the PDF? I didn’t see where I could ...
View ArticleCopy password
The UserManagement.Account object has previously been specialized in the project I'm working on. We want to undo that specialization, but just deleting the specialized object also deletes the values...
View ArticleOQL to CSV Java Action - Download File MF Generating Error?
Hi – I am using the OQL to CSV Java action in a Microflow. Should I expect to see a download happen automatically after this Java action? I didn’t, so I included a “Retrieve” and “Download” action...
View ArticleMergePDF Java Action - Limit 10 PDF Files?
Hi – I’m using the Java community action to merge PDF files … Is there any way around the limit of 10 files to merge? That is the error I’m getting in my log
View ArticleMail Merge Options
Hi – what are the best options to use if I want to do a mail merge from Mendix? Similar to Microsoft Word’s delivered mail merge?
View Articleshow page after logout
I have two login page, I am going to the second one with a deeplink. When a user using the second one, I tag that user with an attribute set to true. But when I log out, I have no way to redirect the...
View ArticleExcel Importer errors in Eclipse
I deployed my project to eclipse but I am not able to run it because of errors in the java source code imported with the Excel Importer. Any idea where those errors come from? I am suring JDK 11.5...
View ArticleHow to implement multiple Pie Charts on the same page?
Hello, I need to have multiple Pie Charts on the same page (and edit values for each pie chart individually). What should be my approach? This tutorial allows me to implement exactly what I need but...
View Articlehovertemplate in HeatMap
Hi Experts, Regarding HeatMap MouseOver (tooltip): HeatMap shows value of x,y and z on mouse over by default, Also additionally it shows text information if we add data configuration for same. But in...
View ArticleWhy the Pie Charts are empty (but Data Grid widgets show data)?
Hello, I’m trying to display 2 pie charts on one page, and I want to be able to set values for both of them separately. It works perfectly with Data Grids, but for some reason, the Pie Charts remain...
View Article