View Single Post
Old 10-20-2006, 03:28 PM   #16
catslab
Newbie
 
Join Date: Oct 2006
Location: Toulouse
Posts: 6
Thanks,
seems to run a bit better.

In the skins action.xml and cfg I saw many getActiveArea(), getActiveScreen() and so on, ending in error.
Apparently, they need to be sourced as common.getActiveArea().

This way, if I only enable settings in pycar.cfg, I'm able to launch the frontend.
But it crashes with 'module' object has no attribute 'abstractlist'

It looks like it's in skins/deepsea/settings_actions.xml

Quote:
a= val( 'areas', 'logo_dialog' )
menu.abstractList.init( [ { 'title': x } for x in settings.xmlSettings.getValue( 'logos' )[ 1 ] ] )
a.init( "menu.abstractList, 0" )
a.setParams( _('Select logo from the list'), '', common.getActiveArea(), ('logo_change',item) )

Well I continue to check
catslab is offline   Reply With Quote