We are using Director 8.5:

Without the help of 3rd party plugins etc, is it possible to test a users
screen resolution using Lingo, and then show an alert box if their resoltion
doesn't meet a minimum requirement?  Using Toolbook II instructor we simply
used the following code:

to handle enterPage
        linkDLL "TBWIN.DLL"
                INT horizontalDisplayRes()
        end linkDLL
        if sysLevel = "reader"
                if horizontalDisplayRes() < 800
                        request, "Your resolution is set to low" 
                else
                go to next page
        end
        end
end

Thanks,
Joe

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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