Search found 13 matches

by Fabrice Geay
Tue Oct 01, 2013 6:59 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG-HTML] Off line
Replies: 8
Views: 6768

Re: [RPG-HTML] Off line

I have solved my issue with Jurgen.
First point :
I did not reference the resources properly.
my code :<script type="text/javascript" src="table_CATEGORIE.js"></script>
Correct code : <script type="text/javascript" src=" app/resources/ table_CATEGORIE.js"></script>

Second Point :
Sometimes it ...
by Fabrice Geay
Tue Oct 01, 2013 5:18 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG-HTML] Off line
Replies: 8
Views: 6768

Re: [RPG-HTML] Off line

Thank you Mark,
see in attachment my schema and the <root>/LongRange/Resources folder.
But when i refresh my schema on the iPad, this does not work.
What i have miss ?
by Fabrice Geay
Mon Sep 30, 2013 6:34 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG-HTML] Off line
Replies: 8
Views: 6768

Re: [RPG-HTML] Off line

I am not into the beta testing group, so my request is for the existing offline examples.
by Fabrice Geay
Mon Sep 30, 2013 5:09 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG-HTML] Off line
Replies: 8
Views: 6768

[RPG-HTML] Off line

In the offline mode, i would change the HTML page to add images and css. Can i do that and how ?
by Fabrice Geay
Fri Jun 14, 2013 5:39 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) How to change the description of the menu dynamically?
Replies: 2
Views: 3512

Re: (RPG) How to change the description of the menu dynamica

Thank you Mark, I was hoping there was a solution not too complicated to implement.
So I will not use description.
by Fabrice Geay
Thu Jun 13, 2013 11:04 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) How to change the description of the menu dynamically?
Replies: 2
Views: 3512

(RPG) How to change the description of the menu dynamically?

I have make a menu like this :

screen1.PNG

-> Menu 1
--->Form View
description : xxxxxxxxxxx
--->Form View
description : xxxxxxxxxxx

I would like change the description for help users.

Example :
If the user is authorized to access file in read / write, I want this in the description:
You ...
by Fabrice Geay
Tue Apr 16, 2013 11:49 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Multi-language app
Replies: 10
Views: 10763

Re: (RPG) Multi-language app

Sorry for the delay,

Thank you Mark and pascal, for your help. You have solved my issue.

I use the CURRENT-DEVICE-SYSTEM-LANGUAGE parameter for determined which message file I use for my app.

And the link to the doc help me.
by Fabrice Geay
Wed Apr 10, 2013 5:58 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Multi-language app
Replies: 10
Views: 10763

Re: (RPG) Multi-language app

hi,

Actually, I only use the LRNGImagesPath in my code.
by Fabrice Geay
Tue Apr 09, 2013 7:55 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Multi-language app
Replies: 10
Views: 10763

Re: (RPG) Multi-language app

Hi marck
if I understand correctly, the variable ClientLanguage found in the SystemInfo can not be read directly to determine the language used on the iPad.

In the EXAM0011, it uses a LRNG_GetSystemValues ​​with CURRENT-DEVICE-SYSTEM-LANGUAGE parameter.

This is what I need.
thank.
by Fabrice Geay
Tue Apr 09, 2013 5:44 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Multi-language app
Replies: 10
Views: 10763

Re: (RPG) Multi-language app

hy,

I have updgrade my LongRange for use the ClientLanguage.
But the value of ClientLanguage is always '001-000-00' even if i change the default language (My iPad had a French Configuration) to English i have always '001-000-00'.