Tagged Questions
Do not add this tag to questions! The "quartz" tag is ambiguous; it could refer to the graphics layer in Mac OS X, or the open source scheduling library. Please choose a more specific tag.
29
votes
3answers
10k views
Get PDF hyperlinks on iOS with Quartz
I've spent all day trying to get hyperlinks metadata from PDFs in my iPad application.
The CGPDF* APIs are a true nightmare, and the only piece of information I've found on the net about all this is ...
12
votes
7answers
4k views
Is there a way to make drawRect work right NOW?
The original question...............................................
If you are an advanced user of drawRect on your ipop*, you will know that of course drawRect will not actually run until "all ...
11
votes
3answers
541 views
Cannot create PDF document with 400+ pages on iOS
I am using the following pseudocode to generate a PDF document:
CGContextRef context = CGPDFContextCreateWithURL(url, &rect, NULL);
for (int i = 1; i <= N; i++)
{
NSAutoreleasePool *pool = ...
9
votes
4answers
318 views
Get size of repeated pattern from UIColor?
I can query if a UIColor is a pattern by inspecting the CGColor instance it wraps, the CGColorGetPattern() function returns the pattern if it exist, or null if it is not a pattern color.
...
7
votes
6answers
3k views
iPhone smooth sketch drawing algorithm
I am working on a sketching app on the iPhone.
I got it working but not pretty as seen here
And I am looking for any suggestion to smooth the drawing
Basically, what I did is when user places a ...
7
votes
0answers
298 views
Mac event tap just delays discarded events
I'm trying to write some code that discards all keyboard and mouse events when enabled on Mac OSX 10.6. My code runs as the root user. The approach I'm taking is to create an event tap that discards ...
6
votes
2answers
187 views
What can be the signature of this method?
I am trying to identify private apis of Quartz framework. I have a list of bunch of private private APIs but don't have their signature.
I would like to put one of them on table for discussion, so ...
6
votes
1answer
418 views
Drawing a path with CAKeyFrameAnimation on iPhone
I want to draw a path gradually, i.e. I want the path to appear as if it is drawn by hand. I have managed to create the path I need. I have also managed to create a CAKeyFrameAnimation that uses this ...
5
votes
2answers
236 views
Good alternative to crontab for java batch programs?
I've been looking for replacements for my companies current batch processing system(java SE + crontab), since there is a lot of java code/shell script duplication, most jobs are ETL and do very ...
5
votes
1answer
980 views
Quartz HelloJob
I am new to Quartz and I'm running into a compiling error. I am simply trying to get the HelloJob to run based on Quartz's Lesson 1 for Hello World. I am having trouble declaring a JobDetail with the ...
5
votes
1answer
273 views
Set Start Point for CGAffineTransform
I am animating a UIView along a circle using a CAKeyframeAnimation that follows a CGPathAddEllipseInRect. However, the view always seems to start in the same place regardless of the frame it is ...
5
votes
2answers
1k views
Curving/warping views with CoreAnimation or OpenGL for carousel effect
Right now I'm populating a UIScrollView with a series of views. The views need to be warped to make the UIScrollView appear like a carousel. In other words when the user scrolls it needs to be like a ...
5
votes
2answers
3k views
Getting text position while parsing pdf with Quartz 2D
another question regarding pdf parsing...
Just read PDF Reference version 1.7 "5.3.1 Text-Positioning Operators" and I am a little bit confused.
I wrote some code to get transformation matrix and ...
4
votes
1answer
431 views
Digitally sign a pdf document in iOS
recently I was assigned an iOS project, where I need to digitally sign a pdf document using a key that the application will download from a server.
I don't yet have a clear idea of the process ...
4
votes
1answer
284 views
Quartz CronTriggers in Akka Actors using or not using Camel?
I have a Db of Quartz CronTriggers. I want to port this entire system to an Akka based backend I am architecting currently. I was looking at and thinking about ways this can be done.
For instance, ...
4
votes
1answer
164 views
iPhone - encoding and decoding a NSValue
So I read here on SO that I can encode a CGLayerRef to a NSValue using
NSValue *myCopy = [[NSValue alloc] initWithBytes:&myLayer objCType:@encode(CGLayerRef)];
but how do I recreate the ...
4
votes
2answers
281 views
Corner radius for a particular corner
I want to set corner radius to each corner separately, but in layer of the view I didn't find property or method for it, only for every corner. How can I do it?
4
votes
1answer
3k views
(Scale) Zoom into a UIView at a point
I've been stuck on this for days. Something I don't understand about transformations. I want to zoom in to say the top right corner of a UIView (the main view). I use CGAffineTransformScale and have ...
4
votes
1answer
129 views
Quartz.net: FireAtTime doesn't seem to work as expected
I am trying to implement Quartz.net in one of my projects.
I am using NthIncludedDayTrigger cause I want my trigger to fire every 5 months at a certain time. Here is the code:
NthIncludedDayTrigger ...
4
votes
2answers
1k views
Create a glow around a UIView
I would like to draw a glow-ish border around a UIView which is roughly 5px from the actual UIView itself.
Please could you tell me how I could achieve this?
4
votes
1answer
2k views
PDF Manipulation on iPhone SDK
I have been reading Apple's docs and they recommend using UIWebView. This is all well and good until you want to go to a page number and also search PDF's.
Is there any 3rd Party libraries, (free or ...
4
votes
1answer
464 views
Why is UIImageView so memory intensive compared to CGContextDrawImage
Developing an iPad PDF-Reader we decided to prepare high-res images of rendering intensive pages (lots of paths in them) and use those instead of the pdf pages to avoid performance issues. We decided ...
4
votes
1answer
418 views
Are Quartz scheduler instances thread safe?
Can more than one thread safely call methods on an instance of Scheduler returned by the StdSchedulerFactory concurrently?
4
votes
3answers
621 views
iPhone - creating Quartz paths on vector app?
I dream of being able to use Illustrator to create my vectorial objects and export them as quartz paths. Is that possible?
It needs to be as Quartz paths because I would like to be able to fill the ...
4
votes
4answers
193 views
Why should I use floats?
I mean, for pixel position, sizes, etc. It's not like I'll be making a rectangle that's 100 and a half pixels high. These might as well be integers.
3
votes
2answers
88 views
How to render UIView into 2 parts
I am trying to develop transition effect, when one view splits into 2 parts with upper part animated upwards and lower part animated downwards to revel the view behind it.
I am using UIView and ...
3
votes
1answer
70 views
How to do “massive” Job Scheduling (Quartz?)
I have a general question related to the quartz scheduling framework:
I need to perform a task after a fixed amount of time after a user registration. For the sake of simplicity let's say exactly 1 ...
3
votes
2answers
251 views
How to determine and interpret the pixel format of a CGImage
I'm loading this (very small) image using:
UIImage* image = [UIImage named:@"someFile.png"];
The image is 4x1 and it contains a red, green, blue and white pixel from left to right, in that order.
...
3
votes
2answers
101 views
Very confused by a binding issue between a Cocoa app and a Movie Loader patch in Quartz Composer
I've been programming for a while, but just recently decided to start developing for Mac OS X. I feel like I've come to grips with the basics of Objective-C and Cocoa development over the past week. ...
3
votes
3answers
759 views
Drawing many UIBezierPaths in a view
I am drawing several UIBezierPaths on a view based on finger movements.
Every time a cycle of touches -- Began/Moved/Ended -- completes, I store the points and create a UIBezierPath that is stored in ...
3
votes
1answer
581 views
Grails:: I hate and simply can't unerstand: 'No hibernate session bound to current thread'
A simple scenario but making me bang my head against wall, as I'm unable to understand this 'No Hibernate Session bound to current thread'.
Use case to implement:
def records = SomeDomain.list()
...
3
votes
1answer
515 views
Core Graphics: Drawing along a path with a normal gradient
There are a number of resources here and elsewhere on the web regarding how to draw with a gradient - fill or stroke.
However, AFAICT, none addresses the following requirement: how to draw a path ...
3
votes
1answer
340 views
3D Transformations on a Quartz2D path — Drawing Application
I'm in the planning stage of writing a Cocoa drawing application (for Mac, not iOS), and I'm trying to discern whether one of my features is technically possible via any of the drawing frameworks. Any ...
3
votes
1answer
226 views
Mac OS X public APIs for checking/requiring HDCP/DPCP protection?
Are there any public APIs in Mac OS X for checking the High-bandwidth Digital Content Protection (HDCP), and/or Display Port Content Protection (DPCP) compliance of connected displays, or for ...
3
votes
1answer
1k views
Pdf full text search on iPad with Quartz 2D
Hi guys :)
I am trying to implement full text search using Quartz 2D but it's a nightmare.
I can "extract" text from pdf page using PDF Operator (TJ and other...)
CGPDFOperatorTableRef myTable;
...
3
votes
2answers
897 views
How to maintain a job history using Quartz scheduler
I'd like to maintain a history of jobs that were scheduled by a Quartz scheduler containing the following properties: 'start time', 'end time', 'success', 'error'.
There are two interfaces available ...
3
votes
1answer
2k views
iPhone OS 3.2; PDF rendering; User Interaction
I'd need to create a iPad-app which would be rendering multiple PDF-Files (one file contains one page).
Each page should be scrollable, zoomable and if the user taps on a part of the PDF a website or ...
3
votes
2answers
635 views
Add Quartz.net job without starting the scheduler
Is there any way of adding jobs to Quartz.Net jobstore without starting up a scheduler instance?
3
votes
2answers
430 views
Learning Quartz and/or openGL for iPhone resources?
I am interested in learning how to program game graphics for iPhone OS (3.x and beyond...). Can anyone recommend (based on personal experience) good books/websites that deal specifically with ...
3
votes
4answers
1k views
What should I learn Quartz or OpenGL ES?
I'm learning to program for the iPhone. I'm trying to figure out how to do some really cool custom view animations. What should I learn, Quartz or OpenGL ES?
For whoever says OpenGL ES, could I use ...
3
votes
1answer
1k views
iPhone Quartz Demo, rerender PDF
How should I modify the QuartzDemo that comes with the iPhone so that it re-renders the PDF view like UIWebView does when you zoom in?
Cheers
Nik
3
votes
2answers
2k views
Performing a double click using CGEventCreateMouseEvent()
I'm using the following code to simulate a click of the mouse:
void PostMouseEvent(CGMouseButton button, CGEventType type, const CGPoint point)
{
CGEventRef theEvent = CGEventCreateMouseEvent(NULL, ...
2
votes
1answer
27 views
Cocoa PDF Getting Page Rotation value issue
It is the first time I ask a question on this forum. Sorry if my English is not right, this not my mother tongue langage. Usually I always find my answers on this forum or by Googling. But this time, ...
2
votes
1answer
106 views
Drawing on top of UIImageView to make the image transparent
I am working on one iPhone App wherein I need to make a portion of the image transparent by setting its alpha level to 0 as the user moves around his finger on the image. Basically if you happen to ...
2
votes
3answers
185 views
how to suspend job in quartz scheduler?
Hi i am creating an application that executes the method of a class based on a cron expression. For that i am using spring quartz in which i have to configure all these stuffs in my spring-file it ...
2
votes
1answer
67 views
Quartz Trigger new thread?
Does a quartz scheduler create a new thread for each of the triggers or only a single thread which takes care of all the threads ?
2
votes
0answers
188 views
Quartz : Memory Leak?
I am using Quartz to run a job every hour. The servlet is running on Tomcat and I am using the ServletConextListener to listen for when the context is destroyed.
When I shut down tomcat, I get the ...
2
votes
1answer
89 views
Is there something that starts a cron in java?
I have some java written to do a very very simple operation. It needs to happen once every three hours and is not connected to any user action, it's just something that revolves every three hours.
...
2
votes
3answers
139 views
passing argument 1 of 'setBackgroundColor:' from incompatible pointer type
- (void)drawRect:(CGRect)rect {
// Drawing code.
// BackgroundColor
CALayer *myLayer = [self layer];
[myLayer setBackgroundColor:[UIColor colorWithRed:0 green:0 blue:0 ...
2
votes
1answer
1k views
How to enable Quartz scheduling in Jboss AS 7.0?
Quartz doesn't appear to be included with the default install of Jboss AS 7.0 Final (full). Deployment of my EAR appears to fail when the Message Driven Bean (MDB) "FareMonitorBean" is attempted to be ...