RE: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit?
Brought to you by:
sjbaker
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-05-01 18:51:38
|
Bram, Sorry for the delay in getting to this; I've been out of town for most of the last two weeks. I think that to fix the "SelectBox" problem you need to add a line to "puaSelectBox.cxx" around line 47: void puaSelectBox::update_widgets ( void ) { if ( curr_item >= 0 ) /* There are some items */ { setValue ( list[curr_item] ) ; + input->setValue ( list[curr_item] ) ; if ( curr_item == 0 ) /* Current item is first item, deactivate 'down' button */ down_arrow -> greyOut () ; else down_arrow -> activate () ; 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: Wednesday, April 12, 2006 12:09 PM To: pli...@li... Subject: Re: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit? Bram Stolk wrote: > Remaining issue: docs Also remaining: the examples/src/ssg/sky example doesnt work properly: the entryboxes do not update their contents when clicking on the small arrows, even though I use pua classes, and no longer the obsolete stuff from pu Bram ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |