Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Creator code


Related Topics

  
  Technical Note TN1134: The Preferences Problem
There is code at the end of this Note that shows how you might want to locate a preferences file by creator code and/or file name.
Always creating a preferences file makes for slightly simpler code, but since you have to be prepared to run even if you cannot create a preferences file, you might as well wait until you actually need to create a preferences file before dealing with those possible problems.
One of the easiest workarounds to this problem is to locate your preferences file by a unique creator code (your application's signature springs to mind), which allows the user to rename your preferences file and not affect your application at all.
developer.apple.com /technotes/tn/tn1134.html   (5300 words)

  
  Creator code - Biocrawler   (Site not responding. Last check: )
A creator code is a mechanism used in pre-Mac OS X versions of the Macintosh operating system to link a data file to the application program which created it, in a manner similar to file extensions in other operating systems.
For example, the creator code of the HyperCard application and its associated "stacks" is WILD.
They claim that type and creator information rightfully belongs to the metadata associated with a file, and is therefore illogically placed within the file's name, where its presence can cause problems for the user.
www.biocrawler.com /encyclopedia/Creator_code   (322 words)

  
 CocoaDev: CreatorCode
A creator code is a string of four bytes that uniquely identifies an application.
Creator codes are the traditional MacOS way of identifying application programs, but they have been partially supplanted by Bundle Identifiers in MacOSX.
Apple says: "Creator codes containing all lowercase letters are reserved for use by Apple.
www.cocoadev.com /index.pl?CreatorCode   (878 words)

  
 MacKiDo/Hack/Hack
This tells us that the creator code for a SimpleText document is ttxt (this is because SimpleText was originally called TeachText).
To change the Word document's creator code, you also need to know the creator code for Word.
Hacking creator code is useful because you can apply it to all sorts of files.
www.mackido.com /Hack/FileInfoCreator.html   (206 words)

  
 TWiki . Javatools . CustomComponentLibraries
Creating the runtime components themselves taking into consideration design-time aspects since some of the code will also be executed at design-time.
Creator was originally targeted for ease-of-use and so full generic JSF support is being delayed for future releases.
Please note that the code generator is optional, if you have problems running the code generator for your own components, you can view the output of the generator for this sample to figure out how to manually write your own code.
wiki.java.net /bin/view/Javatools/CustomComponentLibraries   (3225 words)

  
 Article - Writing Custom Components for Java Studio Creator Part 1: Developing a Component Library
The Sun Java (tm) Studio Creator 2 application development tool allows component authors to bundle a set of components together into a component library and deliver it to an IDE user as a single complib file (a package file, much like a WAR or EAR file, containing the contents of a component library).
When creating the runtime components, developers should consider design-time aspects since some code may be executed at design time.
Creating a component library involves creating various parts, then packaging the parts into a single complib file.
developers.sun.com /prodtech/javatools/jscreator/reference/techart/2/writing_custom_components.html   (3474 words)

  
 Launching Marratech Pro from Safari - Marratech User Forum
But this app does not have a creator code, and the error is generated.
There is an application at http://www.clauss-net.de/misfox/misfox.html called MisFox that will allow the necessary setting under Mac OS X. But you (the developer) still need to assign a creator code and type and attach it to the application.
We have now a Marratech creator code and it will be part of the 4.1 release.
www.marratech.com /forum/index.php?showtopic=349&mode=linearplus&view=findpost&p=1101   (480 words)

  
 Bar Code Hotel
By covering an entire room with printed bar code symbols, an environment is created in which every surface becomes a responsive membrane, making up an immersive interface that can be used simultaneously by a number of people to control and respond to a projected real-time computer-generated stereoscopic three-dimensional world.
I started to research bar code technologies, and began to visualize a room in which every available surface was covered with bar code, an entirely fl-and-white environment.
And because the activities of Bar Code Hotel are affected both by its changing guests and by the autonomous behaviors of its various objects, the potential exists for the manifestation of a vast number of unpredictable and dynamic scenarios.
www.itofisher.com /PEOPLE/PERRY/BarCodeHotel   (1655 words)

  
 MacOSX Week: Tales of a BeOS Refugee - OSNews.com
All versions of Mac OS assume that the application that created a document is also the best application to launch it in, resulting in situations where files of the same type launch in different applications when double-clicked.
In other words, rather than moving forward by dropping the Creator code and moving to a complete FileTypes preferences panel, OS X adopted a bad habit from Windows (extensions) and retained its own bad habits (using the Creator code for application binding).
Since the document's creator is logically irrelevant to the determination of the best app to launch the document in, and because it often results in unexpected and undesirable document launching behavior, and because more flexible and powerful application binding can be accomplished through file type-based binding, I find this 100% backwards.
www.osnews.com /story.php/421/MacOSX-Week-Tales-of-a-BeOS-Refugee/page14   (1346 words)

  
 Re: [office] Macintosh type/creator code registration
Two ODF applications would thus register their own creator codes, while the type code would be the same for all ODF files.
Since type codes are no longer registered by apple, it looks like there is nothing that remains to be done.
When choosing your own file types you should follow the same guidelines as for creator codes - your file > type must each contain at least one uppercase character.
www.oasis-open.org /archives/office/200603/msg00019.html   (158 words)

  
 Bubble Pop Software - TypeShuffler - Read Me
TypeShuffler is a drag and drop utility that allows you to change the creator code, file type, and file extension of files.
One is the creator code which identifies the application, utility, or other system entity which created the file.
To remove a creator code from the database, select the creator code from the pop-up menu, then choose the "Remove from Favorites" menu item in the File menu.
www.bubblepop.com /typeshuffler/readme.html   (802 words)

  
 Stairways Software: Using AppleScript to Edit With a specified application   (Site not responding. Last check: )
The editor code is the creator type of the application, “Rch” for BBEdit and “TxMt” for TextMate.
If you do not know the creator code for the application, you can look in the application’s bundle, in the Contents folder, for the PkgInfo file, which consists of 8 characters, “APPL” (for Application) followed by the creator code.
You could, of course, create a single AppleScript which asked for the creator code, or provided a set of possible applications, or whatever.
www.stairways.com /blog/2006-12-07-applescript-edit-with   (457 words)

  
 Macintosh type/creator code registration
On the Mac, a file needs a TYPE and a CREATOR, both of which are 4 ASCII letters.
When choosing your own file types you should follow the same guidelines as for creator codes - your file type must each contain at least one uppercase character.
So all we need is to register the creator code: http://developer.apple.com/datatype/creatorcode.html I think the "Company Name" (and phone+address) should be set to OASIS?
www.oasis-open.org /archives/office/200603/msg00018.html   (101 words)

  
 Finder’s Creator search algorithm
A nice application that uses this hook in order to allow you to override the creator mapping in a way that you could, for instance, have all SimpleText text files opened with your favorite editor, is Default App (shareware) from merzwaren.
The goal of the Finder is to find an application with the same creator code as the one of the document.
If an application with that creator code is already running, then this will be the one that gets the document to open.
www.tempel.org /macdev/creator_searching.html   (1610 words)

  
 Tor Norbye's Weblog
Sakhti Gopal in Creator QA has done a lot of analysis of the performance improvements and provides further details on the improvements.
The Tutorial Divas on the Creator team also provide coverage; they've measured various tasks on a moderate project, and as you can see the performance improvements are dramatic.
This is not the end of the performance work for Creator; a larger rearchitecting of the Java source model in our tools is being performed as a foundataion for NetBeans 6.0 (to also accomodate a lot of new cool Java source editing features).
blogs.sun.com /tor/entry/creator_on_speed_serious_speed   (556 words)

  
 Sun Java Studio Creator 2 - Tutorials - Using the Ajax Progress Bar Component
Error annotations appear in the code indicating that the HashMap class is not found.
You add this code directly to the JSP source due to limitations in the Property Editors.
Unless otherwise licensed, code in all technical manuals herein (including articles, FAQs, samples) is provided under this License.
developers.sun.com /prodtech/javatools/jscreator/learning/tutorials/2/ajaxprogressbar.html?feed=DSC   (2118 words)

  
 Glossary   (Site not responding. Last check: )
Coding is the process of programming the computer to do what you want.
The "creator code" is a unique four letter code that is used to identify your game.
A procedure is a section of code that is separate from the rest of the main body.
www.tntbasic.com /learn/help/glossary.htm   (376 words)

  
 hCalendar Creator
This user interface, and the code behind it, is provided as an example for the benefit of microformat open standards developers, and to demonstrate the clear one to one correspondence between microformat fields and microformat code.
The code generated by this interface may be used for semantic web pages, structured blogging, or any other application that requires markup that is simultaneously human presentable and machine readable.
Based on the hCard creator by Tantek Çelik, which is based on the XFN Creator (v1.0 by Matt Mullenweg, v1.1 update by Tantek Çelik).
microformats.org /code/hcalendar/creator   (102 words)

  
 Java Studio Creator: An IDE to Create Web Applications
Creator is a full-fledged Java development environment that simplifies coding with a rapid visual designer, a smart code editor, synchronized editing, source code management, and easy deployment features.
Creator was created with Java technologies, on top of NetBeans technology, providing an ease-of-development focus for delivering web applications.
To help you focus on high-level coding issues, the editor supports Code Folding, with visual indicators on the left side of code that are visible and clickable to expand folded code.
java.sun.com /developer/technicalArticles/WebServices/jscoverview   (1962 words)

  
 Data Type Registration Data Type Frequently Asked Questions
Registering your creator code with Apple ensures that your creator code is unique and will not conflict with the signature of another application.
By doing so you can ensure that the creator code you want is available, and avoid having to make last minute changes to your application.
Your creator code must consist of lower ASCII characters between decimal 32 and decimal 127 (inclusive) and cannot contain all lower case characters.
developer.apple.com /faq/datatype.html   (557 words)

  
 1.3.2 Set Creator and Double Click
If the script that you want to launch has the appropriate Creator Code and File Type you can simply double-click on the script to launch it.
Setting the creator code and filetype can be done with the IDE (see sections 1.6.2 and 1.6.4), with an editor with a Python mode (
The fixfiletypes.py script will change the file type and creator codes for the indicated directory.
www.python.org /doc/2.2.1/mac/creator-code.html   (169 words)

  
 Download details: WMI Code Creator v1.0
The WMI Code Creator tool allows you to generate VBScript, C#, and VB.NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.
The tool generates code that runs on the local computer, a remote computer, or a group of remote computers based on your selection from the Target Computer menu on the tool.
The code that creates the tool is also included in the download.
www.microsoft.com /downloads/details.aspx?familyid=2CC30A64-EA15-4661-8DA4-55BBC145C30E&displaylang=en   (422 words)

  
 HTML Basix - Stylesheet Code Generator   (Site not responding. Last check: )
Code can be placed on your webpage, which will set the style of that page only - or save your code in a file which you can link to from whichever page you choose.
When you've finished, choose whether you wish to have an external stylesheet created for you, or the code to paste into your individual pages
If you choose the internal stylesheet, copy and paste the generated code between the tags of each webpage you wish to use it on.
htmlbasix.com /stylesheet.shtml   (339 words)

  
 BalloonLabel.Creator Property (Microsoft.Office.Core)
If the object was created in Microsoft Word, this property returns 1297307460, which represents the string "MSWD"; in created in Microsoft Excel, this property returns 1480803660.
The Creator property was primarily designed to be used on the Macintosh, where each application has a four-character creator code.
The Creator property always returns the numeric identifier for the active application, just as the Application property always returns the name of the active application in string form.
msdn2.microsoft.com /de-de/library/microsoft.office.core.balloonlabel.creator(VS.80).aspx   (315 words)

  
 Creator Code   (Site not responding. Last check: )
My file has the creator code >"test" btw.
You need to do bit shifts somewhere to move the bits you care about to the end of the unsigned long before you assign it to a char.
Here's some example code that shows how to do this (it's not elegant, but it illustrates the >> operator).
www.wodeveloper.com /omniLists/macosx-dev/2002/March/msg00170.html   (148 words)

  
 Macintosh Guide: CA Procedures: Rebuilding the Desktop   (Site not responding. Last check: )
This is possible because the Finder stores file type and creator codes in the Desktop File, and uses the desktop file to display icons and launch applications.
The Finder uses these 4-character codes to associate the appropriate icons to files, and launch the correct application when files are opened.
When an application creates a file, it assigns the file the appropriate type code, and also gives it the application's creator code.
www.yale.edu /acsca/macguide/Procedures/Desktop.html   (646 words)

  
 Re: Creator code and file extension
Your problem might be just that the Finder has not recognized your change to the file's creator code or that it can't find Photoshop.
Our application creates files with standard extensions (rtf, txt, rtfd), all of which are by default associated with TextEdit.
I know some folks consider creator codes and type codes evil and should be banished.
lists.apple.com /archives/cocoa-dev/2003/Oct/msg00396.html   (326 words)

  
 What is bar code? - a definition from Whatis.com - see also: barcode
A bar code symbol typically consists of five parts: a quiet zone, a start character, data characters (including an optional check character), a stop character, and another quiet zone.
Bar codes and readers are most often seen in supermarkets and retail stores, but a large number of different uses have been found for them.
POSTNET is the standard bar code used in the United States for ZIP codes in bulk mailing.
searchcio.techtarget.com /sDefinition/0,,sid19_gci213536,00.html   (720 words)

  
 TypeShuffler 2.0.2 – Mac OS X – VersionTracker
TypeShuffler is a drag and drop utility that allows you to change the creator code, file type, and file extension of files.
It also provides you with a configurable database of creator codes so that you can quickly change files to your preferred codes, types, and extensions.
And when KAGI messed up by not giving me my registration code, the people who make this little app, had it to me ASAP (in the evening no less - no having to wait until the next business day crap.
www.versiontracker.com /dyn/moreinfo/macosx/11164   (327 words)

  
 ID: 19162 DBSystem Creator   (Site not responding. Last check: )
Database System Creator is a powerful tool, which combines graphic design and code generating for a wide range of database management systems.
Database System Creator Structured Designer is a powerful tool for both sides of the brain (graphic design and code generating), that can be used for a wide range of database management systems.
Once the database structure has been created (tables, relations between tables, queries etc.) in an intuitive graphic way, the next step is to create the physical database with the help of a database management system.
cc.codegear.com /Item.aspx?id=19162   (887 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.