Page 1 of 1

Pictorial Dialogues

Posted: Sat May 11, 2024 8:28 am
by richmond62
Screenshot 2024-05-11 at 11.25.41.png
Screenshot 2024-05-11 at 11.25.41.png (242.96 KiB) Viewed 400 times
-
Admittedly NOT my own work, although my idea:

https://forums.livecode.com/viewtopic.php?f=7&t=39102

Re: Pictorial Dialogues

Posted: Sat May 11, 2024 9:06 am
by tperry2x
This is quite an old and tested technique, and I've used that previously.
Here's an example with bold html tags. On this version the img tag is terminated properly (not strictly necessary, but good html practice).

Here's an example:
example.png
example.png (119.92 KiB) Viewed 395 times
answer-image.oxtstack
(13.43 KiB) Downloaded 64 times
You can also support links on images (and on text), for example when you click the image:

Code: Select all

<p><b>This is a test</b></p>
<p>Here's some more text</p>
<p><a href="https://www.openxtalk.org"><img src="hand"></img></a></p>

Re: Pictorial Dialogues

Posted: Sat May 11, 2024 9:18 am
by richmond62
Good to know: personally I am busy reinventing the wheel . . .
-
Text_Colour.jpg
Text_Colour.jpg (68.44 KiB) Viewed 390 times
-
As the last time I looked at any HTML was about 22 years ago it has taken some time.
-
sqWheel.png
sqWheel.png (8.87 KiB) Viewed 390 times