Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,539

    Re: Problems with ItemEvents

    Not stupidity - its called learning. The thing is, I could readily find the error because I myself have done this countless times through the years.
  2. Replies
    5
    Views
    1,539

    Re: Problems with ItemEvents

    Look closely at the code where the error points to - isSelected is a method, not a variable. Variables are accessed via myObject.myVariable Methods as myObject.myMethod()
Results 1 to 2 of 2