Problem with Scene navigation

I am using Flash 8 to develop mobile applications for Nokai
6600. I have three scenes in my FLA file and i am using the
navigation keys to navigate to the scenes. When I test my
application in the emulator, the first and second scenes are
working properly, but the third scene is not coming, when i press
the next button in the second scene. Instead the second scene is
replaying. Could any one help me in this problem?.

Hi Thomas,
   First of all could you tell me r u working in central portal or locally installed portal - becose we had the same problem because of local portal installation.
DATA: ls_hrobject TYPE hrobject.
  FIELD-SYMBOLS: <event_data> TYPE hrobject.
  DATA: bo TYPE string.
  DATA: wa_key_value TYPE powl_namevalue_sty , "lso_key_value_s,
        it_key_value TYPE powl_namevalue_tty, "lso_key_value_t,
        it_key_value_table TYPE wdy_key_value_table.
  DATA: operation TYPE string.
         bo = 'ZTEST123' .
         operation     = 'Display3' .
*  READ TABLE event_parameters INTO ls_params WITH KEY key = 'SEGMENT_NAME'.
  wa_key_value-key = NAME'.
  wa_key_value-value = LV_CONTENT.
  APPEND wa_key_value TO it_key_value.
  CLEAR:wa_key_value.
  wa_key_value-key = 'PURCHASE_ORDER'.
  wa_key_value-value = lv_test.
  APPEND wa_key_value TO it_key_value.
  CLEAR:wa_key_value.
DATA LO_API_COMPONENT  TYPE REF TO IF_WD_COMPONENT.
DATA LO_PORTAL_MANAGER TYPE REF TO IF_WD_PORTAL_INTEGRATION.
LO_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
LO_PORTAL_MANAGER = LO_API_COMPONENT->GET_PORTAL_MANAGER( ).
CALL METHOD lo_portal_manager->NAVIGATE_TO_OBJECT
    EXPORTING
      system                 = 'ABC'
      object_type            = bo
      operation              = operation
*      object_value_name      = navigation_data-object_value_name
*      object_value           = navigation_data-object_value
      business_parameters    = it_key_value.
*      forward_obn_metadata   = navigation_data-forward_obn_metadata.
Regards
Sathish

Similar Messages

  • After Migrating from 10g to 11g Geeting problems with Guided navigations.

    After Migrating from 10g to 11g Geeting problems with Guided navigations and section navigations not working.
    And we are getting the following error <<odbc driver returned an error (SQLExecDirectW)>> where we have used navigations.
    In 10G we have Guided navigation Reports to display the Reports links and intermediate reports for conditionally displaying the Dashboard section(Reports) but after migrating to 11g Guided navigation reports and conditional reports are not working..
    We know that in 11g section navigation replaced with conditions and Guided navigation replaced with action link.. but
    do we need to recreate those reports in actions and condition or is there any work around avoid reworking.

    Hi Both,
    Thanks for the reply ...
    For Guided navigation we are getting like below error:
    Odbc driver returned an error (SQLExecDirectW).
    For Conditional dashboard section we are getting like below error:
    "saw.aViewsToRefresh = [];saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:3jsmgfs3c1r4tn7c~n:condition'] = true;saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:nos5q43jvjmi643b~n:condition'] = true;"

  • Consistant Problems with Google Navigator on Droid Eris

    Is anybody else having problems with their Google Navigator on a Droid Eris.  This application stinks - I can never expect it to be there when I need it.  About a month ago I was using it up in Northern Minnesota to get to a doctors appointment about halfway into the hour long drive it told me "GPS signal lost" then it proceeded to tell me "searching for GPS".  It never found the GPS despite the fact that I was in Duluth - a larger city in Northern Minnesota.  I ended up having to call the receptionist and she became my turn by turn navigator - embarrassing. I never had this problem when I had the VZ Navigator it was always very reliable. 9 times out of 10 it doesn’t work or takes so long to find a GPS signal that you get lost!  Are there any tips, tricks or patches for this?  I am seriously considering purchasing a Tom Tom.   

    Did you get any answers to your inquiry?  I'm having the same problem with my Android LG Ally.  Also want to connect with other users to find out how to get the last verbal instruction repeated.  I miss that from my VZ Navigator.  Is there a trick to triggering it?

  • Any problem with 6110 navigator?

    Hi,
    Does anyone has any problem with your 6110 navigator? It seems like the phone always reset on its own and hang whenever the alarm clock goes off. I have sent it back to nokia care center, they upgraded my firmware but it hang when the alarm clock goes off. The nokia care center checked it again and said that it's due to my SIM card. I am not using a 3G SIM card. Does anyone has similar problem?

    An older SIM card can cause problems in newer phones. You might want to upgrade your SIM card and see if that cures the problem.
    Experience and persistence are second to none just ask user one.
    1610»2110»8110»5110»3310»6210»7250i»6220»6230»6230i»6233
    Love me or hate me, its still an obsession. Love me or hate me, that is the question...

  • Problem with GRID NAVIGATION EFFECTS WITH JQUERY

    Hi All,
    Im having problem with this image gallery with navigation (please see link below to see running demo). I am trying to use the 'Row move' style but am having problems getting the function to work. I have the images and everything set up fine but the actual function/navigation isn't working. I have downloaded all the relevant files to my computer but nothing happens when i click on the arrows. Also all of the 20 images are showing instead of just the 2 rows of 3? There should be 2 rows of 3 iamages showing then when the arrows are clicked the next two rows are shown and so on.
    http://tympanus.net/codrops/2011/06/09/grid-navigation-effects/
    This is the code i have -
    <!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>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My gallery</title>
    <link href="stylesheet.css" rel="stylesheet" type="text/css" />
    <link href="gridNavigation.css" rel="stylesheet" type="text/css" />
    <link href="reset.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #000000;
    a:link {
              text-decoration: none;
              color:#f1d379;
    a:visited {
              text-decoration: none;
              color: #f1d379;
    a:hover {
              text-decoration: none;
              color: #9d6f1b;
    a:active {
              text-decoration: none;
              color: #f1d379;
    </style>
            <script type="text/javascript" src="scripts/jquery-1.6.1.min.js"></script>
                        <script type="text/javascript" src="scripts/jquery.easing.1.3.js"></script>
                        <script type="text/javascript" src="scripts/jquery.mousewheel.js"></script>
                        <script type="text/javascript" src="scripts/jquery.gridnav.js"></script>
    <script type="text/javascript">
                                  $(function() {
                                            $('#tj_container').gridnav({
                                                      type          : {
                                                          rows    : 2,
                                                                mode                    : 'rows',                               // use def | fade | seqfade | updown | sequpdown | showhide | disperse | rows
                                                                speed                    : 1000,                                        // for fade, seqfade, updown, sequpdown, showhide, disperse, rows
                                                                easing                    : 'easeInOutBack',          // for fade, seqfade, updown, sequpdown, showhide, disperse, rows
                                                                factor                    : 150,                                        // for seqfade, sequpdown, rows
                                                                reverse                    : ''                                        // for sequpdown
                        </script>
    </head>
    <body>
    <div class="container" id="container">
    <div id="navbar" class="#navbar">
    <ul>
              <li><a  href="index.html">Homepage</a></li>
              <li><a  href="about_me.html" >About me</a></li>
              <li><a  href="gallery.html">Gallery</a></li>
              <li><a  href="contact.html">Contact</a></li>
      </ul>
    </div>
                                                      <div class="tj_nav">
                                                                <span id="tj_prev" class="tj_prev">Previous</span>
                                                                <span id="tj_next" class="tj_next">Next</span>
                                                      </div>
                                                      <div class="tj_wrapper">
                                                                <ul class="tj_gallery">
                                                                          <li><a href="#"><img src="images/1.jpg" alt="image01" /></a></li>
                                                                          <li><a href="#"><img src="images/2.jpg" alt="image02" /></a></li>
                                                                          <li><a href="#"><img src="images/3.jpg" alt="image03" /></a></li>
                                                                          <li><a href="#"><img src="images/4.jpg" alt="image04" /></a></li>
                                                                          <li><a href="#"><img src="images/5.jpg" alt="image05" /></a></li>
                                                                          <li><a href="#"><img src="images/6.jpg" alt="image06" /></a></li>
                                                                          <li><a href="#"><img src="images/7.jpg" alt="image07" /></a></li>
                                                                          <li><a href="#"><img src="images/8.jpg" alt="image08" /></a></li>
                                                                          <li><a href="#"><img src="images/9.jpg" alt="image09" /></a></li>
                                                                          <li><a href="#"><img src="images/10.jpg" alt="image10" /></a></li>
                                                                          <li><a href="#"><img src="images/11.jpg" alt="image11" /></a></li>
                                                                          <li><a href="#"><img src="images/12.jpg" alt="image12" /></a></li>
                                                                          <li><a href="#"><img src="images/13.jpg" alt="image13" /></a></li>
                                                                          <li><a href="#"><img src="images/14.jpg" alt="image14" /></a></li>
                                                                          <li><a href="#"><img src="images/15.jpg" alt="image15" /></a></li>
                                                                          <li><a href="#"><img src="images/16.jpg" alt="image16" /></a></li>
                                                                          <li><a href="#"><img src="images/17.jpg" alt="image17" /></a></li>
                                                                          <li><a href="#"><img src="images/18.jpg" alt="image18" /></a></li>
                                                                          <li><a href="#"><img src="images/19.jpg" alt="image19" /></a></li>
                                                                          <li><a href="#"><img src="images/20.jpg" alt="image20" /></a></li>
                                                        </ul>
                </div>
    </div>
    </body>
    </html>

    Not sure what example you are using but it looks like you have missed out a couple of important <divs> in your code which surround the main <div>:
    If the case of example five:
    <div class="content example5'>
    <div id="tj_container" class="tj_container">
    MAIN STUFF GOES HERE
    </div>
    </div>
    I dont know if its my computer or not but I found the animation a bit flaky.

  • Problem with custom navigation bar

    I'm trying to create a custom left navigation bar with adaptive tag. when user click on the link it will direct to a pagelet which is created with page template. How can I do it? I don't understand what is pt:objectid? Where can I look for answer? I just need a simple example. Thank you.

    You can get the object id from the "Edit this Community" feature under "My Communities" then look in "properties and names". If you look in the address bar you could also see the objid in there (objId=1234). I was having problems with this too.
    What I did was use the ptdata tag like this:
    <div id="topNav">
    <pt:ptdata.currentcommunityiddata pt:id="currcomm" />
    <pt:ptdata.subcommunitiesdata pt:commid="1234" pt:id="subcommunityPages" />
    <ul>
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="3217">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">Home</pt:standard.openerlink>
    </li>
    <pt:logic.foreach pt:data="subcommunityPages" pt:var="varCommunityPage">
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="$varCommunityPage.objid">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:core.html pt:tag="a" href="$varCommunityPage.url" title="$varCommunityPage.title">
    <pt:logic.value pt:value="$varCommunityPage.title"/>
    </pt:core.html>
    </li>
    </pt:logic.foreach>
    </ul>
    </div></p>
    <p>This is for a community that has subcommunities. you could also do the same thing with pages instead.
    Short explaination:
    This line sets up a data object for the current community data and assigns it the variable name "currcomm":
    <pt:ptdata.currentcommunityiddata pt:id="currcomm" /></p>
    <p>This line gets the subcommunities for a particular community (in this case commid="1234" ). You specify which community with the pt:commid.
    <pt:ptdata.subcommunitiesdata pt:commid="1234" pt:id="subcommunityPages" /></p>
    <p>I used a <ul> for it but you could really do it any way you want.</p>
    <p>I added a static "home" tab that will always link to my top level page of the community. this is optional and there may be a better way of doing it:
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="3217">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">Home</pt:standard.openerlink>
    </li></p>
    <p>for a link to your page you can use this tag. You can get both the objectid and classid from the "properties and names" page as mentioned above. pt:mode is how/what should be displayed (The action of the link (Opener mode). 1 = Open, 2 = View, 3 =ViewMeta.)
    <pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">
    I also have a choose in there to test if the current community you're in is the same as the community of the link. That lets me add a class="down" for a down state. </p>
    <p>This loops through all the subcommunities and builds a link in this format <li>TITLE OF COMMUNITY</li>. </p>
    <p><pt:logic.foreach pt:data="subcommunityPages" pt:var="varCommunityPage">
    <pt:standard.choose>
    <pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="$varCommunityPage.objid">
    <li class="down">
    </pt:standard.when>
    <pt:standard.otherwise>
    <li>
    </pt:standard.otherwise>
    </pt:standard.choose>
    <pt:core.html pt:tag="a" href="$varCommunityPage.url" title="$varCommunityPage.title">
    <pt:logic.value pt:value="$varCommunityPage.title"/>
    </pt:core.html>
    </li>
    </pt:logic.foreach>
    </p>
    <p>Hopefully that is what you're trying to do.
    Like I said, you can use the same process for pages instead of subcommunities by using the communitypagesdata tag instead of subcommunitiesdata. You could also combine the two and list all the subcommunities with a foreach loop and inside each loop get the pages from the communitypagesdata with the commid set to the subcommunity objid for that subcommunity.</p><p>
    THis document is very helpful with PT tags... [url http://e-docs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/index.html]http://e-docs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/index.html</p>
    -Matt
    Edited by thelimpingtoad at 03/14/2008 5:55 AM

  • N79 - problem with central navigation key

    I've got a problem with my N79. The central navigation key refuses to work after I play a N-gage game (hooked on, to be specific). Rebooting helps but it's so irritating.
    Anyone knows how to solve this?
    N71 ---> N79

    Update:
    I tried a couple of other N-gage games - the central key didn't freeze.
    A strange thought vame to me - those games were trial, Hooked on is paid by activation number. And i don't remember having problems when I played Hooked on in trial mode. 0_0
    Aha, I just found another way to unfreeze the central key - the keylock slider. It's much better than rebooting, but not less irritating.
    N71 ---> N79

  • Problem with Absolute Navigation (External Window) and Light Framework Page

    Hi All,
    We are using Light Framework page for the portal devolopment. We have an application including two webdynpro iviews where absolute navigation is used to traverse from first iview to second iview (When user clicks a button on first iview). We are showing the second iview in external window (SHOW_EXTERNAL). When ever i clicks the button to traverse to second iview, i am getting an exception.
    When we are showing it in same window (SHOW_INPLACE), it is working fine. But the iview is appeared in half of the page with scrollbars. It is working fine with default framework page (with both options SHOW_INPLACE and SHOW_EXTERNAL) and dispalyed in original size as mentioned in iview properties.
    Could you please suggest us whether there is any work around for this.
    Thanks,
    Sudheer

    Hi Kathiresan
    I couldn't see the address bar of the window (In which second iview is getting displayed). But i can observe no parameters that i passed from first iview is visible in the view source of the second iview (When SHOW_EXTERNAL is used in absolute navigation). I could see all the parameters in the view source (when SHOW_INPLACE is used for absolute navigation). But i am using the same url for both the options (for SHOW_INPLACE and SHOW_EXTERNAL).
    I doubt about the url being passed when SHOW_EXTERNAL option is used. But when we checked in debug, The correct url is being triggered (Atleast from first iview). Is there any way that could display the second window with address bar. What is making difference  between SHOW_INPLACE and SHOW_EXTERNAL with absolute navigation and light framework page.
    Could someone please suggest.
    Thanks,
    Sudheer.

  • Problem with a navigation from a Popup Window in an other Window

    Hi Experts,
    i have a problem with a popup window. I explain my problem. I have a DC Component in which there are two different Windows (MainWindow and PopupWindow) and one of this Window is a popup Window. I desire to navigate from the popup window to the main window of the component. Is there a way to accomplish that ?
    I have created the popupWindow and it works very good.
    Thanks a lot for your help.
    Gregorio Perillo
    Edited by: GregorioPerillo on May 28, 2010 5:45 PM

    Hi ,
    By using this code you have to Open Popup Window
    public void popup( )
    //@@begin popup()
    poplink=wdComponentAPI.getWindowManager().createModalWindow(wdComponentAPI.getComponentInfo().findInWindows("Wd_POPupwindow"));
    poplink.setWindowPosition(500,30);
    poplink.open();
    //@@end
    Wd_POPupwindow-- This is Window Name Under this window you can create in View that view having OK and Close Buttion.
    When click on Submit button that time you call the popup method. that time you will get popup window
    Regards
    Vijay Kalluri

  • MENU PROBLEM WITH 6110 NAVIGATOR

    HI
    I HAVE A NOKIA NAVIGATOR 6110
    CAN ANY ONE HELP ME WITH THESE PROBLEMS
    PROBLEM 1> WHEN I PRESS THE MENU BUTTON IT GOES TO A SINGLE FOLDER ON THE SCREEN
    THE NAME OF THE FOLDER IS &qtn_apps_... AND MOST OF MY OTHER FOLDERS ARE IN HERE.
    PROBLEM 2> WHEN I GO INTO THE DATE AND TIME SECTION IT WILL NOT GIVE ME ACCESS.
    THANKS
    ZOKIMON

    An older SIM card can cause problems in newer phones. You might want to upgrade your SIM card and see if that cures the problem.
    Experience and persistence are second to none just ask user one.
    1610»2110»8110»5110»3310»6210»7250i»6220»6230»6230i»6233
    Love me or hate me, its still an obsession. Love me or hate me, that is the question...

  • Problems with Flash Navigation

    I'm trying to edit a horizontal flash navigation that I found
    on the internet but i'm having some issues. The original file can
    be found
    here.
    The flash pulls menu information from an XML file. To add a
    menu block all I should have to do is add the text to the flash
    file and then add a block of code to the XML file. The issue I'm
    having is that when I attempt to add a 9th main menu item, its
    submenu doesn't display correctly.
    I've been wracking my brain on this one for days and can't
    figure it out. Any help anyone could offer would be greatly
    appreciated.

    JodiBurgess wrote:
    > I have a frameset, the navigation frame uses flash for
    the navigation - basic
    > getURL code with target frame "MAIN" (which is the name
    of the frame I want to
    > target). This worked fine in IE6, but when I upgraded to
    IE7 clicking on the
    > navigation caused it to fire off a new window (as if I
    had given it a target
    > "_blank").
    Try another name, words like Main or mainFrame are reserved
    and always caused
    problems. Give the frame some unique name Jodi_frame etc...
    Also, don't forget to test it on server, not locally.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • IDVD 08 - problem with scene selection tabs not working after "burn"

    I have a movie that is about an hour long (made in iMovie08 using mostly still photos). I wanted to have "chapters" -- but with that option gone, I used the Scene Selection option in iDVD08. This created menus with 15 scene selection buttons (I chose every 4 minutes). The menus were automatically created by iDVD and I did nothing to change them, except to type in scene info (two-three words).
    The buttons all worked fine on the computer, and I burned a DVD. The DVD worked great in my VCR player. I'd select Play Movie and it would go. I'd select Scene Selection and I'd get the menus for that. But when I'd highlight one of the scene selections and "enter" (select) -- it wouldn't go to that scene. I could go back and forth between menus, and could move around and highlight the scene buttons, but selecting would not start the scene to play. The movie played fine from start to finish, and the other remote features worked (stop, pause, menu, etc.).
    I went back to iDVD and chose a different theme (thinking maybe I'd inadvertently done something to mess things up. The only thing I did differently in addition to the new theme, was to add two small movie clips - and I rearranged the buttons on the menu (dragging) to get them positioned where I wanted them. So my first menu says "Play Movie". The second menu has: Play Movie, Scene Selections, Little Movie 1, Little Movie 2. Everything worked greated in iDVD. Then I created a disk image to view using DVD Player (rather than waste another DVD). Same problem -- only worse. This time I couldn't even highlight Scene Selection to get to the scenes' menus.
    Any thoughts on why I'm not able to get the "Scene Selection" buttons to work after a burn? Am I missing a step somewhere in iDVD?
    Thanks.

    I am not sure, but does your post concerning the problem, that all Remote Control function will work properly within iDVD'08 but after burning the DVD absolutely not with the RC of your set top DVD player connected to your TV?
    If this is it:
    Meanwhile I could figure out - after many nights of not been very productive and only working out on all the iDVD'08 problems - that **ALL** of the *7.0 Themes* have a major problem in generally.
    The following points are concerning iDVD'08 using any of the 7.0 Themes:
    - Complete deep freeze of your Mac under Leopard when rendering/coding/burning a movie which has chapters and you use movies instead of still images in drop zones. (LeopardiDVD087.0Themes)
    - Functions on remote control of your set top DVD player are not working correctly when making a movie with chapters. This is generally on Tiger and Leopard the same problem using iDVD08 with any of the 7.0 Themes.
    Quick and dirty workaround:
    You may avoid this if you simply use a 6.0 Theme or lower version of the Themes.
    But this is of course not the clue...
    It is VERY DISAPPOINTING, having software at such a low quality level deliverd by Apple. And somehow it looks like they DO NOTHING against it. No statement, no excuse, they really remain silent.
    This may also be a thread you could be interested in:
    http://discussions.apple.com/thread.jspa?threadID=1203323
    Cheers,
    Roland

  • Problem with guided navigation - Reports not showing up

    Hi All,
    We have a dashboard page that has a number of sections based on guided navigation. The problem is that the reports in the sections do not show up even when there are results for the guiding reports unless the page is refreshed. However, the section borders are showing up. Is there any solution for this problem?
    Thanks in advance,
    Radhika

    Hi Radhika,
    As I mentioned earlier i have created 2 reports, but your case is some thing different and you are using the same report for condition also and in the section also.
    What we have done is , suppose we want a report in a section to be displayed when my *# Service requests* >20 then
    We have created a report with *# Service Requests* with filter condition greater than 20. which we will to define the condition.
    and another separate report we to put in the section will be created.
    Just try this, not sure is this going to help you.
    Regards,
    Somu

  • Problems with flash navigation in Internet Explorer 7

    I have a frameset, the navigation frame uses flash for the
    navigation - basic getURL code with target frame "MAIN" (which is
    the name of the frame I want to target). This worked fine in IE6,
    but when I upgraded to IE7 clicking on the navigation caused it to
    fire off a new window (as if I had given it a target "_blank").
    Has anyone come across a similar problem?
    Sorry if this is a basic question, I am a novice flash user
    and any help with this would be appreciated.

    JodiBurgess wrote:
    > I have a frameset, the navigation frame uses flash for
    the navigation - basic
    > getURL code with target frame "MAIN" (which is the name
    of the frame I want to
    > target). This worked fine in IE6, but when I upgraded to
    IE7 clicking on the
    > navigation caused it to fire off a new window (as if I
    had given it a target
    > "_blank").
    Try another name, words like Main or mainFrame are reserved
    and always caused
    problems. Give the frame some unique name Jodi_frame etc...
    Also, don't forget to test it on server, not locally.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Problem with Collaboration Navigation in Custom Framework (Tasks)

    Hi,
    I developed a custom frameworkpage with DTN using the Navigation Taglibrary. (Navigation-Method: byURL)
    I also included the navigation within collaboration rooms.
    My problem is now:
    When I navigate to "Tasks" and then click on one of the tasks related to that room, the task appears, but the navigation context is gone (empty DTN, none of the Top-Level nodes is selected..)
    Even when I try to add the navigationContext of the "Task"-Node to the url, it does not work. (a navigation context is only displayed if the context points to a non-collaboration navigation node)
    Does anyone have the same problem and solved this somehow?
    Greetings,
    Michael Baginski

    Hi Mike,
    If you create a custom component then nothing is working "out-of-the-box"
    But the following links could help you in building your own custom nav module with support for Nav-Zoom:
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/996c0ff1cf15ece10000000a114a6b/frameset.htm
    Generic Tag Lib:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/f35146a7203255e10000000a1553f7/frameset.htm
    You can take the sap portal light dtn and start 'stripping' it until you have something you can work with.
    This helps you to figure how the tag-libs work and can help you create your custom module from scratch eventual.
    Ofcours you should never overwrite SAP components so if you redeploy do it in your customer namespace (com.<customername>.<application>).
    Good Luck,
    Benjamin Houttuin

Maybe you are looking for

  • How do i add a sound card to hp pavilion p2-1106.

    The HP web site says: that on the hp pavilion p2-1106 desk top the on mother board audio will not work if a new souond card is installed. How do I install a new internal sound card?

  • HT1449 iTunes library and Computer Library

    After I organize and delete my old iTunes media folder, can I delete my files on my computer that are not iTunes purchases? This would be to conserve space on my cmputer.

  • TV Out (HDMI or composite) iOS 4.3.3 iPhone 4 problems

    Hello, thanks for helping me out. I have an iPhone 4 (GSM) on iOS 4.3.3, and I read that during the 4.3.X updates that they "fixed" the TV out. I don't know if there really was a problem... So I tried playing Rage HD on it with the TV Out Composite c

  • How to create a virtual ethernet interface in arch ?

    I have subscribed to a distant VPN service. My computer acts as a VPN client and creates a new interface tun0 each time the VPN is active. I want to only route the ip traffic from Transmission through VPN I tried to follow the tutorial from here (sor

  • Active-Passive Failover cluster in Windows Server 2008 R2

    Hi, As per the client requirements, I build an active-passive Oracle 11g R2 database cluster in Windows Server 2008 R2. (Used Microsoft cluster as Client don't have Fail Safe licence) As per the configuration, I follow the below mentioned steps: a)OS