<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user">
    <title>gmane.comp.lib.wxwidgets.wxcode.user</title>
    <link>http://blog.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/669"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/668"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/666"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/665"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/658"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/657"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/656"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/655"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/654"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/653"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/652"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/650"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/649"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/640"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/636"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/635"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/634"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/633"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/632"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/631"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/669">
    <title>undefined reference to `vtable for wxCustomButton'</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/669</link>
    <description>I am having troubles compiling my application that makes use of wxCustomButton in wxThings.  A build log is included.

I had this error once before and it was due to some interesting compiler directives.  I found that those are included in wxCustomButton:

#if defined(__GNUG__) &amp;&amp; !defined(NO_GCC_PRAGMA)
        #pragma implementation "toggle.h"
#endif

What do those lines do?  Would they be causing this undefined reference to vtable for wxCustomButton?  If not, what would and how can I resolve it?

Note that I did try commenting out those lines in the code and recompiling.  That did not help.

I appreciate the help!

NOTES ON THE BUILD LOG:

The library Sdbase contains the Msglog class.  It is prebuilt.  I do have access to the source, but I would like to not change that if possible.

The library wx_gtk2_wxthings-2.8 contains all the wxThings.  wxCustomButton is included here.  I believe this is where the problem lies, but I may be wrong.

Thanks!

**** Build of configuration Linux GCC for project GSE ****

make all
g++ -o build/arssgse build/arssgseapp.o build/arssgse.o build/ballistics.o build/confirm.o build/ipselect.o build/locked.o build/pwpmodes.o build/telemetry.o build/viginfo.o build/vigsim.o build/weaponics.o build/blocks/wxarssgse.o build/blocks/wxballistics.o build/blocks/wxverify.o build/blocks/wxipselect.o build/blocks/wxlocked.o build/blocks/wxpwpmodes.o build/blocks/wxtelemetry.o build/blocks/wxviginfo.o build/blocks/wxvigsim.o build/blocks/wxweaponics.o -L. `wx-config --libs` `wx-config --gl-libs` -lGLU -lGL -lwx_gtk2_wxthings-2.8 -lSdbase
./libSdbase.a(Msglog.o): In function `Msglog::onListMsgSelected(wxListEvent&amp;)':
Msglog.cpp:(.text+0x268): undefined reference to `wxCustomButton::SetValue(bool)'
./libSdbase.a(Msglog.o): In function `Msglog::create(std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;&amp;, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;&amp;)':
Msglog.cpp:(.text+0xba87): undefined reference to `vtable for wxCustomButton'
Msglog.cpp:(.text+0xbb4d): undefined reference to `wxCustomButton::Init()'
Msglog.cpp:(.text+0xbbd0): undefined reference to `wxCustomButton::Create(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xbdef): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xbed8): undefined reference to `vtable for wxCustomButton'
Msglog.cpp:(.text+0xbf9e): undefined reference to `wxCustomButton::Init()'
Msglog.cpp:(.text+0xc021): undefined reference to `wxCustomButton::Create(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xc240): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xc329): undefined reference to `vtable for wxCustomButton'
Msglog.cpp:(.text+0xc3ef): undefined reference to `wxCustomButton::Init()'
Msglog.cpp:(.text+0xc472): undefined reference to `wxCustomButton::Create(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xc691): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xc77a): undefined reference to `vtable for wxCustomButton'
Msglog.cpp:(.text+0xc840): undefined reference to `wxCustomButton::Init()'
Msglog.cpp:(.text+0xc8c3): undefined reference to `wxCustomButton::Create(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xcae2): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xcdc1): undefined reference to `wxCustomButton::wxCustomButton(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xcf5f): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xd0dd): undefined reference to `wxCustomButton::wxCustomButton(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xd27b): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xd3f9): undefined reference to `wxCustomButton::wxCustomButton(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xd597): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xd715): undefined reference to `wxCustomButton::wxCustomButton(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xd8b3): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xda31): undefined reference to `wxCustomButton::wxCustomButton(wxWindow*, int, wxString const&amp;, wxBitmap const&amp;, wxPoint const&amp;, wxSize const&amp;, long, wxValidator const&amp;, wxString const&amp;)'
Msglog.cpp:(.text+0xdbcf): undefined reference to `wxCustomButton::SetMargins(wxSize const&amp;, bool)'
Msglog.cpp:(.text+0xde73): undefined reference to `wxCustomButton::SetValue(bool)'
Msglog.cpp:(.text+0xde93): undefined reference to `wxCustomButton::SetValue(bool)'
Msglog.cpp:(.text+0xdeb4): undefined reference to `wxCustomButton::SetValue(bool)'
Msglog.cpp:(.text+0xded5): undefined reference to `wxCustomButton::SetValue(bool)'
Msglog.cpp:(.text+0xdef6): undefined reference to `wxCustomButton::SetValue(bool)'
./libSdbase.a(Msglog.o):Msglog.cpp:(.text+0xdf1b): more undefined references to `wxCustomButton::SetValue(bool)' follow
collect2: ld returned 1 exit status
make: *** [build/arssgse] Error 1

--
Jonathan R. Haws
Electrical Engineering
Space Dynamics Laboratory

Jonathan.Haws-1NZ7PSMA80SVc3sceRu5cw&lt; at &gt;public.gmane.org
(435)797-4629




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Jonathan Haws</dc:creator>
    <dc:date>2008-09-26T22:11:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/668">
    <title>IMPORTANT: website services (currently?) notoperational</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/668</link>
    <description>Hi all,
    recently SF.net changed (again!) their infrastructure in many aspect; in 
particular they removed the SSH log-in support from their web servers.

Now I cannot run anymore wxCode maintainance scripts not even manually from an 
SSH session. This means that any component submission done in these days (or in 
the last few weeks) and in the future days (until a solution is found) won't be 
noticed.

SUBMITTERS OF NEW COMPONENTS: PLEASE POST HERE A MESSAGE DESCRIBING YOUR 
COMPONENT RATHER THAN USING THE WEBSITE SUBMISSION FORM (NO EMAIL WILL BE SENT 
USING THAT FORM).

This last modification of SF structures is really a trouble since we had written 
in the past years a number of scripts meant to be run from the SF servers from 
time to time.

Before searching other solutions for wxCode maintainance I'll wait until SF 
"stabilizes" (new services are being added in these days/weeks).

Bye,
Francesco Montorsi



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-09-24T17:54:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/666">
    <title>Bugs in wxTreeListCtrl</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/666</link>
    <description>Hi,

Thanks for the wxTreeListCtrl.

There are two bugs in your code that break "Edit Label" functionality. 

Bug 1. After several renames, I get either intermittent crashes or failure of
the Edit control to show and work properly.

The bug is due to the usage of a deleted object. Say, we're editing a label and
hit ENTER. In the OnChar handler, the edit control is marked for some
asynchronous deletion, and then m_finished flag is set.


void wxEditTextCtrl::OnChar( wxKeyEvent &amp;event )
{
    //...
    if (event.GetKeyCode() == WXK_RETURN)
    {
        if (!wxPendingDelete.Member(this))
            wxPendingDelete.Append(this);

        m_finished = true;
        // ...
    }
    // ...
}


At some point in time _later_, the destructor is called (because the object has
been pending for deletion), whicn in turn calls CancelEdit. CancelEdit exits
immediately, because m_finished is set. So there's no chance that
m_renameControl of the owner is reset to NULL.


void wxEditTextCtrl::CancelEdit() {
    if (m_finished) return;

    // ...
    if (m_owner) {
        m_owner-&gt;OnRenameAccept(true);  // cancelled
        if (m_owner-&gt;m_renameControl == this) {
            m_owner-&gt;m_renameControl = NULL;
            m_owner-&gt;m_editItem = NULL;
        }
        // ...
    }

    // ...
}


In the next EditLabel call, the following code will crash, because
m_renameControl pointer is dangling.


    if (m_renameControl) {
        m_renameControl-&gt;CancelEdit();
    }


I patched this bug by moving the "m_owner-&gt;m_renameControl = NULL" above the "if
(m_finished) return;" in CancelEdit. The patch works for me but may be wrong in
some way; unfortunately, I don't have time to think it over and test it. So
please fix this major bug as you see fit.


Bug 2. After editing a label, I kill the focus of the edit control by clicking
outside. If the click happens to land on one of the other tree-list columns,
then that column gets updated with the new text, not the main column.

Since I only need to edit the main column, I changed this line (in
wxTreeListMainWindow::OnRenameAccept)

SetItemText (m_editItem, m_curColumn, m_renameRes);

to

SetItemText (m_editItem, 0, m_renameRes);

but this is not suitable when you need other columns, too. (I didn't investigate
this one.)


There are other bugs (like crashing when removing a node with selection), which
I will report when I have the details.


Thanks,

Regards,
Yaroslav.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Yaroslav</dc:creator>
    <dc:date>2008-09-04T18:04:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/665">
    <title>wxTreeListCtrl - new release 2008-07-21 (upgraderecommended)</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/665</link>
    <description>For wxTreeListCtrl users: 

If you are using this control, it is recommended that you upgrade to the latest version:
  several crashes fixed, events enhanced --changelog below

website: http://wxcode.sourceforge.net/components/treelistctrl

* treelistctrl_2008-07-21.tar.gz
  - Fixed: selection behavior
  - Fixed: make all mouse events accessible to child class [#2018407]
  - Fixed: column now always populated for mouse events [#2018407]
  - Fixed: crash on key navigation after item delete [#2021908]
  - Fixed: crash on edit after item delete [#2021908]
  - Fixed: missing event EVT_TREE_END_LABEL_EDIT when cancelled
  - Fixed: several crash possibilities when there is no root [#2021908]
  - Changed: changing the selection mode (wxTR_MULTIPLE style) will now reset the selection
  - Changed: id of main column is always returned in events (used to be -1 on blank area)
  - Changed: after an item is deleted, its next siblings is selected if it exists
  - Changed: key actions: if no item is selected, root is selected and no further action is taken
  - Changed: use same logic for double-click and return key (i.e. activate event will expand by default)
  - Added: events EVT_TREE_ITEM_MIDDLE_CLICK, EVT_TREE_ITEM_MENU
  - Added: events are also generated when empty area is clicked (with wxTreeEvent::IsOk() returning false) [#2018407]
  - Added: test program now with log window showing events fired
  - Added: test program includes compile option WITH_CHILD_CLASS demonstrating capturing mouse events in child class [#2018407]
  - Doc: added ommited (EVT_TREE_END_DRAG,EVT_TREE_ITEM_RIGHT_CLICK) and new events [#2018407]
  - Doc: mention wxTreeEvent::GetInt() to obtain column [#2018407]
  - Doc: corrected incorrect mention of no event on some delete actions

* treelistctrl_2008-06-18.tar.gz
  - Fixed: dead zone in labels with big fonts
  - Fixed: improved text/frame proportion in label row for big fonts (MSW)
  - Added: support for MinGW+MSYS through Makefile
  - Added: support for CodeBlock+GCC through project file

Happy coding,
Ronan



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>PGRID dev.</dc:creator>
    <dc:date>2008-08-20T08:36:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/658">
    <title>Cron job: FixedWidthImportCtl is pending approval</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/658</link>
    <description>name: FixedWidthImportCtl
wxversion: 2.8
category: control,import/export
language: cpp
description: A control for defining columns-widths in a file or block of text. The user sees the text and sets delimiters. The widths these marks represent will be used to break each line into pieces.
location: fixdwdthimp
cdate: 2008-08-07
id: 141
status: stable
docs: notavailable
buildsys: 
extdep: none
wiki: disabled
wxport: all
samples: 0
approved: 0
author: Manuel Martin
version: 1.0
inCVS: 0
maintainerid: 64

Maintainer SF username: mmarsan
Maintainer name: Manolo
Maintainer mail address: mmartin-8Mf1e9xnKvw&lt; at &gt;public.gmane.org


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-18T11:12:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/657">
    <title>[ wxcode-Bugs-2051640 ] Minor edits needed for gcc4.2 compile</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/657</link>
    <description>Bugs item #2051640, was opened at 2008-08-14 08:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2051640&amp;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
Private: No
Submitted By: Carl Godkin (cgodkin)
Assigned to: Otto Wyss (wyo)
Summary: Minor edits needed for gcc 4.2 compile

Initial Comment:
I downloaded the very latest treelistctrl.cpp 
for use in my project.  Compiling with gcc 4.2 (64-bit Linux) produced errors:

treelistctrl.cpp -o linux32/treelistctrl.o
treelistctrl.cpp:643: error: ISO C++ forbids declaration of 'wxEditTextCtrl' with no type
treelistctrl.cpp:643: error: expected ';' before '*' token

treelistctrl.cpp:658: error: extra qualification 'wxTreeListMainWindow::' on member 'DoDeleteItem'
treelistctrl.cpp: In member function 'void wxEditTextCtrl::CancelEdit()':

(These actually lead to more errors.)

Anyway, to allow this to build on gcc 4.2 I simply 
had to declare 

class wxEditTextCtrl;

before class wxTreeListMainWindow for the first one.

For the second one, I simply removed the 
"wxTreeListMainWindow::" from DoDeleteItem()'s
declaration.

---

I don't understand why the friend declaration 
didn't suffice for the first problem, but the second one is certainly an error.  Thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2051640&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-08-14T15:03:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/656">
    <title>Translation of WebUpdater</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/656</link>
    <description>Hello,

I'm using the WebUpdater in a German Application. Is it possible, to 
translate the User Interface of the WebUpdater? Is there any 
localizazion ready or is it planned for the future?

Thanks in advance

Daniel Pomrehn

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Daniel Pomrehn</dc:creator>
    <dc:date>2008-08-12T20:27:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/655">
    <title>Attention: Bug in wxSQLite3 1.9.0</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/655</link>
    <description>Unfortunately the code to finalize all unfinalized prepared statements 
introduced for convenience in method wxSQLite3Database::Close does not 
work as expected if the RTree extension module of SQLite is used. In 
that case the application will crash on executing the Close method.

Please disable the change in method wxSQLite3Database::Close. The source 
code of wxSQLite3 in the wxCode SVN repository has been already changed 
accordingly. You may download the source from here:

http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/wxsqlite3/src/wxsqlite3.cpp 


A corrected file release will follow within the next week.

Sorry for any inconveniences this may have caused.

Regards,

Ulrich


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ulrich Telle</dc:creator>
    <dc:date>2008-07-26T14:39:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/654">
    <title>[ wxcode-Patches-2028277 ] does not let me play makeor run my programs</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/654</link>
    <description>Patches item #2028277, was opened at 2008-07-25 18:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462818&amp;aid=2028277&amp;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: Any
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: coaster3000 (coaster3000)
Assigned to: Nobody/Anonymous (nobody)
Summary: does not let me play make or run my programs

Initial Comment:
Hi it is coaster3000 from fsg site

I just wanted to report this bug

I am using Code Blocks Compiler and it is not on the list. so i just use gnu Compiler and then i do the rest and when i hit finish it pops up a message saying Debug configuration not compatable this will make you not able to build a debug

then the same thing goes for the release build!

can you fix this or release a version that will make this work Thanks Coaster3000

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462818&amp;aid=2028277&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-25T22:06:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/653">
    <title>[ wxcode-Bugs-2021938 ] Deleting item fromtreelistctrl and using arrow keys crashes</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/653</link>
    <description>Bugs item #2021938, was opened at 2008-07-18 18:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2021938&amp;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
Private: No
Submitted By: JohnZ (jcz2001)
Assigned to: Otto Wyss (wyo)
Summary: Deleting item from treelistctrl and using arrow keys crashes

Initial Comment:
After my application code calls wxTreeListCtrl::Delete(), the user press the up arrow key and the application crashes.

I believe the crash is due to :

wxTreeListMainWindow::OnChar() is using m_curItem, which is pointing to the deleted item.

wxTreeListMainWindow::Delete() is not checking to see if m_curItem is the same item being deleted and setting it to null, like it does for m_selectItem.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2021938&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-18T23:48:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/652">
    <title>[ wxcode-Bugs-2021908 ] Deleting item fromtreelistctrl and using arrow keys crashes</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/652</link>
    <description>Bugs item #2021908, was opened at 2008-07-18 18:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2021908&amp;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
Private: No
Submitted By: JohnZ (jcz2001)
Assigned to: Otto Wyss (wyo)
Summary: Deleting item from treelistctrl and using arrow keys crashes

Initial Comment:
After my application code calls wxTreeListCtrl::Delete(), the user press the up arrow key and the application crashes.

I believe the crash is due to :

wxTreeListMainWindow::OnChar() is using m_curItem, which is pointing to the deleted item.

wxTreeListMainWindow::Delete() is not checking to see if m_curItem is the same item being deleted and setting it to null, like it does for m_selectItem.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2021908&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-18T23:03:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/650">
    <title>[ wxcode-Feature Requests-2018434 ] test</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/650</link>
    <description>Feature Requests item #2018434, was opened at 2008-07-15 07:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462819&amp;aid=2018434&amp;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: Any component
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ronan Chartois (pgriddev)
Assigned to: Nobody/Anonymous (nobody)
Summary: test

Initial Comment:
test

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462819&amp;aid=2018434&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-15T05:59:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/649">
    <title>[ wxcode-Feature Requests-2018407 ] Mouse eventswith TreeListCtrl</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/649</link>
    <description>Feature Requests item #2018407, was opened at 2008-07-15 07:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462819&amp;aid=2018407&amp;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
Private: No
Submitted By: m.a.k. (mak83)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mouse events with TreeListCtrl

Initial Comment:
It seems as if the wxTreeListCtrl (http://wxcode.sourceforge.net/components/treelistctrl/) is not able to catch mouse events:

I just want to receive an event when the user clicks on an item, but when I try to set an event handler, for example with

m_treelist-&gt;Connect(ID_TREELISTCTRL, wxEVT_LEFT_DOWN, wxMouseEventHandler(MainWindow::OnLeftDown), NULL, this);

and I click somewhere on the tree list control it just happens - nothing... ;(

The same for all other mouse events like mouse move, right click etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462819&amp;aid=2018407&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-15T05:17:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/640">
    <title>Database encryption</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/640</link>
    <description>-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08_______________________________________________
wxCode-users mailing list
wxCode-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxcode-users
</description>
    <dc:creator>Chong Tien Sen</dc:creator>
    <dc:date>2008-07-09T02:25:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/636">
    <title>News item at wxCode web site</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/636</link>
    <description>Hello [Francesco],

As seen from previous email, an update of the wxRL component.

Is there some way of generating a small news item at the wxCode web site?

Regards
// ATS.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>Arne Steinarson</dc:creator>
    <dc:date>2008-04-29T10:50:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/635">
    <title>wxRecursiveLayout - Release 0.6</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/635</link>
    <description>Hello,

The wxRL (rlayout) component at wxCode has been updated. ReadMe and
change notes below.

Regards
Arne steinarson

-----------------------------------------------------------

wxRL ReadMe
-------------

Website: http://wxcode.sourceforge.net/components/rlayout
Author: Arne Steinarson
Version: 0.6


Intro:
------
wxRecursiveLayout is a window layout manager for top-level windows, child
windows, panels and dialogs. It uses general sizing / area packing algorithms,
and as such, does not enforce a central 'document' area. Support for window
panes, toolbars, dragging panes &amp; toolbars, floating and docking,
saving/loading
layouts (aka perspectives). It is very flexible in terms of what layouts it
permits. It also provides a light-weight class for drawing customized window/
tool decorations and borders.


Version:
--------
0.6, running on Linux &amp; Win32 (and hopefully MacOS-X)


Requirements:
-------------
Requires wxWidgets &gt;-2.8.5
Tested with wxMSW and wxGTK. No platform specific features so it should
be straight forward to build for other desktop platforms. If you do,
please inform me.

NOTE: wxRL builds straight with wx2.9 (from SVN). For wx2.8.x one will
have to integrate object tracking (C++ weak references) into the wx build
manually. The files are: {wx/tracker.h wx/weakref.h, wx/meta/int2type.h,
wx/meta/convertible.h}. Also, wxWrapSizer should be built with wxWidgets
(or the project).


License:
--------
Free to use in open source / educational / non commercial projects. If
used in any commerical context, please contact the author for terms.


Changes:
--------
Version 0.6 adds bug fixes and enhancements from around six months of
development.

- Layout handling for dialogs is much improved with wxRlDialog1.
  Layouts can change size dynamically as parts of it are expanded,
  contracted. The dialog minimum size wil track that of contained
  items.

- It now uses weak references internally to eliminate any
  possibilty of dangling pointers to layout items.

- A loop blocker prevents the possibility of 'mutual layout update
  loops' (can happen due to rounding errors when handling NoteBook
  pages and in similar situations [nested size tracking]).

- The layout script language (XML) has been expanded (grid, flexgrid
  and wrap sizers are now supported).

- Better support for querying types and capabilities from child and
  parent items (GetParentWithType, GetChildWithCapab, ...).

- Build system. Simplified and removed some un-needed dependencies.

- Stability. A large number of minor bugs and improvements.


Building:
---------
There are two ways of building wxRL and the samples in this package.

1 - Using CMake.
Let CMake generate IDE or makefiles. Then use the IDE or 'make'to build
the programs.

2 - With the hand written makefiles that are in the samples directory.
These makefiles have been tested under Linux and Windows (mingw GCC).
Some editing is needed to get it to run on other systems. See readme.txt
in the build directory.


Author:
-------
Arne Steinarson. Questions, bug-reports and suggestions to:
   asteinarson at gmail dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>Arne Steinarson</dc:creator>
    <dc:date>2008-04-29T10:48:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/634">
    <title>Cron job: wxCoolBar is pending approval</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/634</link>
    <description>name: wxCoolBar
wxversion: all
category: window container,control,window layout,wrapper
language: cpp
description: wxCoolBar is a wrapper around the mickeysoft rebar control for use with the famous wxWidgets gui library. So developers can easily add the nice looking toolbars known from ms ie or other applications to their existing wxWidgets apps. Only if compiled against wxMSW on Win &gt; 95 of course.
location: coolbar
cdate: 2005-04-08
id: 119
status: beta
docs: hand
buildsys: makefiles
extdep: none
wiki: disabled
wxport: wxmsw
samples: 1
approved: 0
author: Martin Simon
version: 0.9
inCVS: 1
maintainerid: 43

Maintainer SF username: martinsfromb
Maintainer name: MartinSfromB
Maintainer mail address: martin.simon-HZQVPqyF5XYkRsT7YiGegxvVK+yQ3ZXh&lt; at &gt;public.gmane.org


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-04-18T16:14:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/633">
    <title>Cron job: wxDom is pending approval</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/633</link>
    <description>name: wxDom
wxversion: 2.6
category: data container,text processing
language: cpp
description: This is a modification of wxXML that allows loading from a File, URL, or XML String. Also allows dumping the Dom to String insted of just saving it to a file. I changed the class names, and some of the function names soas to not conflict with wxXML. 
location: wxdom
cdate: 2006-09-20
id: 102
status: beta
docs: notavailable
buildsys: projectfiles
extdep: none
wiki: enabled
wxport: all
samples: 0
approved: 0
author: Vaclav Slavik
version: 1.0
inCVS: 1
maintainerid: 24

Maintainer SF username: Digitalxero
Maintainer name: Dj Gilcrease
Maintainer mail address: digitalxero-Rn4VEauK+AKRv+LV9MX5uv+2+P5yyue3&lt; at &gt;public.gmane.org


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-04-18T16:14:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/632">
    <title>Cron job: there are 4 empty components</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/632</link>
    <description>[automated message for informative purposes].

wxSQLite3, maintainer: Ulrich Telle
wxAudio, maintainer: Ryan Norton
wxActiveRecordGenerator, maintainer: mszeftel
wxXmlSerializer, maintainer: MichalBliznak

The relative maintainers have already been notified by mail of this issue.

Your friendly wxCode script.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-04-18T16:25:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/631">
    <title>components recently moved to SVN</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/631</link>
    <description>Hi,
    I forgot to ask to all developers which had their component(s) moved 
to SVN to update the wxCodeDB going to: 
http://wxcode.sourceforge.net/edit.php

Please update for all your components the "Repository" field setting it 
to "Subversion".

Otherwise you'll get a monthly reminder about the fact that your 
component has no sources in the wxCode repo.

Thanks,
Francesco



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-04-18T19:14:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/630">
    <title>[ wxcode-Bugs-1944584 ] Linkiing problem</title>
    <link>http://comments.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/630</link>
    <description>Bugs item #1944584, was opened at 2008-04-16 21:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=1944584&amp;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
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Linkiing problem

Initial Comment:
An application witch has the library made from wxpdfdoc
has error of link after compilation

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=1944584&amp;group_id=51305

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-04-17T04:34:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxcode.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxcode.user</link>
  </textinput>
</rdf:RDF>
