819 packages
— page 32
This adds a 'watch it' choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second. …
SqueakMap
squeak
A weather station that grabs data via MQTT, stores it in a postgreSQL database and displays it in PlotMorphs - or whatever you like.A nice example of pulling together several packages to make a useful application.
SqueakMap
squeak
This is a web server for Squeak, implemented entirely inside Squeak. Its purpose is to make Squeak a web-based OODBMS/object server/application server (pick your name). Some of its features are The server handles URLs of the form 'objectId.message'. Additional parameters …
SqueakMap
squeak
This puts an icon called 'WhileLoop' in the Object Catalog (under the Widgets tab) in the Scripting category. To use the while loop, drag the icon into a morphic script and then drag the commands you want into it (in …
SqueakMap
squeak
Whisker is a different sort of object-oriented code browser for the Squeak Smalltalk environment. The goal of the Whisker Browser (a.k.a. Stacking Browser) is to provide a simple and intuitive way to view the contents of multiple classes and multiple …
SqueakMap
squeak
This package is superceded for Squeak 3.7 : use Services-Whisker instead Adds BrowseUnit support in Whisker, as I did for the Browser.More info, TODO list, Bugs ... in the readme.
SqueakMap
squeak
Adds nice looking Morphic controls, e.g., lists, dropdown lists, push buttons, check boxes. It uses the signals mechanism for callbacks.
SqueakMap
squeak
This package provides access to native fonts when running Squeak on Win32.Originally written by Andreas Raab, it was converted into a SAR by Jeff Sparkes.Also includes a change that immediately propogates font changes into pluggable text and list morphs.
SqueakMap
squeak
Win32StandardVMConfigurationTest consists of a series of tests for determiningwhether the current system runs the "standard" configuration for Win32VMs. "Standard" is rather loosely defined as of now and essentially means whatis contained in this test. The test case can be used …
SqueakMap
squeak
WinNavigator is a taskbar for switching between windows like what standard UIs have and Squeak has not. It gives you control-tab toggling and cycling through the activation history and has some facilities for moving, assembling, closing, collapsing and copying of …
SqueakMap
squeak
This package extends the global variable Sensor for pressure sensitive tablets such as Graphire3 by WACOM(http://www.wacom.com/).
SqueakMap
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) WorldExplorer open.or use as StarBrowser component.
SqueakMap
squeak
Provides a menu registry for the World project and appearance menus. Used extensively by several of my packages.
SqueakMap
squeak
This is a SAR that contains the Worlds Of Squeak project and its subprojects from the 3.5 image. It also has the readme windows and the Squeak Logo, but the Squeak Logo cannot be filed back in because of a …
SqueakMap
squeak
This is the removal script from the readme window, enhanced to actually remove everything.Load the Worlds Of Squeak package (a SAR) to get everything back).
SqueakMap
squeak
WriteBarrier provides a way to watch for changes to the state of individual objects. It's intended for use with persistence, transactional, or indexing mechanisms where you're managing a discrete set of objects of varied classes, and want to be notified …
SqueakMap
squeak
It's not finished, but some basic applications works - xsysinfo, xview, xlogo, xclock, partially xpdf, xterm, gv, xpp.It doesn't work yet in latest Squeak, because of Socket changes. If somebody is interested, feel free to ask any questions about it.
SqueakMap
squeak
This is a driver that allows you to remotely control Squeak with X10 wirelessremotes. Using the included RemoteControl application, you can bind objects tobutton presses. Using OSProcess, you can control external processes (like Winampor XMMS). This is designed to work …
SqueakMap
squeak
SAR containing various X11 fonts using ISO-8859-15 encoding(similar to Latin-1 but the Euro sign is where it should be). Install from this archive to add TimesRoman, Helvetica, Courierand Fixed to the available system fonts, in various point sizes.Note that this …
SqueakMap
squeak
This package contains a single class (XBaseFile) that allows you to read and create/edit files in XBase/dBase format. See the class comment for an explanation of the functionality and structure.
SqueakMap
squeak
The XDisplayControlPlugin package provides primitives for controlling the connection to an X display server for Squeak. Currently, this is useful for the Unix VM, but in principle can be used for any platform that can provide an X server, such …
SqueakMap
squeak
XMLParser provides validating SAX and DOM parsers for well-formed XML documents on Pharo, Squeak, and Gemstone. It also provides a DOM API for manipulating documents, namespace support, and an optional XMLWriter for writing documents. Validation and namespace checking are enabled …
SqueakMap
squeak
Provides SAX and DOM parsers for HTML that convert possibly malformed HTML into well-formed XML. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
A pull parser for XMLParser that provides a streaming interface for "pulling" XML events and also supports pull-style DOM parsing for dynamically converting events into DOM nodes. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak