You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Just downloaded your android animation code, to play around with it.
But when I try to run it, I get an error in the file
FadeImageView.cs
Found in
Seminars / 2013-02-14-AndroidAnimations / XaminarAnimations / Widgets
The error says:
" Use of unassigned local variable 'callback' ".
And is on line 67, where the variable "callback" is being used in the same piece of code as it's being assigned. I'm not sure what should have been there instead though. But in its present form it's not working.
Regards,
-Logan =)
The text was updated successfully, but these errors were encountered:
Just downloaded your android animation code, to play around with it.
But when I try to run it, I get an error in the file
FadeImageView.cs
Found in
Seminars / 2013-02-14-AndroidAnimations / XaminarAnimations / Widgets
The error says:
" Use of unassigned local variable 'callback' ".
And is on line 67, where the variable "callback" is being used in the same piece of code as it's being assigned. I'm not sure what should have been there instead though. But in its present form it's not working.
Regards,
-Logan =)
The text was updated successfully, but these errors were encountered: