;

PDA

Click to See Complete Forum and Search --> : Button link to specific content pane page?


dniezby
12-01-2006, 01:12 AM
I've never tried this before BUT anyone know of a way to have a button link to a specific page of a mulitpage contentpane?

w.brants
12-01-2006, 06:36 AM
You can use setPage to do that.
Add an action to the button like
_root.myContentPane.setPage(1);

dniezby
12-01-2006, 04:37 PM
Cool. I don't know if I'm going to do it that way yet but I thought it would be interesting to know.