When I do install the widget (after clicking past the error ) it does seem to
install properly (accept for the fact that it does not fire up the config
activity automatically as if I think it should).  I also have a button on
the widget to call the config activity at anytime, but that does not work at
this time.  Incidently, if I do not have the activity declared as a config
activity, and have it set as the MainLauncher - and the activity works when
the app is started as a regular app.  If I then install it as a widget, the
button to fire that activity works as well.  So it seems my problem is
really in the way I'm declaring this activity as a 'Config activity'. 
Again, like this:


    [Activity]
    [IntentFilter(new[] { "android.appwidget.action.APPWIDGET_CONFIGURE" })]
    public class mIConfig : Activity

again, any help appreciated

Tim

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Setting-Configuration-activity-for-Widget-tp5506245p5526542.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to