|
|
 | | From: | David Purton | | Subject: | wxMac dotted lines | | Date: | Fri, 21 Jan 2005 06:57:47 +0000 (UTC) |
|
|
 | I'm tryng to get dotted lines using the wxDOT linestyle under wxMac. The results are bit average - length of dash is highly dependent on the angle of the line.
Poking around the source, it looks like Quckdraw does not have a good native method of drawing dotted lines, and it has been implemented using the PenPat function, which seems like a bit of a kludge.
Any suggestions for coming up with better dash lines?
cheers
dc
-- David Purton Haese & Harris Publications Phone: (08) 8355 9444 Email: david@haeseandharris.com.au Fax: (08) 8355 9471 Web: http://www.haeseandharris.com.au/
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | Stefan Csomor | | Subject: | RE: wxMac dotted lines | | Date: | Fri, 21 Jan 2005 08:24:07 +0000 (UTC) |
|
|
 | Hi
is this OS X only ? I have a CoreGraphics DC which I hope to finish in the next 2 weeks, and yes, there is no other way than PenPat or drawing the lines yourself in QuickDraw
Best,
Stefan
> -----Original Message----- > From: David Purton [mailto:david@haeseandharris.com.au] > Sent: Freitag, 21. Januar 2005 07:57 > To: wx-users list > Subject: wxMac dotted lines > > I'm tryng to get dotted lines using the wxDOT linestyle under wxMac. The > results are bit average - length of dash is highly dependent on the > angle of the line. > > Poking around the source, it looks like Quckdraw does not have a good > native method of drawing dotted lines, and it has been implemented using > the PenPat function, which seems like a bit of a kludge. > > Any suggestions for coming up with better dash lines? > > cheers > > dc > > -- > David Purton > Haese & Harris Publications > Phone: (08) 8355 9444 Email: david@haeseandharris.com.au > Fax: (08) 8355 9471 Web: http://www.haeseandharris.com.au/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org > For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | Robert Roebling | | Subject: | RE: wxMac dotted lines | | Date: | Sat, 22 Jan 2005 10:30:50 +0000 (UTC) |
|
|
 | > is this OS X only ? I have a CoreGraphics DC
Very nice to hear. Looking forward to seeing that.
Robert
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | David Purton | | Subject: | Re: wxMac dotted lines | | Date: | Sun, 23 Jan 2005 02:14:47 +0000 (UTC) |
|
|
 | On Fri, Jan 21, 2005 at 09:22:26AM +0100, Stefan Csomor wrote: > Hi > > is this OS X only ? I have a CoreGraphics DC which I hope to finish in the > next 2 weeks, and yes, there is no other way than PenPat or drawing the > lines yourself in QuickDraw >
Sounds good - We only target OSX, so no problem there.
cheers
dc
-- David Purton Haese & Harris Publications Phone: (08) 8355 9444 Email: david@haeseandharris.com.au Fax: (08) 8355 9471 Web: http://www.haeseandharris.com.au/
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
|