Closed GoogleCodeExporter closed 9 years ago
I've also added a simple getter to Model in order to expose parent, useful
mainly in event handlers.
Another thing I may change is how the pull down refresh is made... I was
thinking it would be better to refresh when you release the list.
Original comment by neverbi...@gmail.com
on 14 Jul 2012 at 1:43
Forgot to mention, a problem with previous my replace is that you may want to
load a simple url on subsequent loadJSON calls, but since you pass a null
request it may take previous one that was saved, but it's not problem in my
case.
Original comment by neverbi...@gmail.com
on 14 Jul 2012 at 1:45
Included in the next release. With this accessor method for _parent:-
public function get page():Sprite {
return _parent;
}
Original comment by doc.andr...@gmail.com
on 30 Jul 2012 at 12:34
I don't see this change nor any other on latest check ins (madComponents
0.7.6). The only ones available are for ExtendedMadnessLib. Have the changes
been overlooked? or am I missing something?
Original comment by neverbi...@gmail.com
on 6 Aug 2012 at 11:51
Nevermind, I've just seen the updated main page regarding the SVN issue.
Original comment by neverbi...@gmail.com
on 6 Aug 2012 at 11:53
Original issue reported on code.google.com by
neverbi...@gmail.com
on 14 Jul 2012 at 1:00