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

[Forums] Using Google Maps by Address field?

$
0
0

ankit raj wrote:

HI, I am trying to use google maps in my web app to display an address.The lat long works perfectly but when i send "cityname, statename, countryname", it doesn't show any result. 

So,Address Map =>works perfect (takes lat and long)

Maps=> doesnt work.

Hi Ankit,

If I'm reading your question correctly you'd like to give in an adress and have it show on a google map?



[Forums] Cannot I use the outcome of a json serialize in a aggregate

$
0
0

Interesting, thanks. I'd be curious to know though what the performance is, since JSON isn't indexed.

[Forums] Form widget has weird css

$
0
0

Lalith Nimmagadda wrote:

Hello,

Deleting the default Form style from the Form widget causes weird CSS.


The fa-pencil icon is not seen in the service studio or anywhere within my CSS stylesheets. How can I fix this?

Hi,

 I am facing the same issue. I can see a pencil beside my textbox. Did you find a way to remove it?

Smriti

[Forums] All forge components report "No stable version for your environment"

$
0
0

Hi Huerlem,

We also experienced this error when we were connected in more than one infrastructure and in PE.

The problem seems to be be gone now. 

Regards,

Daniel

[Forums] Leaflet: improve caching of map tiles, so they can be used offline

$
0
0

Hello Team, 

I am using Leaflet mobile plugin for showing maps, with Markers and layers.

I was pretty sure the tiles were getting cached and we could use them offline, but I find it is definitely not happening for iOS and is not very predictable for Android.

I Checked below plugin ,but not sure how to integrate in with my current Out systems solution

https://leafletjs.com/plugins.html#tile-load


Any help would be appriciated.


Thanks,

Preeti

[Forums] Need help in implementing Badge functionality in Native Mobile Application

$
0
0

Hi Team,


Need Help, I'm facing the same issue mentioned in the below post

Referred from: https://www.outsystems.com/forums/discussion/21580/pushwoosh-device-registeration-error/#Post88230


Followed all the steps mentioned in the FAQ and also incorporated the mentioned solution (above mentioned forum link), still I'm getting the below error while using the  RegisterDevice Action in Login Action flow.

Error Code: "3"

Error Message: "Failed to register device (status: "Stopped by in-app")"


Additional Information:

OS Platform: Version - 11

Latest Pushwoosh Plugin from Forge


Would appreciate any guidance/direction i could look into on this issue, or if I did indeed missed any helpful thread, would appreciate the link.


Regards,

Benjith Sam


[Forums] ToObject of a structure is giving issue while i am calling salesforce_query action

$
0
0


I am calling sforce_query action on salesforce connector plugin and the result i am trying to store in a structure. Here my table name and structure names are different. So i am getting the error like 

"Expected a Record of Order instead of Order_details this error"

Can any one help me on it. I think i am getting this issues creating ObjectList on sforce_query.

[Forums] All forge components report "No stable version for your environment"

$
0
0

Hi Daniel,

When accessing Forge in the browser it is normal not to see these messages because there is no compatibility check with your environment.

As for your screenshot is a behavior for when you are not connected in the environment.
Can you please try connecting again to see if the problem continues?



[Forums] AI-Assisted Development: Now in Service Studio Beta

$
0
0

It looks awesome! Will definitely try this! 

[Forums] Leaflet for mobile app

$
0
0

Thiago Zuquinali wrote:

Hi Preeti Kumari,


you alredy try this one?
https://stackoverflow.com/questions/39415777/click-event-to-enable-and-disable-layer-in-leaflet-js

Hello Thiago

First of all sorry for the late reply, Yes i have seen this link, but not able to figure out how to use this in outsytems with leaflet Mobile plugin.

Actually i have added Below code in Leaflet js plugin :

Syntax Editor Code Snippet

EncodeJavaScript(TileLayer.Name) + ".addTo(" + EncodeJavaScript(LeafletMapName) + ");" +

"Wells = L.featureGroup().addTo(" + EncodeJavaScript(LeafletMapName) + ");" +
"Runs = L.featureGroup().addTo(" + EncodeJavaScript(LeafletMapName) + ");" +
"L.control.layers(null, { 'Active store: Stores,'Active Grounds': Grounds}, { position: 'topright', collapsed: false })"+ ".addTo(" + EncodeJavaScript(LeafletMapName) + ");" 


and then creating Marker on this layers in my main screen by feting data from data base.


[Forums] ToObject of a structure is giving issue while i am calling salesforce_query action

$
0
0

I am calling sforce_query action on salesforce connector plugin and the result i am trying to store in a structure. Here my table name and structure names are different. So i am getting the error like 

"Expected a Record of Order instead of Order_details this error"

Can any one help me on it. I think i am getting this issues creating ObjectList on sforce_query.

[Forums] Mask not working in email

$
0
0

There could be two things

  1. You should check if the input field type is "Email", if it is "Email" change it to "Text".
  2. Have compared with the performance their email input on the example page? Download the demo page and compare with your screen.

[Forums] Dependencies issue

$
0
0

elie elias wrote: Not any specific reason for this condition but It is recommended by Outsystems Standard Theme.

e.g : LiverPoolTheme, DublinTheme and LisbonTheme

 Below screen shot for reference

Amit Verma 


Thank you it worked !


But i have one more question just to be clear.

What is the purpose of the below condition set at level layout.


SyntaxEditor Code Snippet

"InWebBlockPreview"="True"

elie elias wrote:

Dear Support team,

 

I am writing this email in order to get a clear feedback concerning an issue that happened with us earlier this week.

 

We have created an application using Top Menu template, which has by default dependencies from OutSystemsUIWeb.

Then I needed another component that exists in WebPatterns.

 

Apparently, the two modules contains under UI flows a section named “Content”.

So when we got two components from the two different modules, at runtime the load of some scripts failed (in our case SilkUI.js,SilkUiCommon.js).

When inspecting the page at runtime and error pops into the console (“SilkUI is not defined”).

 

We have figured a temporary solution, using another working application we have copied the JavaScript mentioned above and paste them into the JavaScript property at level module.

 

Is it related to using dependencies from different modules or what ?

 

Is that a viable solution ,what is the alternative clean way to solve this issue?

 

 

Please find attached the error.

Hi elie elias,

Please find the attached modified OML file.

The problem was that you were using a custom layout without some of Silk UI requirements.

You can create your own layout, but you need to have the WidgetsForLayout pattern on the layout, and also you need to have a container enclosing everything with a specific set of classes:


Hope this will help :)

Thanks,

Amit







[Forums] Change history of file in particular version

$
0
0

Hello Arkyadeep,

If I am understanding your client's requirements correctly, they want you to compare the changes done by two different developers on the same file even before any of them publishes their respective changes. There is no way to do this unless the changes are moved to central repository where versions are maintained.

In your case, probably first you need to explain customer how version control is done in OutSystems and share the various options available for post publish code comparisons via Lifetime or Service Studio. Yet if they are not convinced, you can ask them if they are aware of any such tool which supports their requirement. If they suggest any tool, then you can study its working, and if you really find it supporting such a thing then an idea referencing the tool can be submitted with OutSystems to provide such feature.

Thanks,

Junaid

[Forums] how to create a list records with no line separator in the reactive web app?

$
0
0

Hi Luciano,

You can remove the separator with this CSS:

.table-row td {
    border-bottom: none;
}

[Forums] how to create a list records with no line separator in the reactive web app?

$
0
0

looks like a CSS padding on the tr element or table-row class.

[Forums] Dependencies issue

$
0
0

You can use the Accordion pattern from Outsystems UI. You can achieve the same behavior of Silk UI's Section Expandable by settings the Accordion's "MultipleItems" property to true. As the name implies, this allows multiple items of the Accordion to be expanded at the same time.

[Forums] Dependencies issue

$
0
0

Aurelio Junior wrote:

Hi Elie,

I think it's a bad idea to mix Silk UI and Outsystems UI in the same app. Which component from Silk UI were you not able to find in Outsystems UI?

I have created my application from a top menu layout first, which has dependencies on OutsystemsUI, then i needed the section expandable that i did not find under Outsystems UI so i got it from WebPatterns.

And apparently, it needs the Silk UI.


[Forums] Reactive Web Apps Don't Seem to be Compatible with Many Existing Components

[Forums] Moving towards Progressive Web Apps (PWA)

$
0
0

Leon Verster wrote:

Hi, Gents

I see this was posted June 2017. Do you know if the idea has progressed at all since posting? Do know if there is a way to publish an OutSystems Web App as a PWA today?

Thanks

Leon


it's coming this 2020

Viewing all 1476385 articles
Browse latest View live


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