plib-devel Mailing List for PLIB (Page 14)
Brought to you by:
sjbaker
You can subscribe to this list here.
2000 |
Jan
|
Feb
(80) |
Mar
(128) |
Apr
(111) |
May
(157) |
Jun
(70) |
Jul
(116) |
Aug
(465) |
Sep
(574) |
Oct
(325) |
Nov
(163) |
Dec
(182) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(167) |
Feb
(191) |
Mar
(319) |
Apr
(118) |
May
(252) |
Jun
(427) |
Jul
(187) |
Aug
(96) |
Sep
(219) |
Oct
(161) |
Nov
(109) |
Dec
(210) |
2002 |
Jan
(97) |
Feb
(80) |
Mar
(143) |
Apr
(234) |
May
(72) |
Jun
(246) |
Jul
(155) |
Aug
(280) |
Sep
(418) |
Oct
(81) |
Nov
(72) |
Dec
(88) |
2003 |
Jan
(59) |
Feb
(63) |
Mar
(33) |
Apr
(27) |
May
(87) |
Jun
(50) |
Jul
(97) |
Aug
(45) |
Sep
(35) |
Oct
(67) |
Nov
(78) |
Dec
(13) |
2004 |
Jan
(167) |
Feb
(144) |
Mar
(172) |
Apr
(93) |
May
(43) |
Jun
(7) |
Jul
(27) |
Aug
(36) |
Sep
(48) |
Oct
(54) |
Nov
(5) |
Dec
(44) |
2005 |
Jan
(53) |
Feb
(36) |
Mar
(13) |
Apr
(3) |
May
(19) |
Jun
|
Jul
(49) |
Aug
(39) |
Sep
(8) |
Oct
(8) |
Nov
(51) |
Dec
(23) |
2006 |
Jan
(26) |
Feb
(5) |
Mar
(26) |
Apr
(26) |
May
(52) |
Jun
(36) |
Jul
(8) |
Aug
(12) |
Sep
(6) |
Oct
(75) |
Nov
(34) |
Dec
(25) |
2007 |
Jan
(46) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(7) |
Jul
(2) |
Aug
|
Sep
(40) |
Oct
(9) |
Nov
(3) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
(26) |
Apr
|
May
|
Jun
(2) |
Jul
(4) |
Aug
(6) |
Sep
|
Oct
|
Nov
(5) |
Dec
(2) |
2009 |
Jan
(63) |
Feb
(4) |
Mar
(12) |
Apr
|
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(14) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-03 20:10:16
|
Gentlemen, I have run through the example programs and added type casts and references to the puAux library so that they should compile under MSVC with fewer compiler warnings and errors. I request that somebody with Linux please test the changes out. I note that there are some additional example programs that aren't in the MSVC workspace; if there is interest and time, I will add them. In the longer term, I suggest that we change our example programs from depending on GLUT (with perhaps one exception) to depending on PW. John F. Fay Technical Fellow Jacobs/Sverdrup TEAS Group 850-883-1294 |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-03 16:13:05
|
Belay that last ... a very kind and accommodating sysop has given me my TortoiseSVN back. The patch to fix the MSVC compiler warning has been put into SVN. Wolfram, what other compiler warnings did you get? I'm not getting any in PLIB itself, and I am getting "GLUT not found" in the demos. - John F. Fay -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Fay John F Dr CTR USAF AFSEO/SK Sent: Friday, November 03, 2006 9:35 AM To: 'PLIB Developers' Cc: 'joh...@cy...' Subject: Re: [Plib-devel] release candidate awaits your testing. I have a couple of comments: (1) If this is going to be a stable release, it should probably have an even number for its third digit. I suggest we call it "1.8.6". (2) I would very much like to remove ALL the compiler warnings from the build. When I built PLIB this morning with MSVC, I found one thing that needs to be changed: in "ssgaFire.cxx" around line 129: static int preFireDraw ( ssgEntity * ) { - isfogged = glIsEnabled ( GL_FOG )) ; + isfogged = ( glIsEnabled ( GL_FOG ) == GL_TRUE ) ; if ( isfogged ) Unfortunately my Windows system with TortoiseSVN has died and I cannot put in SVN changes from work. (I'm on a backup Windows system at the moment.) I will put this in from my system at home tonight. - John F. Fay -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Wolfram Kuss Sent: Thursday, November 02, 2006 9:35 AM To: PLIB Developers Subject: Re: [Plib-devel] release candidate awaits your testing. I did test things and all looks very good, no problems at all. There were a few MSVC compile errors like converting from double to float, but all harmless and I suggest we ignore them. I can update from SVN but have not yet looked at how to commit as I am very busy with starting a new flightsim project. Bye bye, Wolfram. ------------------------------------------------------------------------- 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: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-03 15:41:05
|
I just tried building the demos in MSVC and PLIB can't find GLUT. Any suggestions as to what we should do about this? - John -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Wolfram Kuss Sent: Thursday, November 02, 2006 9:35 AM To: PLIB Developers Subject: Re: [Plib-devel] release candidate awaits your testing. I did test things and all looks very good, no problems at all. There were a few MSVC compile errors like converting from double to float, but all harmless and I suggest we ignore them. I can update from SVN but have not yet looked at how to commit as I am very busy with starting a new flightsim project. Bye bye, Wolfram. ------------------------------------------------------------------------- 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: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-03 15:35:46
|
I have a couple of comments: (1) If this is going to be a stable release, it should probably have an even number for its third digit. I suggest we call it "1.8.6". (2) I would very much like to remove ALL the compiler warnings from the build. When I built PLIB this morning with MSVC, I found one thing that needs to be changed: in "ssgaFire.cxx" around line 129: static int preFireDraw ( ssgEntity * ) { - isfogged = glIsEnabled ( GL_FOG )) ; + isfogged = ( glIsEnabled ( GL_FOG ) == GL_TRUE ) ; if ( isfogged ) Unfortunately my Windows system with TortoiseSVN has died and I cannot put in SVN changes from work. (I'm on a backup Windows system at the moment.) I will put this in from my system at home tonight. - John F. Fay -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Wolfram Kuss Sent: Thursday, November 02, 2006 9:35 AM To: PLIB Developers Subject: Re: [Plib-devel] release candidate awaits your testing. I did test things and all looks very good, no problems at all. There were a few MSVC compile errors like converting from double to float, but all harmless and I suggest we ignore them. I can update from SVN but have not yet looked at how to commit as I am very busy with starting a new flightsim project. Bye bye, Wolfram. ------------------------------------------------------------------------- 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: Wolfram K. <w_...@rz...> - 2006-11-02 15:35:25
|
I did test things and all looks very good, no problems at all. There were a few MSVC compile errors like converting from double to float, but all harmless and I suggest we ignore them. I can update from SVN but have not yet looked at how to commit as I am very busy with starting a new flightsim project. Bye bye, Wolfram. |
From: Tinoshi K. <ti...@li...> - 2006-11-01 01:16:49
|
Thanks! Giorgio ----- Original Message ----- From: "Bram Stolk" <br...@sa...> To: "PLIB Developers" <pli...@li...> Sent: Tuesday, October 31, 2006 11:13 AM Subject: Re: [Plib-devel] Anonymous svn? > On Tue, 2006-10-31 at 08:44 -0800, Tinoshi Kitazawa wrote: >> Hi, >> >> is it possible to keep in sync with plib commits using some kind of >> anonymous svn login? Or the only way is to download the latest tar file >> (that by the way is, if I'm not wrong, generated quite often)? > > SVN only needs account+passwd when committing stuff. > So you should be able to grab a svn tree without a problem. > > Just do: > > svn co https://svn.sourceforge.net/svnroot/plib/trunk . > > bram > > >> >> Thanks, >> Tinoshi >> >> >> ------------------------------------------------------------------------- >> 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 > > > ------------------------------------------------------------------------- > 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: Martin S. <Mar...@mg...> - 2006-10-31 23:40:53
|
Bram Stolk wrote: > Just do: > > svn co https://svn.sourceforge.net/svnroot/plib/trunk . ^^^^^^ plib.svn.sourceforge.net might work better, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- |
From: Bram S. <br...@sa...> - 2006-10-31 19:13:24
|
On Tue, 2006-10-31 at 08:44 -0800, Tinoshi Kitazawa wrote: > Hi, > > is it possible to keep in sync with plib commits using some kind of > anonymous svn login? Or the only way is to download the latest tar file > (that by the way is, if I'm not wrong, generated quite often)? SVN only needs account+passwd when committing stuff. So you should be able to grab a svn tree without a problem. Just do: svn co https://svn.sourceforge.net/svnroot/plib/trunk . bram > > Thanks, > Tinoshi > > > ------------------------------------------------------------------------- > 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: Tinoshi K. <ti...@li...> - 2006-10-31 16:44:47
|
Hi, is it possible to keep in sync with plib commits using some kind of anonymous svn login? Or the only way is to download the latest tar file (that by the way is, if I'm not wrong, generated quite often)? Thanks, Tinoshi |
From:
<coz...@gm...> - 2006-10-30 02:15:49
|
> > * The next one is meant to work together with the fullscreen patch for > > X11 by Hans de Goede, but patching manually isn't difficult and > > worked. It fixes some issues with auto-repeat in pw: > > > > https://lists.berlios.de/pipermail/supertuxkart-devel/2006-October/000232.html > > > > I don't understand this patch. > I guess these lines are the important ones: > > + if ( haveFocus && !autoRepeat ) > + XAutoRepeatOn ( currDisplay ) ; > + > > Why the reversed logic? > !autoRepeat .... XAutoRepeatOn ??? > > I would have expected the func XAutoRepeatOff(display) > What's going on? I didn't really checked the sources when I first checked the patch, but it mostly worked. It is a bit confusing... if you mean the part just under the case focusOut: , then it means that if pw disabled X's auto repeat, when you lose the focus you should re-enable it for other applications. In the other case is called in pwCleanup(), so here it is meant to re-enable auto repeat when you close the window. A better solution would be not to use X's auto repeat at all, but plib's previous implementation, which didn't used X's auto repeat, was pretty broken anyways, keypresses were lost. -Coz |
From: Jan R. <slo...@gm...> - 2006-10-29 19:05:22
|
Am Sun, 29 Oct 2006 09:27:40 +0100 schrieb Bram Stolk <br...@sa...>: > I've reconstructed the ChangeLog from plib-cvs email archive. For reconstructing the release notes from CVS I liked to use the cvs2cl.pl Perl script. There seems to be something similar for SVN, maybe this helps next time: http://ch.tudelft.nl/~arthur/svn2cl/ Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |
From: Frederic B. <fre...@fr...> - 2006-10-29 16:10:59
|
Selon Bram Stolk : > Also, there does not seem to be a plib-svn archive? It is an administrative task to add a hook to the svn commits. Someone wi= th admin privileges ( presumably Steve ) should go to the svn admin page, sc= roll down to the Hooks, select svnnotify and add the address of the plib-cvs m= ailing list. -Fred -- Fr=E9d=E9ric Bouvier http://frfoto.free.fr Photo gallery - album photo http://www.fotolia.fr/p/2278/partner/2278 Other photo gallery http://fgsd.sourceforge.net/ FlightGear Scenery Designer |
From: Bram S. <br...@sa...> - 2006-10-29 09:27:52
|
I've reconstructed the ChangeLog from plib-cvs email archive. It's getting quite impressive: http://plib.svn.sourceforge.net/viewvc/plib/trunk/ChangeLog?revision=2096&view=markup Please add the stuff I overlooked. Also, there does not seem to be a plib-svn archive? Bram On Fri, 2006-10-27 at 18:36 +0200, Bram Stolk wrote: > On Fri, 2006-10-27 at 15:47 +0200, Melchior FRANZ wrote: > > * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 26 October 2006 22:47: > > > The bug about the puInput text not scrolling has now been fixed. [...] > > > I've also fixed the widget numbers ... > > > > Wonderful. Then I'm out of ideas now. plib must be bugfree! :-} > > I doubt it :-) > > But a release is long overdue, and now is the time. > > You can grab 1.8.5-rc1 here: > https://sourceforge.net/project/showfiles.php?group_id=382 > > Bram > > > > > > > > m. > > > > ------------------------------------------------------------------------- > > 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 > > > ------------------------------------------------------------------------- > 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: Melchior F. <mf...@us...> - 2006-10-29 09:00:17
|
* Bram Stolk -- Sunday 29 October 2006 09:27: > I've reconstructed the ChangeLog from plib-cvs email archive. > It's getting quite impressive: > http://plib.svn.sourceforge.net/viewvc/plib/trunk/ChangeLog?revision=2096&view=markup > > Please add the stuff I overlooked. This should IMHO be removed, because the input got broken *after* the last release. (Or write at least: broken and fixed again ;-) * puInputText scrolling fixed. What is missing is * removed several widgets from pui/, which were declared obsolete since a long time. Most of them are now available in puAux/ * several fixes and improvements to puAuxList m. |
From: Bram S. <br...@sa...> - 2006-10-29 07:44:53
|
On Sun, 2006-10-29 at 02:40 -0400, Eduardo Alberto Hernández Muñoz wrote: > > But a release is long overdue, and now is the time. > > There are a few patches in the supertuxkart mailing list for plib, > maybe some developer would like to include them: > > * The next one is meant to work together with the fullscreen patch for > X11 by Hans de Goede, but patching manually isn't difficult and > worked. It fixes some issues with auto-repeat in pw: > > https://lists.berlios.de/pipermail/supertuxkart-devel/2006-October/000232.html > > I don't understand this patch. I guess these lines are the important ones: + if ( haveFocus && !autoRepeat ) + XAutoRepeatOn ( currDisplay ) ; + Why the reversed logic? !autoRepeat .... XAutoRepeatOn ??? I would have expected the func XAutoRepeatOff(display) What's going on? Bram > * This one fixes some issues with pw on mac os x: > > https://lists.berlios.de/pipermail/supertuxkart-devel/2006-September/000176.html > Ok, I've put Hayden's version in SVN. I cannot test this, someone on MacOSX, please test. Strictly speaking I should now redo the release candidate and create 1.8.5rc2, but I skip that extra work. Bram > -Coz > > ------------------------------------------------------------------------- > 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:
<coz...@gm...> - 2006-10-29 06:40:39
|
> But a release is long overdue, and now is the time. There are a few patches in the supertuxkart mailing list for plib, maybe some developer would like to include them: * The next one is meant to work together with the fullscreen patch for X11 by Hans de Goede, but patching manually isn't difficult and worked. It fixes some issues with auto-repeat in pw: https://lists.berlios.de/pipermail/supertuxkart-devel/2006-October/000232.html * This one fixes some issues with pw on mac os x: https://lists.berlios.de/pipermail/supertuxkart-devel/2006-September/000176.html -Coz |
From: steve <sjb...@ai...> - 2006-10-28 14:46:11
|
Bram Stolk wrote: > I guess Steve will do the real release anyways. It's traditional...but all I do is a 'make dist' and push the resulting tarball up onto the web site. We should probably start using the Sourceforge released files mechanism...but in truth, it's a solution looking for a problem. |
From: Bram S. <br...@sa...> - 2006-10-28 09:56:46
|
On Sat, 2006-10-28 at 11:52 +0200, Wolfram Kuss wrote: > Bram wrote: > > > >You can grab 1.8.5-rc1 here: > >https://sourceforge.net/project/showfiles.php?group_id=382 > > Ok. I guess one can get the same source via SVN? yes > BTW I tested SVN and while I did not try a commit yet, getting the > source and updating works :-). > Give me a few days to test. sure. I guess Steve will do the real release anyways. BTW: ChangeLog has been neglected somewhat, so I've just put 'misc bug fixes', but a more elaborate text would be better. bram > > > Bram > > Bye bye, > Wolfram. > > > ------------------------------------------------------------------------- > 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: Wolfram K. <w_...@rz...> - 2006-10-28 09:53:05
|
Bram wrote: >You can grab 1.8.5-rc1 here: >https://sourceforge.net/project/showfiles.php?group_id=3D382 Ok. I guess one can get the same source via SVN? BTW I tested SVN and while I did not try a commit yet, getting the source and updating works :-). Give me a few days to test. > Bram Bye bye, Wolfram. |
From: Bram S. <br...@sa...> - 2006-10-27 16:40:49
|
On Fri, 2006-10-27 at 15:47 +0200, Melchior FRANZ wrote: > * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 26 October 2006 22:47: > > The bug about the puInput text not scrolling has now been fixed. [...] > > I've also fixed the widget numbers ... > > Wonderful. Then I'm out of ideas now. plib must be bugfree! :-} I doubt it :-) But a release is long overdue, and now is the time. You can grab 1.8.5-rc1 here: https://sourceforge.net/project/showfiles.php?group_id=382 Bram > > m. > > ------------------------------------------------------------------------- > 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: Melchior F. <mf...@us...> - 2006-10-27 13:48:02
|
* Fay John F Dr CTR USAF AFSEO/SK -- Thursday 26 October 2006 22:47: > The bug about the puInput text not scrolling has now been fixed. [...] > I've also fixed the widget numbers ... Wonderful. Then I'm out of ideas now. plib must be bugfree! :-} m. |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-10-26 21:01:02
|
The bug about the puInput text not scrolling has now been fixed. I just put the changes into SVN -- O glorious day that I can put my own changes in! I've also fixed the widget numbers ... And now our widget numbers are ABSOLUTELY full, so no more widgets are allowed until we revamp the widget numbering system. John F. Fay Technical Fellow, Jacobs/Sverdrup TEAS Group 850-883-1294 joh...@eg... -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Melchior FRANZ Sent: Thursday, October 26, 2006 9:37 AM To: pli...@li... Subject: Re: [Plib-devel] [BUG] puInput() cursor doesn't scroll text * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 26 October 2006 16:32: > Was this ever fixed? no (and I've said that at least three times in the last two weeks). And the widget numbers are also still wrong. m. ------------------------------------------------------------------------- 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: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-10-26 16:15:39
|
Pardon me ... I've been operating asynchronously ... John F. Fay Technical Fellow, Jacobs/Sverdrup TEAS Group 850-883-1294 joh...@eg... -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Melchior FRANZ Sent: Thursday, October 26, 2006 9:37 AM To: pli...@li... Subject: Re: [Plib-devel] [BUG] puInput() cursor doesn't scroll text * Fay John F Dr CTR USAF AFSEO/SK -- Thursday 26 October 2006 16:32: > Was this ever fixed? no (and I've said that at least three times in the last two weeks). And the widget numbers are also still wrong. m. ------------------------------------------------------------------------- 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: Melchior F. <mf...@us...> - 2006-10-26 14:37:31
|
* Fay John F Dr CTR USAF AFSEO/SK -- Thursday 26 October 2006 16:32: > Was this ever fixed? no (and I've said that at least three times in the last two weeks). And the widget numbers are also still wrong. m. |
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-10-26 14:32:24
|
Melchior, Was this ever fixed? John F. Fay Technical Fellow, Jacobs/Sverdrup TEAS Group 850-883-1294 joh...@eg... -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Melchior FRANZ Sent: Friday, May 26, 2006 1:06 AM To: pli...@li... Subject: [Plib-devel] [BUG] puInput() cursor doesn't scroll text Here's yet another puInputBase-change related bug. The cursor doesn't scroll the text in input fields any more. Works with 1.8.4. Example attached. m. PS: I've got another patch for puaList that I'd like to see committed. But I guess it's better to wait for the pending stuff to be done. :-) |