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: revAppVersion = 0

2004-07-20 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: So I'm proposing that I add this very simple function the the MC IDE backscript: function revAppVersion return 0 end revAppVersion This function follows the convention established by the qtVersion function, returning a version number if present

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

Re: revAppVersion = 0

2004-07-19 Thread J. Landman Gay
On 7/19/04 7:26 PM, Wouter wrote: proposal: revAppVersion = 0 Richard Gaskin ambassador at fourthworld.com Mon Jul 19 17:39:49 EDT 2004 As I've written here before, in general I have no interest in adding Rev glue routines to the IDE. We choose to work in MC when we want only built-in messages

Re: revAppVersion = 0

2004-07-19 Thread FlexibleLearning
Seems a useful function to me, although it would of course break under earlier versions of mc which would still require a longer test handler. btw does the environment() still return 'player' when running XPpro in the development IDE? /H Richardwrites: So I'm proposing that I add this