[Forums] header color change of directory mobile app
Ana Reis wrote:Hi Tom,The header background is build with a gradient:/* Customization */ .header { background: -webkit-linear-gradient(left, #cc1c0e 0%,#e83800 100%); /* Chrome10-25,Safari5.1-6 */...
View Article[Forums] How to solve convert.exe: no decode delegate for this image format...
Hi,Currently our mobile app generates this error:convert.exe: no decode delegate for this image format `TMP' @ error/constitute.c/ReadImage/501.convert.exe: no images defined...
View Article[Forums] how to use?
Boa tarde Gabriel,Com a aplicação vem o modulo GDriveConnectorDemo, aí dentro tens uma demonstração de como usar o Google Drive Connector e uma página "Documentation" onde são descritos os passos a...
View Article[Forums] Continuous integration with Outsystems
Thank you Toni I changed the select and from what I saw I did tests only brought me the ones with the broken reference. I also added a group by for understanding question. I made a sqlAdvance for...
View Article[Forums] HTML TO PDF - Generate PDF
Eduardo Jauch wrote:Hello Vinicius,This is a very common error.It means that the PDF that should be generated wasn't.There are N reasons for that, but let's see if we can eliminate the simpler ones...
View Article[Forums] HTML TO PDF - Generate PDF
Hi,Your server is in an OutSystems cloud or you have your own server?Can you provide a small OML so I can test on my installation to figure if it is a problem with the files? A simple page, anonymous,...
View Article[Forge] Bootstrap 3 Datepicker
Implement the http://eonasdan.github.io/bootstrap-datetimepicker/ date and time picker, with many options like date picker, time picker, AM PM, max min date, minutes interval etc
View Article[Forums] Offline Authentication/Login in Native Mobile app
Hi Daniel and Ricardo.Did you managed to solve Daniel's question?Thanks,Maria
View Article[Forums] ToDo Mobile App (OS Course) Error when creating new ToDo even with...
Jorge Martins wrote:Gaby wrote:Question: if PriorityId is Mandatory, then why isn't the platform defining the Mandatory property of the Priority ButtonGroup as TRUE automatically, considering the...
View Article[Forums] Error parsing options JSON string. Using defaut options
Error parsing options JSON string. Using defaut options
View Article[Forums] Error parsing options JSON string. Using defaut options
Hello Eduardo,As I have being using this component lately without problems, I'll assume you have an error in the JSON options you are providing for the component.If you want, you can share here and we...
View Article[Forums] Error parsing options JSON string. Using defaut options
The error occurs the moment I open the screen"{'mapTypeId': google.maps.MapTypeId.TERRAIN}"
View Article[Forums] Error parsing options JSON string. Using defaut options
Hi Eduardo,In your screenshot you have {'mapTypeId': 'google.maps.MapTypeId.TERRAIN'} (the constant is between single quotes) but on the code you pasted, it has no quotes.Which one do you have in your...
View Article[Forge] Firebase
Take advantage of Firebase realtime data sync using web sockets and store data on a NoSQL cloud database with this Firebase Javascript SDK 2 component. Ideal for Chats, Games and other realtime apps.
View Article[Forums] Error parsing options JSON string. Using defaut options
Hello Eduardo,In the image, the configuration is "different" from the text you put here. It is with single quotes around the type:"{'mapTypeId': 'google.maps.MapTypeId.TERRAIN'}"Remove the single...
View Article[Forge] Firebase Web
Take advantage of Firebase realtime data sync using web sockets and store data on a NoSQL cloud database with this Firebase Javascript SDK 2 component. Ideal for Chats, Games and other realtime apps.
View Article[Forums] Delete Constrain
Hi,I'm having same problem on our development environment:The DELETE statement conflicted with the REFERENCE constraint "OSFRK_OSLTM_SYNCUSERS_OSSYS_USER_USERID". The conflict occurred in database...
View Article[Forums] how to use?
Hi Gabriel,When you download the forge component, they have given demo application. Sekar
View Article[Forums] Error AutomaticDeployment > Deploy
I'm testing the automaticDeplyment application where a system update plan was created. However, when debugging I noticed error 404 when running the Environments_GetRunningApp service Error msg HTTP /...
View Article[Forums] Error parsing options JSON string. Using defaut options
The last one I put on was this way."{'mapTypeId': google.maps.MapTypeId.TERRAIN}"I'm going to change now to:"{""mapTypeId"": google.maps.MapTypeId.TERRAIN}"And see if it works- Could you tell me, I put...
View Article