Thread: 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-03-30 18:33:30
|
Hang on, I got it in an e-mail you sent earlier this week. I'm getting onto it. 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 Melchior FRANZ Sent: Thursday, March 30, 2006 12:27 PM To: pli...@li... Subject: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit? * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 30 March 2006 20:10: > Unfortunately I am CVS-challenged Ahh. OK, that explains it. :-) > Can one of you please send me a current PLIB and test case that shows > what the bug is? I'll send in a minute to the sender address from your message. m. ------------------------------------------------------- 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 |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-04-10 12:52:13
|
Bram, It is indeed applied to "pu.h". Can you send me your sample program please? I will take a quick look into it. 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: Saturday, April 08, 2006 8:46 AM To: pli...@li... Subject: Re: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit? Melchior FRANZ wrote: > * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 30 March 2006 23:35: > >>To fix the "puaComboBox" widget, please add the following methods to >>the "puInput" widget definition: > > [...] > >>This fixes Melchior's and Bram's test case on my Windows box. If >>somebody would please put it into CVS I would appreciate it. > > > Indeed! Works for me. Thanks. That's weird. It is applied to pu.h, right? Because it does not work for me: although the entry is changed, the visible contents is not refreshed, and needs a mouseclick in the entrybox before the new entry contents is shown. stolk@suske:~/src/plib/src/pui$ cvs diff br...@cv...'s password: ? .deps ? Makefile ? Makefile.in cvs diff: Diffing . Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.155 diff -r1.155 pu.h 1661a1662,1691 > > virtual void setValue ( puValue *pv ) > { > puValue::setValue ( pv ) ; > delete displayed_text ; displayed_text = NULL ; > } > > virtual void setValue ( int i ) > { > puValue::setValue ( i ) ; > delete displayed_text ; displayed_text = NULL ; > } > > virtual void setValue ( float f ) > { > puValue::setValue ( f ) ; > delete displayed_text ; displayed_text = NULL ; > } > > virtual void setValue ( const char *s ) > { > puValue::setValue ( s ) ; > delete displayed_text ; displayed_text = NULL ; > } > > virtual void setValue ( bool b ) > { > puValue::setValue ( b ) ; > delete displayed_text ; displayed_text = NULL ; > } > > m. > > > ------------------------------------------------------- > 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=1216 > 42 _______________________________________________ > plib-devel mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-devel ------------------------------------------------------- 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 |
From: Bram S. <br...@sa...> - 2006-04-10 14:19:25
|
Fay John F Dr CTR USAF AFSEO/SK wrote: > Bram, > > It is indeed applied to "pu.h". Can you send me your sample > program please? I will take a quick look into it. It was simply the one posted by Melchior on this list, so the same you already tested yourself, I guess. 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: Saturday, April 08, 2006 8:46 AM > To: pli...@li... > Subject: Re: [Plib-devel] Re: [BUG] puComboBox broken since recent > puInput Base commit? > > Melchior FRANZ wrote: >> * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 30 March 2006 23:35: >> >>>To fix the "puaComboBox" widget, please add the following methods to >>>the "puInput" widget definition: >> >> [...] >> >>>This fixes Melchior's and Bram's test case on my Windows box. If >>>somebody would please put it into CVS I would appreciate it. >> >> >> Indeed! Works for me. Thanks. > > That's weird. > It is applied to pu.h, right? > Because it does not work for me: although the entry is changed, the > visible contents is not refreshed, and needs a mouseclick in the > entrybox before the new entry contents is shown. > > stolk@suske:~/src/plib/src/pui$ cvs diff br...@cv...'s > password: > ? .deps > ? Makefile > ? Makefile.in > cvs diff: Diffing . > Index: pu.h > =================================================================== > RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.155 > diff -r1.155 pu.h > 1661a1662,1691 > > > > virtual void setValue ( puValue *pv ) > > { > > puValue::setValue ( pv ) ; > > delete displayed_text ; displayed_text = NULL ; > > } > > > > virtual void setValue ( int i ) > > { > > puValue::setValue ( i ) ; > > delete displayed_text ; displayed_text = NULL ; > > } > > > > virtual void setValue ( float f ) > > { > > puValue::setValue ( f ) ; > > delete displayed_text ; displayed_text = NULL ; > > } > > > > virtual void setValue ( const char *s ) > > { > > puValue::setValue ( s ) ; > > delete displayed_text ; displayed_text = NULL ; > > } > > > > virtual void setValue ( bool b ) > > { > > puValue::setValue ( b ) ; > > delete displayed_text ; displayed_text = NULL ; > > } > > >> >> m. >> >> >> ------------------------------------------------------- >> 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=1216 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=1216> >> 42 _______________________________________________ >> plib-devel mailing list >> pli...@li... >> https://lists.sourceforge.net/lists/listinfo/plib-devel > > > > ------------------------------------------------------- > 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 > <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 > |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-04-10 14:33:36
|
OK, then, I will echo Melchior's confusion. It works for me, it works for him, and it doesn't work for you. How about you send me your actual source files and I will make sure that we are actually "singing from the same sheet of music." 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 9:20 AM 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, > > It is indeed applied to "pu.h". Can you send me your sample > program please? I will take a quick look into it. It was simply the one posted by Melchior on this list, so the same you already tested yourself, I guess. Bram |
From: Bram S. <br...@sa...> - 2006-04-10 14:40:36
Attachments:
combobox.cxx
|
Fay John F Dr CTR USAF AFSEO/SK wrote: > OK, then, I will echo Melchior's confusion. It works for me, it works > for him, and it doesn't work for you. How about you send me your actual > source files and I will make sure that we are actually "singing from the > same sheet of music." > > 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 9:20 AM > 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, >> >> It is indeed applied to "pu.h". Can you send me your sample >> program please? I will take a quick look into it. > > > It was simply the one posted by Melchior on this list, so the same you > already tested yourself, I guess. > > Bram > > -- Bram Stolk, VR Engineer SARA, Amsterdam. tel +31 20 592 3000 "Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit operating system originally coded for a 4-bit microprocessor by a 2-bit company that can't stand 1 bit of competition." |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-04-10 21:07:11
|
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. 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 9:41 AM 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: > OK, then, I will echo Melchior's confusion. It works for me, it works > for him, and it doesn't work for you. How about you send me your > actual source files and I will make sure that we are actually "singing > from the same sheet of music." > > 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 9:20 AM > 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, >> >> It is indeed applied to "pu.h". Can you send me your sample >> program please? I will take a quick look into it. > > > It was simply the one posted by Melchior on this list, so the same you > already tested yourself, I guess. > > Bram > > -- Bram Stolk, VR Engineer SARA, Amsterdam. tel +31 20 592 3000 "Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit operating system originally coded for a 4-bit microprocessor by a 2-bit company that can't stand 1 bit of competition." |
From: Bram S. <br...@sa...> - 2006-04-10 21:30:49
|
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 > > 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 9:41 AM > 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: > > OK, then, I will echo Melchior's confusion. It works for me, it works > > for him, and it doesn't work for you. How about you send me your > > actual source files and I will make sure that we are actually "singing > > from the same sheet of music." > > > > 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 9:20 AM > > 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, > >> > >> It is indeed applied to "pu.h". Can you send me your sample > >> program please? I will take a quick look into it. > > > > > > It was simply the one posted by Melchior on this list, so the same you > > already tested yourself, I guess. > > > > Bram > > > > > > > -- > Bram Stolk, VR Engineer SARA, Amsterdam. tel +31 20 592 3000 > > "Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit > operating system originally coded for a 4-bit microprocessor by a 2-bit > company that can't stand 1 bit of competition." > |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-04-11 12:50:50
|
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. 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 |
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 > |
From: Bram S. <br...@sa...> - 2006-04-12 18:06:43
|
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 |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-04-13 14:21:11
|
Bram, The only difference between a deprecated "pu*****" class and its "puAux" equivalent is the addition of the letter "a". Everybody else, We are gathered here to remove the deprecated classes from the CVS tree of PUI. If any man know just cause as to why these classes should not be removed, speak now, or else forever hold your peace. 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:06 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: > 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 |
From: James 'J.C.' J. <jc...@uf...> - 2006-04-13 16:05:32
|
On Thu, 2006-04-13 at 09:18 -0500, Fay John F Dr CTR USAF AFSEO/SK wrote: > Everybody else, >=20 > We are gathered here to remove the deprecated classes from the > CVS tree of PUI. If any man know just cause as to why these classes > should not be removed, speak now, or else forever hold your peace. Put them to the sword! I'll get around to fixing P-Guide in the next month or so. Cheers! --=20 James 'J.C.' Jones - <jc...@uf...> - http://pugsplace.net/ "To err is humor." - Anonymous |
From: Bram S. <br...@sa...> - 2006-04-13 16:28:30
|
James 'J.C.' Jones wrote: > On Thu, 2006-04-13 at 09:18 -0500, Fay John F Dr CTR USAF AFSEO/SK > wrote: > >>Everybody else, >> >> We are gathered here to remove the deprecated classes from the >>CVS tree of PUI. If any man know just cause as to why these classes >>should not be removed, speak now, or else forever hold your peace. > > > Put them to the sword! Ok, they're dead. Can someone please try to reproduce my problem with examples/src/ssg/sky ? When switching e.g. between sun and moon, the box is not updated when toggled with the little arrow icons. Also: we should check the docs for pua/pu issues. Bram > > I'll get around to fixing P-Guide in the next month or so. > > Cheers! > -- Bram Stolk, VR Engineer SARA, Amsterdam. tel +31 20 592 3000 "Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit operating system originally coded for a 4-bit microprocessor by a 2-bit company that can't stand 1 bit of competition." |
From: Jan R. <slo...@gm...> - 2006-04-30 18:38:03
|
Am Thu, 13 Apr 2006 18:28:26 +0200 schrieb Bram Stolk <br...@sa...>: > Can someone please try to reproduce my problem with > examples/src/ssg/sky ? > > When switching e.g. between sun and moon, the box is not updated > when toggled with the little arrow icons. Hello Bram, I can reproduce this problem. The box is only updated when clicking right into the entry field *after* clicking on one of the arrows. And I have the same problem with the pu(a)ComboBox in CRRCsim. I've just started to convert all existing puComboBox'es to puaComboBox to be ready for a new PLIB release. I started with one single dialog and linked against the current PLIB CVS. Now both versions, puComboBox and puaComboBox show this strange behaviour. The ComboBox item selection works (callback is activated, getCurrentItem() returns the correct new selection), but the entry field is not updated until I click right into it. Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-05-01 12:41:05
|
Jan, This got fixed several days ago. 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 Jan Reucker Sent: Sunday, April 30, 2006 1:39 PM To: pli...@li... Subject: Re: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit? Am Thu, 13 Apr 2006 18:28:26 +0200 schrieb Bram Stolk <br...@sa...>: > Can someone please try to reproduce my problem with > examples/src/ssg/sky ? > > When switching e.g. between sun and moon, the box is not updated when > toggled with the little arrow icons. Hello Bram, I can reproduce this problem. The box is only updated when clicking right into the entry field *after* clicking on one of the arrows. And I have the same problem with the pu(a)ComboBox in CRRCsim. I've just started to convert all existing puComboBox'es to puaComboBox to be ready for a new PLIB release. I started with one single dialog and linked against the current PLIB CVS. Now both versions, puComboBox and puaComboBox show this strange behaviour. The ComboBox item selection works (callback is activated, getCurrentItem() returns the correct new selection), but the entry field is not updated until I click right into it. Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |
From: Jan R. <slo...@gm...> - 2006-05-01 16:59:55
|
Am Mon, 1 May 2006 07:40:55 -0500 schrieb Fay John F Dr CTR USAF AFSEO/SK <joh...@eg...>: > Jan, > > This got fixed several days ago. Hi John, did you already commit the fix? I've just updated my sandbox and tried again, but still no joy. Maybe it's due to that SF.net problem with the CVS service in early April. It looks as if the anonymous CVS access is still not in sync with the developer CVS. The last changes to PUI that I can see are five weeks old. Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |
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 |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-05-03 21:18:14
|
Jan, Can you download the latest PLIB CVS and send it to me please? The demo is working just fine for me (the text in the select boxes changes when I click on the up- and down-arrows) and so I need to see what I have changed from CVS. <grin> By the way, I note that when I have the sun behind the moon I do not get a solar eclipse. Tsk, tsk. </grin> 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 Jan Reucker Sent: Wednesday, May 03, 2006 1:26 PM To: pli...@li... Subject: Re: [Plib-devel] Re: [BUG] puComboBox broken since recent puInput Base commit? Am Mon, 1 May 2006 13:04:15 -0500 schrieb Fay John F Dr CTR USAF AFSEO/SK <joh...@eg...>: > Jan, > > I've attached the "diff" file that had the fix. I thought it went > into CVS on April 8. John, thanks a lot! Now CRRCsim works if I exchange the puComboBox-es to puaComboBox-es. Good. But still no joy with the "sky" demo. I've tried to convert the puSelectBox-es to puaSelectBox-es, but those still refuse to work properly. See the attached diff, it contains the necessary changes to sky.cxx and Makefile.am and tidys up the source code a bit (some TAB/space issues). Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |
From: Melchior F. <mf...@us...> - 2006-03-30 18:48:06
|
* Fay John F Dr CTR USAF AFSEO/SK -- Thursday 30 March 2006 20:31: > Hang on, I got it in an e-mail you sent earlier this week. I'm getting onto > it. Too late. I'm just too quick. The version from that message used puComboBox, the new one uses puaComboBox. Both expose the bug. You said "send me a current PLIB and [...]" and that's what I sent -- 3.5MB. No idea if it even got through. As I said in that message, but I'd like to repeat that: "[...] the html files in doc/ don't have that horrible & illegible dark green with dark yellow font, but a combination that doesn't make you cringe. Apart from that it's pure CVS/HEAD." Any chance that this attack on good taste gets fixed some day? Makes plib look bad at first sight. :-} m. |