Search found 93 matches

by soapagent
Wed Jul 11, 2018 11:11 am
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG/RDMLX]Retrieve Device name
Replies: 10
Views: 16659

Re: [RPG/RDMLX]Retrieve Device name

Would this work from a VLWEB Widget?

var device = this.q_getSystemValue("DEVICE-NAME");
by soapagent
Mon Jul 09, 2018 4:19 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Longrange container
Replies: 6
Views: 7864

Re: Longrange container

Exactly what I needed. Thanks Jason.

Cheers
Jim
by soapagent
Thu Jun 28, 2018 5:33 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Longrange container
Replies: 6
Views: 7864

Re: Longrange container

Thanks Jason

I've implemented your suggestion and it does what you suggested - it pops up the system menu.

Is there other commands available - eg can I do something like:

#com_owner.SwitchToFormView Named("BOSMB0000")
#com_owner.SwitchRequestPROGRAM := 'BOSMB0000'
#com_owner.SwitchRequestACTION ...
by soapagent
Thu Jun 28, 2018 9:36 am
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG/RDMLX]Retrieve Device name
Replies: 10
Views: 16659

Re: [RPG/RDMLX]Retrieve Device name

Thanks Jason, I'll have a play with that as soon as I can.
by soapagent
Thu Jun 28, 2018 9:34 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Longrange container
Replies: 6
Views: 7864

Re: Longrange container

Jason

In my application the longrange container hosts a number of apps. It provides a sign on page, then a menu of apps most of which are longrange apps so I have no issues with them. Our newer apps are VLWEB, I have a longrange page with a full screen webview. Only the longrange title bar with the ...
by soapagent
Sat Jun 23, 2018 7:36 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG/RDMLX]Retrieve Device name
Replies: 10
Views: 16659

Re: [RPG/RDMLX]Retrieve Device name

New system value DEVICE-NAME for getting the name of client device

How does this work. Is this a system value like *DEVICE-NAME? I found q_getSystemValue in the docs but how do I access this in RDMLX?
by soapagent
Sat Jun 23, 2018 7:30 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: Longrange container
Replies: 6
Views: 7864

Longrange container

I have a VLWEB application running in a webview in longrange. The user initially signs on to a longrange page then goes to the vlweb from the menu. If the session expires I'd like to go back to the longrange page but this would require the vlweb app to signal an event that would be heard by the ...
by soapagent
Mon Jun 18, 2018 9:53 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX WebView
Replies: 5
Views: 7543

Re: RDMLX WebView

Jason

Doh! All fixed now. I'd missed out q fit to width on my appbar in the layout.

Thanks for your help.

Jim
by soapagent
Thu Jun 14, 2018 8:28 am
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX WebView
Replies: 5
Views: 7543

Re: RDMLX WebView

Jason, this is on ios (ipad)
by soapagent
Wed Jun 13, 2018 4:02 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: RDMLX WebView
Replies: 5
Views: 7543

Re: RDMLX WebView

OK, I've found a setting in VLWEB 'Allow Zoom In' which I've set to No so now zooming is disabled. Which is great. I can still slide the whole page to the left or right with my finger (it then bounces back). How can I disable this behaviour?