Re: easy externals question

2004-09-25 Thread Chipp Walters
Hugh, You can set a stacks externals and it will be saved with the stack. Externals are a property of the stack, so you only need set them once and they will load each and every subsequent time the stack is launched. If you want to dynamically set the externals of a stack, you can do this too,

Re: Internet communication through a Firewall

2004-09-25 Thread david
Chipp Walters wrote: Alejandro, Firewalls and proxies can be a big problem for software developers. There is a setting called the httpProxy you might want to take a look at in Rev (don't know if it exists in MC). Also (which may well not be the prob in your case) +- may be saying the obvious -

Re: easy externals question

2004-09-25 Thread FlexibleLearning
Thanks, Chipp... Shame that a mainstack cannot benefit from a substack's externals. This would make distributed mainstack programs immediately operational. The way it works at present is "Welcome to the program! Please quit and start again for it to work." /H - Hugh,You can set a

Re: easy externals question

2004-09-25 Thread Ken Ray
On 9/25/04 3:09 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks, Chipp... Shame that a mainstack cannot benefit from a substack's externals. This would make distributed mainstack programs immediately operational. The way it works at present is Welcome to the program! Please quit

Re: Internet communication through a Firewall

2004-09-25 Thread Alejandro Tejada
on Fri, 24 Sep 2004 Chipp Walters wrote: Firewalls and proxies can be a big problem for software developers. There is a setting called the httpProxy you might want to take a look at in Rev (don't know if it exists in MC). Sure it does! I have tested some code with it, without good results.