Using a SQL "IN" operator in Mendix
Dear all, I am coding an autocorrect-functionality using the approach presented by Peter Norvig. In Python it runs only 10 words per second, hence it seems quite heavy. I would like to outsource the...
View ArticleHow do I import third party css files for a Mendix widget?
It's the same question as belowhttps://forum.mendixcloud.com/link/questions/85496 However, I get a 404 error " file not found for file: mxclientsystem/xstyle.js'' when I try to use xstyle as the...
View ArticleOn Premise security
Hi We are setting up an on premise Mendix app for the first time, we have gone through the steps on this link to configure IIShttps://docs.mendix.com/howto50/deploying-mendix-on-microsoft-windowsThe...
View Articlemultiple define error custom widget
Hi,I have 2 custom widgets. both are defining a JQuery library.with paths: 'Widget_1/lib/jquery-1.11.2.min'and 'Widget_2/lib/jquery-1.11.2.min' When I load the project I get a...
View ArticleWidget translation
Within widgets I am aware you can add strings of translateable via the xml - type="translatableString" however if I want to create a widget with a large amount of ui compontents and strings I need to...
View Articlewidget using adobe bracket
Hi All,I'm working on a widget using adobe brackets.i want to call a microflow from adobe bracket so as to perform some java action through the microflow on submit to perform some action. can any one...
View ArticleEnumeration value in Widget definition XML
I'm currently working on a widget that uses the enumeration of an object attribute. I want to match the current value on certain values, that are configured in the modeler.The widget XML allows me to...
View ArticleExecute Formulas in Excel
Hello,We want to leverage complicated calculation models we already have in Excel and use them in Mendix by "calling" them.I know there are plugins that allow me to export and import data from Excel,...
View ArticleWill a widget compile all .css files in //[src]/[widget]/widget/ui ?
Will a widget automatically compile CSS definitions in any .css files in its /widget/ui directory?Ex.: If my widget is called Glass, there is a file Glass.css packaged in the .mpk in the "ui"...
View ArticleRetrieving obj from microflow in a widget missing parameters
We customized the LoginForm widget and were busy adding a Token for the hybrid app login. To achieve this I call a microflow from the widget which generates the token and stores it server side. I also...
View ArticleLarge File storage
We are looking to develop an application that will facilitate the storage of a large amount of documentation.The application will allow users to upload documents, and these will be associated to their...
View ArticleBubble Chart in Mendix?
I would like to add a Bubble Chart to my Mendix app. See example below. Has anyone implemented something like this in a Mendix App? Any feedback or experience is welcome!
View ArticleMendix Andriod App -- Supported devices
A mendix mobile app that I built and deployed on the Android app store seems to have support for a very limited number of devices.I built the app using Modeler 6.10.0 and tried tinkering with the...
View ArticleIs there a way to create a Hybrid Desktop app like the mobile app??
Is there a method to create a hybrid desktop application just like the mobile app?? In simple terms, what I want is to build an application that will accept data from users even if there is no internet...
View ArticleXPATH is creating a WRONG SQL for Retrieve
See the xpath in a Retreive: ... and ( ($MendixCID = empty or ($MendixCID != empty and Registration.Registration_Provider_Implant/Registration.Provider/UID = $MendixCID)) or ($MendixCID =...
View ArticleUpgraded Community Commons Module now getting java compile error
I just upgraded to the latest community commons module in my project and now i'm getting a Java compile error: [javac] \\Mac\Home\Documents\Mendix\SGMS2-main\javasource\communitycommons\Misc.java:656:...
View Articlehow to update two or more Entities with a single input form?
Hi..Can any one tell me how to update two or more Entities with a single input form?I have this application where a user named supervisor inputs a form, when he purchase a tool. He would input the form...
View ArticleDeploying to Production user login
I have just deployed our App to the Production environment for the first time. Although I can login as Administrator none of the users with privilleges less than Administaror can log in. Can you think...
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 ArticleAdding a microflow button INSIDE a data grid?
I am assuming that the answer is 'no', but I will ask the question anyway.My client would like to add a microflow button INSIDE a datagrid, to each result, in a new column.Is this possible? Thanks!
View Article