Adding widgets to non-standalone stacks

Klaus major-k klaus at major-k.de
Wed May 25 17:26:35 EDT 2016


Hi Swami,

> Am 25.05.2016 um 23:02 schrieb Sannyasin Brahmanathaswami <brahma at hindu.org>:
> 
> Scenario:
> 
> build stack 1 as splash screen/launcher
>                   inclusions: check all widgets in use by other stacks that the launcher will open (see below)
> Stack 1 has only 1 button
> go stack url "http://www.mydomain.com/new-stuff/new-stuff-previews-index.livecode
> Stack 2: new-stuff-previews-index.livecode
> has buttons for various modules sitting on the web server
> go stack url "http://www.mydomain.com/new-stuff/module-one.livecode
> Stack 3: module-one.livecode
> # this is an "end point" stack. i.e. what the user needs to see.
> # it has icons in SVG Widgets.
> But, none of these widgets show up, even though extensions were added the splash screen/engine.
> they *do* show up if the stack is opened in the IDE.
> So how do we get the to show up if that stack is opened from our custom splash/engine?
> 
> BR

just guessing, but maybe this will work like icons (and also externals!) in a launcher stack?

Script of „splash" stack:
on openstack
   start using this stack
  ## …
end openstack

At least worth a try :-)


Best

Klaus
--
Klaus Major
http://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list