Type parameters in Java actions
When making a java action, using a type parameter makes the java better suited to being exported for use in other projects.Type parameters come in as:private IMendixObject source;Whereas an object...
View ArticleWhere has the search box gone?
I appreciate that the new forum may be easier to use, but it really needs the search box to be at all usable.
View ArticleAzure m2ee application will not start
Error message reads:"ERROR: Executing start did not succeed: result: 11, message: Security level should be set to CHECKEVERYTHING in order to run in acceptance or production environment"The application...
View ArticleHow do I write to a file Line by Line in a Mendix Java Action
I have a large file that needs to be created.The sum of all the data in the file means that extracting all the data in one go holding it in memory then creating the output stream of all data is not...
View ArticleFailed to deploy application after changing default time zone
Hi there,I've changed my default time zone from none to GMT+01:00 Amsterdam. My application is working fine locally but when I try to deploy it to acceptance I am getting the following error: 16:17:39...
View ArticleWhite empty screen when app is running
Hey everyone, In the past I had a app running on 7.4.0 Modeler and Runtime and it worked fine. I updated the app to 7.6.0 and also downloaded the 7.6.0 Runtime. I made a deployment package and unpacked...
View ArticleForum Search as widget/module?
Is the new fancy forum search available as widget and/or module?
View ArticleCustom application unavailable page
When a Mendix app is stopped, and you browse to the url, you see the default mendix application unavailable page, with monsters hanging off servers.Does anyone know whether it is possible to replace...
View ArticleExcel importer not working in 7.5.1?
Hi, just imported the latest Excel importer from the appstore in my 7.5.1 app. Did clean my deployment directory... I get a java compile error: Buildfile: C:\Users\spl\Documents\Mendix\Schedule...
View ArticleField tabbing is not working as expected in Mendix 7.4.
After upgrading Mendix version from 6.9 to latest version 7.4, we observed that "Tab" key on keyboard is not taking user to next field. Our analysis - Assume that we have a Dataview (DW1), ListView...
View ArticleCustom offline.html not working
So, I followed the instructions in this blog post, created an error_page directory under my theme directory, placed offline.html file in there with some basic html, along with a style.css (included in...
View ArticleXPATH Query limited number of records.
How do I write an XPATH query in Java to only return the first n number of records that meet the rest of the XPATH query?
View ArticleStylizing Custom Dojo/Dijit Widget with Atlas Theme.
Hi,How can I stylize a my new custom Dojo/Dijit widget with Atlas theme? Thanks
View ArticleWhere is the session time offset stored?
I am working on a project that is used in different timezones. I need to do some calculations on a localized DateTime attribute and store the result into a non localized one.When I am doing my...
View ArticleIssues with Bootstrap Datepicker
After installing the widget Bootstrap Datepicker via the app store, and using it in one of my input forms, I get the error below when opening the app in the browser:404 - file not found for file:...
View ArticleAPM - get detailed performance measurements for scheduled event
While using APM I see in the Statistics tool a scheduled microflow taking more time than exepcted.How can I get detailed performance statistics like with the Performance Tool for this scheduled...
View ArticleProgress bar not closing in MX 7.5.1
Hello,We have a progress bar that doesn't close after the microflow has finnished. I have tried all differetn combinations for blocking/non-blocking and synchronos/asynchronos. . Anyone else have this...
View ArticleIs it possible to have a user assigned to a Mendix Project that is only able...
I have a use case where I want some developers on my team to only be able to view the project, not be able to commit changes. Is there a way to do this?
View ArticleAccessing Mendix Widgets from A Custom Widget.
Hi,When I create a new custom Mendix widget (dojo/dijit based), is it possible to access Mendix widgets through code? to add them to the custom widget template, handle their events...etc. If yes,...
View Article