iTunes connect and windows
Has anybody found a workaround if you do not have a mac and want to upload your builds in iTunes connect? From Google I learn that I can use some paid services to convert the .ipa to a build package,...
View ArticleClose page and show new page through mx.data.action() microflow call
I have the following piece of JavaScript in a custom widget: console.log('My origin is: ' +this.originPage.path); console.log('My origin is: ' +this.originPage); mx.data.action({ params: { actionname:...
View ArticleBest practices calculated attributes
I have a simple example where I want to show the age of an Employee.I can easily add a calculated attribute to the Employee entity and let a microflow determine the age, but I understood this microflow...
View ArticleDirty State Settings in Mx6
This article talks about the new dirty state settings in Mx6 and also references a Project Settings to put it back to the way it worked in Mx5. That setting is marked as a ToDo in the article. Does...
View ArticleDocument Templates Custom Font
Hello,I am trying to use a custom font within my document template (which I've configured following the steps in this documentation). 1. The font looks to be printed correctly but for some reason the...
View ArticleMunin installation
Dear forum (CloudOps/Munin expert),We have tried to install Munin following this manual, but still not success. Does anyone has experience with Munin and Mendix or see this kind of error before?Any...
View ArticleError "Mendix Cloud is already deploying this app" How to resove
When I try to deploy my project to the cloud I get the Error "The Mendix Cloud is already deploying this app. Please wait for the current deployment to finish before attempting a new one" Please help...
View ArticleAdd spinner to phonegap camera widget
Hi, the phonegap camera widget allows you to create a picture on your mobile device. Then when the picture is taken and confirmed, it does take a couple of seconds to go back to the mendix page where...
View Articlehow to retrieve only searched objects and assign it to newObject
Hi, i am working on google maps integration in which i have to search by location. so the resulted locations should show in maps. i am unable to do this i added google maps widget, and it is...
View ArticleImporting data from csv file - dynamically creating objects from the column...
Hi all, We are working on importing data using the flat & delimited import module from the appstore. We are currently importing the content in this way: Variable Type, Variable name, Variable...
View ArticleEmail tokens - multiple lines
Hi All,I'm using the email module successfully to send emails, and have got my head around tokens and reflection.However, ideally I wish to be able to iterate over a list to generate multiple lines in...
View ArticleApp monitoring
Is it possible to monitor the performance/quality of the app without using the Add on? Any API calls or any other way to find out the information on this?CheersKavitha.
View Article$CurrentDeviceType does not recognize a tablet with Windows 10 running in...
Dear community,The project must support both Desktop and Tablet users. For some functionalities there are differences between the desktop and tablet users to improve usability (swiping vs paging). The...
View ArticleHow to create login permissions for users to login in mobile using dashboard
Hi, I want to implement simple app which have 5 users. I want to make them to have their won credentials to log in. And also please give me idea how to create login page and verifying the login...
View ArticleHow to create an Inventory database with "Number of Items increment"
HiI am trying to build a database for my project wich has an Inventory. The inventory database has categories. That I managed to do by using a seperate entity to store category values. But what I dont...
View Articleconnection error
Hello,We are seeing the sessions are not getting logged off even after 2-3 days of inactivity and the logs contain the below message. We are also intermittently seeing connection errors while accessing...
View ArticleAccess denied to property message
After a conversion from Mx4 to Mx6 I sometimes get suddenly the error below in firebug. In the modeler I get the standard messageFrom firebug I see this error below in my console, but that does not...
View ArticleCan't scroll with Javascript
Hey all,We have a page setup with a 4 step wizard; each step acts like its own page but everything is all on one page. When the user goes to the next step, the page doesn't refresh, so the scroll stays...
View ArticleHow to display a scroll bar for text field to select list of items reserved...
Hi, I am working on simple registration form in which, one of text field I made for week when I start editing that field it should show only manday to Sunday to select from that. I only need to...
View ArticleSelected enumeration value for the Enum Slider
I want to use the Enum Slider from the App Store for selecting different Enumeration values and use the selected value in a Micro flow. I want to update the selected value in a configuration Entity...
View Article