PROTECTED]
Sent: Tuesday, April 29, 2008 12:04 PM
To: Ghufran Ahamad
Cc: cocoa-dev@lists.apple.com
Subject: Re: Group rotation
Implementing grouping that really works is quite hard.
What about when groups are nested? This can go on indefinitely, so you
need a mechanism that can take account of
Hi All,
I want to customize print panel dialog. I'm adding a button on print panel
dialog but it is not getting show on dialog.
I'm using following code snippet. Let me know where the problem is
- (void)printShowingPrintPanel:(BOOL)flag
{
NSPrintOperation *printOp;
NSButton*
Hi All,
I want to do group rotation for various objects. Objects are getting rotate
correctly on their center but when I group them the rotated object has got
shift. Note: In case of group only rotated object has got shift. Below is
the code snippet. Let me know I doing correct or not.
-(NS
Hi All,
I need to write a service in Mac (like we write a Windows services for PC).
This will automatically run as soon as start the Mac machine.
I would appreciate if any one knows how to write a Service for Mac OS X.
Thanks,
Ghufran Ahmad
+91 - 9953130470
Skype ID: ghufran_khan81
his allows recursion for groups. Of
course, the group object has to compute it's own bounds, including internal
and total rotations. So far, this works quite well and we haven't
encountered the problem you have had.
> Message: 4
> Date: Wed, 2 Apr 2008 16:30:42 +0530
> F
Hi All,
We are developing a kind of drawing application in Objective C using Cocoa
framework. We have several separate graphical objects, each having their own
position and rotation angle, are then grouped. As soon as we group the
objects the rotated object has got shift with their angle. This