[Mono-bugs] [Bug 548061] New: delay parameter is not working in NSObject performSelector method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 19 03:57:30 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=548061
Summary: delay parameter is not working in NSObject
performSelector method
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jjmiranda at magiadigital.com
QAContact: mono-bugs at lists.ximian.com
Found By: DeveloperNet
Description of Problem:
The delay parameter in performSelector method is not working, the delay is
ignore.
Steps to reproduce the problem:
1. this.performSelector(new Selector("Saludo"),null,(float)20);
2. this.performSelector(new Selector("Saludo2"),null,(float)20);
Actual Results:
Saludo and Saludo2 its executed without delay, instantly.
Expected Results:
Execute Saludo 20 seconds after invoke performSelector and Saludo2 20 seconds
after Saludo.
How often does this happen?
All the time.
Additional Information:
Is this a problem with MonoTouch or with the Apple iPhone SDK?
Thank in advance for your time.
Regards,
JJMiranda
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list