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

Signature widget problem - 3.2.2v

$
0
0
Hello guys,    I've noticed the problem during writing signature on this widget. It seems that there is some delay. If you try to write signature or something another faster (I'd say normal) then there is a delay.  You have to write really slow in order to write signature on documents without mistake.    There were no changes related to this widget in past and I cannot conclude what went wrong. The modeler we use is 6.10.3 and the latest at this moment Hybrid release 4.0.0 - 4.0.0.    Do you have any idea what is the problem? The strange is that on iPhone 6s all work as well, but on other devices not (Android, iPhone XR...)?   Kind regards, David

XML DateTime without TimeZone

$
0
0
Hi all, I would like to export a DateTime in an XML and pass it to a webservice. The issue I encountered is, that the receiving system does not accept the format with the ‘Z’ for time zone. What I get in the XML: 2019-02-14T18:25:32.888Z What I would like: 2019-02-14T18:25:32.888 Is it possible to not have the timezones in XML format?  

Mendix App memory control

$
0
0
Hi, I’m building a Mendix App function to create some data (around 2 million records) and noticed an interesting thing: The app ran successfully and all the records are created, but the memory usage started to climb slowly during processing and stay  there even if the process is completed. I thought before that the Mendix MicroFlow can automatically do the garbage collection (release memory) after the completion of the call. Seems like the memory got held somewhere... Just would like to know: What are the normal ways to control the Mendix App memory usage? I heard using Transactions may help as Mendix will release some memory after the end of a Transaction? Is there any way that we can force releasing some memory at the end of a Microflow? Or any other ways to check or release some held memory?   Many thanks for the help, Richard

Camera Integration

$
0
0
Hi, I have the below requirement, please help me out to implement in my application. Integrate with the device camera to take image Regards, Bharathi

RichText widget still actively maintained?

$
0
0
Hey guys, My question is specifically about the Rich Text widget https://appstore.home.mendix.com/link/app/74889/ I noticed an abundance of “Error: The given range isn't in document” messages in the console and I reported it on GitHub https://github.com/mendixlabs/rich-text/issues/29, as it seems to be related to the Quill editor that Rich Text relies upon.  Sadly, no reply yet. Hence the question in the title. Does anyone know if the widget is still maintained?  

OmNext warns about ReferencesetWithEditableNever. Is this still an issue?

$
0
0
Our quality management tool OmNext warns about ReferencesetWithEditableNever. Meaning that on a never-editable page in a list view there is an drop-down-element of type ReferenceSet. The problem used to be that this drop-down-element used to retrieve the Reference set as being the dataset for the dropdown, but that dataset was never useful because you can’t change the dropdown's value. Is this still an issue? Or has Mendix improved and is this no longer an issue?

Sharepoint integration with Mendix

$
0
0
Is there any documentation for sharepoint/opentext integration with Mendix? If yes can you please guide/provide me with the links?

Publish / Subscribe interface with JMS

$
0
0
Unfortunately I can't find a AppStore module for it. Does it exist, or has it been done in Java before? Publishing a message to a Queue or Topic using a Java action in a microflow should be easy, but I still wonder how to keep the connection open in Mendix to also subscribe to a topic and call a microflow directly when a new message arrives. Any help is appreciated,

It appears that you do not have access to the team server for this project

$
0
0
HI I'm having problem opening project in desktop modeler.  In my office it works, at my home it doesn't, I have disabled firewall and it is still the same. I get this error:  it appears that you do not have access to the team server for this project

Add own global css class

$
0
0
Hi there, how can i add my own css design classes to mendix desktop modeler.

Populate drop-down from the response of REST call

$
0
0
On Product_NewEdit page, while creating a new product. I want to list all the available promotions in the dropdown out of which user can select one. I am getting list of promotions via REST call from a legacy module. As I am not using the default ‘Create’ button, I have created product object and passed it as page parameter for Product_NewEdit page.   After making the rest call for available promotions, how can I set the association with the product so that I can use it with reference selector on Product_NewEdit. Domain model:   Microflow for create (What should be the step for the activity to list all available promotions on page): Currently, I am getting a blank drop-down for promotions on my page.   Product_NewEdit page:   Or some other change is required in the domain model itself?

some CSS loading faster than other (making page look buggy)

$
0
0
I have a page. when I press back the menu loads quicker than the content. so the menu seems wierdly overlayed anyone else noticing bugs like this?  

Bar code scanner error

$
0
0
Hello Team,   Could you please provide an instruction how to configure BarCode scanner widget step by step? I`ve got an error “Can`t detect a camera”. The plugin I`ve added to mobile application and tested the app on my phone.   Thank you 

Mendix new Push notification connector

$
0
0
While sendig the message for IOS mobile we are this error . any body ? pushnotifications.implementation.apns.MessageRejectedException: TopicDisallowed .

How can I expose my custom technology through mendix?

$
0
0
Hi, we have our own technology written in typescript and upon build it is converted into javascript. i want to expose its functionality via mendix. What possibilities I have here? I appreciate relevant links and docs. 

How can I show Excel-Data in a DataView or progress bar

$
0
0
Hello there, I am new to Mendix as well as I am new to the world of It. I did the learning path where I learnt how to get data from excel into a Data grid. But I need to show the Data in Diagrams, for example a progress bar. I try to build a dashboard which shows all relevant machine data. (Good parts, bad parts, time etc) For the beginning I have an Excel-Sheet with the Data and I can’t figure out how I get the Data from excel into the Diagrams from Mednix. Did I miss a chapter in the Path, or is there anyone who has already done the same?

How to bypass the certificate?

$
0
0
Hi All, The endpoint of a interface has changed but the old certificate does not list this new endpoint and it is not possible to use the interface anymore.  Therefore I am looking for a way to temporarily bypass the certificate check – SoapUI does not have issues to send test messages, so it should be possible somehow, right? com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: HTTP transport error: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching [...] found.     at [...] [0 of 1] (CallWebservice : 'Call web service '[...]'') [...]   I do not intend to run this in production, I would just like to go on with the development :) Thanks!  

Java compilation error

$
0
0
Hi, We have recently upgraded a project from 6.10.17 to 7.22.0. When we try to run it locally we get the following compilation errors: compile:     [javac] Compiling 1504 source files to C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\deployment\run\bin     [javac] C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\javasource\singlesignonauthenticate\CustomLoginAction.java:148: error: cannot find symbol     [javac]                              int failedLogins = user.getFailedLogins() + 1;     [javac]                                                     ^     [javac]   symbol:   method getFailedLogins()     [javac]   location: variable user of type IUser     [javac] C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\javasource\singlesignonauthenticate\CustomLoginAction.java:149: error: cannot find symbol     [javac]                  user.setFailedLogins(failedLogins);     [javac]                      ^     [javac]   symbol:   method setFailedLogins(int)     [javac]   location: variable user of type IUser     [javac] C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\javasource\singlesignonauthenticate\CustomLoginAction.java:151: error: cannot find symbol     [javac]                    user.setBlocked(true);     [javac]                        ^     [javac]   symbol:   method setBlocked(boolean)     [javac]   location: variable user of type IUser     [javac] C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\javasource\singlesignonauthenticate\CustomLoginAction.java:152: error: cannot find symbol     [javac]                  user.commit();     [javac]                      ^     [javac]   symbol:   method commit()     [javac]   location: variable user of type IUser     [javac] C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\javasource\singlesignonauthenticate\CustomLoginAction.java:158: error: cannot find symbol     [javac]                        .append(getComponent().configuration().getClusterManagerActionInterval() / (60 * 1000)).append(" minutes.").toString();     [javac]                                ^     [javac]   symbol:   method getComponent()     [javac]   location: class CustomLoginAction     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 5 errors   BUILD FAILED C:\Users\reedp\Documents\Mendix\KMBC_RevsAndBensPortal-branch - Upgrade to 7_16_2\deployment\build_core.xml:29: Compile failed; see the compiler error output for details.   Total time: 31 seconds   We are wondering if there is some outdated Java library that are being used here and where we could find out what they need to be replaced with?

Cannot read property 'isUnavailable' of null TypeError: Cannot read property 'isUnavailable' of null

$
0
0
  Hi,  I am using Mendix 7.22. I have a Data Grid, of entity 'Note'. The bottom is a Data View listens to the 'Note' Data Grid. When I select one row, and delete it. It is actually deleted.  However, it always pop up an error: An error has occurred, please contact your system administrator.   Cannot read property 'isUnavailable' of null TypeError: Cannot read property 'isUnavailable' of null     at E.(anonymous function).O.callback (http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:36:90758)     at E.(anonymous function).O._runSubscription (http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:36:62988)     at E.(anonymous function).O.e.callback.e.val.n.callback (http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:36:62398)     at Object.callback (http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:67:163463)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:67:164899     at new Promise (<anonymous>)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:67:164815     at Array.map (<anonymous>)     at h (http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:67:164792)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?636825457383538779:67:164597   Anyone know what causes this error?   Thanks Ping

Cookie 'originURI' with the Secure flag?

$
0
0
Is it possible to add the “secure” flag to the cookie 'originURI'? I think this cookie is created by mx.js. I am asking because I would like to comply to a security test of our customer (even though the cookie would not contain sensitive data).
Viewing all 83469 articles
Browse latest View live


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