Change the object of a page
Hi,We have a manager who is responsible for updating the employee-file in our company. The unique key of the employee-entity is the emailadress.When our manager wants to create a new employee, an empty...
View ArticleWeb service timeout - how it works?
Hi! Does anyone know how timeout on WS work? We have web service call, and on this call we setup timeout for 90s. We call to WS, on that WS there is complex logic, queues... and we can get response...
View ArticleWhat is test criteria for Mendix platform and extended?
I may understand that a test criteria for community modules is nothing or a little.However, what are test criteria for Mendix platform and extended?Mendix document says that these modules are...
View ArticleMx 7 convert long to MendixIdentifier.
What i would like to do is retrieve an object based on its entity(type) and on a long value. How can i convert the provided long value to a MxIdentifier, so that i can use the Core.retrieveId?
View ArticleWho is taking care of Community-support modules which are not well-maintained?
Like one at https://appstore.home.mendix.com/link/app/429/Erwin-'t-Hoen/Flat-&-delimited-file-import, who is taking care of Community-support modules which are not well-maintained?Who is the...
View ArticleMobile Quick Starter App location
Hi, Mendix 7.2 was released today and it makes mobile app development easier. Hurray:)This blog points to a mobile quick starter app, which is a sample app for online and offline use cases.Does anybody...
View ArticleBackground image Error
Hi all,In my mobile app , Iam trying to add background image for all pages.I have tried adding this in one of my page css stylebackground: url(images/bg.png) no-repeat;Error:404 - file not found for...
View ArticleMendix app development for windows phone
We are trying to develop the apps for Windows 10 using mendix 7 Since the Mendix 7 has stopped support for windows phone we are trying to customize the package to support the same. We have added these...
View ArticleAutoCompleteForMendix Widgets
Hello Everyone,I am using AutocompleteForMendix Widgets in my app, but I am facing some configuration problem. I had already used the documentation .https://appstore.home.mendix.com/index3.htmlCan...
View ArticleProblem in starting the mendix Runtime Launcher
Hi all,I have deployed my application to eclipse,whenever I try to debug the app its throwing the following error;Mendix Runtime launcher failed to start. [rtlauncher:main$] ERROR Invalid path...
View ArticleMendix 5 application working in IE11 but not working in IE8
We have migrated our application from Mendix 4.4 to Mendix 5.21.5.The application works fine in IE 11 but not in IE8. It works fine in Google chrome.In IE 8, after putting the username password in the...
View ArticleAn error has occurred while handling the request.
Hi ,while trying to add new user into one of the created group so it is showing :-"An error has occurred while handling the request." error message, but it was very normal activity to add any user into...
View ArticleExperiences with using multiple languages in projects
Hello fellow Mendix devs!I would love to hear some experiences and workflows from you guys when working with multiple languages in your project. The reason I ask this is to see if we could improve on...
View ArticleRun locally java error.
Hello everyone,When I try to run my app locally, i get the following error: Buildfile: C:\Users\Frans\Desktop\Nieuwe map\deployment\build_core.xmlcompile: [javac] Compiling 51 source files to...
View ArticleCustom CSS overridden by theme
I've been trying to edit the CSS by using the one I made for another app but I couldn't figure out where to place it for it to get used. I've added the code to Mendix\PROJECT\theme\styles\css\custom in...
View ArticleWidget update method and conditional visibility
Hello,we have recently converted our application from Mx 6.9.1 to Mx 7.0.2, and we have experienced problems in some pages where a customized widget was contained into containers with conditional...
View ArticleResizing of base64 images in rich text when used in document generation (PDF)
We are generating reports in our application with a document template that receives part of the document from a rich text input. We are using the CKEditor widget to capture the rich text. Sometimes,...
View ArticleD3 gauge widget showing error.
Hi, I implemented the D3 gauge chart in my project. I have created the GaugeWrapper non-persistent entity as mentioned in the doc and mapped the values to the chart. When I run the application I am...
View ArticleJoint the Community Expert Meeting : Widget Edition, 1st of June
There are a still a view last seats available, so join us! Get feedback on your own widget code.Community Expert Meeting : Widget EditionAs MVP widget group, we are organizing a Community Expert...
View ArticleAccessing the Many entities of a One-to-Many association in a java action...
Hello,A one to many association (Customer-Order) make's the Customer (the '1' side) the owner. In our case I associate a new Order to the Customer in a Customer maintenance screen. Before persisting, I...
View Article