Re: text box

new topic     » goto parent     » topic index » view thread      » older message » newer message

"DeBigMan" wrote:

> I want it to have multiple text boxs that you can click
> to enter diffent field. like the one's that are on the
> internet.


Take a look in the Euphoria Archives, at:

   http://members.aol.com/FilesEu/exestuff.htm

If you want to understand how a simple editor might work, look in the
User Interfaces section.

[Simple User Input Routine]

This implements a basic one line edit, with backspace keys and so on.
It's about as simple an editor as you can write, so it's a good starting
place.

Once you understand how the simple input routine works, you can start
adding features, until it does what you want it to. Or...

[Dialog Editor]

The Dialog Editor has a more sophisticated line editor, and a number of
other controls (lists, etc). It also has a visual screen designer that
lets you lay out code, and create dialogs. It shouldn't be that tough to
figure out.

Those are some good places to start. If I were to write the TextGUI
again, I'd do it much differently, now that Euphoria supports callbacks
(using routine_id).

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu