In SivaSiva, we are going to another stack,

On mouseup
    portal_GoStack ("Siva-Siva-Portal")
end mouseup

in a lib_SivaSivaPortal we have this handle:

command portal_GoStack cardOrStackObject
   [snip]
   put the short name of this stack into oStackName
   go cardOrStackObject
end portal_GoStack

Now, in case of

Siva-Siva-Portal.livecode

On mouseup
put the short name of the target into tTarget
switch tTarget

case "News"
put url ("file:"& path_Documents()& "assets/info/siva-app-news.html") into tNews
set the htmltext of fld "helpField" to tNews


So, in the htmltext

set the htmltext of fld "helpField" to tNews

in there a “link” that would take you, by example, to a stack called

card “listen-collections” with in “listen.livecode”

??

BR
_______________________________________________
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