[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Lua
. . -> [Subject]  Hyperlinking and Dislocation

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?

Hyperlinking and Dislocation

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page


Posted by Beale   (35 posts)  [Biography] bio
Date Thu 11 Aug 2005 03:48 AM (UTC)  quote  ]

Amended on Thu 11 Aug 2005 03:49 AM (UTC) by Beale

Message
For lack of a colourpicker function, I created the following code:

function colourPicker( sCommandHead, sCommandFoot )
  local iCount = 1
  local arrColourList = {"maroon", "lightyellow","honeydew"--[[long colour list here]]}
  for k, v in pairs(arrColourList) do
    world.Hyperlink(sCommandHead .. v .. sCommandFoot, "#", v, v, "", false)
    iCount = iCount + 1
    if iCount == 11 then iCount = 1 world.Note("") end
  end
end


What it should do:
Create a 17x10 grid of "#", each with a link to a variant of a command supplied as sCommandHead and sCommandFoot, containing the colour it is.

What it actually does:
Create a 17x10 grid of "#", each with a link to a variant of a command supplied as sCommandHead and sCommandFoot, containing the colour of the "#" one space to the right, with the right edge not being links, and the empty space to the left being the links to the variant with the left edge's colours.

Bizarre, no? Anyone got any ideas?
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


1,551 views.

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]