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

[Ideas] Warning message {is never used} required for variables

$
0
0

Hi Team,


OS didn't send any validation message (warning message {is never used}) when we use any local variable,Input Variable  which is not in use , though when we use any action it through a validation message which is not in use. So if we add such message while adding variable this will add value while development.


Thanks & Regards

Manish P


[Ideas] More control over the solutions in ServiceCenter

$
0
0
It would be nice for instance to be able to define wich version of a particular component is to be shipped with a solution.

[Ideas] Tool to upgrade from SilkUI to OutsystemsUI

$
0
0

Hi Team


Recently we had a customer who built apps on version 10.x and decided to upgrade their environments to V11. The biggest task for us with this upgrade was converting the apps that were using SilkUI widgets to their matching OutsystemsUI counterparts (Following this article).


Are there any plans to release a tool that would help us somewhat automate this process?


Regards,

   Carlos Lopez S. Jacome



[Ideas] Modular Service Studio - move frames around

$
0
0

It would be nice if you could make the Service Studio frames movable so programmers can move them around the screen, including moving the 4 layer tabs independent of the frames below it.   


(similar how Eclipse allows you to place frames anywhere to your liking)


Example: I have to keep dragging my center bar back and forth to see the debug button. Make the 3 objects in that frame responsive so when the frame is compressed, they become stacked.  (see attachment)

[Ideas] Service Studio debugger: Step Into improvements

$
0
0

When debugging a Module, it's possible to use Step Into to execute assignments one by one (instead of executiong the entire Assignment Statement at once). This is a great feature, but it could use some improvements:

  1. There's no visual clue this happens. The "cursor" (arrow) stays on the Assignment Statement node, until the last of the assignments has been executed. It would be great if the Assignment would open in the Property Pane (where it normally opens when clicked), with the cursor/arrow pointing at the currently executed line.
  2. The Step Into steps into everything, including User Functions. If the first assignment uses a User Function, that Function is stepped into directly, which can be confusing. So if 1 above is implemented, SS should first show the cursor at the first assignment, before executing anything. Also, it should then be possible to use Step Over / Step Into / Step Out having a scope for that Assignment Statement (so Step Over executes the current assignment, Step Into steps into the first User Function, Step Out executes all assignments and returns the cursor to the next Statement to execute).
  3. If 2 is implemented, also make sure to select (or otherwise mark) the User Function, if any, so it's clear what the user is going to Step Into. If there are multiple User Functions, they should be marked one after the other.

EDIT: The above should also go for Structure/List mappings.

[Ideas] Outsystems Installation on premises tutorials

$
0
0

Outsystems Installation on premises tutorials is needed to be available in the courses. Installation is the first step for any developer to start.

[Ideas] New Query Tab to allow Test Queries any time

$
0
0

Hello,

New Query Tab, To allow developers to write and test queries and see the output in real time like in SQL server and mySql ect... 

It would be without Output Structure mandatory option, to speed things out. 

Thanks for reading..

Cheers. 

[Forums] Export image to excel?


[Forge] QRious - QR Code Generator

$
0
0
A JavaScript library that generates customizable QR codes using plain JavaScript and HTML5 canvas. It is completely written in JavaScript with no third-party libraries like jQuery. It is lightweight, it has a flexible API, and it can be easily customized to your needs.

[Forge] Animated Dynamic Color Pie Chart

$
0
0
A circle chart or pie chart with percentage values and a smooth transition by using JavaScript.

[Forums] My input datetime different with database datetime

$
0
0

Hi Bhetrand,

Most likely your server time and your client device time is on different time zones. 

One way of doing this is to keep the dates stored in database as is and every time you process/display  these dates to UI you have to convert it to your client device's time zone using this forge component https://www.outsystems.com/forge/component-overview/2199/timezonereactiveutils

Another way is you convert all your dates to client device's time zone which to me is not advisable. As there are more things you need to consider like converting the result of CurrDate() or CurrDateTime() every time you use it and also the schedules of your timer.

Thanks,

Arnold

[Forums] My input datetime different with database datetime

[Forums] My input datetime different with database datetime

$
0
0

Additional,

It will affect on my program when the date time input is 14 Jun, 5:00 AM, then in the database it will appear 13 Jun, 22:00 PM. 

[Forums] My input datetime different with database datetime

$
0
0

Hello All,

Currently im building this app, and in this app it have input with Date Time type,

Example : in the input like this,

but in the database it saved as 

it having different 7 hours ago,
My question is, how to saved the date time input to database same as the input.
So, if the input is 08:31, then in the database it also show 08:31,not 7 hours ago.

And if possible, can you share the simple oml about this?
Thankyou verymuch guys!!

Best Regards,
Ran

[Forums] how to implement plugins?

$
0
0

Is there any documentation on how to implement it?

Because when I try to run it I get html2canvas is not defined.


[Forums] Export image to excel?

$
0
0

Thanks. So can you show me how to import image from excel to outsystems?

[Forums] how to implement plugins?

[Forums] how to implement plugins?

$
0
0

Hello,

I am making a reactive app where I have a receipt in html and I need to convert it to an image. how do i do it (beginner).

[Forums] Reactive accessibility set focus issue

$
0
0

Hi Dorine 

Thanks for the reply. 

Well in my application I have a wizard ,for example, which comprises of a screen. Within this screen there is a web block and within that web block there are several web blocks - each one presented to the user depending on what navigation item is selected. I am trying to use the  SetFocus action  within each one of these web blocks in an event (I have tried OnReady(), OnRender() and OnAfterFetch() but no luck. In some of the web blocks I 'm not waiting for data I just need to set focus to an input box but I cannot do this. 

[Ideas] Change of Layout in Theme should apply on existing screens.

$
0
0

In Service Studio, Sometimes we realize to use SideMenu Layout or Blank Layout for the whole screen and modify the Layout in Theme Properties. It helps to get updated layout for the new screens but existing screens remains with old layout and that requires additional efforts to make then consistent. 

So, in Service Studio we can ask the developer if they want to apply updated layout to all screens or new screens and accordingly can perform the action. 


Please share your opinion as well if you faced such challenge while working. 

Viewing all 1476385 articles
Browse latest View live