Re: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit?
Brought to you by:
sjbaker
From: Bram S. <br...@sa...> - 2006-04-12 18:03:36
|
Fay John F Dr CTR USAF AFSEO/SK wrote: > OK, I think the time has come to cut the Gordian knot. The "puComboBox" > class has been deprecated for more than two years and Bram finds that it > doesn't work when the "puAux" equivalent does work. Let us delete it. > Ok, I ripped obsolete classes from my working copy. Do you want me to commit it to the repo? I fixed all examples/ and most demos/ (Not yet demos/p-guide... as I wasnt sure how to handle that one) Remaining issue: docs Do all obsolete puFoo classes have a puaFoo equivalent? If so, is the API the same? Bram > John F. Fay > Technical Fellow, Jacobs/Sverdrup TEAS Group > 850-729-6330 > joh...@eg... > > -----Original Message----- > From: pli...@li... > [mailto:pli...@li...] On Behalf Of Bram Stolk > Sent: Monday, April 10, 2006 4:34 PM > To: pli...@li... > Subject: Re: [Plib-devel] Re: [BUG] puComboBox broken since recent > puInput Base commit? > > Fay John F Dr CTR USAF AFSEO/SK wrote: > > > > > > Bram, > > > > The only difference between your "combobox.cxx" and the one I > > used is that your last argument in the creation of the puComboBox > > widget is "true" while mine was "false". When I changed mine to > > "true" it didn't make any difference as far as the input box being > > updated is concerned. > > > > On a whim, I changed the "puCOmboBox" to "puaComboBox" and the > > program quit working. What happened is that I hadn't recompiled the > > "puAux_d.lib" file (I'm running under Windows). When I did this, the > > program started working again. > > Man, this is so confusing. > > For me, it is the opposite: > When changed from puComboBox to puaComboBox it *started* working. > (Note: I had to change the last parm value from true to int for this). > > puaComboBox works, puComboBox does not. > > I made sure that > - I did a make clean > - I did not forget the make install > - I checked all my filesystems for old plib installs: not there > - Re-ran all the configure.in's and autogens (in root dir, and > examples dir). > - Checked which '-L' dirs are used on the link command > - etc, etc. > > Is there anyone who had a working puComboBox on linux? > Because I, as sure as hell, can't get it to work. > > I'll check the fix into CVS though, as it does seem to fix the puA > version, which was broken also according to melchior. > > > > Bram > |