Re: proposal: revAppVersion = 0

2004-07-21 Thread Dave Cragg
At 8:53 pm -0700 20/7/04, Richard Gaskin wrote: But you raise a good point: would there be any harm in having libURL automatically loaded? I can't think of any. Unless someone tells me not to I'm inclined to have it do so I'm not so sure. (There has to be someone. :)) If the IDE

Re: proposal: revAppVersion = 0

2004-07-21 Thread J. Landman Gay
On 7/20/04 10:53 PM, Richard Gaskin wrote: would there be any harm in having libURL automatically loaded? No harm, really, but it would go against the commitment to not altering the default engine behavior, as posted in previous messages yesterday. The comment made here about standalone

Re: proposal: revAppVersion = 0

2004-07-20 Thread Chipp Walters
for what it's worth, I'm doing the following: if there is a stack revMenuBar then --IN REV else --IN MC end if also, I notice libURL doesn't start automatically, but my altPluginsToolbar (and MagicCarpet and other plugins) need it. So, in MC I use in my altPlugin toolbar initMe routine the

Re: proposal: revAppVersion = 0

2004-07-20 Thread Richard Gaskin
Chipp Walters wrote: for what it's worth, I'm doing the following: if there is a stack revMenuBar then --IN REV else --IN MC end if LOL - I'd been doing the opposite, checking for MetaCard Menu Bar. :) also, I notice libURL doesn't start automatically, but my altPluginsToolbar (and

Re: proposal: revAppVersion = 0

2004-07-20 Thread J. Landman Gay
On 7/20/04 10:06 PM, Chipp Walters wrote: also, I notice libURL doesn't start automatically, but my altPluginsToolbar (and MagicCarpet and other plugins) need it. So, in MC I use in my altPlugin toolbar initMe routine the following: try get libURLVersion() catch tErr start using stack