Re: xml demo not working

2005-01-21 Thread Bob Hartley
At 20:42 21/01/2005, you wrote:
Hi all.


I'm looking at sarah's xmldemo and when I click on load I get this error.

Ohhh this is getting weird
It then started to work and not it doesn't.
If I load the demo then hit the button to go to page 2 of the tutorial it 
will go to that page. MNote (1)
But if I then go back and star the xml constructor I get an error. Then if 
I try to go to the tutorial  (usingthe same button that worked in note (1)) 
there is an error?
WinXP latestSP and all updates, latest rev studio 2,5.

cheers
bob 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 16/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


xml demo not working

2005-01-21 Thread Bob Hartley
Hi all.
I'm looking at sarah's xmldemo and when I click on load I get this error.
executing at 8:29:00 PM
TypeHandler: can't find handler
Object  Close
LinerevDeleteAllXMLTrees
HintrevDeleteAllXMLTrees
Now when I look at the script  for the load button I see
-- load any XML file into memory, creating a tree and displaying the tree,
-- the XML text and the root tag, beofre going to the Edit tab
--
on mouseUp
  local tFileName, tData, tDocID
  -- tidy up any old trees first
  send "mouseUp" to btn "Close"

The button close has a script
on mouseUp
  revDeleteAllXMLTrees
  put empty into fld "DocID"
  put empty into fld "Tree"
  put empty into fld "XML"
  put empty into fld "RootTag"
  put empty into fld "Tag"
  put empty into fld "Data"
  put empty into fld "Element"
  put empty into fld "ElementEdit"
  put empty into fld "ElementAdd"
  put empty into fld "NewData"
  put empty into fld "Attributes"
  set the menuHistory of btn "Tabs" to 1
end mouseUp
And this declares and error as well.
Any ideas using xmldemo1.rev
cheers
bob
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 16/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution