Re: [mono-android] SPAM-LOW: Passing a class between classes

2011-11-21 Thread Karl Heinz Brehme Arredondo
OoopsŠ The above below things are just loud self thoughtŠ From: Karl Heinz Brehme Arredondo Reply-To: "monodroid@lists.ximian.com" Date: Mon, 21 Nov 2011 18:38:53 -0200 To: Cc: "monodroid@lists.ximian.com" Subject: Re: [mono-android] SPAM-LOW: Passing a class betw

Re: [mono-android] SPAM-LOW: Passing a class between classes

2011-11-21 Thread Karl Heinz Brehme Arredondo
Hi Paul, The above things are just loud self thoughtŠ I'm not doing a real thing yet on Monodroid just on MonoTouch that I think it's possible but on my old android tests: OnCreate is like Form1_Load on Windows, so the event than run after the initialization and constructor of the form class. As

Re: [mono-android] SPAM-LOW: Passing a class between classes

2011-11-21 Thread Paul F. Johnson
Hi Karl > If xmlhandler is an activitie, and if i'ts not possible to add an overrided > constructor with Common as a parameter, you can make common data as public > property on xmlhandler and construct it "by hand" putting there the value.. This is the problem - I'm not exactly sure how to overri

Re: [mono-android] SPAM-LOW: Passing a class between classes

2011-11-21 Thread Karl Heinz Brehme Arredondo
How do you instantiate xmlhandler in the caller? I think there can exist in the caller: Common data = new data(); xmlhandler xmlH = new smlhandler(data); If xmlhandler is an activitie, and if i'ts not possible to add an overrided constructor with Common as a parameter, you can make common data a