Thanks.....I figured, would anyone know the exact URL the IDE tries to connect to? Trying to explain this to the help desk to resolve or open the port. From the error message, it's trying to connect to the webservices which do connect and I see the methods.
[Forums] Communication Error when trying to publish/can't submit feedback either
[Forums] Communication Error when trying to publish/can't submit feedback either
If possible every communication with https://XXXXXX.outsystemscloud.com/* should be allowed
[Forums] Ajax Refresh "Index out of Range" after removing a row of Editable Table
wrote:
Same problem here.... 1 year and a half and no solution...? Wow.
Had the same problem. Try to remove the Ajax Refresh
[Forums] Map is grey until start scrolling
Hello Mykola,
I really would like to help you doing this in the right way. Did you already read this post? It explains very well how you can to connect markers to events.
I opened the module that you gave me and I couldn't reproduce the grey behavior.
Cheers,
Magda Pereira
[Forums] Error returned since version 10 upgrade
I initially had issues with this in version 9.1 but once I used a non SILK theme, it worked fine. Since we have upgraded to 10, I'm getting error=true back from the HTMLtoPdfConverter action and a zero byte file.
The error in the logs say:
Development - Error Log
[Forums] Map is grey until start scrolling
Hi Mykola,
Please follow the instructions that Magda gave you regarding attaching events to markers as a first step. I would also recommend that you try to use the map inputs, instead of adding the markers yourself through javascript.
If you need to use javascript, try to create a bound and then add the markers to the map and to the bound, after adding the markers do a map fit to bounds for the bound you created.
Let me know if this helps,
Thanks,
Hugo
[Forums] How To set bacground header Table Record
Thanks very much, this very helpful
[Forums] What version of CKEditor does this provide?
What version of CKEditor does this provide?
[Forums] Securing Login with Touch ID and Keychain
I need help devising application security similar to what my local bank offers using Touch ID.
When I login to my local bank's app for the first time, I must authenticate with my credentials (username and password). After I login (and only after I login), I am presented with an option to enable Touch ID (on iPhone).
When you look more deeply at the workflow you discover that the app is taking the credentials I just entered and storing them in the Apple's secure Keychain. After local authentication is confirmed, keychain access is granted to retrieve the saved credentials which are submitted to the server for authentication. If the credentials are authenticated I am logged in. If for whatever reason, my saved credentials are invalid, I am not granted access.
In this example, Touch ID is used to save secure credentials -- but importantly -- the credentials are still authenticated to login.
How do we accomplish this method of securing an application using OutSystems? The Touch ID plug-in appears to only confirm that a user has authenticated locally. It does nothing to retrieve securely saved credentials for submission to the server.
[Forums] Disable data edit in cell or column in excel export
Hi Mark,
I think that's not possible using the default export node.
Did you check Forge? I've found these two components: Advance Excel and OfficeUtils.
Regards,
António Pereira
[Forums] Preview does not work without internet or if the domain is not externally accessible
Hi Rui,
I was looking at the code and i realized that the preview does not accept local domains to generate excel previews.. That is because the iframe utility is trying to access my link (automatically generated to create the XLS) and it cannot reach it.
So, for me this solution is limited and the description should say that it only works for environments in cloud or externally accessible.
Best regards,
Filipe
[Forums] Missing example OML ArdoJSON
Please download it from here.
Thanks for noticing, this is a consequence of Dropbox changing their public folder.
[Forums] Input Mask on P10 App Native
Hi Fantato & Harlin,
I'm having the same problem. I'm using the input mask decimal number with ',' for decimal separator and '.' for group (2 decimals). In the web browser it works fine, but in my Samsung J5 no. When I write <0 1 8> in the browser, it puts <0,18> .But the smartphone writes <18,00>. I already off intelligent text and previous characters, but I only get write decimal filling the ',' . It is very desconfortable.
Can you give me some help?
Thank you
Roberto
[Forums] Error getting an image generated from FilePlugin
Hi,
I'm trying to get an image from my android phone. but I'm always getting the error "-1 Cannot read property 'externalDataDirectory' of undefined.
This image was obtained with FilePlugin.
Has anyone had this problem before?
Thanks in advance.
[Forums] Input Mask on P10 App Native
wrote:
Hi Fantato & Harlin,
I'm having the same problem. I'm using the input mask decimal number with ',' for decimal separator and '.' for group (2 decimals). In the web browser it works fine, but in my Samsung J5 no. When I write <0 1 8> in the browser, it puts <0,18> .But the smartphone writes <18,00>. I already off intelligent text and previous characters, but I only get write decimal filling the ',' . It is very desconfortable.
Can you give me some help?
Thank you
Roberto
I forget to say that I'm using the component forge Input Masks published by António Chinita
[Forums] Missing example OML ArdoJSON
Thanks Ricardo!
[Forums] What version of CKEditor does this provide?
Hello, the version is 4.3.1.
[Forums] Input Mask on P10 App Native
wrote:
wrote:
Hi Fantato & Harlin,
I'm having the same problem. I'm using the input mask decimal number with ',' for decimal separator and '.' for group (2 decimals). In the web browser it works fine, but in my Samsung J5 no. When I write <0 1 8> in the browser, it puts <0,18> .But the smartphone writes <18,00>. I already off intelligent text and previous characters, but I only get write decimal filling the ',' . It is very desconfortable.
Can you give me some help?
Thank you
Roberto
I forget to say that I'm using the component forge Input Masks published by António Chinita
Hi Roberto,
None of the web components currently on forge works fine on mobile side. They only work on web. The scenario I was testing is based on a proof of concept of the masks specific for mobile usage,
Talking with OutSystems R&D team , they told that sson will be release a new forge component to support that. For now we are trying to do just some workarounds.
[Forums] Demo, screenshots, difference between other component
Hi Evert,
From trying this component, it looks like what it does is:
- List Site Properties, WS References and Timer Schedules;
- Export them to Excel.
[Forums] Building native app that DOESN'T support iPad
Greetings,
So, I'm trying to submit my first p10 mobile app for Apple App Store approval and I'd like it NOT to be available on iPad. The current .ipa the platform is generating is targeting both iPhone and ipad.
I know in Xcode a target device could be defined, and the options there are the same as the options shown when we create a new mobile application in Service Studio. The thing is, I wasn't the one who created the application in Service Studio, so I don't know which option was picked.
So, in summary, my questions are:
1) Does picking "Phone" when I create a new mobile application make the generated iOS app target only iPhone and not iPad?
2) is there any way to change that target after the application is created?