Update client display between microflow start and end.
The JavaScript client only seems to update at the end of a microflow. I want to update the gui within the microflow. This is for a progressbar widget. I have tried threaded calls to submicroflows with...
View ArticleWhich richtext editor / viewer to use for Mendix 6.6.0
Which richtext editor / viewer should I use for Mendix 6.6.0 ? The CKeditor/viewer script is loading but not working....
View ArticleSelect records based on current date
Hi,I have an entity with an attribute 'Date'.Now I want to display all records in a data grid with 'Date' equal or greater than today. So I selected database as data source, selected the attribute...
View ArticleMulti-threaded microflows?
Are microflows within Mendix multi-threaded?For instance could a single microflow ever cause the CPU usage to spike over a single core?
View ArticleProblem with adding font-awesome to app
Hi guysI want to add fontawesome to our app, like described here: https://mxforum.mendix.com/questions/18142/Adding-glypicons-to-Mendix-Modeler.What I did was:1 - downloaded v.4.6.3 and copied the font...
View Articlecalling an mx.data object
Hi, I want to use mx.data object as well as java script in my application. can any one suggest me how too implement mx.data in mendix.
View ArticleIn what cases would a one-to-one relationship necessary improve performance?
I have a simple object with only a few fields, but it comes a long with a lot of metadata attributes (appr. 20). Those attributes will not be used very often. Would it make sense to separate these and...
View ArticleCall Rest Service - supported representations
I am trying to consume a REST service which returns an image, but this results in an error. I have configured the Call REST Service action to store the response in a string: since I don't get a JSON...
View ArticleHow to retrieve a random element of a list?
Hi All, I am looking for a way to retrieve a random name from a list of names. Is this possible? Can I do this by using microflows only?
View ArticleConcurrentModificationException
I get a ConcurrentModificationException in the log. It happens when importing master data (each object becomes a webservice call, so many calls in a short period of time). It happens approximately once...
View ArticleEnableKeepAlive not working
We are running 3 on premise servers with load balancing. I have added EnableKeepAlive: true in yaml files under mxruntime, but users are still complaining they are being logged out. Is there something...
View ArticleHow to get the CPU Time consumed and Allocated Bytes for a thread in Mendix.
I want to know how much CPU Time & Memory usage (Allocated Bytes) is being utilized at a particular event in my application. I tried to create Java classes and invoke them during my event call in...
View Articleautosave documents
Is there a way to implement autosave on documents so that a document is periodically saved automatically while a user has the doc open?Thanks, Tracy
View ArticleSending attachments in email from sandbox app
I have build an application which uses the email widget tot sent mail with a PDF as attachment to a list of mail adresses, In local deployment this works but when I deploy the application to the...
View ArticleDynamically open different module pages
HelloI'm currently building a type of app store where each app will be built as a different module. All the details regarding apps are held in one entity including the name of the home page for that...
View ArticleSAML Module - Loader Constraint Violation
I have the SAML module installed in an existing app. Invoking the Startup microflow in this module, I get a hard error in the console and see the following stack trace:java.lang.LinkageError: loader...
View ArticleAdding a snippet in home page showing an error in mendix 6.6.0
Hi friends,I created a snippet with the microflow it won't show me an error and when i attaching it in a home page it was showing an error 'The snippet expect an entity and should be used in the...
View ArticleJavaScript get GUID of dataview
I know you can use dijit.byNode(dojo.query(".mx-name-grid1")[0])._dataSource._pageObjs; to get at the guids of the objects in a datagrid. How can you do the same for a dataview?Thankyou very much
View ArticleTablet Datepicker
Is there any datepicker widget that works for tablets? The standard datepicker requires double tapping which is less than ideal. The bootstrap datepicker does not seem to work correctly (does not save...
View ArticleHow to activate an on change microflow during typing
Hi all,I was wondering whether anyone has experience with the following and could help me with it. I have placed an on change microflow at an editable field. It triggers the on change flow by clicking...
View Article