View Single Post
Old 04-12-2013, 06:29 PM   #716
stepk
Groupie
stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.stepk ought to be getting tired of karma fortunes by now.
 
Posts: 165
Karma: 593460
Join Date: Oct 2012
Device: K5 B011 5.3.2.1
changed sorting default

Kual 0.5 update. I have reworked the sorting options a bit. So now ABC sorting affects just the top-level menu and leaves the order inside each sub-menu intact as originally set by the menu author. So authors can add some visual impact to their menus
Spoiler:

ASCII art by Elissa Potier on www.chris.com, trivially converted to a JSON menu by me
Code:
{
	"items" : [
		{
		"name" :"Cheers!",
		"items" : [
			{"name" :"   *      *    .   *    .","action":":"},
			{"name" :"        ..  *    o","action":":"},
			{"name" :"      o   *  .    *","action":":"},
			{"name" :"        ________","action":":"},
			{"name" :"       (________)","action":":"},
			{"name" :"       |    o   |","action":":"},
			{"name" :"       | o    o |","action":":"},
			{"name" :"       |   o    |","action":":"},
			{"name" :"       | o    o |","action":":"},
			{"name" :"       | o  o   |","action":":"},
			{"name" :"       |      o |","action":":"},
			{"name" :"       ( o      )","action":":"},
			{"name" :"        \\   o  /","action":":"},
			{"name" :"         \\    /","action":":"},
			{"name" :"          \\  /","action":":"},
			{"name" :"           ||","action":":"},
			{"name" :"           ||","action":":"},
			{"name" :"           ||","action":":"},
			{"name" :"           ||","action":":"},
			{"name" :"           ||","action":":"},
			{"name" :"        ___||___","action":":"},
			{"name" :"       /   ||   \\","action":":"},
			{"name" :"       \\________/","action":":"}
			]
		}
	]
}

Multi-level alpha sorting is still possible by enabling its option in KUAL.cfg.
Attached Thumbnails
Click image for larger version

Name:	image-3.png
Views:	373
Size:	21.1 KB
ID:	104279  

Last edited by stepk; 04-12-2013 at 06:31 PM. Reason: cheers for my 100th post!
stepk is offline   Reply With Quote