Hi Christof

>Bindevent is all about wiring independent, loosly coupled components
>together. There's absolutely no reason to use BindEvents() inside a single
>class or form.

Ages ago, I had this app that had a grid with 24 columns. Each column was 
important to the user and he wanted to launch a special lookup form when 
looking at any of the columns. He needed this because not all columns could be 
shown at the same time on his screen (800x640 monitor) He wanted the 
doubleclick or the keypress ability. Before bindevents I would call the 
chooseit method from EACH cell in the doubleclick and keypress methods. A lot 
of work, let me tell you. 

With the advent of bindevents, all that is gone. I am not a fanatic and do not 
use bindevents for everything, but I disagree with your statement: I use 
bindevents in a single form, not even a class, just to capture those 
doubleclicks or enters on a grid. Maybe I waste 90 % of the possibilities of 
bindevents, but for me, when handling grids, its ok.

Regards

Rafael Copquin


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to