Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
java guitar #1
Question on drill-in navigation
Hi,
I have a ViewStack in my main mxml. One of its child containers (a Search
'page') has a DataGrid. When I click a record in the DataGrid, I want to
display another container (a CRUD 'page' for the selected record). How can I
use the click event to display the CRUD page in place of the Search page? I
tried addChild() on the ViewStack, but I didn't find a way to tell the
ViewStack to select this new child (the CRUD page). It just gets added to the
LinkBar on top of the ViewStack ... What is the standard way to do this type of
drill-in navigation?
Thanks!
Miguel
java guitar Guest
-
Web Navigation Bar and URL Question
New to web programming. I have some very basic questions regarding menu bars. What's the best way to implement menu bar navigation? I looked at... -
Question re Recordset Navigation
Does anyone know whether there is a Recordset Navigation extention that allows you to display all of the pages or records at once with a "view all... -
Navigation Question
Hello, For my website I use some PHP code for navigation. Therefore I use a directory structure which contains some navigation files the visitor... -
[PHP] navigation question
On Mon, 15 Sep 2003 08:41:31 -0500, Andre created an award-winning crop circle <20030915134110.25572.qmail@pb1.pair.com>, which, when translated... -
Navigation Bar Question
Hello The site isn't posted yet but here is the javascript: <script language="JavaScript" type="text/JavaScript"> <!-- function... -
atta707 #2
Re: Question on drill-in navigation
myViewStack.selectedIndex = newIndex
or
myViewStack.selectedChild = the same child that was passed to addChild()
atta707 Guest



Reply With Quote

