-
Forgot to mention. The samples are for PB 0.3 and the Xcode project directory is included. The build in the project was built in Tiger. You might have to rebuild it if you're still on Panther.
2005-08-13 17:05:42 UTC in Pattern Builder
-
A year and a day after your request I have posted a sample model. (Sorry, work stopped play.) It's for a SlideShow application. Start the app, drag a directory from Finder and drop it on the main view. SlideShow will display all the images in the directory and its sub-directories. It displays the dropped directory path and has a slider to vary the speed of the show.
SlideShow handles the...
2005-08-13 17:03:12 UTC in Pattern Builder
-
When I tried to delete a Pattern in my Demo doc, it quietly refused
to delete. Haven't been able to replicate it with a fresh document.
Immediately after deleting the MicrowaveOven pattern in the
browser, the pattern stops responding to context menu requests in
the browser. Click away from the pattern and back to it, and it
once again responds to context menu requests.
Saving...
2004-11-07 16:28:28 UTC in Pattern Builder
-
I've got a couple of QuickCam Home cameras that aren't supported by macam. I need to build up some hardware knowledge for my job, so I thought getting this camera to work with macam would be a useful learning project.
Is this too ambitious?
If not, how do I start?
I have zero hardware/USB knowledge, well, I know how to plug things in, but I'm only an IT developer.
2004-08-22 15:19:36 UTC in macam - USB webcam driver for Mac OS X
-
The Browser presents an Attribute table that allows users to
define the attributes of a model object. At the moment, the
values a simple text strings.
PB should support constraints on the values that can be
entered, preferably through the use of pull-down menus and
other user-friendly controls.
Some attributes take a single value, such as association
cardinalities (1..1, 1..*...
2004-08-09 14:21:02 UTC in Pattern Builder
-
PB's code generator prefixes instance variables with an
underscore. Some people like this, and others don't. Apple
have informally asked Cocoa developers not to use the
underscore prefix, as it could cause name clashes with their
own use of the underscore in the Cocoa classes.
PB should have a user preference that allows developers to
specify the prefix that they want on their...
2004-08-09 14:12:43 UTC in Pattern Builder
-
The following feedback has been submitted via the DocManager feedback reporting form for group ID 1.
Document: 6047
Group: 1
Doc Section: staff
Language: en_US
Feedback type: (support)
Feedback text: Hi guys,
Thanks for hosting patternbuilder for me. I was
wondering if you could add a Software Development::
Case Tools category to the Trove Map?
-Neil
[end].
2004-08-07 13:26:31 UTC in SourceForge.net
-
Hit testing on links is managed in the DKPath class. The
critical line is
if ( [self hitTest:m
againstLineFrom:[fromDKPoint nsPoint]
to:[toDKPoint nsPoint]
allowedDistance:2.0] )
return YES;
allowedDistance is hard coded, and the value of 2.0 causes
problems for some screen resolutions and some users.
The allowedDistance...
2004-08-06 10:33:09 UTC in Pattern Builder
-
ndearnshaw registered the Pattern Builder project.
2004-08-03 17:07:01 UTC in Pattern Builder