On Sun, Feb 5, 2017 at 9:00 PM, Sannyasin Brahmanathaswami via use-livecode
<use-livecode@lists.runrev.com> wrote:

> In line
> On 2/5/17, 3:41 PM, "use-livecode on behalf of Trevor DeVore via
> use-livecode" <use-livecode-boun...@lists.runrev.com on behalf of
> use-livecode@lists.runrev.com> wrote:
>
>      With Levure adding stack files won't cause any conflicts. Each stack
>     is an independent file and the file that specifies which stacks to
> load is
>     a text file.
>
> BR: I must be missing something. in the video you show how the stack files
> of the URL Dialog stack have been set in the stack properties of the binary
> livecode stackā€¦so if those changed, the binary is changed Y/N?
>

Correct. The stackfiles property is only changed if you add a new behavior
via a script only stack. That should only happen if you add a new control
to the stack that requires a behavior. Keep in mind that the URL Dialog is
a stack file that contains a single stack, no substacks. It represents one
window in the UI of the application.


> but here you say
>
> "and the file that specifies which stacks to load is a text file."
>

I'm referring to the app.yml file here. The app.yml file is what ties
together all of the files in the application folder into a single
application. It is where you specify which libraries, frontscripts,
backscripts, and other stacks make up the application. If I add a new UI
stack named "Prompt User Prior to Delete" no other stack files will be
modified. The only file that might be updated is the app.yml file and that
is unlikely as well. In the app.yml file you can specify that the contents
of a specific folder are components and Levure will treat all of the
contents of that folder as such.

-- 
Trevor DeVore
Outcome & ScreenSteps
www.outcomeapp.io     -     www.screensteps.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to