[ wxwindows-Bugs-1904652 ] wxTextCtrl - wxTE_MULTILINE problem on Mac

SourceForge.net noreply at sourceforge.net
Sat Mar 1 04:52:37 PST 2008


Bugs item #1904652, was opened at 2008-02-29 13:30
Message generated for change (Comment added) made by mbarbisch
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1904652&group_id=9863

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: Common
Group: Must fix
Status: Closed
Resolution: Fixed
Priority: 6
Private: No
Submitted By: Martin Barbisch (mbarbisch)
Assigned to: Stefan Csomor (csomor)
Summary: wxTextCtrl - wxTE_MULTILINE problem on Mac

Initial Comment:
In the current revision (52192) of the 3.0.0 (2.9.0) version, wxTE_MULTILINE wxTextCtrls seems to be broken on the Mac.

I built the library with the following configuration:

  ../configure --with-mac --disable-shared

on a Mac Pro under OSX 10.4.

Compiling the samples/text application works, but running it fails. The same program runs just fine on 2.8.7.


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

>Comment By: Martin Barbisch (mbarbisch)
Date: 2008-03-01 13:52

Message:
Logged In: YES 
user_id=1349284
Originator: YES

I thank you! :-)

Cheers,

Martin


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

Comment By: Stefan Csomor (csomor)
Date: 2008-02-29 21:52

Message:
Logged In: YES 
user_id=81467
Originator: NO

Hi 

src/mac/carbon/textctrl.cpp fix committed,

Thanks,

Stefan

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

Comment By: Martin Barbisch (mbarbisch)
Date: 2008-02-29 14:30

Message:
Logged In: YES 
user_id=1349284
Originator: YES

OK, sorry, that was a little bit too unspecific. ;-)

On the Mac no window appears (as is the case on Windows), and the icon in
the taskbar keeps jumping up and down. After a while the icon stops
jumping, if you then click on the icon the popup menu says that the
application is not responding.

If I start the application directly via "samples/text/text" (and not via
"text.app") in a Debug build, after a few seconds a dialog appears saying
that the program has been quit unexpectedly. I attached the stacktrace
which is available via the "Report..." button.

(Maybe it is not a problem of the wxTextCtrl and wxTE_MULTILINE per se. I
just found the problem when I wanted to run a tiny application which does
not contain much more than a wxTextCtrl. This worked with a single line
control, but not with a multiline one. Then I tried samples/text.)

File Added: wx.txt

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

Comment By: Vadim Zeitlin (vadz)
Date: 2008-02-29 14:04

Message:
Logged In: YES 
user_id=71618
Originator: NO

What do you mean exactly by "fails"? How can it be seen (I'm mostly
interested in the problem under Windows but I'm sure Stefan would
appreciate a more detailed description of the problem under Mac too)?

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

Comment By: Martin Barbisch (mbarbisch)
Date: 2008-02-29 13:47

Message:
Logged In: YES 
user_id=1349284
Originator: YES

Seems to be broken on WinXP as well.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1904652&group_id=9863




More information about the wx-dev mailing list