Ask a Question related to Macromedia Director Lingo, Design and Development.
-
ena23 webforumsuser@macromedia.com #1
p list in p list - navigation
Hi!
I have a property list structured like this:
["A": ["AA": <Void>,
"BB": ["BA": <Void>],
"CC": ["CA": <Void>, "CB": <Void>, "CC": <Void>]
]
]
A selection list shows the first layer: "A"
Now navigate like this:
By clicking on "A" the content of the selection list is
AA
BB
CC
by selecting CC you get
CA
CB
CC
and so on.
Therefore I use currentList.getProp(itemClicked).
-----------------------------------------------------------
QUESTION:
-----------------------------------------------------------
How can navigate back?
eg by selecing "CB" I receive the list:
AA
BB
CC.
I use the getOne function, eg:
....
AA
BB
CC
I select '...'
with list.getOne([AA,BB,CC]) I only receive the item "CB" and not the whole list.
Any idea?
ena23 webforumsuser@macromedia.com Guest
-
Multi-line TextBox - Paste text with numbered list, bullet list, tab character
Hi All, I need a server control that's exactly like a multi-line TextBox, but also allow users to paste text with numbered list, bullet list, and... -
Need a button to rollover, show list and link from list
Hi, very new to Flash and need some help with a button. I'm creating a title bar for a site and I'm doing something similar to the button on... -
#25625 [NEW]: [chm] bug on ref.ftp.html | ftp_*list cant retrive ftp list on some ftpd
From: sentomas at hotmail dot com Operating system: freebad PHP version: 4.3.3 PHP Bug Type: FTP related Bug description: ... -
Dynamical populating a list that can be used as drop down list
Hi, I have a solution in which a person can be a member of one or more groups. In this case the groups are those used in the protection schema of... -
Why the list always tell me that my address has too much bounced mails and removed me from the list:(
My email address can work well with all other email lists, but no lucky to Debian, it seems that it has a very high level of security. ( We are... -
Andrew Morton #2
Re: p list in p list - navigation
> How can navigate back?
Store where it's been so that you have a list which contains the navigation
history?
Andrew
Andrew Morton Guest
-
ena23 webforumsuser@macromedia.com #3
Re: p list in p list - navigation
thx!
I didn't think about that!
ena23 webforumsuser@macromedia.com Guest



Reply With Quote

