Anonymous | Login | 02-27-2021 22:32 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0006461 | [Squeak] Morphic | major | always | 05-03-07 12:29 | 09-15-08 19:43 | ||||
Reporter | hangal | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.9 | ||||||
Summary | 0006461: PolygonMorph intersects method does not work | ||||||||
Description |
I am using Squeak-3.9-final-7067.image on win-xp. I create a polygon using: p := PolygonMorph new. p vertices: {0@0. 0@200. 200@200} color: Color black borderWidth: 2 borderColor: Color green. However any attempt to use the intersects: aRectangle method in PolygonMorph, e.g. r := Rectangle new. r setOrigin: 150@0 corner: 175@25. /> p intersects: r returns a message not understood. because PolygonMorph's intersects calls super intersects, when no such method exists in any of its superclass. |
||||||||
Additional Information |
On the beginners mailing list, Jerome Peace says: Date: Wed, 2 May 2007 21:48:23 -0700 (PDT) From: Jerome Peace <peace_the_dreamer@yahoo.com> Subject: [Newbies] Re: PolygonMorph intersection To: "beginners@lists.squeakfoundation.org" ... In building the 3.9 release the release team added pieces of the the Connectors package. And while they did as best they could they missed a piece. The PolygonMorph>>intersects: methods calls super intersects: . None of the classes above PolygonMorph defines the intersects: method. Thus the error message. ... |
||||||||
Attached Files |
![]() ![]() |
||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
82 total queries executed. 47 unique queries executed. |