Re: [Plib-devel] [BUG] puaComboBox: initial value isn't respected
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2006-10-19 14:42:08
|
* Fay John F Dr CTR USAF AFSEO/SK -- Thursday 19 October 2006 16:06: > With the new SVN access I am going through my old e-mails. Has this > bug been taken care of? Yes, this and other things are committed (and nobody complained yet :-). There are only three things to be fixed in plib to my knowledge: (1) the compilation breakage from a few days ago: you just need to remove the "puFilePicker.cxx" entry from src/pui/Makefile.am to fix it (2) the wrong widget numbers in src/puAux/puAux.h (0x02000000 and 0x04000000 are each used twice and thus ambiguous). Patch in this thread: http://sourceforge.net/mailarchive/forum.php?thread_id=30758823&forum_id=4479 (3) the input field is still broken: http://sourceforge.net/mailarchive/forum.php?thread_id=10523758&forum_id=4479 (there's sample code attached to this message) No need to look at any of my emails from before the SVN conversion discussion. Just these three things. m. |