wrote:
Hi Reyan,
If you want to avoid the click then you can use
SyntaxEditor Code Snippet
.selector-class .SectionExpandable_header { pointer-events: none; }
Regards,
Pankaj
Thanks a lot!!!!! It works.
Regards.
Pankaj pant wrote:
Hi Reyan,
If you want to avoid the click then you can use
SyntaxEditor Code Snippet
.selector-class .SectionExpandable_header { pointer-events: none; }
Regards,
Pankaj
Thanks a lot!!!!! It works.
Regards.
Hi Reyan,
If you want to avoid the click then you can use
SyntaxEditor Code Snippet
.selector-class .SectionExpandable_header { pointer-events: none; }
Regards,
Pankaj
Hi DontPoke
I believe the Deployment Zones functionality is only available on on-premise installations (as stated in this article). As such, you will not be able to use them in a personal environment, as that is a cloud installation.
Hope this helps!
CLSJ
Pankaj pant wrote:
Reynaldo Merino wrote:
I need to hide the arrow from the section expandable in order to disable the expand property, is it possible?
Hi Reyn.
it's possible what you have to do is,
enclose the section expandable inside a container add a dynamic class based upon the condition.
like below
So based on the condition you have added this class, now use this selector to show hide the icon like below
SyntaxEditor Code Snippet
.selector-class .SectionExpandable__icon.Heading2 { display: none; }
Hope you understand.
Regards,
Pankaj
Hi Pankaj, thanks for your answer, I already try it and it hide the arrow successfully but if i click in the title section it expand and show the empty content and that's what I'm trying to avoid.
Thanks
Hi Team,
As we have download widget in web application same to be needed for mobile applications to download files.
We need to write custom code for download any file.
Hi joost ,
So now your client is not able to call the SOAP service due to this ? i am assuming if didn't refreshed his wsdl he must be getting some error.
Regards
-PJ-
Hi Team,
Please update to V11, while publishing getting error.
Thanks,
Rajat Agrawal
mohd hasib wrote:
Hi, I am opening Google maps in Android and ios :
For android its working fine but in ios it is not opened.
i am using the below URL in external url.
For Android:
"external:http://maps.google.com/maps?daddr="+distanceList.Current.Latitude+","+distanceList.Current.Longtitude + "&ll="
For IOS:
"external:maps://maps.google.com/maps?daddr="+distanceList.Current.Latitude+","+distanceList.Current.Longtitude + "&ll="
I am using javascript code when the current os is IOS :
window.open("http://maps.apple.com/?q="+lat,long, '_system');
Hi Team,
As we are upgrading OS version from 8-9, 9-10 & now to 10-11. I think OS need to upgrade all forge component to new version automatically.
Still, I am using version 10 in personal environment & update request for V11 is pending. Same way, I am getting error because of version up-gradation. If you automatically upgrade all component then transition will be smooth between old version to new verion.
This might also be based on the page you are trying to render as PDF.
When you get this error:
Could not find file 'C:\Windows\TEMP\TEMPTCFTTNENMT00000000000000000000000000000000.pdf'.
Exit with code 1 due to network error: RemoteHostClosedError
you need to do what J. has recommended Above this will give you more insight indeed.
if you get something like this (ignore the SSL errors in dev and test there is no SSL certificate loaded at this time):
--------
C:\Program Files\OutSystems\Platform Server\running\HtmlToPdfConverter.356583579
\binaries>wkhtmltopdf https://<website>/xxxx/xxxxx.aspx Test.pdf
Loading pages (1/6)
Warning: SSL error ignored
Warning: SSL error ignored
Warning: SSL error ignored
Warning: SSL error ignored
Warning: SSL error ignored
Warning: SSL error ignored
Error: Failed to load https://<website>/XXXXXXX/undefined, with network status
code 203 and http status code 404 - Error downloading https://<website>/XXXX/undefined - server replied: Not Found
Counting pages (2/6)
Resolving links (4/6)
Loading headers and footers (5/6)
Printing pages (6/6)
Done
Exit with code 1 due to network error: ContentNotFoundError
--------
What above is stating is that the htmltopdf converter cannot access the page, one thing you need to remember is that the wkhtmltopdf.exe will be accessing the page / URL you have provided, so if the page is not set to anonymous it will not be able to access the page to render it as pdf.
Hi,
You need to refresh the multi select list or the variable where you are storing the multiselect records, try to use and ajax refresh when save the selection
Regards.
Thanks, Armando!
And 120% agree with you! Anyone can contribute with fixes, and I'll certainly be happy to publish.
Thanks. That worked perfectly
Hi there Miguel,
I want to try this into my webpage. How could i implement it?
I have adjusted the question to remove the reference to production systems, so we can focus on my actual question. "It doesn't appear to work in 11. Do you have an ETA for supporting 11, and/or any steps we can try in the meantime?".
Hi I'm new to OutSystems and in the Screen lifecycle exercise on page 9 is asking to drag the GenreID Attribute but I cannot find that attribute anywhere. I review the other exercises but can find where that attribute was added. Did i missed? any ideas? Thanks.
Mine also... did you test your apps before upgrading? Can you tell us how that process went?
João Heleno wrote:
As Leonardo clearly stated:
This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.
What kind of tests have you done before upgrading your apps?
That’s not a particularly helpful reply. My question still stands.
Miguel explains how to use it in the "Try Now" link!
https://miguelvicente.outsystemscloud.com/FeedbackAjax/
As Leonardo clearly stated:
This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.
What kind of tests have you done before upgrading your apps?