Re: HyperText within a Euphoria program?
- Posted by DanM Dec 12, 2008
- 1103 views
mattlewis said...
DanM said...
Does anyone have any idea how I might make an emulation of a hypertext browser within a Euphoria program?
What I mean is, say a program writes various text onto a portion of a window for the user.
I'd like to make it possible for the user to click on certain words there and thereby cause that display of text to show another, different page of text, all within the base program's display window, alongside various other elements of the display.
How?
wxEuphoria has a wxHtmlWindow control. Rather than loading text files, you can load any data you want. Additionally, you can intercept clicks on a hyperlink.
Matt
I'll have to look at/into wxEuphoria before I ask any more questions
Dan