It appears come only from an additional front end server . the primary server does not have this issue ( we have additional front end load balancing server setup
[Forums] I am getting this error: A POST was made without executing any action!
[Forums] export to excel - multiple values in one column
Hi,
So what did you try, and where did you get stuck in trying to implement your requirement?
Regards,
Daniel
[Forums] Try now page is broken
Try now button is leading to an error page:
https://orion.outsystemscloud.com/customHandlers/internalerror.aspx?
[Forums] styles are not getting applied to email template created
Thanks Justin for your time.
I can see styles are present, but for some reason those are not getting applied.
I changed theme to DealCalc, also created another new theme to work.
it seems only one style is getting applied to email and not all that are present with tags.
Not sure how it overrides styles.
[Forums] Missing Info.plist key on iOS app submission
wrote:
Good point, Bram. Bigger factories will find the first option as unmanageable.
Thanks for sharing!
Carlos Simões
Both your solutions are unmanageable in a factory... Outsystems default values for CAMERA_USAGE_DESCRIPTION and PHOTOLIBRARY_USAGE_DESCRIPTION were just refused by Apple, so we need to change the Camera plugin so that those values will work for all apps in the factory using the plugin.
[Forums] Web Screen onload script
Hi,
I'm fairly new to outsystems and I have a problem.
My aim is to automatically click a link on page load.
Under the extended properties of a web screen, If i use onload property, and value as "alert("test")", then the moment the web screen loads, the alert box appears. BUT, if i use the same onload property and under value, enter :-
"getElementById('"+t2.Id+"').click();"
Then, for some reason, it does not click the link t2.
I've used the same above code snippet as an onclick property on a button and if works flawlessly, Why cant I get it to run on page load?
Any explanations?
[Forums] Web Screen onload script
Hi Anurag,
Why do not you do the redirect in the preparation? What is the purpose of clicking the link?
Regards
[Forums] Unable to connect to remote server
wrote:
Have you taken a look at this?
https://www.outsystems.com/forums/discussion/33943/not-able-to-loggin/
Hi, I did the try now test and mark de ssl option and now the message is "The system can not find the path specified" , so I think at least connected right?? but the path that I wrote is one that I'm viewing in Filezilla, or what could be wrong?
[Forums] Unable to connect to remote server
Are you sure the user you're using has permission to that path and file?
[Forums] styles are not getting applied to email template created
Hi Durgesh,
I've ran into some issues with my CSS in email templates and outlook as well.
Here is a full list of the supported CSS for outlook:
I can't quite remember exactly what the specific issue/answer was to my problem, but I remember it being around background colors and certain styles not working correctly in the version of outlook I was testing the email.
The same styles worked across other email platforms (i.e. google).
I suggest taking a look at that list, and the specific styles that aren't working and see what the alternative is to make it work.
Hope it helps,
Justin
EDIT: Realizing that article is for office 2007, will try to find an updated version. But the core issue was the same idea, some CSS didn't work as expected in outlook and needed to be altered to a supported style.
[Forums] Missing Info.plist key on iOS app submission
wrote:
wrote:
Good point, Bram. Bigger factories will find the first option as unmanageable.
Thanks for sharing!
Carlos Simões
Both your solutions are unmanageable in a factory... Outsystems default values for CAMERA_USAGE_DESCRIPTION and PHOTOLIBRARY_USAGE_DESCRIPTION were just refused by Apple, so we need to change the Camera plugin so that those values will work for all apps in the factory using the plugin.
Hello, João,
Sorry to hear that... :\ Unfortunately, Apple's review process can occasionally be a bit more rigorous and these messages may miss the mark. In that sense, we could have a better message, but always keeping in mind it needs to be applicable to all apps using the plugin.
Still, in scenarios where multiple apps use the same plugin, the only current solution is to, effectively, create a new plugin based off of the original one from the Forge, by cloning it. This has the obvious drawback that we would need to merge updates from the original plugins to the clones.
Can you please share this via the Ideas section? This is a great way to have this feedback reach the teams and get their attention. Another request, also related with extensibility configurations, was recently put on the radar of the team.
Best regards,
Carlos Simões
[Forums] Create a aggregate at runtime
Ok Daniel
I see the picture. Thanks again
[Forums] Table Records
Hi
I've a variable defined as LIST data type and this variable i've provided as record source for Table Widgets.
The table widget is not displaying any data. Cannot figure out this behaviour.
Regards
Sunil Babar
[Forums] styles are not getting applied to email template created
wrote:
Thanks Justin for your time.
I can see styles are present, but for some reason those are not getting applied.
I changed theme to DealCalc, also created another new theme to work.
it seems only one style is getting applied to email and not all that are present with tags.
Not sure how it overrides styles.
Durgesh -
If you take the source of the email, save it to an HTML file, and open it in a browser, does it look right? That will be a quick way to make sure the problem is Outlook.
As Justin Babel said, Outlook ignores a lot of styles, it can be hard to make things look exactly right in it. :(
J.Ja
[Ideas] Navigation/Tabs in SilkUI make number of tabs dynamic
Would it be possible to set the number of tabs required by an input parameter on the navigation\tabs webblock?
Sometimes the standard 5 tabs are not enough and to add more tabs you need to clone and customise the component, adding to your AO count.
[Ideas] Twitterbot
Is there enybody working on a twitterbot?
Shoud be crawling Twitter News to a town by the same date on 5 Years before and give them a retweet automaticly.
[Ideas] Parameterize SilkUI Modals to Support Multiple Modals
If I have more than 1 modal on a page, I have to surround the modals in ifs, ajax refresh a surrounding container, and then call toggleModal. This allows me to control which modal is being displayed.
The idea is to add a parameter to toggleModal that takes a widget id so that pages with multiple modals can fire the specific modal that they need.
Thoughts?
[Ideas] Carousel Web Pattern continuous slide right look when at end of image selection
Hi,
I have been playing with the Web Patterns lately and became increasingly fixated on the Carousel Web Pattern. When I think of a carousel, I think of the way that Bootstrap implements a carousel: https://getbootstrap.com/docs/4.0/components/carousel/. Scroll down to the carousel "With controls" or the carousel "With indicators" sections. Notice how when you make it to the last slide and click the right arrow (next), the page slides (right) over to next image, but makes the next transition the first page. Notice how it does not slide left all the way back to the first image. Similarly it does the opposite if clicking the left arrow (previous) button.
Instead for the Web Pattern Carousel, the next transition after reaching the end of a list of images is the first image so the result is the carousel slides left all the way back to the first image instead of sliding right to the next image like it is not the first image in the list. Perhaps this is a little poorly explained so please reference this OML attached for a demonstration.
What I am proposing is an idea to allow the option to make the make the next image after the the last to continue to slide right to the next image. Or slide left to the previous image in reverse. This way it doesn't always give the appearance that after the last image it is sliding back to the first image. I would like an option for the same effect similar to the bootstrap example posted above.
Thank you.
Tim
[Forums] Missing Info.plist key on iOS app submission
That Idea's focus is slightly different, but would definitely work for me.Thanks!
[Forums] stuck in tutorial step - please help
wrote:
Hi Guys,
I´ve gonne through the PDF and these help comments here but i kept getting the first movie in the "Add Cast/Crew to" title: "Star Wars: The Force Awakens". I'm guessing the MovieId is not getting passed from the MovieDetails screen to the "AddMovieParticipant" screen. Any hint?
Thanks!
People, people, people...
In the aggregation i had "Movie.Id = Movie.Id" instead of "Movie.Id = MovieId". The left side seems to be the screen argument variable and not the structure item like I had it, watering in the rain...
I don't know if this is the right place to suggest tutorial enhancements, but in text "b) Add a GetMovieById Aggregate to the preparation to fetch the movie specified by the MovieId parameter." of page 6 of "Data Queries and Widgets II Exercise.PDF" I would be handy to refer to pages 16-17 of "Widgets I Exercise.pdf"