Is it possible to dynamically control a grid's offset? If not, would this be...
Here is the use case. From a grid with master records, it is possible to work on some child records. Working on these child records, require the object with the grid on it to be refreshed. Users now...
View ArticleWho will win the next edition of MxHacks in London?
Hi all, On July 2nd we're hosting MxHacks in London, your chance to build an innovative solution in an 8-hour hackathon. What: A challenge to learn new technologies, build cool stuff and pitch your...
View Articledynamically styling datagrid cells with cssselectorhelper widget
Hi, can anyone help me with implementing css styling so that the background color of a cell is dependent on the contents of a datagrid cell using cssselectorhelper widget? I’ve defined the new class in...
View ArticleCopy Cloud Data to Development
Hello I would like to take a backup of our data in the Cloud (in PostgreSQL database) and load it into our development environment which is using the in-built hsql database. Is it possible to do this...
View ArticleRequested route ('.....-sandbox.mxapps.io') does not exist.
Pressing View Mendix Studio Pro 8.0.0 I get this error
View ArticleBuild multiple Apps with Adobe Phonegap
Hi, I have created my first apk with Adobe Phonegap and used my free Adobe ID. All fine. But now I want to create an apk for a next project and it appears I can have only one app that free account....
View ArticleSpiderchart with static scale
I am trying to configure a scatterpolar chart widget to use a static yScale. The scale is now adapting to the minimum and maximum value of the data. But I would like to use a static scale from 0 to 5....
View ArticleProperly Line Up ListView Header and Objects with/without CSS?
Hey guys, I’ve developed a few list views now and they always seem to end up a little… off. Even when I try and apply some in-line CSS I can’t quite get it right. I know Mendix utilizes Bootstrap as...
View ArticleMendix - kafka Integration
Hi, How can I produce a message from Mendix and send that message to Kafka? . I do see Kafka Module and Kafka Connector in app store. But I would like to know the steps for Mendix & kakfa...
View ArticleAdd css class to data grid rows using JQuery on click event within a custom...
I have the following JQuery within a custom HTMLSnippet Widget: $(".table tr").click(function(){ $(this).toggleClass("highlight"); }); It is supposed to apply this class to the data grid table rows...
View ArticleA simple custom log-in page
I know this question has appeared umpteen number of times in the forum. But here it is, yet again. Can anyone please help me in understanding how to build a simple log-in page, wherein I am not using...
View ArticleisSynced in visibility condition
We have an icon in our overview page with a conditional visibility on isSynced($currentObject). It should be false. The icon should only show for items that are not yet synced. When we create and save...
View ArticleHelp needed interpreting a logged error message!! - Caused by:...
Hi guys, Can you please help me understand this error message and what might cause it? I was assuming this is caused by a scheduled event that creates a lot of objects, but can’t really pinpoint it to...
View ArticleBad device token error when using Push notifications module for iOS
I have built a hybrid iOS app using phone gap build. Signed the app with production push certificate according to Mendix push notifications setup documentation for iOS. After installing app from App...
View Articlehow to reference an attribute accross two entities
Hi, Consider my domain: I have an object that I need to change the attribute CaloriesBurned using the formula below: How do I get to the CaloriesPerUnit attribute? Please advise, Daniel
View ArticleThe free app url has the word 'sandbox'
Forgive me for asking this, but i was using mendix a longtime ago. But again i started recently. I noticed that the free app cloud url has the word 'SANDBOX'. Formaly there was no word like that. Is...
View ArticleMobile offline - how to retrieve UserRole?
Hello. We are planning to build an offline mobile application, comparing to online it have multiple limitations. 1)How to determine or retrieve user role for current user? 2)How to determine and...
View ArticleMobile offline - downloading or sharing System.FileDocument
Hello. We are planning to build an offline mobile application, comparing to online it have multiple limitations. Download and upload functionality in Offline mobile apps are disabled. But, maybe some...
View ArticleStrange things are happening here..
Hi fellow Mendix enthousiasts, When uploading an invoice within the app, the process continues as normal. But then, when you upload a second invoice, I get this error (see stack trace below). It won't...
View ArticleFilter options for a reference selector
Hi all, I want to filter the options for the reference selector "Artikelnummer” based on the “Leveranciersnaam”. I only want to show the articles from the selected supplier. Is there a way to make...
View Article