PGRID dev. | 20 Aug 10:34

wxTreeListCtrl - new release 2008-07-21 (upgrade recommended)

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
(Continue reading)

Francesco Montorsi | 19 Aug 20:02

Re: Cron job: FixedWidthImportCtl is pending approval

Hi,

Manuel Martín ha scritto:
> Hi, Francesco
>> name: FixedWidthImportCtl
>> I don't understand the "import" part of the name... is the component 
>> oriented exclusively for the creation of a File->Import menu command?
> 
> Exclusively not, but mainly. I've attached a .jpg to this mail. You will 
> recognize it...
ok; I understand; well, let's call it FixedWithImportCtrl then.

>>
>> Also I'd use "Ctrl" instead of "Ctl"...
> I can't do this just logging to wxCode. I'm sure you can.
done

>> 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.
>> I'd reword the part "The user sees the text and sets delimiters" as 
>> "The control displays the text and the column markers."... or 
>> something like that.
> Done
perfect!

>>
>> As soon as these details are fixed I'll approve the component...
(Continue reading)

Francesco Montorsi | 18 Aug 13:12

Cron job: FixedWidthImportCtl is pending approval

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@...

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
(Continue reading)

SourceForge.net | 14 Aug 17:02

[ wxcode-Bugs-2051640 ] Minor edits needed for gcc 4.2 compile

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&atid=462816&aid=2051640&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.)
(Continue reading)

Daniel Pomrehn | 12 Aug 22:26

Translation of WebUpdater

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 & 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&url=/
Ulrich Telle | 26 Jul 16:38

Attention: Bug in wxSQLite3 1.9.0

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 & 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&url=/
SourceForge.net | 26 Jul 00:04

[ wxcode-Patches-2028277 ] does not let me play make or run my programs

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&atid=462818&aid=2028277&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
(Continue reading)

SourceForge.net | 19 Jul 01:45

[ wxcode-Bugs-2021938 ] Deleting item from treelistctrl and using arrow keys crashes

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&atid=462816&aid=2021938&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.

----------------------------------------------------------------------
(Continue reading)

SourceForge.net | 19 Jul 01:02

[ wxcode-Bugs-2021908 ] Deleting item from treelistctrl and using arrow keys crashes

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&atid=462816&aid=2021908&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.

----------------------------------------------------------------------
(Continue reading)

SourceForge.net | 15 Jul 07:56

[ wxcode-Feature Requests-2018434 ] test

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&atid=462819&aid=2018434&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&atid=462819&aid=2018434&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 & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
(Continue reading)

SourceForge.net | 15 Jul 07:13

[ wxcode-Feature Requests-2018407 ] Mouse events with TreeListCtrl

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&atid=462819&aid=2018407&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->Connect(ID_TREELISTCTRL, wxEVT_LEFT_DOWN,
wxMouseEventHandler(MainWindow::OnLeftDown), NULL, this);

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

(Continue reading)


Gmane