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

[Forums] Creating a move feature on a table

$
0
0

Daniël Kuhlmann wrote:

Hi Daniel,

Why not use existing Forge component Drag-n-Drop-Sortable List, there is a demo app that can also be downloaded. It works on table records and List records.

Regards,

Daniel

I have previously had a look at this forge component but unfortunately I ran into two major issues one was I could not download it to Outsystems and the second being that the project says it does not want drag and drop functionality as it is quite fiddly and up and down arrows are better.



[Forums] Overriding FontFace in FactoryUI

$
0
0

Hi,

I am having an issue with the '@font-face' class in the FactoryCommonUI stylesheet.

The source for this class is - 

SyntaxEditor Code Snippet

 src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

This is not working in China and I am trying to figure out a way to bypass this being used or to override it, is this possible?


Thanks,

Ben

[Forums] Getting error while sending the email from personal environment

$
0
0

Hi again Rajendra koranga,

I got it working with smtp.gmail.com, port 587. In addition to that, I also needed to do what I wrote on my last post (allow less secure apps and unlock captcha). Have you tried this solution?


Regards,

André

[Forums] Automatic logout of early opened tab.

$
0
0

Hi Ellakiya Selvadurai,

Shashi is right, what you achived is to close the first tab. I think for that you must use JavaScript solution


Regards

[Forums] SilkUI Homepage

$
0
0

Manish Jawla wrote:

Yes, Ricardo, i will try to do the same but if it doesn't work, do we have any other alternative?

Regards,

Manish J

Ok!

What are you trying to do? You don't want to anonymous enter in? If it's that you can use the CheckRole (in the example is the registered role) in the beggining of your preparation and decide what to do:

Or can use the CheckAnonymousRole and work around.

[Forums] Use Javascript to get sum (avoid calling an action)

$
0
0

Hi Jim,

Unfortunately, what you're trying to do is not the "OutSystems way" of doing things. OutSystems is a low code toolchain, and you are trying to bolt "high code" onto it. On today's modern infrastructures, there's hardly any reason to not call an Action to avoid some (very, very slight) overhead.

What you should do instead: set the On Change Property of both Inputs to a Screen Action. Inside the Screen Action, sum the two numbers, and assign it to SumTable.List.Current.Sum.Total. Then Ajax Refresh the Total Expression.

[Forums] SilkUI Homepage

$
0
0

Yes, Ricardo, i will try to do the same but if it doesn't work, do we have any other alternative?

Regards,

Manish J

[Forums] Project documentation from outsystems

$
0
0

My 5 cts.

This component works only it .NET stack.

Regards


[Forums] Getting error while sending the email from personal environment

$
0
0

Ricardo Pereira wrote:

Rajendra koranga wrote:

Ricardo Pereira wrote:

Hi,


Try to go to this link, authenticate with the account that you are using in Service Center e inactivate that option that appears: https://myaccount.google.com/lesssecureapps


For what I saw is here.


Regards,

Ricardo

Thanks Ricardo,

I have turned on the Allow less secure apps, but no luck.

Error sending email 13: connection failed
   at #Cuc.#Buc.#Auc(String smtpserver, Int32 smtpserverport, #Muc authType, String username, String password, String mail, String from, String to, String cc, String bcc, Int32 sendTimeout, Int32 receiveTimeout)
   at OutSystems.Scheduler.Core.EmailJob.#auc()
   at OutSystems.Scheduler.Core.EmailJob.Execute()
   at OutSystems.Scheduler.Core.SchedulerProducerConsumer`1.Execute(Job job).


Thanks

Rajendra Singh


Hi Rajendra,

I think that it need to be turned off and no turned on. 

For what I read online, just for have sure, you put your user complete (******@gmail.com)?


Best regards,

Ricardo


Thanks Ricardo,

Its working now and  Allow less secure apps is on. with off is not working

Thanks

Rajendra Singh


[Forums] How to use timeline Item for form progress generation

$
0
0

Hi,

Please anyone tell how to use timeline item(in outsystems UI) for determining the progress of a form and the icon colour change.


Thanks

[Forums] Project documentation from outsystems

[Forums] Creating a move feature on a table

[Forums] update icon in the google play console and itunes connect

$
0
0

I don't think there is. The icon is inside the package, afaik.

[Forums] NULL is NOT 0 - OS drawback?

$
0
0

Thank you very much Sir,

# I 'll check this interesting information:

 I have a column of type int(1), the value in the range -9 to 9, are are valid.

This is in DATABASE. In OutSystems, the value will be an Integer or Long Integer, and the range will be different (https://success.outsystems.com/Documentation/10/Reference/OutSystems_Language/Data/Data_Types/Available_Data_Types)

# and may use this solution:  like assuming that -99999999 is not valid anymore

# Using extra field is not favorite as  it will double up the number of columns.


My 2 cents on NO null: Outsystems is very fast, but when it needs to integrate with legacy systems (Not Outsystems), i found this NO NULL (include 1900 datenull) will be a bottleneck.. isn't it the slowest step of a reaction determine the rate of the reaction?


regards






[Forums] Getting error while sending the email from personal environment

$
0
0

André Dinis wrote:

Hi again Rajendra koranga,

I got it working with smtp.gmail.com, port 587. In addition to that, I also needed to do what I wrote on my last post (allow less secure apps and unlock captcha). Have you tried this solution?


Regards,

André

Thanks Andre, its working now i have not tried captcha one


Thanks

Rajendra Singh


[Forums] Stop bounce effect from list/Tab bar contents

$
0
0

Hello Lee,

Please, could you explain better what you want to achieve and what is the problem?
I am not able to understand your requirement...

Images or schemes may help clarify what you need.

It seems that you want to the list to go to the TOP item once the user stops scrolling?
Or is the contrary?

Also, is this mobile or web?

Cheers.

[Forums] Geeting text from BLE device

$
0
0

I am trying to get a text value from a BLE device.

In the device, i set the value of the characteristic to "test_poc". When i use other apps, i get the value (0x) 74-65-73-74-5F-70-6F-63, and this, translated to ASCII is "test_poc". 

But when i use my Outsystems app, the value i get is 116. Should i create a JS function to decode? but this string is not in  hex format i think... 

Any help?




[Forums] Impact Analysis in preview

$
0
0

Hi Antu,

If there's no Impact Analysis button, that means there's no BPT process inside the eSpace. Are you sure you are looking at the right Module?

[Forums] update icon in the google play console and itunes connect

[Forums] update icon in the google play console and itunes connect

$
0
0

So then your question has nothing to do with OutSystems?

Viewing all 1476385 articles
Browse latest View live


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