Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[Bug 15535] Allow Magnify palette in standalone: [[Locked : revstandalonesettings.rev]]#327

Merged
livecodesebastien merged 2 commits into
develop-6.7from
bugfix-15535
Jun 26, 2015
Merged

[Bug 15535] Allow Magnify palette in standalone: [[Locked : revstandalonesettings.rev]]#327
livecodesebastien merged 2 commits into
develop-6.7from
bugfix-15535

Conversation

@livecodepanos

Copy link
Copy Markdown
Contributor

Changes:

  • Added a checkbox "Magnify" in the group "inclusions" of card General of stack revStandaloneSettings, with code:
on mouseUp
   set the cRevStandaloneSettings["Magnify"] of stack the cRevTargetStack of this stack to the hilite of me
   revSetEdit
end mouseUp
  • On card General, on preOpenStack, added:
set the hilite of button "Magnify" to (tStandaloneSettingsA["Magnify"] is true)
  • In the script of stack revSaveAsStandalone, added:

a. in command revSmartChecking, in [if pSearchForInclusions then..] block :

put false into sStandaloneSettingsA["magnify"]

b. in command revCopyResources:

if sStandaloneSettingsA["Magnify"] then
     put "Magnify" & return after tCopyFiles
end if

@livecodepanos

Copy link
Copy Markdown
Contributor Author

This pull request comes together with its engine counterpart:

livecode/livecode#2492

livecode-vulcan added a commit to livecode/livecode that referenced this pull request Jun 26, 2015
[Bug 15535] Make possible to use Magnify palette in standalones

This pull request comes together with its IDE counterpart:

livecode/livecode-ide#327
livecodesebastien added a commit that referenced this pull request Jun 26, 2015
[Bug 15535] Allow Magnify palette in standalone: [[Locked : revstandalonesettings.rev]]
@livecodesebastien livecodesebastien merged commit e64990d into develop-6.7 Jun 26, 2015
@livecodesebastien livecodesebastien deleted the bugfix-15535 branch June 26, 2015 14:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants