Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Computer Arcana » Apple » Apple II » Uses of MouseText characters?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Uses of MouseText characters? [message #352609] Sat, 16 September 2017 17:30 Go to next message
Anonymous
Karma:
Originally posted by: Rebecca Bettencourt

I'm looking for examples of how certain MouseText characters are used. In particular, the cross character at $5D and the squared dot thing at $5E. Is there a collection anywhere of MouseText screens?
Re: Uses of MouseText characters? [message #352647 is a reply to message #352609] Sun, 17 September 2017 02:03 Go to previous messageGo to next message
gids.rs is currently offline  gids.rs
Messages: 1395
Registered: October 2012
Karma: 0
Senior Member
On Saturday, September 16, 2017 at 3:30:15 PM UTC-6, Rebecca Bettencourt wrote:
> I'm looking for examples of how certain MouseText characters are used. In particular, the cross character at $5D and the squared dot thing at $5E. Is there a collection anywhere of MouseText screens?


I have used the cross for backgrounds for the screen and for the back of cards for a card game I created from mousetext chardacters.

The squared dot used for background, used for a selection box to indicate a current selection in a preferences dialog, used for a drag window indicator in bottom right hand corner of a window, and used as a hard drive icon with mousetext characters "Z//^".
Re: Uses of MouseText characters? [message #352674 is a reply to message #352609] Sun, 17 September 2017 10:05 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: skipperdoodle1947

On Saturday, September 16, 2017 at 2:30:15 PM UTC-7, Rebecca Bettencourt wrote:
> I'm looking for examples of how certain MouseText characters are used. In particular, the cross character at $5D and the squared dot thing at $5E. Is there a collection anywhere of MouseText screens?

If you can telnet to my board using ProTERM; mousetext is used in various places there. Particularly look on the games menu for games flagged with [A/P] (requires either ANSI or ProTERM), notably the card games, though others as well (some just use the cursor positioning ability though).

I imagine this appears as a shameless plug for my board, but you don't need to create an account, just login in as GUEST. :)

The telnet address is dura-bbs.net:6359
Uses of MouseText characters? [message #352969 is a reply to message #352609] Wed, 20 September 2017 13:30 Go to previous messageGo to next message
Michael AppleWin Debu is currently offline  Michael AppleWin Debu
Messages: 1262
Registered: March 2013
Karma: 0
Senior Member
> Is there a collection anywhere of MouseText screens?

I've never seen a collection. I can count on one hand the people who are interested in both Typography and MouseText. You, and me. Do we even have a third?

You'll manually have to go through the MB (GB?) of software and see who used what. The first place I would start is to go though all the "productivity" software on asimov.

i.e.
ftp://ftp.apple.asimov.net/pub/apple_II/images/productivity/

The reverse approach might be a better start though:

* List of ALL software that used MouseText ?

From that narrow it down. Memory snapshots / screenshots can be made -- and you could even programmatically search for any glyph you wanted.
Re: Uses of MouseText characters? [message #352973 is a reply to message #352969] Wed, 20 September 2017 15:42 Go to previous messageGo to next message
Michael J. Mahon is currently offline  Michael J. Mahon
Messages: 1767
Registered: October 2012
Karma: 0
Senior Member
Michael 'AppleWin Debugger Dev' <michael.pohoreski@gmail.com> wrote:
>> Is there a collection anywhere of MouseText screens?
>
> I've never seen a collection. I can count on one hand the people who are
> interested in both Typography and MouseText. You, and me. Do we even have a third?
>
> You'll manually have to go through the MB (GB?) of software and see who
> used what. The first place I would start is to go though all the
> "productivity" software on asimov.
>
> i.e.
> ftp://ftp.apple.asimov.net/pub/apple_II/images/productivity/
>
> The reverse approach might be a better start though:
>
> * List of ALL software that used MouseText ?
>
> From that narrow it down. Memory snapshots / screenshots can be made --
> and you could even programmatically search for any glyph you wanted.
>
>

It was recently reported that Appleworks 5.1 uses MouseText.

--
-michael - NadaNet 3.1 and AppleCrate II: http://michaeljmahon.com
Re: Uses of MouseText characters? [message #352982 is a reply to message #352973] Wed, 20 September 2017 16:52 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Bobbi

Two of the utilities on the ProDOS 2.4.1 disk seem to use mousetext - MR.FIXIT.Y2K and CAT.DOCTOR (both in the /IIE.UTILS directory.) At least I assume so, because they show inverse video characters on my unenhanced IIe.
Re: Uses of MouseText characters? [message #352983 is a reply to message #352969] Wed, 20 September 2017 17:32 Go to previous messageGo to next message
David Schmenk is currently offline  David Schmenk
Messages: 374
Registered: December 2012
Karma: 0
Senior Member
On Wednesday, 20 September 2017 10:30:42 UTC-7, Michael 'AppleWin Debugger Dev' wrote:
>> Is there a collection anywhere of MouseText screens?
>
> I've never seen a collection. I can count on one hand the people who are interested in both Typography and MouseText. You, and me. Do we even have a third?
>

SNIP

How about MouseText on your later rev Apple ][? https://github.com/dschmenk/Apple2CharGen

Unfortunately I had to place the MouseText characters in a different area than the //e and //c, thus you would have to write your own software. And it's 40 column only. But at least it's possible.
Re: Uses of MouseText characters? [message #352988 is a reply to message #352969] Wed, 20 September 2017 18:19 Go to previous messageGo to next message
Hugh Hood is currently offline  Hugh Hood
Messages: 678
Registered: November 2012
Karma: 0
Senior Member
in article 08d5362b-ad28-4ba0-adbd-23e06f7c00e1@googlegroups.com, Michael
'AppleWin Debugger Dev' at michael.pohoreski@gmail.com wrote on 9/20/17
12:30 PM:

>
> The reverse approach might be a better start though:
>
> * List of ALL software that used MouseText ?
>

As Mr. Mahon mentioned, there is AppleWorks 5.1.

Add to that ProTerm 3.1 and ShrinkIt 3.4.

As Bobbi mentioned, the Cat Doctor (ProSel 8) screen menu also appears to be
drawn in MouseText.

In all these programs, it appears the main use of MouseText is to present
attractive looking menus, and checkmarks for selection choices.





Hugh Hood
Re: Uses of MouseText characters? [message #353010 is a reply to message #352609] Wed, 20 September 2017 23:33 Go to previous message
gids.rs is currently offline  gids.rs
Messages: 1395
Registered: October 2012
Karma: 0
Senior Member
On Saturday, September 16, 2017 at 3:30:15 PM UTC-6, Rebecca Bettencourt wrote:
> I'm looking for examples of how certain MouseText characters are used. In particular, the cross character at $5D and the squared dot thing at $5E. Is there a collection anywhere of MouseText screens?


To use on any computer I created a mousetext character font that can be use on the hi-res or dbl-hi-res screens. The font is on the Squirt-file-selector disk image on Asimov.

Any font driver that can store 8 vertical bytes on the hi-res screen will work.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: ProDOS 8 Technical Reference Manual
Next Topic: Odd idea: ProDOS (not SOS) on the ///
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Apr 20 08:04:11 EDT 2024

Total time taken to generate the page: 0.18197 seconds