Questions tagged [mendix]

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle.

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle. Mendix has an active community, please refer also to https://mxforum.mendix.com when you have a question.

86 questions
0
votes
1 answer

Setting "Field Name" via Dropdown Instead of Textbox in PDFTron forms

How can I implement a dropdown widget for setting the "Field Name" instead of a textbox in a custom PDF viewing solution using PDFTron within Mendix? We have a backend-generated list of values that should populate the dropdown, allowing users to…
0
votes
0 answers

Running Onnx file from Mendix studio pro

I want to understand how can I use ONNX model in mendix studio pro , I checked all the documentation from mendix and tried implementing it in mendix studio pro, but I'm not able to figure out how can I pass any inputs to roberta_base_11 ONNX model…
Aravind
  • 1
  • 1
0
votes
0 answers

Plotly Chart Shape. Label function not reflecting in UI

This is my Data.JSON [ { "x": ["2017", "2018", "2019", "2020", "2021", "2022"], "y": [0.010101, -0.21070779, 0.120275834, -0.190362337, -0.391092741], "yaxis": "y2", "hovertemplate": "Priedce: %{y:$.2f}", "type":…
0
votes
0 answers

How to enrich AEM package using a low code no code platform(Mendix or OutSystem)

The enrichment of AEM package is complex process, one need to be aware of AEM completely. I am looking for a low/no code platform which can import an existing AEM package, enrich it, and export it back to AEM. I tried with Mendix 9.12.3 and later…
0
votes
1 answer

What is the best way to retrieve data with dates from the last month in Mendix and compare them using XPath?

I'm new to mendix and I ran into a problem comparing dates in mendix. My task is to collect data whose date is one to the date of the last month. e.g. date>=01.04.2023 && date<=30.04.2023 enter image description here What is the easiest way to…
0
votes
0 answers

Mendix Private cloud key rotation

I am trying to rotate AWS access and secret keys which used during namespace configuration in Mendix Privaye cloud. I am running into below error new keys are supplied. Reason: Error Message: Failed to execute S3 provision creation: failed to create…
0
votes
1 answer

Request state size is exceeds the threshold limit in Mendix

Request state size of 37449 objects exceeds the threshold of 100 objects. Request details: type 'RequestHandlingUtilImpl$' in session '34483ca1-e282-4938-868e-b4f4c76e4084'. State consists of: AdministrationModule.DashboardPageMetric (NPE): 1…
Abdul Gaffar
  • 581
  • 2
  • 7
  • 16
0
votes
0 answers

Getting errors while installing yeoman on windows

I am trying to install yeoman in windows with command: npm install -g yo I am getting following errors: npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs npm WARN deprecated readdir-scoped-modules@1.1.0:…
venu
  • 1
  • 2
0
votes
1 answer

it os poosible to do Performance Tetsing on Mendix APP Website

Is it possible to record JMeter scripts for performance testing Mendix App?
0
votes
0 answers

Unordered list with groupboxes, aligned in 2 columns, when I open a groupbox the opposite groupbox in the next column also increases in size

I have a list
  • styled as two columns via flexbox. Within each list item, there is a groupbox - (a container whose contents appear when you click on it, i.e. I can open or close the groupbox). This was made in a Mendix low-code tool so I don't…
  • Rumata
    • 1,027
    • 3
    • 16
    • 47
    0
    votes
    0 answers

    enable CORS in mendix

    I made an error when I integrated the pdftron widget for mendix (low code). I couldn't link external links when CORS block...Access to XMLHttpRequest at been blocked by CORS policy : No 'Access-Control-Allow-Origin' header is present on the…
    0
    votes
    1 answer

    How can I get a frame sample (jpeg) from a video (mp4) using javaCV

    I'm trying to create a Mendix Java Action which generates a thumbnail jpeg from a movie. I'm using javaCV 5.4 but I'm struggling to generate a Frame from the frameGrabber, for some reason it's always null? this.InputFile = __InputFile == null ? null…
    0
    votes
    1 answer

    {"result":560,"type":"exception"} response for axs request in jmeter

    I encounter {"result":560,"type":"exception"} response for axs request in jmeter while designing a script to do a load test for a mendix web application. First I encountered untheorized response on login so i used reg. expression extractor to…
    0
    votes
    1 answer

    Opening android or IOS apps when it is installed on phone else to store in Mendix PWA

    I build a PWA in Mendix. Now i try to achieve to open an app direclty based on android or ios agent. Now i just redirect to the diffrent appstors. But is there a possibility to open an app direclty by its package name? I read alot about intents and…
    0
    votes
    0 answers

    Java: Converting Audioinputstream BACK to InputStream?

    Ok, this is going to sound odd, but hear me out. I've been using Mendix to deal with an app that manipulates wav files. I love how easy Mendix makes the front end. I have a FileDocument with a WAV file in it. I use the custom java below to read the…
    Brian Lorraine
    • 153
    • 1
    • 1
    • 17