Hello,
I wanted to use stackFiles property to assign needed stacks to my main application. My problem is I cannot find a way to setup such property not using a normal filename, but using an URL address (my stacks are located in a remote server).
Can you help me please?
Thank you!
How to set property stackFiles using URL
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to set property stackFiles using URL
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki
Re: How to set property stackFiles using URL
the stackfiles property only works with filepaths, not with urls. you need to make sure yourself that stacks from a remote server are loaded:
Code: Select all
put "aStack.rev" into nameOfStack
go invisible url ("http://yourserver.com/stacks/" & nameOfStack)
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
Re: How to set property stackFiles using URL
Thank you, I will use this workaround 

Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki