I have been trying to workout how to pass the handle into the GetParam
dialog when building the string,  but I can not work out what it wants,  if
I give it l it fails concatenation.

l = iup.label{size="200x5"}

pboolean = 1
ret, pboolean  =
      iup.GetParam("Title", nil,
                  "Boolean: %s\n%h \n",
                  pboolean)
if (not ret) then
  return
end

All I was trying to do was make the prompt box wider as I need the %s items
to be about 3 times as long as they default to.

Any ideas please let me know
-- 
Jane.

Jane Taubman | www.rjt.org.uk | www.taubman.org.uk | www.fhug.org.uk
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to