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

How to remove the focus on the RichText Widget?

$
0
0
Hi, In our project we use the RichText Widget. It is used as a input field on a page which also contains a Listview. When we change something in the listview, for example deleting a row, the Page scrolls up to the .form-control of the RichText widget because the element gets ":focus”.  You will understand that this makes the page very user-unfriendly. So I want to not autmatically have focus on that RichtText widget input field. I;ve tried using the tab-index (0 and -1) but that didn't do the trick. How can I fix this in a nice way?   PS: I don't have this behaviour with any other input field on the page.

ArcGIS widget error when selecting objects

$
0
0
Hi, I have downloaded the ArcGIS Demo project, as well as copied over all setup to a new project, but I keep getting the below error when using the widget. I’ve deployed my app in this link. After deploying the app, I navigate to the page with ArcGIS widget. On selection of the first object, the map in the widget gets updated successfully. But, on selecting a different object, the widget/app throws this error. “An error occured, please contact your system administrator.” I checked the logs in the Mendix console, when running the app locally. The console shows the below error logs. I am not able to check further. Appreciate all help! ArcGIS.ArcGIS_ListenToGrid.arcGISWidget2: Error while applying context Error: ArcGIS.ArcGIS_ListenToGrid.arcGISWidget2: Error while applying context TypeError: Invalid operand to 'in': Object expected Error: ArcGIS.ArcGIS_ListenToGrid.arcGISWidget2: Error while applying context Error: ArcGIS.ArcGIS_ListenToGrid.arcGISWidget2: Error while applying context TypeError: Invalid operand to 'in': Object expected at Anonymous function (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:46:58380) at e.exports.collect (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:20:26911) at e.exports.applyContext (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:46:58283) at passContext (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:31:7710) at Anonymous function (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:52:98898) at Anonymous function (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:52:98649) at Anonymous function (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:52:249808) at Anonymous function (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:52:98557) at Anonymous function (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:52:249784) at o (http://localhost:8085/mxclientsystem/mxui/mxui.js?637001691762454103:20:26839) MyFirstModule.DashboardArcGisWidget.arcGISWidget1: Error while applying context Error: MyFirstModule.DashboardArcGisWidget.arcGISWidget1: Error while applying context TypeError: cannot use 'in' operator to search for 'unsubscribe' in '0' e.exports.applyContext/</<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:46:58386 e.exports.collect@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:20:26911 e.exports.applyContext@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:46:58283 passContext@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:31:7774 refresh/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:98905 _applyConditions/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:98675 update/</<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:249815 _applyConditions/i<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:98560 update/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:249791 o@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:20:26850 e.exports.collect@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:20:27033 e.exports.ready@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:46:58226 update@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:249763 _applyConditions@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:98586 refresh@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:98865 i@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:97839 _update/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:97905 callback@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:254046 O@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:79:25827 t.Data/this.get/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:79:31367 a@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:218318 M/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:218463 c@http://localhost:8080/mxclientsystem/mxui/mxui.js?637002669107050462:52:221434 Thanks! Paramdeep

Login page & User Registration

$
0
0
Hi, How to edit existing Mendix login page and I want to create registration page if the user is not an existing user. Any kind of suggestion is appreciable.   Thanks.

Mendix 8 Native app: Javascript Action won't fire

$
0
0
I’ve followed the advanced tutorial on creating a javascript action that searches for users in Github. Modified it to speak to a REST endpoint I have running locally in a separate Mendix app. Tested from a responsive web page within a nanoflow and it works fine, returns the expected data. When I add the action to a nanoflow in a native app the nanoflow completes but it doesn’t fire the javascript action (the nanoflow is connected to the ‘scan detected’ event of the built in barcode scanner widget. I’ve got the react debugging tools switched on and I can see the log messages from the nanoflow displayed, but none of the console.log entries in the javascript action appear – it’s like the javascript action is being completely bypassed. Any ideas?

Accessing ComPort from Mendix App

$
0
0
Can anyone point out if it would be possible to access the comport of a computer that runs a Mendix app via web-browser?   Is there a widget for this I did not find in the appstore or would another way be more suitable?   Best   Jakob    

Navigation: Open page, close navigation

$
0
0
Hello togehter, I have set up an Atlas UI App. Why does my navigation bar open “home” only showing the left half of the screen?  And why does the second of my navigation point open its content directly while closing the menu bar but the other four navigation point items open their pages but don’t close the menu bar?  The behavoir is similar on all preview modes.  Best regards, Robert

Pluggable widgets - Use microflow/nanoflow return value

$
0
0
When playing around with the new React-based pluggable widget (Mendix 8), I found that microflow/nanoflow property types are no longer supported and are replaced by ‘actions’. Very cool for actions without a return value, but I haven't found the way to process the result of a microflow or nanoflow. How can this be achieved?

Pluggable Widgets - Microflow/Nanoflow Return Value and Parameters

$
0
0
I’m trying to call a microflow in the new React-based pluggable widget. I’ve found that the microflow/nanoflow property types have been replaced by the new action type, and the microflow/nanoflow can then be used by calling .execute() on it. This works for microflows/nanoflows that don’t have a return value, but what about ones that do. How am I supposed to access the return value of a microflow/nanoflow? I also don’t see any way to pass in parameters to the microflow/nanoflow such as the old way of using a GUID?

Convert a column of a list of entity to a comma separated string...

$
0
0
Hi, I have a “List of <TagEntity>” which has a column “Name” and I need to pass this list to a REST call, for that i have to create a comma separated string of this list. e.g. List of TagEntity (stored in a Variable, fetched by “Retrieve Objects” Action): Name ====== “Input” “Output” “Power” “Test” ==> I need to convert this rows to a string for my REST-Call ==>  ‘["Input", "Output", "Power", "Test"]’ Is there a function to do this? or how can i perform this… hope someone can help me with this issue (I am new to Mendix). regards, Andreas

Same sign on across multiple apps.

$
0
0
Hi, We are building multiple apps across the company but i would like there to be one sign on that covers all of them. When you set up or edit the account i would like to be able to assign the user role for each app, therefore defining whether they have access or not to each app.   thanks

MX8 Multiple Widgets package

$
0
0
Hey there! I am not really a Mendix expert but I am helping my team to create some MX8 React Native widgets. I have followed the widget tutorial and all works fine, however, every scaffold creates an isolated widget, I am wondering if it is possible to group the Widgets under the same structure; only one node_modules and package.json for all of them, so I can easily share code across all components under the same structure. I've tried to have multiple widgets declarations in the package.xml file, but It didn't work. The image below exemplify what I am trying to achieve.   Does Mendix 8 support such structure? Thanks!

Matching objects from different entities - Microflow?

$
0
0
Hi everyone! The idea is simple: I’m uploading data with one template created and map it into a grid.Then, I want to match one of the variables that I uploaded with one already existing and then being able to have a reference selector filtering by the one already there… An example could be: I’m uploading a shop list (product1, product2, product3, etc...) but I’ve already my ‘product stock” uploaded in mendix… Using a microflow how should I match that “product1” (new file) = “product1” (already there) and be able to have a reference selector filtering accordingly…   Thanks in advance…. 

SAML module not Mendix 8 compatible?

$
0
0
Hi, I am migrating a project that uses the SAML module from Mendix 7.23.5 to Mendix 8 and I am getting errors on some Java actions in the SAML module that have been deprecated in Mendix 8. So it looks like the SAML module is not compatible with Mendix 8. Are there plans to release a new version of the SAML module? Regards, Robert.

Roles in MX differ from SRUM

$
0
0
Why have the team members the  role of scrum master and the scrum master the role of user in MX Well that is in our project  

Mendix Rapid Developer Exam Fees

$
0
0
Hi All, can anyone let me know if i can give Mendix Rapid Developer Certification Exam for free. (Using a voucher code or any other alternative)

Certificate Issue while Calling REST API

$
0
0
Hello Experts, I am using Mendix 8.0, I am facing certificate issue while calling Rest Service  ( Get Operation), I have already imported the certificates into Mendix still i am getting below error..   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.PrivilegedActionException: javax.net.ssl.SSLPeerUnverifiedException: Certificate for <host:port> doesn't match any of the subject alternative names: []     at com.mendix.integration.util.PrivilegedUtil$$anonfun$withPrivileged$2.applyOrElse(PrivilegedUtil.scala:17) Please provide your suggestions. Thank You

How do I get an Element of a list, I get with an REST-API?

$
0
0
Actual I get a JSON string from an other System and Show the result in a data grid. Now I want to select one element of the List and get all information via REAT-API from the system.  I don’t know how to get the information of the element I clicked and put it into the parameter of the Request of the REST-API.

Flagging-Microflow

$
0
0
Hi all, I want to flag a lane based on end date (E.g: contract x is coming to the end and I would like my users to see that).  Do you know how to do this kind of microflows ?   Many thanks in advance..  

Agile or Not

$
0
0
Mijn ontwikkelaars werken bijna altijd thuis, We hebben geen story points of andere tijdsindicatie en geen acceptatie criteria en geen systeem test. De tasks bij de story worden automatisch door de ontwikelaar op done gezet. De story trouwens ook. De krijg ik als scrum master niet gewijzigd. Klinkt hopeloos of positief blijven    

Error opening branch of app in Modeler 7.23.5

$
0
0
Hello Don’t know if anyone can help. I’m trying to open/download a local version of a branch line in the modeler but every time I try i get the the following error; SharpSvn.SvnSystemException: Error retrieving REPORT (720006): The handle is invalid.      at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)    at Mendix.Modeler.VersionControl.SvnConnector.Checkout(Uri urlToCheckout, String targetProjectDirectory) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 134   Any ideas to what is causing this?   Thanks   Chris
Viewing all 83469 articles
Browse latest View live


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