Split View navigation

Hi all,
I'm new to flex builder but experienced in flash mobile development using CS5.5.
I'm testing flash builder as a platform for building tablet apps and failing so far!
There are very few tutorials dedicated to tablet development.
ok, to my question......
I have done everything on the Tour de flex samples up to the point where it all works except from passing data from the left view to the right view!
when i try to link the views with the following line of code I get an undefined property rightNav error.
Any help would be appretiated.
Thanks in advance,
Graeme

Anyone???
I'm evaluating this product for future use.
So far I'm NOT IMPRESSED and will not proceed with any purchase!!
COME ON ADOBE GET A GRIP!!!!!!!

Similar Messages

  • No Design/Split View?

    Ok... sorry to sound like a rookie here, but one of the few
    times I really want to use Design View I cant seem to get it to
    work. Let me explain...
    I am a long-time hand coder, and still hand-code most of my
    pages. I have a page that I have hand-coded that contains an image
    that I would like to create an image map (link) for. However, I
    cant seem to get the Design and/or Split views to work. The buttons
    on the nav bar are greyed out and the selections are unavailable
    from the drop-down app menus. Here is some further info:
    1. Here is the URL to the page I am working on:
    http://stage.novussententia.com/walkofhope.
    2. I am developing this on a remote server... but the server
    is local to my network.
    3. I am using server side includes
    4. Here is the actual code from the page since I am using
    SSI's:
    <%
    pStr = "private, no-cache, must-revalidate"
    Response.ExpiresAbsolute = #2001-01-01#
    Response.AddHeader "pragma", "no-cache"
    Response.AddHeader "cache-control", pStr
    %>
    <!--#include file="../scripts/spiders.asp"-->
    <!--#include file="../scripts/spider_keys.asp"-->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <title>MDA-ALS :: Walk of Hope - Atlanta, GA ::
    Home</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <meta http-equiv="Expires" name="Expires" content="Sat,
    15 August 2009 18:00:00 GMT">
    <link rev=made
    href="mailto:[email protected]">
    <link href="../favicon.ico" rel="shortcut icon">
    <!--#include file="../includes/metas.htm"-->
    <link href="../walkofhope.css" rel="stylesheet"
    type="text/css">
    </head>
    <body bgcolor="white" text="white" leftmargin="0"
    topmargin="0" marginwidth="0">
    <%=spiderContent()%>
    <table width="100%" height="100%" border="0"
    cellpadding="0" cellspacing="0" bgcolor="#e2e4e6">
    <tr>
    <td align="center" valign="top">
    <table width="940" height="494" border="0"
    cellpadding="0" cellspacing="0">
    <tr>
    <!-- Begin Header -->
    <td width="20" rowspan="4"
    background="../assets/drop_left.gif"></td>
    <td><img src="../assets/home_top_01.jpg"
    width="466" height="471" alt=""></td>
    <td><img src="../assets/home_top_02.jpg"
    width="434" height="471" alt=""></td>
    <td width="20" rowspan="4"
    background="../assets/drop_right.gif"></td>
    <!-- End Header -->
    </tr>
    <tr>
    <td><img src="../assets/home_top_03.jpg"
    width="466" height="23" alt=""></td>
    <td align="center" valign="middle" bgcolor="#FFFFFF">
    <!-- Begin Global Navigation -->
    <!--#include file="../includes/global_nav.htm"-->
    <!-- End Global Navigation -->
    </td>
    </tr>
    <tr>
    <td colspan="2" align="left" valign="top"
    style="background-image: url( ../assets/back_bottom.gif );
    background-repeat: no-repeat; background-color: #18a86d;
    padding-left: 10px; Padding-top: 20px;">
    <!-- Begin Main Content Area -->
    <table width="100%" border="0" cellpadding="0"
    cellspacing="0">
    <tr>
    <td width="300" height="260" align="center"
    valign="top"><img
    src="../assets/sign_up_button.gif"></td>
    <td width="2"><img src="../assets/spacer_white.gif"
    width="2" height="200"></td>
    <td align="left" valign="top" style="Padding-top:
    0px;"><img src="../assets/home_copy.gif" border="0"
    usemap="#home_copy"></td>
    </tr>
    </table>
    <!-- End Main Content Area -->
    </td>
    </tr>
    <!-- Begin Footer -->
    <!--#include file="../includes/footer.htm"-->
    <!-- Begin Footer -->
    </table>
    </td>
    </tr>
    </table>
    <%=spiderContent()%>
    </body>
    </html>
    Can you assist?

    This file's name is index.asp?
    And is this obfuscated text?
    <%=spiderContent()%>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "NovusCory" <[email protected]> wrote in
    message
    news:[email protected]...
    > Ok... sorry to sound like a rookie here, but one of the
    few times I really
    > want
    > to use Design View I cant seem to get it to work. Let me
    explain...
    >
    > I am a long-time hand coder, and still hand-code most of
    my pages. I have
    > a
    > page that I have hand-coded that contains an image that
    I would like to
    > create
    > an image map (link) for. However, I cant seem to get the
    Design and/or
    > Split
    > views to work. The buttons on the nav bar are greyed out
    and the
    > selections
    > are unavailable from the drop-down app menus. Here is
    some further info:
    >
    > 1. Here is the URL to the page I am working on:
    >
    http://stage.novussententia.com/walkofhope.
    > 2. I am developing this on a remote server... but the
    server is local to
    > my
    > network.
    > 3. I am using server side includes
    > 4. Here is the actual code from the page since I am
    using SSI's:
    >
    > <%
    > pStr = "private, no-cache, must-revalidate"
    > Response.ExpiresAbsolute = #2001-01-01#
    > Response.AddHeader "pragma", "no-cache"
    > Response.AddHeader "cache-control", pStr
    > %>
    > <!--#include file="../scripts/spiders.asp"-->
    > <!--#include file="../scripts/spider_keys.asp"-->
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <title>MDA-ALS :: Walk of Hope - Atlanta, GA ::
    Home</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <meta http-equiv="Expires" name="Expires"
    content="Sat, 15 August 2009
    > 18:00:00 GMT">
    > <link rev=made
    href="mailto:[email protected]">
    > <link href="../favicon.ico" rel="shortcut icon">
    > <!--#include file="../includes/metas.htm"-->
    > <link href="../walkofhope.css" rel="stylesheet"
    type="text/css">
    > </head>
    >
    > <body bgcolor="white" text="white" leftmargin="0"
    topmargin="0"
    > marginwidth="0">
    > <%=spiderContent()%>
    > <table width="100%" height="100%" border="0"
    cellpadding="0"
    > cellspacing="0"
    > bgcolor="#e2e4e6">
    > <tr>
    > <td align="center" valign="top">
    >
    > <table width="940" height="494" border="0"
    cellpadding="0"
    > cellspacing="0">
    > <tr>
    >
    > <!-- Begin Header -->
    >
    > <td width="20" rowspan="4"
    > background="../assets/drop_left.gif"></td>
    > <td><img src="../assets/home_top_01.jpg"
    width="466"
    > height="471" alt=""></td>
    > <td><img src="../assets/home_top_02.jpg"
    width="434"
    > height="471" alt=""></td>
    > <td width="20" rowspan="4"
    > background="../assets/drop_right.gif"></td>
    >
    > <!-- End Header -->
    >
    > </tr>
    > <tr>
    > <td><img src="../assets/home_top_03.jpg"
    width="466"
    > height="23" alt=""></td>
    > <td align="center" valign="middle"
    bgcolor="#FFFFFF">
    >
    > <!-- Begin Global Navigation -->
    >
    > <!--#include file="../includes/global_nav.htm"-->
    >
    > <!-- End Global Navigation -->
    >
    > </td>
    > </tr>
    > <tr>
    > <td colspan="2" align="left" valign="top"
    > style="background-image: url( ../assets/back_bottom.gif
    > background-repeat:
    > no-repeat; background-color: #18a86d; padding-left:
    10px; Padding-top:
    > 20px;">
    >
    > <!-- Begin Main Content Area -->
    >
    > <table width="100%" border="0" cellpadding="0"
    > cellspacing="0">
    > <tr>
    > <td width="300" height="260" align="center"
    > valign="top"><img
    src="../assets/sign_up_button.gif"></td>
    > <td width="2"><img
    > src="../assets/spacer_white.gif" width="2"
    height="200"></td>
    > <td align="left" valign="top"
    > style="Padding-top: 0px;"><img
    src="../assets/home_copy.gif" border="0"
    > usemap="#home_copy"></td>
    > </tr>
    > </table>
    >
    > <!-- End Main Content Area -->
    >
    > </td>
    > </tr>
    >
    > <!-- Begin Footer -->
    >
    > <!--#include file="../includes/footer.htm"-->
    >
    > <!-- Begin Footer -->
    >
    > </table>
    >
    > </td>
    > </tr>
    > </table>
    > <%=spiderContent()%>
    > </body>
    > </html>
    >
    >
    > Can you assist?
    >

  • Split view default

    I have posted an "Idea" about how a server-side page should be opened. Please cast your vote.
    In my opinion, it should work as it always has - it opens in whatever you had last selected. But if forced to choose one, I would say SPLIT VIEW.

    Done.
    For those that have issues with the forum navigation, it's here: Split view default

  • What happened to Split View?

    I wanted to watch the Macword Keynote today to see what features Steve put out there that we don't currently have.
    One is "Split View" email:
    This allows us to see the email message in the current window with the email list at the top, and the mail message at the bottom.
    I also wanted to put out there that I can confirm there are 2 extra tabs at the top of iTunes that they previewed, the second to last on the right vaguely makes out "ringtones".
    Regardless, at the bottom there is an additional green color category that you cannot make out the text to.
    Back to the question... What happened to split view on email?!?!?

    It's just annoying, he really spent some time on it.
    Hopefully in an update.

  • Can you set DW to always show split view?

    This is not a major problem but an annoying thing and I can't seem to find.  I almost always work in split view - never design view.  Yet DW seems to default to design view. Even if I have previously edited a page in split or even code view, the next time I open that file (if I have closed and opened DW in the meantime) it opens in design view.
    I tried making a custom workspace that included viewing files in split view but sure enough whenever I re-open DW any files I open are once again displayed in Design View.
    Anyone know how to change this?
    Thanks!
    Ellie

    >>I tried making a custom workspace that included viewing files in split view but sure enough whenever I re-open DW any files I open are once again displayed in Design View.
    Yes, the same problem started in CS4-Mac for me.
    Just for kicks, I opened my custom workspace a moment ago. I then opened a document to split view, then resaved that setup as a new custom workspace.
    Upon reopening Dreamweaver the next time, it remembered my split view setting. However, the time after that, I was back in Design view.
    This seems to be pretty buggy.
    Hopefully someone will post a solution.
    ...pt

  • Why can't I type more than one space in a split-view in DW

    Say, I am an a split view in a Dreamweaver CS5 and I'm typing in the right view (whatever it's called), but for some reason I can't type more than a single space there. Can I disable that?

    Thank you, Curtis. One thing that needs to be added to your post is that one has to restart DW for this setting to take effect. (Well, that may be a bug.) But it still doesn't fix the issue (read below.)
    As for the other two comments, I hate when people try to pigeonhole something without even trying to understand someone's situation. Did I say that I would be using it for a layout?
    Here's why I need it. Say, I'm working on typing a paragraph of text. My preference is to have DW in a split-view, with the HTML being displayed on the left and the "result" view on the right. That view on the right allows me to type in text directly into the page w/o worrying about HTML semantics -- very handy feature, except one little detail. Say, I have the following snippet of text, "This is some sample text" and I want to edit out the word "some" with the phrase "very important". So I highlight the word "some" and begin typing. Everything goes well when I finish typing "very", but as soon as I put a space to begin typing the word "important", something in DW makes the resulting phrase to look like this: "This is very importantsample text" Notice that the space after "important" was removed. You see, I'm not used to adding spaces after each of my edits (and that is how 99% of word processors work in the world) so my documents started to miss spaces and it took me awhile to figure out why. I was truly hoping that Curtis' suggestion would fix the issue, but even though I can add more than a single space, DW still removes spaces for me automatically, like I just explained above.

  • My small split-view file manager

    Hello.
    I've created a small file manager with split-view. While some functionality is still missing, the manager is usable and I'm using it as my primery tool for file browsing.
    You can get the browser from here http://github.com/napsy/gsfm
    space - select/unselect
    F5 - copy selection
    F4 - rename selection
    F3 - new directory
    delete - delete selection
    tab - change view
    There is support for custom view with a config file. You put the config file inside your ~/.config directory. A sample config is provided with the source.
    Sere is a screenshot: http://napotnik.info/images/gsfm.png

    It's good that it's C and BSD-licensed, but I don't really see a point in GTK. I mean, there are a lot of GTK file browsers out there already, but there is no (to my mind) proper ncurses file browser written in pure C. It's just MC and vifm, all the others aren't C. So if it would be ncurses I would definetly be interested. That's just my opinion. Anyways, thanks!

  • HT3805 In my split view, the viewed picture is all the way to the right- only a sliver is visible. How do I get it to be centered and viewed in total?

    How can I get the picture in my split view to move back to the center where I can see it all?

    Lynn,
    there should be. Are you perhaps looking in the system library?
    The User Library should appear in the Finder's "Go" drop down menu, like this:
    If your system is Lion or Mt. Lion, you will have to hold down the option-key ⌥ to make it appear in the menu.
    Then look in the folder Preferences for "com.aperture.plist" and remove it.
    Don't forget to quit Aperture before you do this.
    Regards
    Léonie

  • How to view rating stars on pictures in browser or split view

    On an Imac aperture v3.2 I cannot see the rating stars on the pictures in browser or split view.  I can only see them if i open the metadata for each individual picture.  Does anyone know how to turn this feature on?  My husband has a Macbook pro using the same software and he can see them.

    The ratings are part of the Metadata Overlays (link goes to User Manual page with full instructions).  There are seven different Metadata Overlays.  It is helpful to customize each of them.  The customization is done via "View→Metadata Display→Customize".
    The Browser Metadata Overlay is toggle on/off with "u".  "{Shift}+u" will toggle the Browser Metadata Overlay between "Basic View" and "Expanded View".
    What is most likely is simply that either your Browser Metadata display has been toggled off.  Try each of the toggles above, and see if that doesn't bring back the ratings.  If it doesn't, you'll have to add them back to the Metadata View using the customize command above.
    Message was edited by: Kirby Krieger -- link added.

  • Aperture viewer issues after full screen view - in Browser, Split View and Viewer modes

    2012 MacBook Air, Mac OS 10.8.2, Aperture 3.4.3. Everything is up to date and, as usual, has been working just fine since the last update a few weeks ago. Full screen view never caused any issues... until today.
    I tried quitting and restarting Aperture. Using another Aperture library. Quitting everything and restarting my MBA... same behavior.
    I went into the full screen view, edited a photo and got out of the full screen view to export it.
    All of the sudden, only one line of thumbnails was showing up in my Broswer view (out of 380 pictures in that project). Looking closely at it, it seems like the Aperture now thinks that the desktop area it has to work with (the dark gray area where the thumbnails are) is larger than the aperture window because a part of photo is showing up cut off at the right edge and no slider at the bottom:
    (note: at the bottom it says 380 items displayed)
    Going back to full screen view, everything looks and works as nothing has happened:
    In Broswer view, if I scroll down such that the first row is out of the view, the second row of thumbnails shows up:
    Now, if I scroll back up, two rows of thumbnails are shown in the viewer:
    To get the third row to show up, I need to scroll down to get the top two rows out of the way and so on.
    At some point I saw this weirdo but have not been able to replicate it:
    Split View also has its issues - the photo itself is no longer centered and the slider at the bottom gets out of the way past the right edge of the Aperture window before reaching the end of the row of thumbnails:
    Finally, when double clicking the photo in the Split View to view it by itself, once again it is not centered and cut off on the right side but there is no slider...
    Any ideas? I tried looking through the Viewer-related threads on here and did not see anything close to this. Is there a way to contact Apple support? I found some form somewhere on the website, but it had a dropdown for operating system and nothing past 10.7.2 so I am guessing it is not being maintained...
    edit: added the note under the first image

    When the graphical user interface is misbehaving, it frequently helps to remove the Aperture preferences apple.com.Aperture.plist from your user library, see the Aperture 3: Troubleshooting Basics on how to do this.
    Regards
    Léonie

  • Magin change moving from Design to Split views

    For some reason, the margins of my HTML page change when I
    move from split view to design view. The page is a single table,
    centered with <center>, but when I change views, they whole
    thing shifts over by 19 pixels, from being centered starting at 309
    to being centered starting at 328.
    What the heck!?? Anyone know what might be causing
    this?

    Appearance of a vertical scrollbar?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "D Cam" <[email protected]> wrote in message
    news:fbt85u$cpv$[email protected]..
    > For some reason, the margins of my HTML page change when
    I move from split
    > view
    > to design view. The page is a single table, centered
    with <center>, but
    > when I
    > change views, they whole thing shifts over by 19 pixels,
    from being
    > centered
    > starting at 309 to being centered starting at 328.
    >
    > What the heck!?? Anyone know what might be causing this?
    >

  • Remote images not showing up in design/split view

    Just recently, whenever i updated the image location from the
    local site to the remote site path, the images don't get loaded
    into dreamweaver how it used to.
    i'm not sure if i unchecked something. the paths are correct
    and they show up when i preview in browser so i know it's not that.
    if anyone can help with this it will be great. thanks.

    Do you have spaces in your image file/pathnames?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "zgarcia" <[email protected]> wrote in
    message
    news:e286rc$adb$[email protected]..
    > DW 8.01
    >
    > it's not the put action.
    >
    > what i normally do is compose the email on the local
    site so i have the
    > images
    > showing, add the links etc...
    > then i upload the images onto my remote server.
    > after i do that, i go into the source code and do a
    find/replace on the
    > image
    > directory. (highlight "images" and replace it with the
    > "
    http://www.example.com/campaign/email")
    >
    > now, after i do a replace all, the images would reflect
    whatever is in the
    > remote directory (
    http://etc...) and will actually display
    in the
    > design/split
    > view instead of seeing broken image icons as it's
    currently doing.
    >
    > the remote site locations are correct.
    >
    > let me know if that helps, thanks.
    >

  • Custom Split views don't work like the use to pre- Project 2010

    Hi
    Either we've lost some functionality along the way, or there must be another way of doing the following...
    Up until and including version 2007, I was able to create multiple custom split views in a file (or global.mpt) where the I could specify a different Task Form (e.g., "Predecessors & Successors" or the "Work") depending on which custom
    split view I selected.
    In 2010 and 2013, you have to manually select the Task From you want; the custom split view won't can help you get the specific Task Form you want ((e.g., "Predecessors & Successors", "Work").  At least that has been my experience...
    does anyone have a solution apart from needing to write a VBA event handler?
    Thanks in advance,
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    I agree with Dale. Project remembers the last set of details applied in form views such as Task Form. Using VBA event handlers you can change this behavior.
    1. Open the project file on which this change should be applied.
    2. In the View ribbon, click Macro command and select Visual Basic
    3. If you want the details displayed in the Task Form to be applied to the current file, double click "ThisProject" node under the VBAProject(your file name) or else double click "ThisProject" node under ProjectGlobal (Global.MPT)
    4. Paste below lines in the Project_Open event handler. Save the code.
    Private Sub Project_Open(ByVal pj As Project)
        ViewApplyEx ApplyTo:=1, BuiltInView:=pjViewTaskForm
        WindowActivate TopPane:=False
        ViewShowPredecessorsSuccessors
    End Sub
    5. You can replace the last statement ViewShowPredecessorsSuccessors with another statement that is compatible with Task Form view
    Sai PMP, PMI-SP, MCTS Project, MVP Project

  • Horizontal scroll not working  in aperture split view

    I had recently upgraded to mountain lion and the newest aperture, but I noticed a problem with horizontal scrolling in aperture split view.  I am currently using a magic mouse, and it scrolls just fine within other applications except in aperture split view.  (it doesn't go to the next picture when I gesture  left and right)  if I do it many times, it will change to the next picture but then stops scrolling again.  I had tried to use a trackpad and it is better but I have to do it slowly and occationally it just doesn't work.  It only happens only in Aperture and not in safari or other applications.  Does anyone know the solution to this problem?  Any little help is greatly apprecitated

    The recent Aperture update disabled the "Scroll to navigate photos in the Viewer" option.
    You may need to reenable it in the Aperture general preferences.
    Regards
    Léonie

  • In Dreamweaver 2014.1 how do I get the vertical settings for split view?

    In split view, I want the code window to appear left of the design window as I had it set up in the previous version. I cannot find a place in preferences to do that. Help. I like the code window to the left and properties below the design window.

    No I cannot. I've tried to drag the coding window and it seems to be immoveable. I read the reference. It does not answer my question nor do any of the linked articles connected to it. I can float the property window and the other windows just fine and move them where I need them, however the code window in split view goes nowhere. When I have multiple file windows open in tabs and drag one of them the code view stuck at the bottom moves with it.

Maybe you are looking for