#11471: wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)
-------------------------+--------------------------------------------------
Reporter: SnowLeopard | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.9.1
Component: wxOSX-Cocoa | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
-------------------------+--------------------------------------------------
wxDC::DrawCircle and DrawEllipse do not do anything on OSX. Can reproduce
with the sample "drawing", refer to screenshot.
I stepped into it and couldn't see the problem, but I do see that it is a
single point of failure--they both internally call an ellipse drawing
function.
Note that the function DrawArc works OK.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11471>
#11471: wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)
-------------------------+--------------------------------------------------
Reporter: SnowLeopard | Owner:
Type: defect | Status: infoneeded_new
Priority: normal | Milestone: 2.9.1
Component: wxOSX-Cocoa | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
-------------------------+--------------------------------------------------
Changes (by csomor):
* status: new => infoneeded_new
Comment:
very strange and this is with svn trunk as of now, with 10.6.2 ? any
special configure switches ? in my xcode project builds circles are still
fine, I'll update now, rebuild and test again
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11471#comment:1>
#11471: wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)
-------------------------+--------------------------------------------------
Reporter: SnowLeopard | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.9.1
Component: wxOSX-Cocoa | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
-------------------------+--------------------------------------------------
Changes (by SnowLeopard):
* status: infoneeded_new => new
Comment:
Yes, using the trunk on OSX 10.6.2.
The only config switch that I can think of is that I specify 10.5 as being
my minimum OSX (instead of 10.4).
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11471#comment:2>
#11471: wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)
-------------------------+--------------------------------------------------
Reporter: SnowLeopard | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.9.1
Component: wxOSX-Cocoa | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
-------------------------+--------------------------------------------------
Comment(by SnowLeopard):
I removed my OSX min version from configure, but problem is still there.
Here is my configure command:
configure --with-osx_cocoa --enable-debug --disable-shared
Then I "make" it and rebuilt the drawing sample, but still can't draw
circles.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11471#comment:3>
#11471: wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)
-------------------------+--------------------------------------------------
Reporter: SnowLeopard | Owner:
Type: defect | Status: infoneeded_new
Priority: normal | Milestone: 2.9.1
Component: wxOSX-Cocoa | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
-------------------------+--------------------------------------------------
Changes (by csomor):
* status: new => infoneeded_new
Comment:
I'm still seeing them
what kind of hardware are you running this ? do you have another machine -
preferrably with another graphic card available ? could you please mail me
your binary ?
thanks
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11471#comment:4>
#11471: wxDC::DrawCircle and DrawEllipse do not work on OSX (10.6)
-------------------------+--------------------------------------------------
Reporter: SnowLeopard | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.9.1
Component: wxOSX-Cocoa | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 0 | Blocking:
-------------------------+--------------------------------------------------
Changes (by SnowLeopard):
* status: infoneeded_new => new
Comment:
Sure I can send you the binary, what is your email address?
I'm on a 24" iMac:
Model Name: iMac
Model Identifier: iMac9,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2.66 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 6 MB
Memory: 4 GB
Here is my video card info:
NVIDIA GeForce 9400:
Chipset Model: NVIDIA GeForce 9400
Type: GPU
Bus: PCI
VRAM (Total): 256 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x0867
Revision ID: 0x00b1
ROM Revision: 3379
Displays:
iMac:
Resolution: 1920 x 1200
Pixel Depth: 32-Bit Color (ARGB8888)
Main Display: Yes
Mirror: Off
Online: Yes
Built-In: Yes
Display Connector:
Status: No Display Connected
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11471#comment:5>