Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Richard Gaskin

Ray Horsley wrote:
I'm working with some calls available in Revolution but not in Metacard 
such as the revCreateXmlTree() function and the revXmlNodeContents() 
function.  Do these functions exist in a stack somewhere that comes with 
the Revolution distribution or are they an inherent part of Revolution 
which simply can not be used in Metacard?


Those libraries are part of the Rev IDE stacks, so their handlers aren't 
normally accessible in MC.


A short-term solution is Ken's great XML library:
http://sonsothunder.com/products/xmllib/xmllib.htm

For the long-term, I've been working on an experimental fork of the MC 
IDE which I'm tentatively calling M2.  Among the other things I've 
been experimenting with is the ability to load Rev's runtime libraries 
for use within MC, and to include those as options in the standalone 
builder.  It'll be some time before it's ready for public consumption, 
but when it is I suspect the Rev compatibility module will be completed 
in a way that will make it easy to contribute as an MC plugin.


--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Klaus Major

Hi Ray and Richard,


Ray Horsley wrote:
I'm working with some calls available in Revolution but not in  
Metacard such as the revCreateXmlTree() function and the  
revXmlNodeContents() function.  Do these functions exist in a  
stack somewhere that comes with the Revolution distribution or are  
they an inherent part of Revolution which simply can not be used  
in Metacard?


Those libraries are part of the Rev IDE stacks, so their handlers  
aren't normally accessible in MC.


A short-term solution is Ken's great XML library:
http://sonsothunder.com/products/xmllib/xmllib.htm

For the long-term, I've been working on an experimental fork of the  
MC IDE which I'm tentatively calling M2.  Among the other things  
I've been experimenting with is the ability to load Rev's runtime  
libraries for use within MC, and to include those as options in the  
standalone builder.  It'll be some time before it's ready for  
public consumption, but when it is I suspect the Rev compatibility  
module will be completed in a way that will make it easy to  
contribute as an MC plugin.


Actually revCreateXMLTree etc. are part of the EXTERNALS, which can  
be used with MetaCard without problems,

I have worked this way many time!

I still cannot get used to the Rev IDE, spoiled by many years with  
MetaCard ;-)



--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: [SPAM] Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley
Thanks for the help!  I'm trying to open the file named RevXml.Bundle  
from within Rev 2.7.4 and Metacard 2.7.4 and unable to, getting the  
error in the result stack was produced b a newer version.  This  
happens with both theRevXml.Bundle from Revolution 2.7.2 and 2.7.4.


Any ideas?

thanks,

Ray Horsley
Developer, LinkIt! Software


On Apr 17, 2007, at 2:43 PM, Klaus Major wrote:


Hi Ray and Richard,


Ray Horsley wrote:
I'm working with some calls available in Revolution but not in  
Metacard such as the revCreateXmlTree() function and the  
revXmlNodeContents() function.  Do these functions exist in a  
stack somewhere that comes with the Revolution distribution or  
are they an inherent part of Revolution which simply can not be  
used in Metacard?


Those libraries are part of the Rev IDE stacks, so their handlers  
aren't normally accessible in MC.


A short-term solution is Ken's great XML library:
http://sonsothunder.com/products/xmllib/xmllib.htm

For the long-term, I've been working on an experimental fork of  
the MC IDE which I'm tentatively calling M2.  Among the other  
things I've been experimenting with is the ability to load Rev's  
runtime libraries for use within MC, and to include those as  
options in the standalone builder.  It'll be some time before it's  
ready for public consumption, but when it is I suspect the Rev  
compatibility module will be completed in a way that will make it  
easy to contribute as an MC plugin.


Actually revCreateXMLTree etc. are part of the EXTERNALS, which  
can be used with MetaCard without problems,

I have worked this way many time!

I still cannot get used to the Rev IDE, spoiled by many years with  
MetaCard ;-)



--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard



___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: [SPAM] Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Klaus Major

Hi Ray,


Thanks for the help!  I'm trying to open the file named RevXml.Bundle


??? You are trying to OPEN the external? Did I understand you correctly?
You should set the externals of your stack(s) to that file...

from within Rev 2.7.4 and Metacard 2.7.4 and unable to, getting the  
error in the result stack was produced b a newer version.  This  
happens with both theRevXml.Bundle from Revolution 2.7.2 and 2.7.4.


Any ideas?

thanks,

Ray Horsley
Developer, LinkIt! Software


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: [SPAM] Re: [SPAM] Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley

Ahh.  I'm thinking of this file as a stack like LibURL.  Evidently not.

Thanks,


On Apr 17, 2007, at 3:03 PM, Klaus Major wrote:


Hi Ray,


Thanks for the help!  I'm trying to open the file named RevXml.Bundle


??? You are trying to OPEN the external? Did I understand you  
correctly?

You should set the externals of your stack(s) to that file...

from within Rev 2.7.4 and Metacard 2.7.4 and unable to, getting  
the error in the result stack was produced b a newer version.   
This happens with both theRevXml.Bundle from Revolution 2.7.2 and  
2.7.4.


Any ideas?

thanks,

Ray Horsley
Developer, LinkIt! Software


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard



___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley

on mouseUp
  set the externals of this stack to [file path to revxml.bundle]
end mouseUp

Still doesn't let me execute handlers using these functions.  What am  
I doing wrong?


Thanks,

Ray Horsley
Developer, LinkIt! Software


On Apr 17, 2007, at 3:03 PM, Klaus Major wrote:


Hi Ray,


Thanks for the help!  I'm trying to open the file named RevXml.Bundle


??? You are trying to OPEN the external? Did I understand you  
correctly?

You should set the externals of your stack(s) to that file...

from within Rev 2.7.4 and Metacard 2.7.4 and unable to, getting  
the error in the result stack was produced b a newer version.   
This happens with both theRevXml.Bundle from Revolution 2.7.2 and  
2.7.4.


Any ideas?

thanks,

Ray Horsley
Developer, LinkIt! Software


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard



___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Klaus Major

Hi Ray,


on mouseUp
  set the externals of this stack to [file path to revxml.bundle]
end mouseUp

Still doesn't let me execute handlers using these functions.  What  
am I doing wrong?


You are a bit impatient that's all ;-)

After you set the external of your stack, save it and close it.
Then after opening the stack again, you are ready to use all the  
command/finctions the external provides.



Thanks,

Ray Horsley
Developer, LinkIt! Software


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley

Much thanks, Klaus.


On Apr 17, 2007, at 3:27 PM, Klaus Major wrote:


Hi Ray,


on mouseUp
  set the externals of this stack to [file path to revxml.bundle]
end mouseUp

Still doesn't let me execute handlers using these functions.  What  
am I doing wrong?


You are a bit impatient that's all ;-)

After you set the external of your stack, save it and close it.
Then after opening the stack again, you are ready to use all the  
command/finctions the external provides.



Thanks,

Ray Horsley
Developer, LinkIt! Software


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard



___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard