Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Forums] ExpandableSection, hide arrow to expand

$
0
0

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.



[Forums] ExpandableSection, hide arrow to expand

$
0
0

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

[Forums] Docker containers on Personal Environment

$
0
0

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

[Forums] ExpandableSection, hide arrow to expand

$
0
0

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


[Ideas] Download widget for Mobile Application

$
0
0

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.


[Forums] Exposed SOAP Webservice: Clear namespace of the SOAPAction

$
0
0

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-

[Forums] Not supported to Version 11

$
0
0

Hi Team,

Please update to V11, while publishing getting error.

Thanks,

Rajat Agrawal

[Forums] Open native google maps in IOS mobile

$
0
0

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');




[Ideas] Upgrade all version of forge component automatically

$
0
0

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.

[Forums] Could not find file 'C:\Windows\TEMP\TEMPRDOPGEWQKC00000000000000000000000000000000.p

$
0
0

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.  




[Forums] Multiple select- delete selected checkbox item after selection from list

$
0
0

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.

[Forums] email field is accepting semicolons

$
0
0

Thanks, Armando!

And 120% agree with you! Anyone can contribute with fixes, and I'll certainly be happy to publish.

[Forums] Duplicate Accounts Created

$
0
0

Thanks.  That worked perfectly 

[Forums] How to implement this tool

$
0
0

Hi there Miguel, 


I want to try this into my webpage. How could i implement it?

[Forums] Not working in OutSystems 11

$
0
0

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?".


[Forums] GenreId attribute

$
0
0

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.

[Forums] Not working in OutSystems 11

$
0
0

Mine also... did you test your apps before upgrading? Can you tell us how that process went?

[Forums] Not working in OutSystems 11

$
0
0

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.


[Forums] How to implement this tool

[Forums] Not working in OutSystems 11

$
0
0

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?

Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>