App Translator

403 views
Skip to first unread message

J.M.

unread,
Mar 20, 2015, 6:17:33 AM3/20/15
to suppor...@runmyprocess.com
Hi,

I'm trying to use App Translator, and reading the documentation about it. I have created a new version in production mode of my "main" project and the child projects. I'm the correct access rights too. But...

How can I see "App Translator"? I've found any information saying that it should be visible on my Homepage, but I cannot see it.

How can I access this app?
How can I put an Application into my Homepage?

Regards.

Shobhit Tripathi

unread,
Mar 20, 2015, 6:49:38 AM3/20/15
to suppor...@runmyprocess.com
Hi,

You can find this application into your account with the name of "RunMyProcess - App Translator" .

You have to check in the design of the WI (tab implementation) the option "Publish to the homepage" :
option "WEB" if you want that the WI is added on the homepage for the web.

Note: This will work only on LIVE.

Kindly let us know if you have any query.

-- 
Thanks & Regards,
Shobhit
Fujitsu- RunMyProcess



--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/4e97df8f-4b8a-46b7-a483-3f9441c6e2a5%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.




Message has been deleted

Shobhit Tripathi

unread,
Mar 20, 2015, 7:02:19 AM3/20/15
to suppor...@runmyprocess.com
Hi,

Please find the attached screenshot.

-- 
Thanks & Regards,
Shobhit
Fujitsu- RunMyProcess


On Fri, Mar 20, 2015 at 4:26 PM, <javiermm...@gmail.com> wrote:
Hi,

Sorry, but I don't see the option  "Publish to the homepage" :
option "WEB".

Could you attach some screenshot, please?
homepage.png

javiermm...@gmail.com

unread,
Mar 20, 2015, 7:06:46 AM3/20/15
to suppor...@runmyprocess.com
Hi,

I've found the App Translator project, but it is not shown on my homepage, and the publish to the homepage option is not shownneither in this project. So...
1.- How can I put the App Translator on my Homepage?

I've tried to publish another project too, and in this case, the option is available, but even if I check the option, the application is not published.
2.- How can I publish another project?
Besides, if i would want to change the picture of an application shown on the homepage...
3.- How can I do that?

Could you attach some screenshot, please?

On Friday, March 20, 2015 at 11:49:38 AM UTC+1, Shobhit Tripathi wrote:

Shobhit Tripathi

unread,
Mar 20, 2015, 8:25:48 AM3/20/15
to suppor...@runmyprocess.com
Hi,

1. Yes, this is because you can not change the design of the default Application.
In default app "RunMyProcess - Homepage" once you launch this on LIVE mode you can find this app on Administrator section.

Note: For the user to see the icon of the application, he/she needs to have the User Access right on the project that contains the application- In order to display an icon under a section, you need to tag the interface with the name of the section. Each time you tag an application with a different tag, a new section containing the icon of the application is created.

2. Once you use the option "Publish the Homepage" you can see this in LIVE mode. Make sure you have moved your application into the LIVE/Production mode. Then only you are able to see the specific WI on Homepage.

3. If you are using our default home page, then you can set thumbnails of each web interface from its implementation tab. You can refer to our documentation here : http://docs.runmyprocess.com/User_Guide/Development_Environment/Toolbox/Web_Interfaces/Web_Interface_Implementation_Tab

Below is an extract of its documentation :

 Thumbnail
Allows you to specify a thumbnail (small image) for your web interface. This image will be displayed in the default Homepage <http://docs.runmyprocess.com/Developer_Guide/Web_Interface/User_Experience/Homepage>. 
You can either upload a new picture or use the predefined images (see table below).

For more information please refer this link: 


-- 
Thanks & Regards,
Shobhit
Fujitsu- RunMyProcess

jess...@gmail.com

unread,
Mar 20, 2015, 8:57:25 AM3/20/15
to suppor...@runmyprocess.com
Hi,

I have same issue. I can change a favicon, but I can't change thumbnail.

Attach image.

Regards,

Jessica
Icon.png

Pray Desai

unread,
Mar 20, 2015, 3:26:09 PM3/20/15
to suppor...@runmyprocess.com, jess...@gmail.com
Hi Jessi,

Have you updated JS and CSS used in this Homeage web interface to latest ones ?

Favicon works only with our latest JS and CSS.

Open the design of web interface "Homepage", update the JS used in "BUILD APPLICATIONS ICONS" js widget, remove existing code and copy js in below doc   :



Regards,
Pray Desai,
Fujitsu RunMyProcess.

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.

J.M.

unread,
Mar 23, 2015, 4:27:51 AM3/23/15
to suppor...@runmyprocess.com, jess...@gmail.com
Hi,

Thanks Pray and Shobhit.
Finally i have added the user to the AppTranslator-user role, and update the CSS and JS for renewing the homepage.

However, Now I have another doubt.
I have created two new dictionaries on App Translator (Spanish and English), and each element which has an identifier is included as a new entry on the dictionary, but I have a custom list and the lines of this list are not included. So my question is:
How can I add the elements of a custom list as new entries of my dictionary, for translating them?

I've seen this on the documentation:
${i18n('text_id', 'value')}

text_id : the key id
value : the translation that will appear in the designer dictionary.

But I have no idea where should I write it. I've tried to put it on the post loaded script propertie of my list widget, but It's not working (I have checked it, making a new version of my projet). I've written something like this:
${i18n('id_alta', 'Alta')};
${i18n('id_media', 'Media')};
${i18n('id_baja', 'Baja')};

So How can I translate them?

Regards.

javiermm...@gmail.com

unread,
Mar 25, 2015, 7:35:23 AM3/25/15
to suppor...@runmyprocess.com, jess...@gmail.com, javiermm...@gmail.com
Please. I still have the doubt.

How can I translate words that aren't in the widgets, like some words added in an html tag (p, a, h1, h2, h3...), custom lists options, etc.

I hope some advices,

Regards

jessi mj

unread,
Mar 26, 2015, 3:33:21 AM3/26/15
to suppor...@runmyprocess.com
Hi,

I have the same question thah before post.

I would like to translate html tags. In my project I have  tags <h1> and <li> inside to <ul> How can I to translate this?

Thank you and regards,

Jessica

jess...@gmail.com

unread,
Mar 30, 2015, 3:21:04 AM3/30/15
to suppor...@runmyprocess.com, jess...@gmail.com, Sweta Suman, Pray Desai, Tejas Laddha
Hi,

"Please. I still have the doubt.

How can I translate words that aren't in the widgets, like some words added in an html tag (p, a, h1, h2, h3...), custom lists options, etc.

I hope some advices, "

"Hi,

I have the same question thah before post.

I would like to translate html tags. In my project I have tags <h1> and <li> inside to <ul> How can I to translate this?"

Can anyone help me??

Regards,

Jessica

Shobhit Tripathi

unread,
Mar 30, 2015, 3:25:36 AM3/30/15
to suppor...@runmyprocess.com
Hi Jessica,

I will check and let you know.

-- 
Thanks & Regards,
Shobhit
Fujitsu- RunMyProcess

Regards,

Jessica

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.

javiermm...@gmail.com

unread,
Apr 7, 2015, 6:13:47 AM4/7/15
to suppor...@runmyprocess.com
Hi again,

Is there any news about the "how to translate HTML widget" problem?
I still am very interesting in this point.
And I need to know also how to translate de elements of a custom List, because AppTranslator only translates the default message of selection.

Any suggestion?

Regards.

Shobhit Tripathi

unread,
Apr 7, 2015, 7:24:13 AM4/7/15
to suppor...@runmyprocess.com
Hi,

Apologies for delay.

I forwarded this to core team. And will let you know for further updates soon.

Shobhit Tripathi

unread,
Apr 7, 2015, 11:39:45 AM4/7/15
to suppor...@runmyprocess.com
Hi,

You can not translate the custom list variable (Label/Value).

In this scenario, you have as many lists as languages you needed and then you have to charge them in the application at run-time using JavaScript.

Like an example: When you open an application using a selected language, on the URL of the application you will find a property like P_language=en
 and charge them in the application at run-time using JavaScript for example, depending on the selected languageThis is used to load an application in English. So if you gather this  value from the URL, you can create a new function which will switch the URL's that you should set in your code to load the correct list according to the selected language.

In order to load the list, you can use the Javascript SDK.

Same for tags in your application. This values cannot be translated.

Hope this will helps you.

-- 
Thanks & Regards,
Shobhit
Fujitsu- RunMyProcess

Javier Martín

unread,
Apr 8, 2015, 3:00:27 AM4/8/15
to suppor...@runmyprocess.com
Hi Shobhit,

So, if I've understood well, you are referring to make a dynamic custom list, right?. I had thought this option could be a solution, but I don't know how to do it. I mean, reading the doc I have seen that It's necessary to use the field List URL, and build a URL for the list, but there are some things I'm not getting:
1.- How I build the URL? Which are the rules to build them? What syntax is needed? RMP doc only gives a couple of examples.
2.- From JavaScript, How can I change the list? Is there any function that reload a particular part of the Interface from a URL? I mean, when in my JS code I have the decission of the lenguage, How can I change the List?
if language == english then
     //Put english list. How?
else
     if language == spanish
          //Put spanish list. How?

In order to do the same with HTML tags, I guess I need to have one HTML widget for each language, and a JS widget that enable or disable them, depending on the language variable, right? But I don't want to hide the widgets I'm not using, I want they don't exist in my HTML so, something like a "display: none" from JS can be a patch, but it's not a solution. How could I do this?

Thanks and Regards.

You received this message because you are subscribed to a topic in the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/Kgu70IFFbjw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
Reply all
Reply to author
Forward
0 new messages