Hi Kerry

Is there any reason that you have to use tabs to do alignment, unless your
using a monospaced font, it almost always screws up royally.  Why not do it
with simple html.  You should be able to easily make a table in html. What I
tend to do is copy the html to the clipboard and paste it into a field, then
using the message window I do something along the lines of

member("someTextMember").html = member("myTempFieldMember").text

I haven't done this for a while so I might not have the syntax completely
right.

Sincerely

Mark

--------------------------------------------
Mark R. Jonkman
Mark R. Jonkman Consulting
ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4
PHONE: 519-837-8509
EMAIL: [EMAIL PROTECTED]
--------------------------------------------

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Kerry Thompson
> Sent: September 7, 2000 8:27 PM
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> Tabs in a text field
>
>
> I'm trying to lay a text field out in columns using tabs.
>
> Here's what I'm doing:
>
> theWords = member("Answers")
> theWords.tabs = [[#position: 19], [#position: 144], [#position: 269],
> [#position: 394]]
>
> repeat with i = 1 to 4
>     put TAB after theWords
>     put wordList[i] after theWords
> end repeat
>
> It's putting the tabs and the words in, but not in the positions
> I thought
> I set. The tabs are set right--I checked in the message window.
>
> Any help appreciated.
>
>
> Cordially,
> Kerry Thompson
> Learning Network
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to