View Single Post
Old 08-07-2013, 07:01 AM   #974
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by nasser View Post
When we exit apps executed by a Kual button, we are returned to home screen.
How to make apps exit directly back to Kual menu? Is there a Kual.cfg option?
There's a non-suicide option I think now.

Gimme ten minutes

EDIT: OOOoookay I am a bit rusty.
Took me this long to get the device hooked up.
Working on it.

EDIT: And this long to remember to turn on USBNet and to punch a hole in the BBB.


AAAAnnd finally having now read back up on the release notes.

https://bitbucket.org/ixtab/kindlela...ELOG.txt#cl-28

Tells us No suicide json key - "exitmenu":false

So I will give that a quick test


FINAL EDIT:


So yeah.

Code:
{
			"items": [
		{"name": "9 mens Morris", "priority": 1, "action": "bin/morris"}
	]
		}
becomes:

Code:
{
			"items": [
		{"name": "9 mens Morris", "priority": 1, "exitmenu": "false", "action": "bin/morris"}
	]
		}
For that kind of thing.


TESTED AS WORKING
That took an hour? really? dang

Last edited by twobob; 08-07-2013 at 08:04 AM.
twobob is offline   Reply With Quote