Danish Monsters

All flavors welcome.
Forum rules
Be kind.
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

cardScript modified to take into account new glyphs:
-
Screenshot 2025-01-22 at 19.08.04.png
Screenshot 2025-01-22 at 19.08.04.png (138.57 KiB) Viewed 529 times
-
Screenshot 2025-01-22 at 19.08.51.png
Screenshot 2025-01-22 at 19.08.51.png (63.79 KiB) Viewed 529 times
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

SHOPPING LIST:

1. Replace ugly buttons:
-
shopping.jpg
shopping.jpg (263.98 KiB) Viewed 529 times
-
2. Allow end-user to make stack taller so text field can accommodate a number of lines of toext.
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Homework:

Did Grendel have a brother?
-
BN.jpg
BN.jpg (7.68 KiB) Viewed 527 times
-
Answers (Minimum 5,000 words) on my desk by Monday. 8-)
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 3210
Joined: Tue Dec 21, 2021 9:10 pm
Location: Somewhere in deepest darkest Norfolk, England
Contact:

Re: Danish Monsters

Post by tperry2x »

richmond62 wrote: Wed Jan 22, 2025 5:21 pm Homework
Answers (Minimum 5,000 words) on my desk by Monday. 8-)
Haha, gone are the days of homework.
ChatGPT can only manage 936 words (but frankly, any more would just be superfluous waffle)
Attachments
Grendel.pdf
(43.82 KiB) Downloaded 13 times
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Sorry: that was NOT meant to be about the Ogre Grendel in the Anglo-Saxon epic Beowulf: it was about a metaphorical Grendel who is not stalking the hall of the Geats, but the Mall in Washington.

And my experience of A.I. is that computers are not very good at metaphor (mind you they are pretty awful with facts as well).

I have removed the A.I. generated "metaphorical stuff" as, while it was entertaining, it had little or nothing to do with the job in hand. 8-)
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

This is a very important thing to look at re the job in hand:
-
Beowulf.jpg
Beowulf.jpg (85.87 KiB) Viewed 499 times
-
It is the start of Beowulf: https://www.neh.gov/news/old-english-new-influences

which, while being a precious document both in itself (i.e. the physical thing) and in terms of the text, is not terribly useful for digital work:

so, the job in hand, is to create a method for digitising text of that type (Anglo-Saxon) in a way that closely resembles the original, does NOT involve funky keyboard drivers that involve the digitiser having to mess around with abstruse modifier key combinations, and is readily accessible for markup, interposing comments, and so on.

The more long term job in hand is for the same tool to be able to do the same things for
-
More.jpg
More.jpg (120.83 KiB) Viewed 499 times
-
Gothic, Runes, and Old High German.
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Resized and moved title page images to take into account increased width (1200 pixels):
-
SShot 2025-01-23 at 11.06.45.jpg
SShot 2025-01-23 at 11.06.45.jpg (196.83 KiB) Viewed 495 times
-
Removed 'Licence' button and accompanying image as this is no longer a commercial thing.

Resized and moved menu page images to take into account increased width:
-
SShot 2025-01-23 at 11.08.42.jpg
SShot 2025-01-23 at 11.08.42.jpg (191.11 KiB) Viewed 495 times
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

If you are feeling funky and want a peep into Grendel's future here's a picture of the Gothic alphabet:
-
gothic.gif
gothic.gif (28.91 KiB) Viewed 495 times
-
Any characters that are NOT present in Junicode-Bold will be incorporated into my modified Junicode font as and when they are needed.

The relevant Unicode chart is fairly comprehensive:

https://www.unicode.org/charts/PDF/U10330.pdf
-
SShot 2025-01-23 at 11.17.27.png
SShot 2025-01-23 at 11.17.27.png (68.75 KiB) Viewed 494 times
-
Looking at things I assume Bishop Ulfilas only had 9 fingers. :lol:
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Expander routine:
-
SShot 2025-01-23 at 13.38.55.png
SShot 2025-01-23 at 13.38.55.png (101.7 KiB) Viewed 489 times
-
Note 'trap' for small screens:

Code: Select all

on mouseUp
   set the itemDelimiter to ","
   put item 4 of the screenrect into HITE
   if HITE < 800 then
      answer "Your screen will not be able to display the bottom of this program." with "OK" and "Cancel"
      if it is "OK" then
         EXPANSION
      end if
   end if
   set the vis of img "EXPAND" to false
   set the vis of img "CONTRACT" to true
   EXPANSION
end mouseUp

command EXPANSION
   set the lockScreen to true
   set the height of stack "GRENDEL" to 920
   set the top of stack "GRENDEL" to 100
   set the top of img "XHTML" TO 817
   set the top of img "XTEXT" TO 817
   set the top of img "IMHTML" TO 817
   set the top of img "IMTEXT" TO 817
   set the bottom of scrollbar "FONTSIZER" to 804
   set the bottom of img "scrolllller.png" to 805
   set the bottom of img "FS" to 802
   set the height of fld "OUTP" to 360
   set the top of fld "OUTP" to 400
   set the lockScreen to false
end EXPANSION
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Contractor routine:
-
SShot 2025-01-23 at 13.41.27.png
SShot 2025-01-23 at 13.41.27.png (79.6 KiB) Viewed 489 times
-

Code: Select all

on mouseUp
   set the vis of img "EXPAND" to true
   set the vis of img "CONTRACT" to false
   CONTRACTION
end mouseUp

command CONTRACTION
   set the lockScreen to true
   set the height of stack "GRENDEL" to 768
   set the top of stack "GRENDEL" to 100
   set the top of img "XHTML" TO 665
   set the top of img "XTEXT" TO 665
   set the top of img "IMHTML" TO 665
   set the top of img "IMTEXT" TO 665
   set the bottom of scrollbar "FONTSIZER" to 652
   set the bottom of img "scrolllller.png" to 653
   set the bottom of img "FS" to 649
   set the height of fld "OUTP" to 200
   set the top of fld "OUTP" to 400
   set the lockScreen to false
end CONTRACTION
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Repositioned QUIT button to bottom-right-hand corner:
-
SShot 2025-01-23 at 13.46.50.jpg
SShot 2025-01-23 at 13.46.50.jpg (237.78 KiB) Viewed 489 times
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

You will notice that when the stack is resized to make room for a larger text-entry field the buttons are moved as well, using my code in the EXPAND and CONTRACT images-as-buttons: this is because I have never had a satisfactory experience with the Geometry Manager.

AND what this should demonstrate is that, as long as any resizing in a STATIC suituation (i.e NOT using a system where, for instance, the stack can resize to fit all and any screen resolutions), the whole thing can be handled very simply.
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Added code to the 'MENU' image-as-button to ensure that IF the stack has expanded it contracts to the default size before it goes to the 'menu' card:
-
SShot 2025-01-24 at 10.14.40.png
SShot 2025-01-24 at 10.14.40.png (15.86 KiB) Viewed 428 times
-

Code: Select all

on mouseUp
   set the lockScreen to true
   set the useUnicode to true
   set the unicodeText of fld "store" of card "MENU" to the unicodeText of fld "OUTP" of card "ANGLO-SAXON"
   send "mouseUp" to img "CONTRACT"
   go to card "MENU"
   set the lockScreen to false
end mouseUp
I intend to release the stack for anyone who wants to fiddle around with it sometime on Sunday. 8-)
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

IMAGES-AS-BUTTONS are the best guarantee that your 'buttons' will look the same regardless of which platform they are deployed on:
-
SShot 2025-01-24 at 11.17.00.png
SShot 2025-01-24 at 11.17.00.png (145.95 KiB) Viewed 424 times
-
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

Complete aesthetic rehash for that card:
-
SShot 2025-01-24 at 11.53.43.jpg
SShot 2025-01-24 at 11.53.43.jpg (202.76 KiB) Viewed 419 times
-


Shopping List:

1. Enable the LOCK button: this will alloow the user to toggele back and forth beween the virtual keyboard in the stack and their physical keyboard.

2. Rejig aesthetics for the MENU card.

3. A floating palette for text viewing.
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 4833
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Danish Monsters

Post by richmond62 »

As promised:
-
SShot 2025-01-26 at 7.22.08.jpg
SShot 2025-01-26 at 7.22.08.jpg (214.02 KiB) Viewed 378 times
Attachments
GRENDEL.oxtstack.zip
(7.89 MiB) Downloaded 11 times
https://richmondmathewson.owlstown.net/
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests