Re: [Pgui-devel] Empty field widget bug.

2002-12-18 Thread James Hollingshead
On Wed, Dec 18, 2002 at 09:42:24AM +0100, Philippe Ney wrote: > > Fixed. > By the way, your code doesn't reproduce the bug. You have to remove the H > or comment the full line to make it hang... :) Thanks it seems fixed in latest CVS. Sorry about the code working - I put the "H" in to test that i

Re: [Pgui-devel] Empty field widget bug.

2002-12-18 Thread Philippe Ney
> I am seeing a bug with trying to get the contents of a field widget > which happens to be empty - the pgGetString() call hangs indefinitely. > This is using either 0.4.3, or the latest cvs snapshot. This test > program will cause the problem: > > #include > > int main(int argc, char **argv) {

[Pgui-devel] Empty field widget bug.

2002-12-17 Thread James Hollingshead
I am seeing a bug with trying to get the contents of a field widget which happens to be empty - the pgGetString() call hangs indefinitely. This is using either 0.4.3, or the latest cvs snapshot. This test program will cause the problem: #include int main(int argc, char **argv) { pghandle wFiel