View Single Post
Old 02-24-2012, 10:38 AM   #3433
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Ah...
I regarded IM as InternalMemory = the hidden '/'
Working now.

Another question (I know, I'm jabbering):

I try to produce a message when activation a function with ActionLauncher. This is no problem when using
Code:
Core.ui.showMsg(Core.lang.L("MSG_RESTART"));
in standard_actions.

When I try to produce my own message with
Code:
Core.ui.showMsg(Core.lang.L("MSG_ERROR_LOG_ON"));
this does not work. Of course there is a new line under StandardActions in lang.ods which goes like that:
Code:
MSG_ERROR_LOG_ON | english text | german text | ... |
In the second case there only occur the message 'MSG_RESTART'. No logging of missing translation.

A.
Analogus is offline   Reply With Quote