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

[Forums] HTML Latest Version

$
0
0

Outsystems generates HTML5 and CSS3 compliant code, not sure what you mean with support, since browsers actually need to support it not the platform itself

Best regards,

PC


[Forums] Deleting Template App Database

$
0
0

I have created an application using the 'Employee App Template', which is already connected to a database. I need to connect to a new external database with different data. Would I need to delete the template app's database? If so, how would I do that?

Upon creation of a new external database, would I connect to it using the Service Center?

Thanks.

[Forums] Infinity Scroll - Unknown native web feature

$
0
0

Hey Fabio

The reason I created the component is that the original (which this one in ECT_Provider is probably based upon) does not support multiple widgets on the same page

They should be similar

Best regards,

PC

[Ideas] automatic updation of dependancies

$
0
0

automatic updation of dependancies for daily updates in source file

[Ideas] Add sourceURL to Ajax loaded javascript to facilitate browser debugging

$
0
0

I was trying to debug the EditableTable in the browser to simulate user actions like click and found it practically impossible to debug the javascript behind the EditableTable because it is loaded via Ajax.

There is a thread at StackOverflow that describes how to tell the browser to show these scripts as files in the debugger so they can be found and stepped through:

https://stackoverflow.com/questions/13129904/how-do-i-debug-javascript-which-was-loaded-via-ajax-specifically-jquery

If OutSystems could add these sourceURLs to the dynamically loaded javascripts, it would make developers' lives MUCH better! :)

[Forums] Problem with "Error fetching Cordova plugin"

$
0
0

Remco Dekkinga wrote:

Hi Thang Nguyen,

From the URL one should be redirected to the Github page with the plugin. In your case the url returns a 404 page, which means that the URL is not correct and you should change this URL to a working one.

I've googled the plugin and found the following URL: https://github.com/apache/cordova-plugin-dialogs.git

Take a good look at the dash between "plugin" and "dialogs". You can update this in the Outsystems Plugin eSpace > Module > Advanced > Extensibility Configurations > Change the URL in the popup.

Kind regards,

Remco Dekkinga


Hello Remco,

Can you show some screenshots to show how to navigate to the extensibility configurations as i am not able to find the extensibility configurations?

Regards

Mohit Aggarwal  


[Forums] Editable table Add Record event

$
0
0

Okay, upon further development, you don't need to refresh a container with the editable table in it, rather just refresh the fields within the table that you initialize to something other than the null equivalent. This will keep the new row in edit mode and you don't need to click it with javascript. 

The downside is that you'll have many more AjaxRefreshes, sure wish we could make a reusable screen action with these:


An additional upside is it eliminates the need for the extra script tag that checks for the window.clickLastRow and simplifies the click to be more similar to the button click above:

$('tr[isnew=true] > td > div > a.NewItem').click();

Finally, we have the benefit here of it working in all the browsers. :)

[Forge] BackupLTPermissions

$
0
0
Application to backup all the LifeTime permissions from your LifeTime.

[Forums] Problems making the Demo work

$
0
0

I followed the onscreen instructions for making the Demo work meticulously and received the following message:


Help!

[Forums] Deleting Template App Database

$
0
0

Hey Jamee,

Would you be talking about it?


Or do you wanna change it in runtime?


Anyway, you can't change the database connection in the model, because the connection string is encrypted.

[Forums] FIltering Table Help

$
0
0

I tried the SQL and I just could not get it to work. I believe it's currently just too advanced for me to do through SQL. I understand how to operate with SQL, but I just don't know enough about the language to get it do what I need.

For Example i know things like below


SELECT Name, LastName, City, DateOfBirth

FROM Table

WHERE City = Table


Or 


SELECT Genre

FROM Table

ORDER BY Genre


or SELECT FirstName || ' ' || LastName and so on.


Any other ideas? :(

[Forums] Is it the outsystems bug ? "B List" auto-created after converting json to a structure

$
0
0

An unknown "B List" created after converting Json to a structure (API consume).


The following shows these 3 object lists contains different attribute names.


A json file for this case is attached, I sincerely hope I can get help from here....

Many thanks in advance .

[Forums] Is it the outsystems bug ? "B List" auto-created after converting json to a structure

[Forums] Is it the outsystems bug ? "B List" auto-created after converting json to a structure

[Forums] Is it the outsystems bug ? "B List" auto-created after converting json to a structure

$
0
0

Hi Buddy,

It is a known "feature" of the REST consume that the Platform tries to merge Structures that look similar. I'm not too happy with it either, and would love to see it fixed.


[Forums] Read and Validate token

[Forge] Timezone Converter

$
0
0
Provides tools to convert datetime values to the correct user's timezone

[Forge] Slack Connector

$
0
0
Generic connector for integration between Slack and Outsystems.

[Forums] HighCharts (Pie) defining color.

$
0
0

I have completed everything described above. Do I have to set the DataSeriesName for each DataPoint prior to adding each Name/Color record? Within the preparation, I do not think my assignments are correctly referencing the DataSeriesName.

[Forums] Message Queueing in Outsystems

$
0
0

Hello,

I need to integrate a RabbitMQ with an application in Outsystems.

Does anyone knows any tool to do this integration?


Greetings,

FC

Viewing all 1476385 articles
Browse latest View live