Like the Subject says:
Dim x as View
x = Sender
This works fine until I put a breakpoint on "x = Sender", then I get an error saying that the view must be initialized.
I don't know if this is a bug or just the nature of Sender, but I thought I would mention it.
Dim x as View
x = Sender
This works fine until I put a breakpoint on "x = Sender", then I get an error saying that the view must be initialized.
I don't know if this is a bug or just the nature of Sender, but I thought I would mention it.