These are problems that I see in the Mac version for years. Maybe it only happens to me? I do not think that, because over the years I've changed computers, OS versions and versions of LiveCode and nothing seems to have changed.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on preOpenStack
local filePath
#
# Special initialization for development mode.
#
if toLower( char 1 to 3 of environment()) is "dev" then
modeless stack "revIDEProjectBrowser"
modeless stack "Message Box"
end if
end preOpenStack