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

Audio Video Playback (based on Jplayer) not working on Hybrid Mobile app

$
0
0
Hey everyone, I have the widget called Audio Video Playback and it seems to work fine on web browser whenever I upload an mp4,mp3 file. However the very same widget is not playing the exact same files on the Hybrid Mobile Application Apk i have created. Is there any fix for this or any better player for Hybrid Mobile App?  I actually have the need to play .3gp files which are not being read by the widget even on browser. So is there any other player that both supports .3gp AND works properly on hybrid mobile? Thanks in advance, Anirudh  

Native mobile & Non-persistable objects created in a microflow

$
0
0
Hello, I am trying to implement a native app that shows data from REST API calls via the "call microflow from nanoflow" action. In the first call I get a list of assets including an assetId. I store this data in non-persistable entities. This works as expected. I then show the data in a list view. Next I want to do another API call to get additional data for one of these assets. So I created a nanoflow with an entity Asset as parameter and call another microflow that should perform the API call (this call needs that at least the assetId). In a non-native Mendix app, that would work. In my native app, I get the following error: An error occurred while executing nanoflow data source for widget NativeMobile.Details_2.dataView2: Non-persistable objects created in a microflow can't be passed to another microflow Any ideas how to solve this? I can't use persistent entities because this is not supported.

the page cannot be displayed

$
0
0
I started the application in the menix console the application is started and while entering the URL the page is not displayed error message came. Our mendix license is expired is that the reason please help us to find the solution

object 'disappears' before change/commit in microflow

$
0
0
Hi, I have a submicroflow with a parameter 'Sample’. I use this parameter to create three variables from the date (daynumber, weeknumber en yearcode) and use these to change and commit the parameterobject attributes. I get this error; Object of type 'AQC_Samples.Sample' with guid '12666373951988528' cannot be updated, as it does not exist anymore. The variables are created and then the Sample object ‘disappears’ (as seen by debugging). The rights for Sample are correct. If I remove the commit and just keep the change the microflow passes the activity, jumps to the submicroflow above and fails on the next commit over there. Someone know this problem and a solution? Greetings

Is it possible to pass some header while calling deeplink ?

$
0
0
I have 2 Applications – say App1 and App2. On some activity from App1, it is calling deeplink of App2.  I want to send some info to App2 when I make that deeplink call. I don’t want to send it as a query parameter so looking for other option like header (or something like it). What could be the best solution here?

Audit trial - commit takes longer time

$
0
0
Hi All, Is any one faced the performance issue in Audit Trail Module? I am uploading more than 10,000 records and while commiting to database its taking almost 1.30 hours  as I used AuditTrailSuperclass as specialization in my entity. Do we have any other alternate solution to reduce this commit time? I tried to use association(entity with Log entity) instead, Still it takes same time. If anyone know any other alternate ways, that would be helpful. Many Thanks, Nirmal Kumar

Data over association only available when also retrieving via Microflow

$
0
0
I’m beyond believe after lots and lots of debugging trying various things over the past two days, trying to find out why my object, that has an association to a parent object, won’t show up unless I refresh the page. I just discovered the absurd thing that, if I have to dataviews, one retrieving over association, the other a microflow solely retrieving, also over association, the object is shown. If I remove that datasource microflow from the page and be left over with a data view over association, the object is unavailable.  Has anyone else experienced something similar or has ideas to further debug the issue? I noticed the issue back in 7.21 and currently running 8.13 with the same issue still persisting.

Opening an application in separate tabs of a single browser and data crossover

$
0
0
Hey all, I was wondering what the implications are of opening the same application in multiple tabs? Here are some more details: - The application has security and does not allow for anonymous users - It’s an app that relies on associations with the session and a key field on persistent entities that links those entities with a given non-persistent entity.   – Essentially we have a signature entity with a ‘OrderNumber’ field. The signature is only session based, so it is associated with the session with delete behavior of the signature if the session is deleted. The main non-persistent entity is the Order, and has a unique number to identify it. When we retrieve the signatures for display we do it by retrieving the signature using the session association and the ‘OrderNumber = $Order.Number’ key.   What we’re seeing is weird behavior when attempting to retrieve these signatures. Sometimes we get cross over from other Orders, but only when a single user has the application open in multiple tabs of the same browser. I’m guessing this has to do with the way we’re associating signatures with the session. Has anyone else run into this? Should Mendix be able to handle these situations, or is it not meant to be used in this way?

Module Role No Longer Exists Error

$
0
0
Hi all, After completing Project Security User Settings, an error displaying “The selected Module Role  ‘MyFirstModule.User’ no longer exists. How can i get through this error? Has anyone else experienced something similar or has ideas to further debug the issue?

AnyChart - TextTemplate Query

$
0
0
Hi, I’m using the AnyChart plugin and have successfully hooked up the x and y values following the guide. I am now trying to use the Texttemplate field in the Layout configuration to pull in a separate calculated value along with the data string that is pulled into the source attribute. So I have: [{ "x" : ["Test"], "y" : [ 1 ], "z" : [ 2 ] }] As my data structure, and I’m wanting to pull my ‘z’ values into my Texttemplate field to display a label on the graph. This works if I use ‘x’ and ‘y’, but not for ‘z’.   Any ideas?   Many Thanks, Dan

Need some reference on how to use Amazon S3 connector

$
0
0
Hi All,   I need some reference or examples on how to use Amazon S3 connector to get data from S3 buckets? Appreciate any suggestions on this topic. Thanks

if i want to create the export mapping in which the loop can be nested and no of nested loop is not fix then how can we achieve it .

$
0
0
I want to create the export mapping for BOM in which parent can have childs and child can again have childs and so on , in my example i have added a json structure for export mapping  till BOM’s 4th level so after export to json activity  i am getting json till 4th level only , but if i have BOM till 100 level  how should i implement it .   

Running Mendix application instance on AKS(Azure kubernetes service)

$
0
0
Hi all,  Currently we are trying to deploy an instance of mendix application on AKS, have been following the below article. https://medium.com/@qnttran/mendix-aks-manual-95e818f07fc7 But stuck with generating manifest files(including app secrets, dynamic host name). How do we find the dynamic host name?  

Assign login process

$
0
0
Hello, I have seen it mentioned that I can assign a java action for the login process. I would like to either call a microflow or java action in place of the default login page appears. Thanks

Refresh reference selector microflow

$
0
0
Hi! After introducing a new element in a modal window I want to see that new element when I click on the reference selector. How can I refresh the content of the reference selector without leaving the page? The content of the reference selector is obtained from a microflow. Thank you!

HTML snippet is not getting refreshed on next page click

$
0
0
Hi All, I have written some custom javascript code in HTML snippet which I want to be get executed when page loads. It is working fine but when I click on the next page in data grid control panel, this code doesn’t re execute. So expected changes are not reflecting after next page click. I looking for a solution through which I can just call either this snippet itself or a microflow. Please help me if you have any solution. Thanks

Unit testing

$
0
0
Hi, I have implemented Unit testing module in my mendixx app. Anybody knows how to test GET rest calls in microflow. Best Regards,

Connecting Mendix to Hadoop and Sharepoint.

$
0
0
Hi Everyone, After going through Appstore, we couldn’t find any connectors for Hadoop and Sharepoint. Has anyone tried connecting Mendix to Hadoop and Sharepoint?

Need to use Data grid extension widget in Mendix 8.13.1

$
0
0
HI Mendix Fam,   I need help in using the Data grid extension widget in 8.13.1, i am facing some issues like the hide and move options are not working and after many tries it is throwing an error like “ cant use in operator in innerHTMl when innerHtml is null “ kind of.. anyone use Data Grid extension in Menidix 8.13.1 please help or is there alternative one is there?

Domain model association

$
0
0
Hi, I have created domain model which contains two entities as shown in below screenshot : In Product entity, My Product is associated with multiple items so I have created ItemTable_Product assocaition between these entities. My another requirement like I want to display dropdown of ItemTable->Item attribute so I have created Product_ItemTable association between these entites. I have implemented as per my understanding. Is it correct way/best practice to implement like this way or is there any standard way to implement this requirement?
Viewing all 83468 articles
Browse latest View live