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

How to place two container on same line

$
0
0
I can see it possible to place two container 8 col and 4 col in top of another container which 12 col in one line but I cannot do outside the task demo.  Tried to google it without any luck. 

404 Not Found Error while deploying phone browser view in cloud

$
0
0
I am getting the 404 Not Found Error while deploying Phone Browser view in cloud but I am deploy locally.  Please find the below screenshot for more information.   Can someone please help me on this?  

Rapid Learning Path 4.3.1 Create and Connect Entities

$
0
0
Hi Everyone, I am currently in the Rapid Developer learning path 4.3.1 and have a question. When I am creating a new entity and start to add the attribute I only have the option of Boolean and Enumeration? String, DateTime, decimal, etc. are not there. The attribute I am creating is a string but I do not have the option to select it from the Type drop down box. Has anyone had this happen? Any suggestions?   Thank you, Emily

Unable to use Workflow commons in blank app

$
0
0
I am following “build a powerful workflow” learning path and when I am trying to download the workflow – commons and mendix sso workflow commons from marketplace in academy blank app, then it is showing me some errors around 56 of page layout and when I am solving and while changing the all pages layout it is showing me some 145 errors, Can anyone help me?? (Mendix version 9.1.0) I am sharing screenshots of it. All errors are of this type , can anyone help , me out?

ATS for mendix

$
0
0
Hi, I want to know that  for using ATS in mendix , third party license is required or mendix license of an app is enough ? can anyone help me on this. 

Create new specializations on app

$
0
0
Hi,  I am very new to mendix. So my problem might be super easy but I just can’t figure out how to do it.  I am trying to create an app where users can store all kinds of activities they did. I have an entity activity with attributes such as start and end date. I also have a bunch of specializations, for example: sleep with additional attributes duration etc. Now I want to have an additional page (only for administrator) where they can create new specializations, for example: running with attributes how hard, long etc. I want to be able to do this on the app itself and that when this new specialization for activity is created, the users can also see this and choose from them. Additionally, the administrator must on this same page also be able to manage the permissions for which type of users can actually see this type of activity.  So in short, I want to make the app more dynamic such that these changes can be done on the app instead of having to go back every time to the actual source and create them there. Any tips on how to do this?

can i create a list out of variable values with delimiter

$
0
0
for example, if a variable has values like “ one,two,three’ can i create a list which has these 3 values, so far i have seen i can create a list from entities only. 

How to share a test version without releasing the app?

$
0
0
Dear Mendix Community, I would like to share my test version of the app with my team. Since the app is’nt fully developed and runs only locally so far, I don't want to publish it online in a store but send it directly to my team, for example by an email. Unfortunately I didn’t found the required files in my project folder by now. So I wanted to ask if this is possible in a simple way? Yours sincerely, Yannick Wyss

1 to many(*) mapping association issue

$
0
0
 I have a requirement where 1 logged in user can submit multiple forms, so as soon as the user submits the form, we need to show him the overview page with all the details which the user has submitted, along with the other forms which he has submitted till date.  I have 1(System.User) to*(ExportRunRequestBody) mapping.   Another issue is when i try to do “retrieve” in microflow, the User object does not have the association of ExportRunRequestBody, instead ExportRunRequestBody has association of User object. How to store all the “ExportRunRequest” objects associated with the User in the database ?  Please help

Button Caption Text Not Displaying in Preview

$
0
0
As of today, any buttons that I create are not showing the Caption text when I preview the app.  The Caption text shows correctly when I am in design mode but then just display the text “Button” when I preview the application.  I have tried this in both Studio and Studio Pro (9.1.1) with the same result.

Activity tracker

$
0
0
Dear community, I am currently working on an app in which one can track his/her activities. The idea is that a person can track his/her meals, walks, runs, workouts, etc. I have been struggling for the past two days with how I should start making the app. Everything that I have tried didn’t work. I am pretty new to Mendix, I have followed a course on Mendix but I haven’t worked with Mendix in a long time. I have attached a file to this question in which I give a clear picture of what I want to create.    this is a drop-down, in which one can select the activity (e.g. walk, run, meal) here you can select the time and date 4. for a walk one can type in the calories and steps. (depending on the activity, these attributes could be different) 5. then you save it 6. once saved, the activity can be found in a log below    Any tips/advice on how I should start making my domain model/pages would be appreciated. Once I have a start I can manage to finish the app myself.   Thanks in advance 

Convert enum to a list of String

$
0
0
Hi, How can we fetch all the enum values and create a list out of those values? Thanks in Advance!

Including audio file in custom react widget

$
0
0
I have a requirement to play a .mp3 file in custom mendix react widget for which I saved the .mp3 file in src > audio folder and imported it on the page to play it, but no luck in playing the file. It says: GET http://localhost:8080/equinix/beep.mp3 404 (Not Found) So I figured that webpack is not bundling this .mp3 files just like how its doing for other images and css files. On researching I found a piece of code to add into webpack.config.dev.js { test: /\.(mp3|wav)$/, use: [ { loader: 'file-loader', options: { name: '[name].[ext]', outputPath: 'audio', publicPath: '/', useRelativePaths: true }}]}   But still I face the same error. Kindly help if there is any solution to this problem.

Ctrl+Tab in Mx Studio Pro 9.0.5

$
0
0
Where did the Ctrl+Tab move to in Mx 9.0.5. In earlier version this does make you toggle from open window to the next open window. That is no longer the case and I cannot find an alternative for it. Is there an alternative?

Unable to open the app created in Ver 8 Studio

$
0
0
  Please check the error above. Cannot continue my training “Become a rapid developer”.

auto suggestion feild

$
0
0
I have 4 status (status 1, status 2, status 3, status 4) in database type of enum and I want that when I enter in field and type  s then all 4 suggestion comes in hint and i can select them

Import mapping for 1 to many association

$
0
0
Hi   I have the following import mapping I need ignore if object was found using composite key of Devices.unitID and DeviceModules.Code. It is actually only ignore if DeviceModules.Code is not found for the child entity. How do I also do update? Actually I have only ignore if not found I am implementing this in a api, and could not find a way to put a microflow before it is saving to the database   Thank you

On delete on relation leads to System.UnreferencedFile create failed for security reasons

$
0
0
I do have a entity, lets call it Center and a few surrounding entites. These surrounding entities do have relations to the Center entity. Some 1:1 some *:1 and some *:1. All of them do have the “On delete of Center → Delete the surrounding entities too” defined on the relation.  Now when i try to delete a Center entity I get the following error: Creating object of type System.UnreferencedFile by user Admin_xyz failed for security reasons: User 'Admin_xyz' attempted to create an object of type 'System.UnreferencedFile', but does not have the required permissions I could not find a UnreferencedFile entity in the Systems package. What is going on here? When i remove all of the “On delete → Delete surrounding”s the error disappears. But as soon as i add one of them, it reappears. I could not reproduce this on a freshly created app (directly with 9.1.0). Background: Mendix 9.1.0 App was migrated from 9.0.5, 8.18 and originally created with 8.16

404 Not Found Error while deploying phone browser view in cloud

$
0
0
I am getting the 404 Not Found Error while deploying Phone Browser view in cloud but I am deploy locally.  Please find the below screenshot for more information.   Can someone please help me on this?  

Native Mobile Layout issue

$
0
0
I am developing a native app. I updated my native mobile resources and widgets, and the text on my app is no longer visible. I even tried to change the color of the text, but that doesn’t work either. I do not understand what the problem is here. Attaching screenshots for reference. Previously my app would look like this screenshot below, I moved my app to a newer version of studio pro and I get this issue.     Now it looks like this:
Viewing all 83469 articles
Browse latest View live