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

Card reading issues using Card IO Scanner

$
0
0
How to read Card holder name,card expiry month and year while reading credit or debit cards using Card IO Scanner 

Resize image after upload or via batch process

$
0
0
Hi i have a Mendix app used via Android and iOS tablets. Images from `camera roll` are uploaded via drop zone. Everything work just fine, but I want to reduce the size of the images after they have succesfully been uploaded and committed in order to save disk storage. Is it possible to process images larger than a certain size either determined by megabyte or pixels to a defined max width or height (px). Images must be scaled down proportionally without ‘black’ borders. Looking forward to learn what you do ! Regards  Morten  

Oauth 2.0...post successful authenticatoin/authorization, i am getting an error saying 'expecting 200 but getting 404, body'

$
0
0
using the link (https://appstore.home.mendix.com/link/app/1414/), now, I am seeing the error 'expecting 200 but getting 404, body' on callback. Ideally, this should have routed back to my home page. Is there any redirect I need to use. Please note that I am currently using it locally...<host name>:<portnumber> which would mean that am not really how we can apply request handlers / redirects...as this doesn't even hit the IIS...

I want to export an Excel template. The template has been created. How should I export it?

$
0
0
I want to export an Excel template. The template has been created. How should I export it?

Consuming REST Service and Passing Body Parameters

$
0
0
Hi, I have a ready REST Web API Service which i need to consume in Mendix. How can I send body parameters and authentication token using Mendix Microflow? I have gone through the Mendix document and Video but i did not find it. Thanks in advance.

Why are mails about retracted versions only sent to the Technical Contact?

$
0
0
Hi,   All Mx 7.17.x versions and Mx 7.18.0 were retracted, this was only communicated with the technical contacts of projects with this version. A lot of people will not be aware of issues with these versions because they did not receive any communication about it. Imho anyone who downloaded this version should be notified about the retraction of that version. Why is this only communicated with technical contacts of projects with that specific version on a node? With kind regards, Stephan

Please update AtlasUI Helper Classes overview

$
0
0
Hi Mendixteam,  this is less a question and more a feedback concerning the AtlasUI Helper classes Overview. (found here -> https://atlas.mendix.com/p/helpers/7881299347899271) The list of classes is out of date, eg. there is no class .spacing-outer-none-right . The actual class in Atlas is called .spacing-outer-right-none. Also some are missing, ie. .display-ie8-only Please update the list, as it is a nice "feature".    

Registration option for new users

$
0
0
Hello, I am trying to make a login page with an option for new users to be able to register. In Mendix I did not find a way to get that, maybe somebody can help me out?

is there an implicit flow implementation of openid connect authentication flow ??

$
0
0
I see that that the oauth 2.0 module provided in the app store talks about the authorization code flow. We would want to know if the module can be tweaked to implement implicit flow / hybrid flow for openid connect authentication system ??

Dynamically generate pdf files

$
0
0
when click on image I need to download the pdf files for every row. the downloading pdf file should be different for every row.  I have 10 different rows  and there can be number of rows as well . For every row there should be an image and when i click on that, it should download the pdf file. Can someone please  suggest me how to do that. If there any microflow created for that please provide me that

Instant Messenger interation for Action Button Open Link

$
0
0
Hi, I would like to know if Mendix provides any configuration to add IM to the Open Link action. Currently the link type supports sms(Text), tel(Call), mailto(Email) and website url.  Is there a way to add Instant message support ? Or is there a way to change the  sms to im by some configuration?

How to select a reference set offline?

$
0
0
Trying to select a list of objects from an many-many association object in an offline app. However: Reference set selectors are not allowed in offline pages Input reference set selectors are not allowed in offline pages Nanoflows cannot be called from data grids   How can I resolve this?

Learning Path: Rapid Developer 2018 - unexpected results with nested data

$
0
0
I've been following the learning path and everything seemed okay up to module 7.10.2. But when I tried to create a registration list to set the total number of registrations in the TrainingEvent object, things started to go awry: I couldn't get the registrations to add up.  When trying to solve this, I noticed that when I ran the app locally from the Desktop Modeler (7.17.2), the TrainingEvent Registrations Overview page didn't actually show any registrations. I added a new course and a new training event to make sure, but the same thing happened: when I used the "Add" button on the Registrations Overview page and saved a  new registration, it wasn't being added to the overview. I tried the same from the Web Modeler, and the Registrations Overview page was working correctly there. I tried synching the Desktop Modeler project with the Web Modeler, but that didn't make a difference.  So I decided to start afresh: I've upgraded the Desktop Modeler to 7.18.0 and imported a new project package (under the Resources tab in module 7.1). I haven't made any design changes yet to the app, either in the Desktop Modeler or in the Web Modeler. But after I've added sample data  the Registrations Overview page isn't showing any registrations at all, either when I run locally from the Desktop Modeler or when I do a preview from the Web Modeler.  What am I missing? Any insight is greatly appreciated :-)

changes not displayed in View App mode

$
0
0
new pages and changes not displayed in View App mode. Let me know if there are any usual suspects.

Provide example of adding an image for a user

$
0
0
Hello experts, I am trying to get a fairly baisc function to work, and I can't seem to find an example of how to associate a image file to a user/object in the system. I have created a new app based on the dashboard app using Mendix Modler 7.18.1. I am trying to extend the application to allow Engineers to add a picture from the file system, rather than displaying some generic user image.  Here is the provided Domain Model I created a page to allow an Engineer to be creaed in the system. The "Add Image" button is set up to create a Photo entity, and it appears to allow me to create a Photo object, by specifying a file, or so it appears... Here is the page for the creation of the photo/image: After I deploy this and select a file for the engineer, the image for that engineer does not update.  Any help or example of how to do this would be much appreciated.    

text field or file upload between two radio button

$
0
0
Need to display text field or file upload between two radio button for data gird and it is using attribute from entity in data view . How can I do it?    

adjusting the column

$
0
0
  I'm new to mendix and I'm confused I'm doing what the tutorial is saying with the app I'm trying to make. I'm trying to adjust the size and shape of a column for a open page and the size won't change. Can you help me? 

Ensuring State Abbreviations Compliance in Addresses

$
0
0
Hi all, Starting a new project and one of my entities has an address field.  At first I was going to have the user type in a state.  But I realized I could get NY, ny. New York, new york, etc. and not have consistency. So I created a new module called CoreFunctionality thinking I could put shared resources in here across my entire app.  I was assuming the right way to do this is to create an Enumeration and enter all of the state abbreviations in there. Is this the correct workflow?  If so how would I reference this enumeration on my AddEdit page so the user selects it?   Thanks for your help!  Newbie for sure :)

Help with creating a detail page

$
0
0
So working on my first app.  Following the tutorials it all seems so easy until out on my own lol I have a page with a datagrid and a list of projects.  I want my user to click on the project they want, hit an open button and call another page to open the details of that project.  Seems easy enough. So on the first page I have an action button with an activity to show page and passing on my project object.  Seems to work. Now on the detail page the first thing I want to do is create a task list with all open tasks assigned to the current user but filtering them only showing if they apply to the current active project.  This is where I am totally lost!  I at first had a datagrid but that does not allow Context for data source.  I changed it to Data View which takes context so allows my object passed to be referenced. But now how do I go and filter out only tasks associated with my current project.  Struggling here on this one :(

Is there a way to select entries in a datagrid using checkboxes instead of usual click function?

$
0
0
Hi dear experts, I am looking for a way to use checkboxes to select objects in a datagrid instead of using the usual click and select function. Is there a way to achieve this? Many thanks!
Viewing all 83469 articles
Browse latest View live


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