How to export/import from specializations
I have a module based on the Questionnaire module from the App Store and I would like to be able to export questionnaire configurations from one server to another. I have looked at the export/import...
View ArticleOption to make database on the Mendix cloud case insensitive?
Hi,Quite often I wish the Postgres database on a Cloud node would be case insensitive, this is due to data that I want to synchronize from Excel sheets for example.I have read a little about it...
View ArticleHow to create a sketch with clickable sections in mendix?
Hi all,For our project we were asked to make a clickable sketch which is configurable for the user. So what does it mean: 1. The user should be able to create boxes, circles, tiangles etc. and make...
View ArticleImage quality using PhoneGap Camera widget
Hello,I am creating a hybrid mobile app that uses the phone gap camera widget to capture an image. The problem I am experiencing is that the images taken using the widget are not clear and legible when...
View ArticleAccess caption in enumeration
Hi all,is there a way to access caption of enumeration with a microflow?Guess it would work with a java action...
View ArticlePopups shrink with IPad keyboard
I have an issue that appears when viewing the site from an IPad. Popup windows shrink to make room for the soft keyboard, but then don't go back to their original size after the keyboard is...
View ArticleSVN Error downloading update from teamserver
While trying to get the latest version of a project from the team server the following error occurs:SharpSvn.SvnRepositoryIOException: REPORT of '/51f0e702-e9d8-451b-93ed-24b51eb7e89a/!svn/me': Could...
View ArticleHow to delete a file from an entity which is having System.FileDocument...
Hi All,I have created an entity which is having System.FileDocument generalization and having some other attributes in the entity. In a list view I am showing all editable fields of this entity and...
View ArticleReCAPTCHA - Post-Verification Microflow
Hi All,I'm trying to implement the reCAPTCHA widget from INCENTRO but running into two issues... Firstly, after getting the widget to display, the users ticks the 'I'm not a robot' box but nothing...
View ArticleData Grid Extension Issue
I am working on Mendix 6.5 version. when i am using Data Grid Extension and view the application in browser, It shows me the blank page in place of login Page. Is it a bug .? Could anyone suggest me...
View ArticleFile manager upload issue with IE9 - Mendix 6.2.1
Hi All,Has anybody came across and was able to resolve an issue with the file manager in IE9. I have the file manager in file upload only mode in a data view with a “Document” entity that is a...
View ArticleHow to hide empty list view if you can't do it with a attribute in object...
Hi guys,As you may know, list view is giving ugly empty row (no resuls fount or something in it) if it has no results in it.I am wondering what you guys do to hide this row in a case where you can't...
View ArticleWhat is MxClientSystem and mxui.css and how to change this?
Hi,in order to change the class mx-listview-empty i found in console of the browser that the class is in mxui.cs of mxclientsystem.What is this mxclientsystem, how is the inside ui generated and how...
View ArticleEditable objects of datagrid by microflow
I have a datagrid who receives his inpunt from a microflow. But due to this microflow I am not able to change any attribute. How to solve this?
View ArticleCustom css is not processed by browser (local)
HiI made several changes in the custom css see in local project folder and saved it.after I deploy again and run locally..i see that the browser still uses the unchanged custom.css...without my...
View ArticleTypeerror Cannot read property Contextable of undefined
I just upgraded to Modeler 6.4.1. When I try to run my app locally I get a blank page.Inspecting the page shows:mxui.js:21 TypeError: Cannot read property 'Contextable' of undefined(…)4a4 @...
View ArticleHow can I import a WSDL with multiple parts?
I have a wsdl that was provided to me by a customer that has multiple parts to it, and the Mendix Developer is giving me an error that it does not support this. Are there any options?
View ArticleDefault web browser
After monitoring my application, I can view it in Internet explorer by default. But I want to view the application in google chrome. Could any one please help me in where and how to change this default...
View ArticleBootstrap Datepicker
Hi,I am using the Bootstrap Datepicker widget to set the Arrival date attribute in the Request Object and i have the following issues:I select the date and then I clear it (Using the delete button on...
View ArticleDisplaying data grid with different colors based on status
Hi, I want to display data grid rows with different colors based on status ( Pending, rejected ,success). Entity is having status attribute with ENUM type. for exp: I want to highlight yellow color to...
View Article