Ah, that makes sense. I'm glad it was something simple. Instead of making it a non-toggle button it would be good to fix the button widget so it can't get into this inconsistent state.
--Micah On Wed, Mar 31, 2004 at 08:44:43AM -0800, Raghu Ram Murthy wrote: > I found the problem. There is no problem with divtree > state. The zoom button is Toggle button and when it is > clicked both PG_TRIGGER_DOWN and PG_TRIGGER_UP events > must go to the widget, but only PG_TRIGGER_DOWN is > going, because when it is activated I am changing the > location of the button by making it full screen. So > PG_TRIGGER_UP is not going to the button and state is > inconsistent. So I removed toggle property of zoom > button. :)( > > > It could be that something is inconsistent in the > > divtree. > > I'd recommend running pgserver in a debugger (I like > > ddd > > for things like this) and setting a breakpoint at > > infilter_pntr_dispatch_handler() in > > server/input/if_pntr_dispatch.c > > > > This function is the handler for what's usually the > > last input > > filter to touch pointing device events- it's > > responsible for finding > > a widget to deliver the event to. > > > ===== > ----------------------------------------- > P.Raghu Ram Murthy, M-tech (Computer Science), > Room No - 245, > Brahmaputra Hostel, > Indian Institute of Technology Madras, > Chennai - 36. > > Mobile: ? (0) 98402 81944 > ------------------------------------------ > > --------------------------------- > Trouble with windows? Re boot.... > Trouble with Linux? Be root.... > --------------------------------- > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance Tax Center - File online. File on time. > http://taxes.yahoo.com/filing.html > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
