Security protocol used in hybrid app
Hello, I had a question about the security protocol that is used to transfer data to and from the hybrid app. I believe it is the same used in our Mendix application. Can anyone let me know if it is...
View Articleuploading 20 images
I want to upload 20 images and after selecting the right one, use it in a pdf. At this moment I can upload only 1 image. When I rerun the process and upload another image, the first image is gone....
View ArticleIs there a way to dynamically call a microflow
I would like to be able to call a microflow based on a list value selected during a loop iteration on a list in a microflow or from a variable passed into the microflow. Is this possible? I have...
View ArticleRequest: PhoneGap Cordova Package in GitHub
Hi, Currently if you want to use the PhoneGap package for your Mendix application you have to download this via the Sprinter. However we want to see what changes have happened to this package....
View ArticleCompany 'App Store' or library to share 'standard' modules...
Does one of you know if and how we can create a company App Store or library to share apps and modules within our company. This because not every app or module is shareable with our whole community.Thanks
View ArticlePhonegap SAML2 Request not working
As mentioned in an earlier question, I'm working on integrating SAML2 SSO into an hybrid app. The redirect is working with this piece of code:cordova.InAppBrowser.open(mx.appUrl + "SSO/", "_blank",...
View ArticleDynamic CSS attribute value
I have a data view with an image on it and i need to rotate the image based on an attribute value in my domain model. I tried a search online but can't find anything on how to do this.Any ideas how to...
View ArticleCompilation of Java Actions Failed
**GreetingsI have been running my project locally but today when I tried to run it again, it gave me a Java Compilation Error. I have cleaned my Deployment Directory but and downloaded the Community...
View ArticleLink Button Email and Text in phonegap
We created a mobile app with three link buttons configured for Email, Text messages and Phone calls. When you click on them the related Email, Text or Call app on your mobile device appears as...
View ArticleSAML module not starting up completely
We are using version 1.5 of the SAML 2.0 module in our app, which is on Mendix version 6.8.1. We have an issue with the SSO startup process. The module initially loads with no errors on the console or...
View ArticlePhonegap camera widget is not saving images without using auto save
Using the Phonegap camera widget, I used to be able to capture my photo and use a custom save button to commit my image. When I upgraded my project to the 6.8.1 version and updated the Phonegap camera...
View ArticleIssue with Modeler 6.9. - Error on Click of any item
We have upgraded to the 6.9 platofrm from the 6.6 platform. We have made necessary updates and have had no major issues locally. When we deployed to our upgrade environment and began to test the UI we...
View ArticleHow to set the focus to a same widget in case a custom validation error fails?
Hello Everyone,I am creating a time report app. One time report can have multiple time report lines in order to capture the hours for all days in a week (list view and table containers) . In the on...
View ArticleJava Compiler error during compiling or committing
Who receives during compiling or committing a Java Compiler error? This is the first time that I see this error message and since I've added no new or strange things to my project does this seems a bit...
View ArticleHow do I persist data to multiple entities on one page?
I am attempting to collect data to be mapped to XML, and in doing so will need multiple entities. I'd like to collect data on one page but am having an issue using more than one data view (for input...
View ArticleMapping attributes from one entity to another?
I want to be able to collect user-input data in one master entity, and then split up the elements that have been captured into other entities. Is this possible?For example: Entity 1 has attributes of...
View ArticleDropdown with a microflow data source
I have a situation where I want a drop down to be filled by a microflow (calling a web service getting a list of customers). When I select a customer from the drop down I would like to execute an on...
View ArticleRun Microflow from HTMLSnippet
We are setting up a notification center module, and the display page has a list view to display notifications the user has, and a data view that listens to the list view, to load the full notification...
View ArticleRegular Expression
Hi,I have the below regular expression used in one of the java actions to check the password strength. Can somone tell me what this translates to?public static final Pattern pattern =...
View Article6.9 Deployment error
When deploying a new 6.9 project i'm getting the following error. Does anyone know what could cause this to happen? Building project... Executing step 'Synchronize with file system' * Synchronizing...
View Article