Thank you brother & sister Revolution programmers.

I had totally overlooked the "cantmodify" property of the stack

When cant modify was set to false, the "File Save" menu items were back.

One anomaly I've not yet tracked down concerns the Application Browser. I'm unclear as to when it updates the lock status of the object scripts (it shows a lock rather than the number of lines of scripting after the stack is "unlocked").

Here's a handler I'll keep handy to remind me of the details:

on reportPasswordStatus
  put "Stack Name: " & the name of this stack into line 1 of temp
  put "Passkey: " & the passkey of this stack into line 2 of temp
  put "Password: " & the password of this stack into line 3 of temp
  put "cantModify: " & the cantModify of this stack into line 4 of temp
  if the password of this stack is empty then
    put " (empty)" after line 3 of temp
  end if
  if the passkey of this stack is empty then
    put " (empty)" after line 2 of temp
  end if
  put temp into msg
end reportPasswordStatus

Thanks again for solving my problems.

Burt Woodruff
RippleSoft Software
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to