Search:

Type: Posts; User: DougFane

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,232

    Re: Please help, newb with a simple question...

    I had a typo as well. It was meant to be InputPanel = new InputPanel(timer);

    I wasn't really thinking about the fact that the timer object hadn't really been created yet. My bad.
  2. Replies
    8
    Views
    1,232

    Re: Please help, newb with a simple question...

    I guess it depends, if you actually need information from one in order to create the other, then you need to rethink your whole design. However, if you simply need to pass one object to the other's...
  3. Replies
    8
    Views
    1,232

    Re: Please help, newb with a simple question...

    Why not just declare and define input before timer. Then you wouldn't have the issue.
Results 1 to 3 of 3