[Forums] How to customize the time picker in mobile application
Hi Killian Hekhuis, Thank you for your reply. Regards,Darsh
View Article[Forums] OneSignalOnNotificationOpened is not triggered
Try adding an OnReady action to your Layout_Blank webblock. The OnReady action should have a local variable of type InFocusDisplayOption. Set it's Id value to Entities.InFocusDisplayOption.NONE. Then...
View Article[Forums] Professional and Expert Exams now available for OutSystems 10
Hello Manuel,Thanks for this information. Do you know if and when will be available the Professional and Expert mobile exams?Regards,
View Article[Forums] Consume REST services through a http proxy
Hi, I have tried the extension but getting an authentication failed error message. Can you please advice? Thanks!
View Article[Forums] Cannot use variable as table name in advance sql select statement...
HI AA,Please pass columns name in advance sql. Below is the example.Above Query is tested.Regards,Jitendra
View Article[Forums] Blob to PDF
Hello Alexander.Your corrupted PDF file is the result of trying to interpret the file as UTF-8. Namely, every byte that is not valid UTF-8 gets converted to 3 bytes: EFBFBD (which is rendered as a...
View Article[Forge] Silk UI Mobile Customizer Preview
Real-time preview of the theme created with the Mobile Theme Customizer. Scan the theme’s QR code and your device will automatically sync with your app to allow the live preview of the theme.
View Article[Forums] Consume REST services through a http proxy
The extension Pedro shared doesn't receive credentials, so it may not work for you.You can edit the SetProxy method in Integrations Studio / Visual Studio to receive the credentials as an input and set...
View Article[Forums] Update database changes in an external DB
Hi Team,I have an external database with an extension to setup the connection. It is working fine.I have three questions regarding this architecture.1. In the future, If I need to change the table...
View Article[Forums] NFC Plugins - NdefListenerOnNdefRead
hi there,I am trying a simple action:- putting block Nfc\ShareProgress on main screen - and then handler:NdefListenerOnNdefReadthat do:- then i attach my card id that has NFC inside to my Android...
View Article[Forums] SilkUI Mobile Version 1.5.3 PullToRefresh event not always triggered
Thank you Rita.Now it's working.
View Article[Forums] Apply a search functionality in Mobile app
Hai,I am developing a mobile app in which a user will be able to view the details according to the feilds in the input(search).Could you please help me in achieving this.I want to or three fields in...
View Article[Forge] Date JS
Component to validate date fields in the javascript on keypress, without server requests.
View Article[Forge] Date JS Sample
Sample project for the component Date JS: https://www.outsystems.com/forge/component/1329/date-js/
View Article[Forums] HTTP Error 503. The service is unavailable.
Is there some problem in the personal cloud environment ? I am receiving the error message that my environment is unavailable.
View Article[Forums] Missing Info.plist key NFCReaderUsageDescription
Hello,I am trying to submit my app to the Apple app store but I got back this message from them:"Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description....
View Article[Forums] Markers options are not applied
Hi Frans.This is quite old thread and the code mentioned above is currently working fine - can be due to plugin updates. Your code without "-symbols gives "Error parsing options JSON string. Using...
View Article[Forums] Update database changes in an external DB
Hello Dude,1. It is always possible to change the structure in the extension (you can even create entire entities there). Don't know (never did) if the wizzard can "update" it.2. If you add fields, no,...
View Article[Forums] Creating a homepage similar to Outsystems
Hi there,I want to build a landing page similar to the Outsystems homepage. In terms of being able to scroll down on one page and the how to make the custom layout. For instance how to make the...
View Article[Forums] Ajax Refresh the Actions Placeholder
Can you perform an Ajax Refresh on widgets inside the Actions placeholder? When I try I only see widgets in the Title placeholder and the Main Form.More details:I want to structure my application so...
View Article