View Single Post
Old 05-27-2011, 02:46 PM   #2164
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Quote:
Originally Posted by kartu View Post
Mark Nord
I vaguely recall "pictures" not working / fixing it in 1.x, but if that was NOT the case and I remember it wrong, finding the cause would be very interesting, since, if anything, menu manipulations in 2.x are done even later than in 1.x.
Can this, by chance, be related to not defining a parent property in
Spoiler:
Code:
				// Create prs+ containers ("Multimedia", "Games & Utils" etc)
				for (i = 0, n = customContainers.length; i < n; i++) {
					container = customContainers[i];
					nodeMap[container.name] = Core.ui.createContainerNode({
						title: coreL(container.title),
						kind: container.kind,
						icon: container.icon
					});					
				}

in core_ui_menu.js ?

[EDIT 2011.05.28]
Nope forget about this
[/EDIT]

Last edited by Mark Nord; 05-30-2011 at 03:16 PM.
Mark Nord is offline   Reply With Quote