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

Data Grid 2 Filters

$
0
0
Hello, I've a data grid 2 and I need some filters, but I wnat make it in Filters Placeholder, I nedd filter by name (is text), by role (is a dropdown), by type (dropdown) and by status (dropdown)... I've got filters inside a groupbox, but all dropdowns have the same value I configured "Grid wide filtering" How can I resolve this?

Need help with push notifications for PWA on Mendix 10

$
0
0
Looking for a PWA expert with regards to push messages! Hi, we are currently working on a PWA for the University of Twente and are encountering some issues in receiving push messages. We tried to use the module 'WebPushNotifications.' While this module was previously available on the marketplace, it's no longer accessible. Currently, we're experiencing inconsistencies where push notifications are not reliably delivered to mobile devices. The delivery of the notification seems to be random. Most of the times it does not get delivered when the app is open in the background or when the app is closed. When the app is open and active, the chance of receiving the notification is higher, but then some users receive a Chrome message stating "This site has been updated in the background," without receiving the intended notification. Upon researching, we found that this message is automatically displayed by Google Chrome when a website sends a push message, but the notification fails to appear to the user. Our team is seeking guidance and insights from fellow developers who may have successfully implemented push notifications on PWAs using 'WebPushNotifications' or any alternative solutions. If you've encountered similar challenges or have a working solution, we'd greatly appreciate any advice or assistance you can provide. Hope to hear from you! The awesome Mendix team at the University of Twente PS. The Studio Pro version we are using is 10.6.8, which was not an option in the input field. However, the question is also relevant to Mendix 9 where we had the same issue.

Change email address feedback is sent to?

$
0
0
Hello all! I have several feedback widgets on my application and my users are able to submit feedback (with screenshots), which is great. However all the feedback notifications currently come to my email address. I'm assuming this is because I am listed as the technical contact for my application. I have a shared inbox that is shared with the rest of my team and I would like to be able to direct the feedback notification emails there. I'm having difficulty figuring out where to configure this as it does not seem to be an option on the feedback page in the developer portal. Is there a way to direct notification emails from the feedback widget to an inbox different to that of the technical contact? Or some way to send an email to a customised inbox when feedback is given? Many thanks, Hartley

How to get the Snowflake data into Mendix 10.6.7 version

$
0
0
Hello everyone. We have tested the snowflake connection Mendix 10.6.7 and the connection is working fine. So, here are my questions: 1. Where the snowflake data is getting stored in Mendix and how we can check in mendix. 2. How to map the snowflake tables data into mendix (like how we can store the snowflake tables in mendix entities) Could anyone please help me with this it would be really helpful. Thanks in advance, Apurupa

Chart is growing sometimes?

$
0
0
Hello! Does anyone now why our Chart is growing outside it's container like in the picture? Tha cjhart sholud bi iin the middlebox, most of the tim it works just fin and then it dosen't...

Removing Duplicate Records via a Microflow

$
0
0
In mendix list of records and some records is duplicate. So I want to retrive duplicate records and after that delete duplicate records. Please help me how to find this.

trying to consume ODATA

$
0
0
I'm trying to consume odata. I have created entities from my odata service. I can able access all the entities except one emtity. when i try to view the data. it showing the below error. An error has occurred while handling the request. [User 'Anonymous_ba246337-9975-4a0f-a787-a88d07e8e103' with session id 'b4bcb5b7-XXXX-XXXX-XXXX-XXXXXXXX3ff5' and roles 'Administrator'] An error has occurred while handling the request. [User 'Anonymous_ba246337-9975-4a0f-a787-a88d07e8e103' with session id 'b4bcb5b7-XXXX-XXXX-XXXX-XXXXXXXX3ff5' and roles 'Administrator'] -------- com.mendix.webui.WebUIException: Exception while executing runtime operation at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:72) Caused by: com.mendix.webui.WebUIException: Exception while retrieving data for 'MyFirstModule.SysRoless_Overview.dataGrid2_1' on document 'MyFirstModule.SysRoless_Overview' at com.mendix.webui.actions.client.RetrieveAction.apply(RetrieveAction.scala:51) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//MyFirstModule.SysRoless","amount":20,"offset":-1,"returnsCount":true,"sort":[],"type":"RetrieveXPathSchemaRawAction"}', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:153) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: An exception has occurred for the following request(s): InternalLimitedXPathTextGetRequest (depth = -1, amount = 20): //MyFirstModule.SysRoless at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:35) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: The OData endpoint returned 404 . Set log level to Trace to see the corresponding URI. at com.mendix.integration.data.odata.CallWithRetryImpl.$anonfun$callErrorHandlingMicroflow$1(CallWithRetry.scala:127) at scala.Option.getOrElse(Option.scala:201) at com.mendix.integration.data.odata.CallWithRetryImpl.callErrorHandlingMicroflow(CallWithRetry.scala:126) at com.mendix.integration.data.odata.CallWithRetryImpl.giveUp$1(CallWithRetry.scala:67) at com.mendix.integration.data.odata.CallWithRetryImpl.$anonfun$apply$1(CallWithRetry.scala:69) at com.mendix.integration.data.odata.CallWithRetryImpl.$anonfun$callRemoteHandleErrorsWith$2(CallWithRetry.scala:108) at com.mendix.integration.data.odata.CallWithRetryImpl.callRemoteHandleErrorsWith(CallWithRetry.scala:116) at com.mendix.integration.data.odata.CallWithRetryImpl.apply(CallWithRetry.scala:69) at com.mendix.integration.data.odata.ODataServiceRepositoryImpl.retrieveFeed(ODataServiceRepository.scala:28) at com.mendix.integration.data.odata.ConsumedODataModule.$anonfun$handle$1(ConsumedODataModule.scala:30) at com.mendix.integration.data.odata.ConsumedODataModule.handle(ConsumedODataModule.scala:37) at com.mendix.integration.data.odata.ODataGetRequestHandler.handle(ODataGetRequestHandler.scala:21) at com.mendix.integration.data.odata.CountingDataSourceQueryHandler.handle(CountingDataSourceQueryHandler.scala:22) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeRemoteQuery(QueryRequestExecutor.scala:74) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueriesForRemote(QueryRequestExecutor.scala:45) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueries(QueryRequestExecutor.scala:32) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.execute(QueryRequestExecutor.scala:23) at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$processOqlGetRequest$1(DataStoreCaller.scala:36) at scala.Option.map(Option.scala:242) at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:32) at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:26) at scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118) at scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105) at scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35) at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.scala:26) at com.mendix.connectionbus.retrieve.GetRequestHandler.doOtherRequests(GetRequestHandler.scala:69) at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.scala:29) at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:30) at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.scala:471) at com.mendix.basis.action.user.RetrieveXPathSchemaRawAction.executeAction(RetrieveXPathSchemaRawAction.scala:125) at com.mendix.basis.action.user.RetrieveXPathSchemaRawAction.executeAction(RetrieveXPathSchemaRawAction.scala:17) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57) at com.mendix.webui.RetrieveUtils.retrieveByXPathRaw(RetrieveUtils.scala:225) at com.mendix.webui.RetrieveUtils.retrieveWithHasMore(RetrieveUtils.scala:190) at com.mendix.webui.RetrieveUtils.retrieveByXPath(RetrieveUtils.scala:120) at com.mendix.webui.actions.client.RetrieveAction.retrieveData(RetrieveAction.scala:79) at com.mendix.webui.actions.client.RetrieveAction.apply(RetrieveAction.scala:43) at com.mendix.webui.actions.client.RuntimeOperationAction.$anonfun$retrieve$1(RuntimeOperationAction.scala:86) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$1(RegularClientAction.scala:72) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:46) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:43) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:66) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:70) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:66) at com.mendix.webui.actions.client.RuntimeOperationAction.retrieve(RuntimeOperationAction.scala:89) at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:68) at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:25) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:121) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:121) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:119) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$7(ContextHandling.scala:59) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:59) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:33) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:95) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:30) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:22) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:95) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:119) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:95) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:116) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:95) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:68) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:37) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:54) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:54) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:54) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:513) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40) at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1553) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:829)

Issue with getEntity() function in Mendix 9.24.18, how can I resolve it?

$
0
0
I recently imported a new widget inside of test app in order to have some multiple select functionality as with my data grids. The widget seems to be working but every time it is used (i.e. every time a row in the data grid is selected) then I get the same error in my console. I know that the custom widget that I am using was built with Mendix 7 so there but that shouldn't be an issue since both 7 and 9 have the getEntity() function. I am struggling to find what the problem is since I checked the Mendix 9 client documentation and the getEntity() function appears to be here. Here is the link I checked: Mendix 9 Client Documentation: Class: mendix/lib/MxMetaObject . Here are some screenshots of what I am seeing:

Having Data Grid functionality in Data Grid 2

$
0
0
Is it possible to configure the Data Grid 2 so that it automatically selects the first row like the datagrid 1 does?

Missing Arguments

$
0
0
Good Afternoon, On this page I have more than one project entity selected. It totals up the hours of the multiple projects. When I select edit and change the total hours for that single log, it is not updating the total hours when amended and saved, which I need it to. The selected projects objects entity is not in the microflow to open up the edit page which is then just on the one project, not the multiple that was selected on the page, if that makes sense. When I have added to reset the page on the save button (when editing) it comes up with a number of missing argument errors which makes sense but I don't know how to fix so it refreshes the page and then updates the total hours for the selected projects. Any guidance on what to do would be very appreciated? Thanks Jess

Datagrid2 rendering issue in studio after upgrade 9 to 10

$
0
0
We just migrated a studio 9 project to 10 with an upgrade to all modules. In 10.6.9 (MTS) all datagrid2 are showing the following render issues in design mode. Editing is still available in structure mode and web rendering appears fine. We're trying to stay on LTS/MTS studio versions but for fun I tried 10.11 and the widgets are rendered correctly in studio without any other changes than version convert. Are there any troubleshooting steps I can take to see if this can be resolved in 10.6.9 MTS?

Deeplink OIDC Issue

$
0
0
I have an issue when i would my user send to deeplink using OIDC So the AllowGuests is false. I use OIDC SSO v1.1.0 and Deep link module v9.0.5. When i go to the URL en hit enter i get the following message form the browser. This page on localhost could not be found No web page was found for the web address: http://localhost:8080/SSO/login?f=true&cont=%2Flink%2Fdivconsultwebclient HTTP ERROR 404 I have also tried to set LoginLocation to: ../..?cont= /oauth/v2/login?cont= When i set the AllowGuests to true can i access the page without login in. Someone who knows what the solution is?

Attributes not updating in Pop-Up window

$
0
0
I'm using the Mindsphere widgets downloaded from the marketplace to pull data into a time series chart. Currently when I select the attributes within the Aspect Variable Selector I cant get the variable to update it only uses load cell and Potentiometer values. I can get the graphs to change when its not within a pop up window however when I use a microflow to retrieve the variablepath it wont update within the pop up window any suggestions?

Snowflake Rest SQL Connector Local6 is null

$
0
0
Hello, I'm trying to setup the Mendix Snowflake Rest SQL Connector. I put all the setup information in, but when I try to test the connection I get this error in my log. java.lang.NullPointerException: Cannot invoke "java.security.PrivateKey.getEncoded()" because "" is null What is local6? How do I resolve this issue? Thanks

How to change html body due to false resizing in Outlook

$
0
0
Hello everyone, as Outlook can not resize images well, due to not reading css in the body template, is there a way to manually change the HTML code which is being processed from the email connector? Gmail,yahoo and other mail clients are rendering those pictures perfectly.

it not show error me while running this app in the console in console it show me zero error but i am not able to run the app

$
0
0
com.mendix.systemwideinterfaces.MendixRuntimeException: org.eclipse.jetty.io.EofException at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.close(HttpOutput.java:623) at java.base/sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:341) at java.base/sun.nio.cs.StreamEncoder.close(StreamEncoder.java:161) at java.base/java.io.OutputStreamWriter.close(OutputStreamWriter.java:255) at com.mendix.util.using.Using$.using(Using.scala:8) at com.mendix.modules.debugger.internal.DebuggerHandler.doProcessRequest(DebuggerHandler.scala:66) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:54) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:54) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:54) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:229) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40) at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:829) ChatGPT

Toggle Mode "Slide Over Content" Not Working

$
0
0
Hello, I am using a scroll container on a page layout that uses the left region as a toggleable navigation menu. It works normally when I use the "Shrink" or "Push aside" toggle mode options, but when I choose, "Slide over content", it puts it permanently behind the page objects. Any ideas what I am doing wrong?

UI Backend

$
0
0
Hi Mendix Team, Currently I'm Working in UI Backend thing you have any Idea about that. Fetching Multiple Data by Clicking the Column it should fetch the details that is linked with another. Thanks in Advance Regards, Rajbharathi

Mendix Studio Pro crashes occasionally, is there any way to recover the work that has not been saved?

$
0
0
Acctually, that should not happen with professional dev-IDE, especially for frameworks based on java, python or csharp that are not easy getting crashed, but mendix does crash very offen. Sometime PC gets blue screen, sometime just the IDE crashes. In that case I get warning that there is a active session already opened, whenever I start the IDE again. If I go ahead with opening, the changes I made getting lost.

Import Client API modules in JS Action

$
0
0
What is the proper way to import external modules for use in JS Actions? I'm looking specifically at the dojo/query module. This code: import "mx-global"; import { Big } from "big.js"; import dojoQuery from "dojo/query"; // BEGIN EXTRA CODE // END EXTRA CODE /** * @returns {Promise.} */ export async function JSA_DataGridHotkeys() { // BEGIN USER CODE var nodeList = dojoQuery(".mx-name-*"); console.log(nodeList); // END USER CODE } gives me a compilation error saying "Module not found: Error: Can't resolve 'dojo/query'". What is the proper syntax?
Viewing all 83469 articles
Browse latest View live


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