"Christian" == Christian Kristukat semmel@hoc.net writes:
Christian> Hi, I suspect that this again is a dirty patch but it helps Christian> in working with Microcal Origin. Maybe a more skilled person Christian> than me finds the real origin of this problem. At one point Christian> in the program a popup menu opens but only the items' width Christian> is calculated correctly, the height is not, in fact it is Christian> equal zero. For that case I added an arbitrarily chosen Christian> height of 12 points and it works fine. Here's the patch:
... Christian> lpitem->rect.bottom += 12; +
Nagic constants mostly are evil? It the "12" perhaps related to some SYSPARAMS?
...
Christian> PS: By the way: every cvs operation (update, diff) hangs Christian> after processing the last directory. However it seems to be Christian> complete and pressing CTRL-C seems not to corrupt Christian> anything. Any ideas?
Are you using rhlx01.fht-esslingen.de? Andi works on that problem then.
Bye
<quote who="Uwe Bonnes">
... Christian> lpitem->rect.bottom += 12; +
Nagic constants mostly are evil? It the "12" perhaps related to some SYSPARAMS?
I agree, but I doubt that it can be related to any constant as it is an item of an "ownerdrawn" (I think this is what they called it in a comment) popup menu so the size is dependent on the item the caller wants to display, right?
Are you using rhlx01.fht-esslingen.de? Andi works on that problem then.
Yes. Thanks, Christian
Uwe Bonnes wrote:
Christian> PS: By the way: every cvs operation (update, diff) hangs Christian> after processing the last directory. However it seems to be Christian> complete and pressing CTRL-C seems not to corrupt Christian> anything. Any ideas?
Are you using rhlx01.fht-esslingen.de? Andi works on that problem then.
I had this on another server, and solved it by upgrading CVS to the next version. I believe you can also prevent this by not using the -z option, but as I have already upgraded cvs this I can't test.
The version of cvs in debian Woody has this problem. I upgraded to the version from testing to make it go away.
Brad