[Forums] black background between header and list
Hi Eduardo,I can't reproduce this on the browser because the list doesn't have this behaviour. Dont scroll down when is at the beginning of the list.JP
View Article[Forums] Data update
Hello EduardoThanks for your huge contribution, but the screen have no cache. You helped a lot because during write this answer i not that I had not made the right assigns. Monday!!!
View Article[Forums] black background between header and list
Hi Joao,Yes, it only occurs on IOS and it's fancy scroll :DIt seems that it's a regular problem, as you can see here or here.Since I don't know how to change the webview background-color I would go and...
View Article[Forums] Custom Login
Hi All, I'm working on a mobile app which requires a user to login into app. Currently, login is done using Outsystems admin credentials. My doubt here is, Can I avoid using Outsystems user...
View Article[Forums] black background between header and list
Hum...I hope OutSystems is working to solve this, because have different behavior on something that is "basic", just because its a "different device" is really annoying... xDP.S. But I understand that...
View Article[Forums] Data update
lolSo, I didn't anything?Glad I was able to help ;)Mondays... lolCheers,Eduardo Jauch
View Article[Forums] Not able to debug in personal area
Hi DM, Are you still haveing the issue or you were able to solve it publishing first to the Public area?Cheers,Eduardo Jauch
View Article[Forums] Change Password using code & emails
Hi,Just complementing Graça's answer.1. Generate a password using the GeneratePassword or any other method you see fit (like one you create yourself).2. Encrypt the password (Users module) to store in...
View Article[Forums] Mobile App Deep Links with parameters
I am finding that Mobile App Deep Links don't always work.I followed the instructions in this...
View Article[Forums] Custom Login
Hi John,I'll assume you are working with OutSystems 10.Native Mobile applications (P10) in OutSystems doesn't have "Session".What you need to do is to create the users with access to your...
View Article[Forums] List Record inside Layout pop up
HiI want to show some record list inside a pop up window.Why is it not possible to drag and drop list record/table record inside a popup window..?is there any work around with my objective?Regards,Ron
View Article[Forums] Timeout not working when triggered from popup
Hi all, With the last version of this Component this issue not longer happens. It uses the same pattern as Richwidgets feedback message so it works the same exact way concerning the popups and notify...
View Article[Forums] List Record inside Layout pop up
Ron Svend Maylon wrote:HiI want to show some record list inside a pop up window.Why is it not possible to drag and drop list record/table record inside a popup window..?is there any work around with my...
View Article[Forums] advanced query table alias name
I have wrote sql just like --------------------------------------------Select {User}.*, Area1.*, Area2.*from {User} left join {Area} Area1 on {User}.[AreaCd1] = Area1.Cd...
View Article[Forums] advanced query table alias name
Hello hon,I'll assume that in the Output Structure folder of the SQL you are defining 3 entities also: User, Area, AreaIf so, try to refresh the dependences on this module (assuming Area is defined...
View Article[Forums] advanced query table alias name
Hello,normally that is because the output Entities/Structures should have the same number of attributes that you are selecting, for example if I do an advanced query:SELECT {User}.[Name],...
View Article[Forums] Custom Login
Hi Eduardo,Thanks for the Response. My Problem is : Consider a scenerio where 10 users are registered to "xyz" website. This "xyz" website has a mobile app. Now, I want this same 10 users to login...
View Article[Forums] Feedback message does not show when navigating away from screen
José, I agree on the helper functions, I had already made similar ones, because it seemed useful to me as well I made different icons though, all variations on the component icon, only varying in...
View Article[Forums] advanced query table alias name
It's also dangerous to use * in advanced Queries, mainly because the actually order of attributes might not be the same with the visual order of the attributes.so, like the others, don;t use *, unless...
View Article