Ask a Question related to Macromedia Director Lingo, Design and Development.
-
vij010 #1
MIAW Issues...
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
vij010 Guest
-
3D and MIAW
Has anyone discovered that authoring in Windows 2000 and delivering on windows XP totally stuns a MIAW. I've been working all day on trying to... -
MIAW on top
I posted this in the lingo group but haven't gotten a response. Is it possible to keep an MIAW on top of the stage even when clicking on the... -
Miaw
How to make a data transfer between movies... Sample MovieA.member("x").text = MovieB.member("x").text is´t possible???? -
MIAW miaw
i got everything...now i face a problem in the MIAW...i get a message that says that the particular file is already open by another user with a... -
How can MIAW ID self
You can use the activeWindow but that won't necessarily allow you to ID a window that's running code in the background. I solved this once but...



Reply With Quote

