How come this will work:

  sub _Systray_Click {
     $window->Enable;
     $window->Show;
  }

but this won't:

  sub _Systray_DblClick {
     $window->Enable;
     $window->Show;
  }

I'd like to follow Win32 standards by only maximizing the window when
a double click has been passed, but I'm not able to make that happen.
Do I need to start counting single-clicks? ;)


--
Morbus Iff ( i'm the droid you're looking for )
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
Please Me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus


Reply via email to