Daniel wrote:
> Did you ever succeed in influencing the background color via .ini
> settings?

Not directly but you can set a number of global parameters indirectly in the
lingo.ini and use them to adjust subsequent movies.
This method also works well for version and existence checking on things
like quicktime and acrobat.

-- simple example of changing the stagecolor via lingo.ini
[in the lingo.ini]
global gSettings
gSettings=[:]
-- set stagecolor property to palette reference
gSettings.addProp(#scolor, 1)

[in the stub projector and in subsequent movies]
on startMovie
hINITsettings
end

on hINITsettings
-- set the stage color
if integerP(gSettings.scolor) then
the stageColor = gSettings.scolor
end if

HTH
Brad


[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