-
Now that there is some documentation on how to create add-in libraries for Phrogram (see this post ), the Phrogram team is soliciting interest in its advanced developer community for a project to create an add-in library for Lego Mindstorms . We have budget for a project that results in an add-in library...
-
Phrogram's web-based Help System now includes a section on how to create an add-in library. As a reference, this section uses a brand-new, fully functional add-in library that lets you generate an XML file to save your game or other program. There is a sample program as well that shows how it works...
-
This zip folder contains the add-in library example used in the section of the Phrogram Help resource (added June 2009) that covers how to build an add-in library. NOTE : If you have used Phrogram Help before, and you do not see a folder in the Table of Contents for topics in an Add-in Libraries section...
-
The white paper is complete, but it is in the form of a Word document and is not yet published on the site (or anywhere else). It comes with a sample add-in library for how to save state in a program through an XML file. This is to make it so that a program can be saved and in effect, opened in its last...
-
I stand corrected! I guess that's why it's called not just the input add-in library, but the input/output (I/0) add-in library ;). I will take a look at adding this to the documentation. blackmagic, when you say the "documentation," what are you referring to? We used to have a PDF User's...
-
Nice work, Phoex. Just to be clear to other phrogrammers, this uses the TextInputFile class in the FileIO library. To get it, you need to download it as an add-in library, for free and available here . You also need to make sure the text file is in the same folder as the program. I just copy & pasted...
-
This is the PDF that comes with Phrogram Talk, which is available for purchase on the " Buy Phrogram " page of the website. For more information, see the Phrogram Talk User Guide .
Posted to
Add-In Libraries
by
davidw
on Tue, Feb 24 2009
Filed under: Add-In Library, online connection, multi-player
-
This Add-In Library and Supporting Help XML file will help you start building your own Phrogram Add-in Libraries. You should have a basic understanding of C# and XML, and have Visual Studio ( 2005 or 2008) installed on your PC. It adds a simple Windows Yes/No Dialog Box to Phrogram, to demonstrate how...
-
Here is the user guide for PhrogramTalk, the advanced add-in library that runs inside Phrogram Academic or Standard, for chat and network data packet exchange ... great for multi-player games (like chess) and collaborative programs (like paint!). The source code version of Phrogram expert Larry Serflaten's...
Posted to
Documentation
by
davidw
on Tue, Jul 24 2007
Filed under: talk, game, chat, multi-player, add-in library, communication, network
-
This is the release version of the Extended File I/O Add-In Library. It includes the LaunchApp() method for starting external applications from within your Phrogram programs. Note: This add-in library requires Phrogram Academic or Standard, and will not work with Phrogram Express. To download and install...