Search found 6 matches

by Marco
Fri Jun 27, 2014 12:57 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Hiding Native Title Bar
Replies: 3
Views: 2695

Re: Hiding Native Title Bar

Thanks Paul.

I'm curious, what does this line do?

Code: Select all

*Request the Schema to be revisualized in Request_Revisualize_Schema subroutine
#LRNGSERVICES.SetSystem Name('SYS-REQUEST-REVISUALIZE-SCHEMA') To('Y')
by Marco
Thu Jun 26, 2014 1:56 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Hiding Native Title Bar
Replies: 3
Views: 2695

Hiding Native Title Bar

Is there any updated documentation on how to hide the native title bar in LR (LANSA)? Also, any examples on changing the other attributes like the colour of the bar?
by Marco
Tue Feb 18, 2014 5:18 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Offline External Invocation Handler
Replies: 8
Views: 5585

Re: Offline External Invocation Handler

Hi Marcus,

I just verified that this also works as a link in an email. I went in airplane mode and was still able to launch LR from the email client.
by Marco
Tue Feb 18, 2014 4:28 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Reading web view content from LongRange container
Replies: 4
Views: 3566

Re: Reading web view content from LongRange container

I may have answered my own question about this. I was able to set the document.location.href using javascript in a webview inside a Long Range form and use the longrange:// protocal to call the external invocation form to navigate to another native LR form. This also gives the benefit of being able ...
by Marco
Tue Feb 18, 2014 4:25 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Offline External Invocation Handler
Replies: 8
Views: 5585

Re: Offline External Invocation Handler

Hi Marcus,

I was able to accomplish this by setting the Invocation Form to be offline as well as the other form that you will navigating to. That said, I wasn't doing it from an email, but from a webview from inside Long Range.

Thanks,

Marco
by Marco
Wed Feb 05, 2014 1:58 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Reading web view content from LongRange container
Replies: 4
Views: 3566

Re: Reading web view content from LongRange container

Adding to Siyaman's post, we would realistically also want to be able to use Javascript to take information from the webview itself and write it to the LongRange container to be passed to the next Native LongRange form when triggered. The idea is to be able to farm out the authentication process to ...