Hi...

I've finally got CTreeview working as i wanted. I'd like to thank all ppl who gave me directions. But however i face another problem. The CBT i'm doing now is 1024 x 768. The CBT is for a Pharmacy software, the nature of the software is such that all it's VB forms open up towards the left the the screen ( with a huge offset from the center of the screeen)....so since the extreme right is free.. we've decided to go for TreeView there...something similar to how Word displays it's help...

I've implemented treeview and also gave it life...but i'm doing it thru MIAW's...Basically i have a content.dir, tree.dir, test.dir. Content.dir is the main movie..and this movie opens the tree(MIAW)...the tree structure is initialized and once i click on a link, the MIAW tells the stage to update..but with a surprise!...the cursor keeps alternating from the arrow to the hr.glass..., when i used trace...i noticed that as soon as the MIAW tells the stage to play a marker...i noticed a line "return(the stage).title", i don't know how this occurs or why.

Content.dir starts the whole thing. Tree.dir has the tree structure. Test.dir has the frame contents the movie branches to..

My script to update the stage movie
--on the treeview sprite on stage
if sprite(1).path contains "file_2" then
tell the stage to go to "file" of movie "test" -- the problem starts from this point.
end if
end tell

Any help is appreciated, this is extremly urgent.

TIA
Vj
Contact me at this address: [email]stamptube@hotmail.com[/email]

Vj