You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(7) |
May
(11) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(18) |
Nov
(9) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(73) |
Jul
(128) |
Aug
(39) |
Sep
(91) |
Oct
(24) |
Nov
(42) |
Dec
(37) |
2006 |
Jan
(8) |
Feb
(22) |
Mar
(15) |
Apr
(44) |
May
(13) |
Jun
(9) |
Jul
(19) |
Aug
(35) |
Sep
(28) |
Oct
(53) |
Nov
(19) |
Dec
(29) |
2007 |
Jan
(28) |
Feb
(37) |
Mar
(86) |
Apr
(14) |
May
(48) |
Jun
(2) |
Jul
(20) |
Aug
(19) |
Sep
(19) |
Oct
(8) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
(22) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(16) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(24) |
Dec
(9) |
2009 |
Jan
(14) |
Feb
(4) |
Mar
(16) |
Apr
(13) |
May
(22) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(20) |
Oct
(18) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(41) |
Jun
(15) |
Jul
(3) |
Aug
(2) |
Sep
(9) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(28) |
Feb
(29) |
Mar
(3) |
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Armel A. <ass...@wa...> - 2006-07-05 12:36:18
|
Hello, i'm evaluating the opportunity of using wxScript from within my app to = allow my users to easily extend my soft. In order to reach maximum power through this integration I'd need two = big features: - multi-threading: two absolutely unrelated scripts should be able to be = executed in two different threads, is it the case with wxScript? - GUI: from the "main thread" i'd like to show dialog boxes from the = scripts, is it possible to build a wxPython binding in my wx app and let = wxScript wxPython object show/manipulate them? Regards Armel |
From: Nuklear Z. <nuk...@gm...> - 2006-07-04 17:48:53
|
i have been working on a small wrapping class for wxStyledTextCtrl and wxScintilla. the idea behind it is to basically automate some of the functionality of scintilla for the developer. it will handle brace matching, folding, setting lexers and coloring. it can also be given configuration files to adjust colors and add or change lexers to load when a file is opened.(by extention) i was thinking about putting it our for others to use, but i found wxstedit here and wondered if i should not. it is just a class i call XSTC that works only with the edit control where as wxstedit handles some more things. is it worth my time to try putting this component on wxcode? yes i have read some of the information on hosting here. build systems, subfolders, licencing, so i have an idea what i am expected to do. i'll finish reading if it is deemed ok to go ahead. or should i give some more info? Nuklear |
From: SourceForge.net <no...@so...> - 2006-06-27 21:39:03
|
Patches item #1513640, was opened at 2006-06-27 15:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1513640&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bryan Petty (bpetty) Assigned to: Nobody/Anonymous (nobody) Summary: [wxTreeListCtrl] wxMac compiler error and warning fixes Initial Comment: This patch fixes a variable redefinition (pen in wxTreeListHeaderWindow::DoDrawRect) that occurs when compiling for wxMac as well as a few compiler warning fixes for various assumed primitive type casts (if you have those warnings enabled). This error was introduced with rev 1.68 of treelistctrl.cpp when a new declaration was added with differences depending on whether wxWidgets 2.5.0 was being used or not (for differences on retrieval of system colors). The original declaration was taken out of non-wxMac code, but was not taken out of the wxMac code (probably just missed it). See diff here when it was introduced: http://urlx.org/sourceforge.net/65158 The compiler error fix is on line 1116, the rest isn't as important (just compiler warning fixes). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1513640&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2006-06-26 20:24:08
|
Hi ! Thanks for submitting this proposal of new component.... just few notes: Francesco Montorsi ha scritto: > name: wxcolourpicker > wxversion: 2.6 > category: control > language: cpp > description: A control to choose colours. It is made up of a button and a drop-down menu, which shows some predefined colours. Also, it is possible to pick a custom colour. Such 'colour picker' has been already added to wxWidgets very recently (in CVS only) as a native widget under GTK2 and as generic on windows (a simple button which uses as label the colour currently selected and that, when clicked, brings up a wxColourDialog). Your colour picker is different but I thought that you could be interested to it as the wxColourPickerCtrl added to wxWidgets is native under, by now, GTK2+... Nonetheless, I've approved it and now you can proceed with uploading it using info at http://wxcode.sf.net/maintguide.php page Post wxcode-users mailing list for any doubt, Francesco |
From: Francesco M. <fr...@us...> - 2006-06-25 23:46:05
|
name: wxcolourpicker wxversion: 2.6 category: control language: cpp description: A control to choose colours. It is made up of a button and a drop-down menu, which shows some predefined colours. Also, it is possible to pick a custom colour. location: wxcolourpicker cdate: 2006-06-24 id: 116 status: beta docs: doxygen buildsys: projectfiles extdep: none wiki: disabled wxport: all samples: 1 approved: 0 author: Juan Antonio Ortega version: 0.1 maintainerid: 39 Maintainer SF username: ja_ortega Maintainer name: Juan Antonio Ortega Maintainer mail address: jor...@gm... |
From: Francesco M. <fr...@us...> - 2006-06-24 23:46:48
|
name: wxcolourpicker wxversion: 2.6 category: control language: cpp description: A control to choose colours. It is made up of a button and a drop-down menu, which shows some predefined colours. Also, it is possible to pick a custom colour. location: wxcolourpicker cdate: 2006-06-24 id: 116 status: beta docs: doxygen buildsys: projectfiles extdep: none wiki: disabled wxport: all samples: 1 approved: 0 author: Juan Antonio Ortega version: 0.1 maintainerid: 39 Maintainer SF username: ja_ortega Maintainer name: Juan Antonio Ortega Maintainer mail address: jor...@gm... |
From: SourceForge.net <no...@so...> - 2006-06-24 15:07:58
|
Feature Requests item #1511813, was opened at 2006-06-24 10:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1511813&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tyler (itsari) Assigned to: Nobody/Anonymous (nobody) Summary: AppBar Initial Comment: An AppBar for wxWidgets would be nice. Similar to Google Desktop where it may dock against a side of the screen and all other applications are resized to a smaller screen area (i.e. the area not occupied by the AppBar). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1511813&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2006-06-06 18:50:50
|
Hi, the component was approved - in few hours you should be able to get access to wxCode. Don't forget to look at: http://wxcode.sourceforge.net/maintguide.php for any info and to ask on wxcode mailing list for any doubt... Thanks for your submission, Francesco Francesco Montorsi ha scritto: > name: wxchart > wxversion: 2.6 > category: control > language: cpp > description: wxChart is a control that allows you to create charts. At the moment the type of charts available are Bar, Bar 3D, Pie and Pie 3D. Other chart types will be added soon. > > location: wxchart > cdate: 2006-06-03 > id: 115 > status: alpha > docs: notavailable > buildsys: makefiles > extdep: none > wiki: disabled > wxport: wxmsw,wxgtk > samples: 1 > approved: 0 > author: Paolo Gava > version: 1.0 > maintainerid: 38 > > Maintainer SF username: pgava > Maintainer name: Paolo Gava > Maintainer mail address: pao...@ho... |
From: Francesco M. <fr...@us...> - 2006-06-06 02:30:24
|
name: wxchart wxversion: 2.6 category: control language: cpp description: wxChart is a control that allows you to create charts. At the moment the type of charts available are Bar, Bar 3D, Pie and Pie 3D. Other chart types will be added soon. location: wxchart cdate: 2006-06-03 id: 115 status: alpha docs: notavailable buildsys: makefiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 1 approved: 0 author: Paolo Gava version: 1.0 maintainerid: 38 Maintainer SF username: pgava Maintainer name: Paolo Gava Maintainer mail address: pao...@ho... |
From: Francesco M. <fr...@us...> - 2006-06-06 00:37:22
|
name: wxchart wxversion: 2.6 category: control language: cpp description: wxChart is a control that allows you to create charts. At the moment the type of charts available are Bar, Bar 3D, Pie and Pie 3D. Other chart types will be added soon. location: wxchart cdate: 2006-06-03 id: 115 status: alpha docs: notavailable buildsys: makefiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 1 approved: 0 author: Paolo Gava version: 1.0 maintainerid: 38 Maintainer SF username: pgava Maintainer name: Paolo Gava Maintainer mail address: pao...@ho... |
From: Francesco M. <fr...@us...> - 2006-06-05 23:46:01
|
name: wxchart wxversion: 2.6 category: control language: cpp description: wxChart is a control that allows you to create charts. At the moment the type of charts available are Bar, Bar 3D, Pie and Pie 3D. Other chart types will be added soon. location: wxchart cdate: 2006-06-03 id: 115 status: alpha docs: notavailable buildsys: makefiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 1 approved: 0 author: Paolo Gava version: 1.0 maintainerid: 38 Maintainer SF username: pgava Maintainer name: Paolo Gava Maintainer mail address: pao...@ho... |
From: Francesco M. <f18...@ya...> - 2006-05-15 13:40:50
|
Ulrich Telle ha scritto: > Hi Francesco, > >> ok, I did the change. Hope it won't break rendering with old/broken >> browser (like our friend IE ;))... > > Thanks, IMHO that's really better. yes, definitevely. > And using Firefox and IE 6 there seem to be no problems in displaying the pages. Good! I've also changed wiki to use somewhat bigger fonts too. BTW, since the changes in SF servers, I've revised also big parts of the website and tried to give a uniform styles to some pages (like maintainer guide) which were not very "graphically coherent".... Francesco |
From: Francesco M. <f18...@ya...> - 2006-05-15 13:39:38
|
Francesco Montorsi ha scritto: > Hi all, > just a few *very* important notes: > > 1) as you should have read in a SF mail, the old CVS server address (cvs.sourceforge.net) does not work anymore and you need to use wxcode.cvs.sourceforge.net instead. > > This requires a new checkout of the wxCode repository ! > Look at the updated page: > http://wxcode.sf.net/maintguide.php > for more info. > > If you have low bandwidth you may want to use the new wxCode CVS repository download I've made at: http://sourceforge.net/project/showfiles.php?group_id=51305&package_id=114273&release_id=347076 > Please log in Sourceforge server (using putty - just ask if you need help) and do a > > chmod -R g+rwx MYCOMPFOLDER > > Also remember that you should never upload your components websites to the subfolders of /home/groups/w/wx/code/htdocs/components/ directory: leave the automated scripts do it for you. > You are instead encouraged to upload screenshots and docs in: > /home/groups/w/wx/code/htdocs/screenshots/ > /home/groups/w/wx/code/htdocs/docs/ Very last thing: drop me a line when you've done this permission adjustments. Thanks! Francesco |
From: Francesco M. <f18...@ya...> - 2006-05-14 12:55:07
|
Francesco Montorsi ha scritto: > Hi all, > just a few *very* important notes: > > 1) as you should have read in a SF mail, the old CVS server address > (cvs.sourceforge.net) does not work anymore and you need to use > wxcode.cvs.sourceforge.net instead. > > This requires a new checkout of the wxCode repository ! > Look at the updated page: > http://wxcode.sf.net/maintguide.php > for more info. > > If you have low bandwidth you may want to use the new wxCode CVS > repository download I've made at: http://sourceforge.net/project/showfiles.php?group_id=51305&package_id=114273&release_id=347076 > Please log in Sourceforge server (using putty - just ask if you need > help) and do a > > chmod -R g+rwx MYCOMPFOLDER > > Also remember that you should never upload your components websites to > the subfolders of /home/groups/w/wx/code/htdocs/components/ directory: > leave the automated scripts do it for you. > You are instead encouraged to upload screenshots and docs in: > /home/groups/w/wx/code/htdocs/screenshots/ > /home/groups/w/wx/code/htdocs/docs/ Very last thing: drop me a line when you've done this permission adjustments. Thanks! Francesco |
From: Francesco M. <f18...@ya...> - 2006-05-14 12:50:09
|
Ulrich Telle ha scritto: > Hi Francesco, > >> ok, I did the change. Hope it won't break rendering with old/broken >> browser (like our friend IE ;))... > > Thanks, IMHO that's really better. yes, definitevely. > And using Firefox and IE 6 there seem to be > no problems in displaying the pages. Good! I've also changed wiki to use somewhat bigger fonts too. BTW, since the changes in SF servers, I've revised also big parts of the website and tried to give a uniform styles to some pages (like maintainer guide) which were not very "graphically coherent".... Francesco |
From: Francesco M. <f18...@ya...> - 2006-05-14 12:45:31
|
Hi all, just a few *very* important notes: 1) as you should have read in a SF mail, the old CVS server address (cvs.sourceforge.net) does not work anymore and you need to use wxcode.cvs.sourceforge.net instead. This requires a new checkout of the wxCode repository ! Look at the updated page: http://wxcode.sf.net/maintguide.php for more info. If you have low bandwidth you may want to use the new wxCode CVS repository download I've made at: 2) the following components: localize wxhttpengine wxscintilla contains files in their /home/groups/w/wx/code/htdocs/components/ subfolders (on SF server) with the group write flag not set. This means that the "updatesite.sh" script won't be able to perform automatic updates of these component websites! Please log in Sourceforge server (using putty - just ask if you need help) and do a chmod -R g+rwx MYCOMPFOLDER Also remember that you should never upload your components websites to the subfolders of /home/groups/w/wx/code/htdocs/components/ directory: leave the automated scripts do it for you. You are instead encouraged to upload screenshots and docs in: /home/groups/w/wx/code/htdocs/screenshots/ /home/groups/w/wx/code/htdocs/docs/ Thanks! Francesco |
From: SourceForge.net <no...@so...> - 2006-05-14 09:16:02
|
Bugs item #1488235, was opened at 2006-05-14 11:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1488235&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Submitted By: Lukas Lalinsky (luks) Assigned to: Otto Wyss (wyo) Summary: wxTreeListCtrl: drag&drop of multiple items Initial Comment: Although wxTreeListCtrl supports selection of multiple items, only one item may be dragged. It's the same problem as in https://sourceforge.net/tracker/?func=detail&atid=309863&aid=759421&group_id=9863 (I mistakenly originally added this as https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1395467&group_id=9863) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1488235&group_id=51305 |
From: Francesco M. <f18...@ya...> - 2006-05-11 09:24:31
|
Hi, Francesco Montorsi ha scritto: > name: wxFDragSpinCtrl > wxversion: 2.6 > category: control > language: cpp > description: wxfdragspinctrl is a spin controll like textfield which uses a dragbutton. The dragbutton increases or decreases its value when dragging the mouse. It allows the use of a number + unit format (ex. 12 cms ) and also includes a complex automathic unit translation engine. The conversion engine allows you to define a base unit for your control and, whith the data readen from a conversion file, cnvert any unit to the base unit (if the conversion data exists). > It also can perform very complex operations using + - * / and ^ ops (it will try to simplify and apply conversions to the result. > > Can handle floats and it rounds them with the decimals that you specify. Very nice control ! Just a minor question: wouldn't be better to call it wxDragSpinCtrl ? it's much more readable IMHO... > location: wxfdragspinctrl if that's not a problem, I'd change this to 'fdragspinctrl' as the 'wx' prefix should not be used for new components (we already have enough components with that (useless) prefix). As soon as you let me know about these, I'll approve the component; meanwhile you can read the Maintainer's Guide at: http://wxcode.sf.net/maintguide.php Thanks, Francesco > cdate: 2006-05-10 > id: 114 > status: beta > docs: hand > buildsys: projectfiles > extdep: none > wiki: disabled > wxport: wxmsw,wxgtk > samples: 1 > approved: 0 > author: Victor Gil Sepúlveda > version: 0.17 > maintainerid: 37 > > Maintainer SF username: victor_gil > Maintainer name: Victor Gil Sepulveda > Maintainer mail address: vic...@gm... > > > > ------------------------------------------------------- > 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 |
From: Francesco M. <fr...@us...> - 2006-05-10 23:46:06
|
name: wxFDragSpinCtrl wxversion: 2.6 category: control language: cpp description: wxfdragspinctrl is a spin controll like textfield which uses a dragbutton. The dragbutton increases or decreases its value when dragging the mouse. It allows the use of a number + unit format (ex. 12 cms ) and also includes a complex automathic unit translation engine. The conversion engine allows you to define a base unit for your control and, whith the data readen from a conversion file, cnvert any unit to the base unit (if the conversion data exists). It also can perform very complex operations using + - * / and ^ ops (it will try to simplify and apply conversions to the result. Can handle floats and it rounds them with the decimals that you specify. location: wxfdragspinctrl cdate: 2006-05-10 id: 114 status: beta docs: hand buildsys: projectfiles extdep: none wiki: disabled wxport: wxmsw,wxgtk samples: 1 approved: 0 author: Victor Gil Sepúlveda version: 0.17 maintainerid: 37 Maintainer SF username: victor_gil Maintainer name: Victor Gil Sepulveda Maintainer mail address: vic...@gm... |
From: Ernesto R. D. <mid...@ya...> - 2006-05-08 01:09:30
|
Much better, and it works fine here with firefox Thanks Francesco Montorsi wrote: > Ulrich Telle ha scritto: > >> Hi Francesco, >> >>> all times I browse the wxCode website I have the impression that >>> the fontsize is a little smaller rather than the majority of other >>> websites... do you have the same impression? Maybe I should make it >>> one or two points bigger... >> >> >> Yes, please. For normal text you should choose at least a font size >> of 90% or 10pt (currently I see 71% and 8.5pt). > > ok, I did the change. Hope it won't break rendering with old/broken > browser (like our friend IE ;))... > > Francesco > > > > ------------------------------------------------------- > 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 > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.yahoo.com.mx/ |
From: Ulrich T. <Ulr...@gm...> - 2006-05-07 14:27:15
|
Hi Francesco, > ok, I did the change. Hope it won't break rendering with old/broken > browser (like our friend IE ;))... Thanks, IMHO that's really better. And using Firefox and IE 6 there seem to be no problems in displaying the pages. Regards, Ulrich -- E-Mail privat: Ulr...@gm... E-Mail Studium: Ulr...@Fe... World Wide Web: http://www.stud.fernuni-hagen.de/q1471341 |
From: Francesco M. <f18...@ya...> - 2006-05-07 12:42:10
|
Ulrich Telle ha scritto: > Hi Francesco, > >> all times I browse the wxCode website I have the impression that >> the fontsize is a little smaller rather than the majority of other >> websites... do you have the same impression? Maybe I should make it >> one or two points bigger... > > Yes, please. For normal text you should choose at least a font size of 90% or > 10pt (currently I see 71% and 8.5pt). ok, I did the change. Hope it won't break rendering with old/broken browser (like our friend IE ;))... Francesco |
From: Ulrich T. <Ulr...@gm...> - 2006-05-07 12:01:20
|
Hi Francesco, > all times I browse the wxCode website I have the impression that > the fontsize is a little smaller rather than the majority of other > websites... do you have the same impression? Maybe I should make it > one or two points bigger... Yes, please. For normal text you should choose at least a font size of 90% or 10pt (currently I see 71% and 8.5pt). Regards, Ulrich -- E-Mail privat: Ulr...@gm... E-Mail Studium: Ulr...@Fe... World Wide Web: http://www.stud.fernuni-hagen.de/q1471341 |
From: Francesco M. <f18...@ya...> - 2006-05-07 11:43:37
|
Hi, all times I browse the wxCode website I have the impression that the fontsize is a little smaller rather than the majority of other websites... do you have the same impression? Maybe I should make it one or two points bigger... Francesco |
From: SourceForge.net <no...@so...> - 2006-04-28 08:31:40
|
Bugs item #1478239, was opened at 2006-04-28 01:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1478239&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxpdfdoc Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: bug in pdfimage.cpp Initial Comment: file: pdfimage.cpp wxpdfdoc version: 0.6.2 & 0.7 (maybe in older versions too !?!) function: wxPdfImage::Parse() line: 117 (for v. 0.6.2), 167 (for v. 0.7) code: ... || m_name.Right(2) == _T(".wmf") bug: imho. there should be m_name.Right(4) for a correct result mailto: gf...@ya... Gabriel ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1478239&group_id=51305 |