Navigation Confirmation Headache

Hi,
I've been working on a CBT for a few days now and I'm finding
Captivate 2 very intuitive and pretty easy to use, all apart from
one aspect - complex navigation.
Until now, I've had a fairly linear solution, whereby I have
an entry screen, followed by a title/menu screen from which the
user can select which part of the training program they wish to
view.
Each part is then a series of slides, and at the end it goes
back to the menu. Easy
However, now I wish to add a button at the bottom of each
slide to allow the user to return to the main title/menu screen at
any time during their training (say if they picked the wrong item
on the menu, for example), but I also want to include a
confirmation so the user doesn't inadvertantly click the button and
is whisked away from their training.
I've tried making a single slide with "are you sure?" and
YES, NO buttons. The Yes button is easy - Jump to Slide: Title.
However, when I came to the NO button, I was stumped. "Previous
Slide" will take me to the previous slide in the whole line of
slides, rather than the previous slide the user was on, so if I
wanted to do it this way, I'd need a confirmation slide after EVERY
SLIDE so that the previous slide would be the slide it came from...
This is infeasable due to space and production time, so I
tried using Javascript - but how can I do this? No-where in the
help or online can I find a similar problem, and as far as I know
there's no help available on the use of javascript in Captivate 2,
in the manual it just says "select this option to run a specific
piece of JavaScript code." So what would the commands be for "go to
the slide you were last on" or even "bring up a window.confirm()
and if yes go to title, else stay put"? I've been trying for a
while, and I was wondering if someone out there would be able to
help..
My main concern is that no-one else seems to have had this
problem, which says to me I'm just being silly and I've missed
something obvious... If this is the case, please let me know!!
Sorry it's so long, but at least this way I (hopefully) won't
have to explain myself any further!
I look forward to hearing your replies, thank you
Oli

Thank you Rick, you've been an immense help. I tried
everything you said and none of it worked even in the slightest - I
was extremely upset, angry, disappointed, depressed, impassive,
confused and finally down right hungry (in that order).
So I went to have some lunch, then got back and worked on
something else for a bit.
Finally, I summoned up the courage to give it another look. I
re-read what you'd said, I started again, FROM SCRATCH with a blank
document; nothing but a big, frikkin massive button on it (you can
see this here:
www.scree.co.uk/annoyingCaptivateWork/test.htm).
I even got rid of the window.close() and just put a damn javascript
alert in there - how more basic can you get?
Fingers crossed, I would've been praying to some God or other
if I was of the religious type. Perhaps, in a way, I was praying to
the God of
Insanely-Uncomplicated-But-Annoyingly-Unfathomably-Incorrect code.
Either way, I couldn't believe it when it still didn't work!!
"What's going on?" You may be asking yourself. "I thought he
was thanking me... Or perhaps that was that damn Sarcasm I've heard
of - it'll never catch on you know".
So I will put your mind at rest this minute and say you WERE
right, Rick. As right as you possibly could be. It was my own lack
of sense, or possibly my own blind belief that "surely anything
that'll run on a website will run off my desktop.. right?" which
got me in to this trouble and confusion.
I was preparing to write back and say I'd tried everything
you suggested and still couldn't make it work. I had prepared (in
my head) a small step by step portrait of how my day had gone from
bad (I had to get out of bed) to slightly worse (no milk) to even
worse (my train was delayed) to bloody aweful (damn Captivate),
with annotations and small diagrams and numbered flow charts of
what I'd done and how I thought I couldn't possibly have failed to
come across the right answer by now through SHEER CHANCE if not
through reason.
I had just got to the point where I was uploading the
test.htm file to a website so I could link it to you to show you
that I had indeed followed the teachings of Rick the Captiv8r when
suddenly.. inexplicably.. IT WORKED!!! IT BLOODY WORKED!!
All along I'd been running the thing from the folder it had
been published too, to no avail. All I had to do was copy it into
my local web root directory and run it online and all my problems
would've been solved half a day ago.
Thank you so very much for all your help. If you don't mind
too much I'll continue to use your example from earlier to help me
get started on pausing and switching slides etc.
To sum up, for those of you who really can't be bothered to
read everything up there: Javascript buttons in flash files made by
Captivate seem to only work when accessed through a webserver, not
through the file system.
If anyone can think of any reason why this would be the case,
I would love to know. Thank you again - I'd better get on with the
CBT now
Oli

Similar Messages

  • Prevent navigation on uncommitted data

    hi
    Please consider the example application created using JDeveloper 11.1.2.3.0
    at http://www.consideringred.com/files/oracle/2013/UncommittedDataReviewApp-v0.01.zip
    It contains a page which has an af:document with uncommittedDataWarning="on" [1], and next to a regular af:commandLink also an af:commandLink with immediate="true" combined with an af:checkUncommittedDataBehavior component [2].
    It allows to get warnings like
    "This page contains uncommitted data.
    Would you like to perform navigation?
    Pres OK to continue, or Cancel to abort navigation."
    which allow you to choose if you want to continue the navigation or not.
    See also the screencast at http://screencast.com/t/IBujeLmKE
    question :
    - (q1) What would be the preferred (and future proof) way to prevent navigation on uncommitted data (instead of just a warning)?
    - [1] see http://docs.oracle.com/cd/E35521_01/apirefs.111230/e17491/tagdoc/af_document.html
    - [2] see http://docs.oracle.com/cd/E35521_01/apirefs.111230/e17491/tagdoc/af_checkUncommittedDataBehavior.html
    many thanks
    Jan Vervecken

    Thanks for your reply Frank.
    Frank Nimphius wrote:
    ... So if this works as with how you change the ADFc exception handler, then its by a file with this name in the application META-INF/service folder (the latter doesn't exist by default). ...The documentation section "22.5.3 How to Designate Custom Code as an Exception Handler "
    at http://docs.oracle.com/cd/E35521_01/web.111230/e16182/taskflows_complex.htm#ADFFD22602
    says directory path "application_root\.adf\META-INF\services".
    ... However, the default abstract class is DirtyPageHandler and this is in a public package. ...Sure, but (without documentation) it does not seem trivial to extend it and implement a custom implementation.
    Reviewing some parts of the ADF framework source code suggest this API has some obscure aspects.
    A DirtyPageContext seems to be passed between AdfcDirtyPageHandler and ControlFlowEngine via a request attribute.
    adf_111230_6276_source.zip!\oracle\adfinternal\controller\application\AdfcDirtyPageHandler.java
       public void trackNavigation(DirtyPageHandler.DirtyPageContext dirtyContext)
          if (dirtyContext != null)
             // Store DirtyPageContext on the request for future use
             Map<String, Object> requestMap = JsfInterface.getInstance().getRequestMap();
             requestMap.put(StateParams.DIRTY_PAGE_CONTEXT_KEY, dirtyContext);
       }So, is ControlFlowEngine (also in an "adfinternal" package) intended to be extended/overridden/replaced/customized somehow, or does a custom DirtyPageHandler also have to use this StateParams.DIRTY_PAGE_CONTEXT_KEY request attribute technique?
    adf_111230_6276_source.zip!\oracle\adfinternal\controller\engine\ControlFlowEngine.java
       private boolean cancelNavigationCheck(AdfcContext adfcContext, ActivityId currentActivityId,
                                             ActivityId nextActivityId, Activity activity, String fromAction,
                                             String outcome)
          Object value = requestMap.get(StateParams.DIRTY_PAGE_CONTEXT_KEY);
          DirtyPageHandler.DirtyPageContext dirtyHandler = null;
          if (value instanceof DirtyPageHandler.DirtyPageContext)
             dirtyHandler = (DirtyPageHandler.DirtyPageContext)value;
          else
             return false;
       }Also a framework "adfinternal" RichPhaseListener has a rather explicit dependency on the DirtyPageContextImpl class because it is calling static methods on this implementation class.
    adf_111230_6276_source.zip!\oracle\adfinternal\view\faces\context\RichPhaseListener.java
      public void beforePhase(PhaseEvent event)
        if (phaseId == PhaseId.APPLY_REQUEST_VALUES)
          // Check we we received response from the navigation confirmation dialog
          if (!DirtyPageContextImpl.checkConfirmNavigationResponse())
        else if (phaseId == PhaseId.INVOKE_APPLICATION)
          // Inform DirtyPageHandler that it needs to track navigation (if enabled)
          DirtyPageContextImpl.initDirtyPageContext();
      }This suggests that no alternative implementation for DirtyPageContextImpl is possible.
    But it seems to be the DirtyPageContextImpl class that is responsible for (part of) the "ui interaction", which seems to be what should change to prevent navigation on uncommitted data.
    adf_111230_6276_source.zip!\oracle\adfinternal\view\faces\context\DirtyPageContextImpl.java
      public void confirmNavigation(String confirmationToken)
        script.append("AdfPage.PAGE.confirmNavigation(\"");
          service.addScript(context, script.toString());
      static boolean checkConfirmNavigationResponse()
        String param = external.getRequestParameterMap().get(_CONFIRMATION_RESPONSE_PARAM);
      }So, a rather obscure API.
    ... Maybe worth filing an ER to get a public listener / hook into this instead of dealing with your own implementation. Will file one ...
    ... ER 16663793 ...Sounds like a good idea.
    On My Oracle Support I have been able to find enhancement request 16663793, "PROVIDE HOOK INTO DIRTY PAGE WARNING FOR CUSTOMERS TO HANDLE W. CUSTOM DIALOG" (after requesting it to be published in service request 3-7073188791).
    But, for the current version my question (q1) remains:
    - (q1) What would be the preferred (and future proof) way to prevent navigation on uncommitted data (instead of just a warning)?
    many thanks
    Jan Vervecken

  • Confirm navigation on chrome won't close

    so the confirm navigation box on google chrome will not close, and I've tried just about everything
    I've tried to use esc, turning of wifi, quickly hitting the x out button.
    how can i close it? because if it won't close then it won't let me turn my laptop off. btw i have a macbook air.

    to anyone still having this issue on their mac (mine's a pro 13") instead of using esc key, turning off wifi and stuff i've found another way that worked for me since none of the others did.
    hover to the top and go to battery percentage. right click on it and it will tell you the apps that are using the most energy right now, i.e google chrome. click on google chrome and it will open a new window showing energy usage. make sure google chrome is selected, and then click the close button along the top (big cross thing). then when it asks you if you want to quit chrome, click FORCE QUIT and it should shut all windows. you'll lose all your tabs, but it saves having to do any installation or waiting for battery life to run out.
    good luck!

  • Inconsistent navigation headache

    Hi, please help. I have read the guidelnes but do not know if this qualifies as a single question as it is all related. Please advise if I should make more than one post. Or, please answer the first question, and once I have fixed that I will deal with the other questions, unless they resolve themselves.)
    I have created a series of navigation buttons in DW3, a program to which I am new.
    (The relevant code is below the explanation of the problem.).
    Most of the nav buttons work, in FireFox, Safari and Opera when tested using MAMP on my Mac.
    Each button consists of an image and a class.
    The problem button appears to be the one contained in folder 104_mast4_ because it:
    1 - turns to hypertext when the button contained in folder 105_mast5_ is activated
    2 - affects, I think, the button preceding it in folder 103_mast3_ when moving back down the tree. This button works fine when moving up the tree
    Here is the detail relating to the question for the button 104_mast4_:
    A – It correctly navigates to the page in the folder 104_mast4_ when clicked
    B – It is replaced by hypertext when the button next to it for 105_mast5_ is clicked
    C – The navigation to the page in 105_mast5  is correct
    D – But, navigation is frozen until the hypertext replacing button 104_mast4_  is again clicked
    E – The image for 104_mast4_  returns and it is possible to correctly navigate to to pages contained in folders 101, 102, 106 and 107 without the button disappearing
    F – This means, it is possible to navigate up and down the tree, except:
    G – that the button for  folder 103_mast_3 only allows traversing to greater numbers
    H – when pages for 101 and 102 are sought after those for 103_mast_3, the response is that the server cannot find the pages
    I – the server finds these pages fine when the button for 103_mast3_ has not been activated.
    (I have tried both the port settings suggested by David Powers on the forum as well as original MAMP settings, with localhost modified, and the problem is the same)
    Thank you, in advance, for your help, the relevant css, from an external file, and #id div with .classes is below.
    Here is the relevant css
    @charset ‘UTF-8px’;
    .barMicro88iab31 {
        width: 88px;
        height: 31px;
        margin: 5px;
    Below is the relevant div for the xhtml_strict page, withig, href and class being set using the Windows > Properties panel:
    <div id = “mastNAV”><!--the top navigation button pane-->
    <h3>
    <a href=”../101_mast1_index/index101.html”>
    <img src=”../101_mast1_index/88b2b2b2b31BgreyW.png” alt=”101mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../102_mast2_/102edditorial.html”>
    <img src=”../102_mast2_/88cccccc31BgreyW.png” alt=”102mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../103_mast3_/103edditorial.html”>
    <img src=”../103_mast3_/88e5e5e531BgreyW.png” alt=”103mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../104_mast4_/104edditorial.html”>
    <img src=”../104_mast4_/88ffffff31BgreyW.png” alt=”103mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../105_mast5_/105edditorial.html”>
    <img src=”../105_mast5_/887f7f7f31BgreyW.png” alt=”105mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../106_mast6/106edditorial.html”>
    <img src=”../106_mast6/8800000031BgreyW.png” alt=”106mastNavBUtton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../107_mast7_/107edditorial.html”>
    <img src=”../107_mast7_/8899999931BgreyW.png” alt=”107mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    </h3>
    </div><!--the top navigation button pane-->
    Gordon Eddey

    Gordon, I don't mean to burst your bubble or anything, but image based navigation sucks.  It's hard to maintain because you have to recreate your images every time you change the menu.  This gets old in a hurry.  My advice is to take a look at CSS styled menus.  They work for everyone and they are a piece of cake to edit in DW.
    CSS Express Drop-Down Menus  (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Flash Site Navigation Headache!!!!!

    I am building my first Flash web site. I have the home page
    built to my satisfaction. It's complete with an animated icon,
    movie and drop down menus. I got the menus to work using an "On
    Press" get URL script but that was before my client wanted to see
    the drop down menus throughout the site. Since the drop downs
    overlay a portion of the body where image and text content will be,
    I decided to do the whole thing in Flash.
    My first instinct was to use frame labels on every 10th frame
    and place movie clips for the various sections on the coresponding
    frames. But when I try to use either of the following script
    options, it doesn't work.
    1. placing an "On Press/Release" goto Frame# or Label (I even
    selected Scene1 from the drop down menu)
    2. using a "goto and stop at frame or label" behavior
    The drop down menus are individual Movie Clips, so the
    buttons are nested inside of them. It seems like the problem may
    lie here.
    PLEASE HELP!!!! I can try to send you the flash file to look
    at if it would help.
    Thanks in advance.

    Seems like you have a target issue, check out this topic:
    How to link from a movie clip to main timeline?
    Wallpe70 wrote:
    > I am building my first Flash web site. I have the home
    page built to my
    > satisfaction. It's complete with an animated icon, movie
    and drop down menus. I
    > got the menus to work using an "On Press" get URL script
    but that was before my
    > client wanted to see the drop down menus throughout the
    site. Since the drop
    > downs overlay a portion of the body where image and text
    content will be, I
    > decided to do the whole thing in Flash.
    >
    > My first instinct was to use frame labels on every 10th
    frame and place movie
    > clips for the various sections on the coresponding
    frames. But when I try to
    > use either of the following script options, it doesn't
    work.
    >
    > 1. placing an "On Press/Release" goto Frame# or Label (I
    even selected Scene1
    > from the drop down menu)
    > 2. using a "goto and stop at frame or label" behavior
    >
    > The drop down menus are individual Movie Clips, so the
    buttons are nested
    > inside of them. It seems like the problem may lie here.
    >
    > PLEASE HELP!!!! I can try to send you the flash file to
    look at if it would
    > help.
    >
    > Thanks in advance.
    >
    >

  • Ask User To Confirm Browser Navigation

    Good afternoon everyone!
    I am trying to alert the user if they have unsaved data when they try to close a browser or navigate to another page.
    I have written the C# and JavaScript that works when the user interacts with the browser. The problem is that the code fires when the user clicks any control on the .aspx Web page that causes a post back. I only want to alert the user when the user
    clicks on the browser, not on the controls on my C# page.
    JavaScript Code:
    // Javascript for the main Questions.
    var ss = "";
    window.onload = function () {
    //alert("In Window Load");
    ss = document.getElementById("KevinsInput");
    // This works in IE, FireFox, and Chrome.
    // make IE7, IE8 compatible
    var myEvent = window.attachEvent || window.addEventListener;
    var chkevent = window.attachEvent ? 'onbeforeunload' : 'beforeunload';
    // For >=IE7, Chrome, Firefox
    myEvent(chkevent, function (e) {
    if (ss.value == "1") {
    ss.value = "";
    } else {
    ss.value = "";
    var confirmationMessage = 'You have unsaved changes, are you sure you want to leave the page?';
    (e || window.event).returnValue = confirmationMessage;
    return confirmationMessage;
    C# Code
    /// <summary>
    /// User clicked the button, set the Processed flag.
    /// </summary>
    /// <param name="sender"></param>
    /// <param name="e"></param>
    protected void Button1_Click(object sender, EventArgs e)
    this.Process.Value = "1";
    Thanks for your help.

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
     I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/  for better solution and support.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. How do i get rid of this message? or do i need to just drop firefox all together?

    To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. How do i get rid of this? it keeps pop n up and screw n up my stuff... if there is not a fix I will be dropping fox and going back to internet explorer.. this is not worth the headache!

    Are you getting that anytime you visit a page? Or after you hit the 'refresh', 'back' or 'forward' button?
    This error is not usually an error telling you that anything is broken, it's warning you that you are re-doing something you have already done. The page that you are trying to re-access, or refresh was a page that was doing something. Maybe you told the page to search for something, or you were filling out a form, or perhaps doing something like adding something to a shopping cart. Firefox warns you in case it's something you really don't want to do again; for example, accidentally buying a second toaster, or re-sending a comment form.
    If you only were searching or navigating around a page, it's generally ok to press the 'Resend' button.
    This safety feature is not unique to firefox, I can't offhand think of a browser that doesn't have it (though the wording may vary).
    However, if you are getting it constantly, every page you visit, on every website, all the time, then it's a bug.

  • Bookmark Toolbar entries not showing up in blank space allocated for them under Navigation Toolbar.

    Using Firefox 3.6.13 and 4.0b8. Both are not showing up my Bookmark Toolbar entries. The item does exist. I've used Firefox for years and that toolbar has always showed up. Confirmed that it still exists and was not inadvertently trashed by viewing item and listing when opting to Manage Bookmarks. The item is checked off for display in the menu drop-down (View-Toolbars-Bookmark Toolbar), the space where it would normally display my entries shows up directly under the Navigation Toolbar, but it is blank with no entries displayed.

    In the View menu select Toolbars, and then Customize to open the customize toolbar dialog. With the customize toolbar dialog displayed, there should be an icon with the label "Bookmarks Toolbar Items" on the bookmarks toolbar. If it is not there, drag and drop the icon called Bookmarks from the customize toolbar dialog onto the bookmarks toolbar. There will be 2 icons called Bookmarks, the one you want will have an icon that looks like a sheet of paper (it does on Windows, I believe it is the same on the Mac).

  • I installed IE tab plus 1.2.0.12. when i am using explorer in mozilla and login into confirmit, the page is not loading properly. I am login and unable to click on any link.Please let me know your comments on this.

    http://author.confirmit.com//isa/KTAYBTGOKOMVCAAHHMPIDXAQKVOTBALO/srinu/Mozilla%20Firefox_trouble1.htm
    Please find this link. I am getting this message frequently.

    Hi Guru Prasandh,
    Thanks for your Reply.
    There is no error on page.
    If I got more than 10 records then it displays the Advance Worklist page fine but when I put Cursor on Table Navigation buttons it shows the Custom page path only not Sedded Worklist page path if I click on the Next & Previous buttons then it shows error on page on page bar and hangs out. It doesn't shows the next records.
    Personalize page, Diagnostics & ABout this page links are not highlighted when I put the mouse cursor.

  • Confirmation for Service Order

    Hi Gurus,
    How to create follow-up document of Confirmation for a service order in IC Agent role
    Thanks,Sarat

    You could use the left navigation bar to go to service confirmation tab and just click create on service confirmations, the prerequisite is you must be on the service order from which u want to create Confirmation, this will link up all the transactions your interaction record
    Second way of doing it, is click on followup document from service order to create service confirmation prerequisite here is that you must have the configuration ready for creating follow up documents
    Thanks
    Raj

  • «A Nightmare called 6210 Navigator» - Part II / Ex...

    In the post - «A Nightmare called Nokia 6210 Navigator» - I explained my disappointment with this new navigator model, specially for people, like me, who own and intensively used the «6110» before.
    In all fairness to all of you - Nokia included - I found I should explain myself better.
    I have both 'Navigator Phones' - 6110 (with firmware 6.01) & 6210 (with Firmware 3.08, updated first to 3.25 and now to 4.13, if I remember correctly) - have returned the first 6210 and will return again this second unit, mainly because of its lousy sound and 'bluetooth' crackles every time I got Map/Road directions... From which you hear the last words - only - most of the time and what makes this phone useless as a ('voiced') navigation tool.
    Maybe the navigation function/program is not supposed to be the main phone feature any more, because Nokia is also using one bad/cheap loudspeaker in the 6210, while the 6110 had two good ones that worked fine against the engine/road/car noise...
    My second 6210 surely confirms this is the case, as by now I know that my first (6210) returned unit was clearly not a defective one in terms of 'sound/bluetooth' capabilities - I returned it to the shop during my legal 30 day return period - because for what sound is concerned, this second unit confirms it: The phone is just like that - scrappy!
    There are, however, other major problems to be concerned about...
    The 'voice command dedicated button' was also removed - this function is now available through the upper right button - making it impossible to use (activating 'bluetooth', for instance) if you are inside any phone application (Maps 2.0, included)!
    Has anybody tried a prototype before the phone release? Has anybody used a 6110 Navigator before? I guess not!
    This is even more stupid/cumbersome, as for instance, the lower left button is free for this action (keep it pushed for more than 1 second) and would be a much more clever (and logical) solution...
    It seems developers either don't waist much time balancing their solutions or haven't thought about it at all! (At least, this can be fixed by remapping the button in a further firmware update, although I doubt they care - or will, eventually, do it...)
    IMO, the above described hardware shortcomings, alone, are enough to rule out this phone as a (Car/Driving) navigator unit, and no software or firmware update/release is going to (or can) alter this fact.
    If you need to stay with Nokia, the (two years) 'old' «6110 Navigator», is undoubtedly a much better and user friendly 'Phone Navigation' unit - with or without Nokia's Maps application!
    If you want to know a little more about other 6210's "Shortcomings & Problems', please do read further...
    Maybe releasing a new model every year doesn't give them much time to think... Nevertheless it's there option and frankly it's not an excuse, at least, as far as I'm concerned!
    Ergonomically there are other basic errors:
    1. The phone front 'fascia' doesn't open/slide enough for you to have space to effectively use the upper keyboard row/buttons.
    2. The lower keyboard row is placed to close to the unit's end, making it quite difficult to dial with your thumb while holding the phone in the palm of your hand.
    ...Sorry to say, but it's a bad/defective layout design! Again, I doubt a prototype was tested by human hands!
    ...And now - as it seems to be usual with the last Nokia products - The Bugs:
    (Please feel free to add the ones you've found - It came a time I gave up using the phone any more!)
    1. I couldn't connect the phone by 'bluetooth' with Nokia's own/dedicated «Pc Suite v.7.1.18.0»! (I'm using Win XP Prof SP3)
    A bug, the lousy 'bluetooth' sound/connection, or a defective unit?
    I discovered that it only happened with my first unit, which I now conclude - was defective. (I had given up after several hours lost trying to figure out what was wrong and discovering that the 'old' 6110 still worked perfectly, even with the new/last «Pc Suite» versions and settings!)
    The second phone works now flawlessly with the «Pc Suite» program, I have to say!
    2. Setting an alarm to a different day rather than the actual one, switches the alarm back to the actual day, as soon as you save it!
    Another bug that 'Beta Users' seem to have forgotten. It's unbelievable how basic things like this can happen... Well, maybe they never used the alarm (or the phone), after all?
    Corrected in firmware 4.13; so it seems... (However it took two firmware releases to correct it! Inexcusable, from my point of view!)
    3. When navigating, if you receive or make a phone call the 'Navigation Screen' doesn't show back again after ending the call, although you continue receiving 'road voice indications'; to have your 'Map Display/Visual Road Indications' once again you need to 'hit' the 'Start
    Application Button' once again - Delirious!!!
    4. With 'bluetooth' on, if you give a 'Contacts Voice Command' you don't have sound/voice 'feed back / confirmation' for the 'dialled contact' (as you had in the 6110) - you have to look at the screen to aknowledge it - Quite unsafe if you're driving...
    Last... And as usual... Some 'phone freezing', so we can rehearse (and improve) our 'Remove Battery' exercise...
    Welcome to the club, thank you very much, I hope you enjoy!
    There are several other 'malfunction' that I will not go into depth, as they are user/personal related, and quite frankly I'm so tired of this phone, that I don't feel like going on, and on, pointing out all those shortcomings - after all this should be Nokia's Team own home work!
    The ones I pointed out are enough, at least for me, to say - bye, bye, «Nokia 6210 Navigator».
    I may even continue to use my old '6110' - Why not? Not perfect, but a much better (navigator) phone - But I'm surely will looking quite closely into another brand for my next (navigator) phone!
    Best wishes to all of you (Nokia, included),
    telele
    P.S. - As usual, you are entitled to contradict my findings... Update the bugs list... Or even praise the «6210 Navigator» phone.
    All your comments are surely welcome!
    I, on the other hand, will be returning this second unit.
    Sorry, but I had enough - Period.
    Message Edited by telele on 18-Jan-2009 06:54 PM
    Message Edited by telele on 18-Jan-2009 06:55 PM

    I have also 'upgraded' from a 6110 Navigator to a 6210 Navigator and found the newer model to be considerably harder to use.
    In particular, your point #4 about not having a warning beep when issuing a voice command while in bluetooth/car mode is my number 1 gripe as it makes my cars bluetooth and phones voice dialling completely useless.
    If you have found a solution to that particular issue please let me know.

  • Offline Navigation not working

    If my Nokia N9 is offline due to lack of coverage or in flight mode, the Drive nor the Maps Application can't find a route to a selected place. I have downloaded the maps, I even can find the address on the maps. But when I try to let N9 navigate to this location, it shows a message, with tells me, the device isn't able to route a way while it's offline.
    If I haven't any network or the device is in flight mode, I can't use the N9 for navigation. Moreover, when I'm abroad I have to pay hefty roaming fees.
    My previous devices with Symbian (E71, E72, E6-00 and E7-00) where able to route its way without any network traffic!
    Can anyone confirm this behavior and is there a solution to this or will this problem be addressed in an update (PR1.1, etc.)?
    Greetings
    Rog007

    @Rog007
    if you go to "Settings" > Device > GPS & positioning - do you have the same settings as screenshot? 
    Happy to have helped forum with a Support Ratio = 42.5

  • Issue in confirmation links for personal data ESS application (CA)

    Hi All,
    We have implemented EXIT button configuration for ESS applications and the Exit button along with 'Go to Home page' link is navigating to custom created page in portal.
    The configuration done earlier for ESS applications like Address Update, Family Member/Dependents works fine.
    We got a new service added (Personal data) & tried configuring the Exit button for this application also.
    Some how the exit button doesnt seem working for Canada besides it working for US.
    Please help in figuring out if there is any cause of the Exit button not working for personal data application for molga 07 specially. Adding to it, the links for confirmation screen are also not working for the same application
    Appreciate your help.
    Thanks

    Hi,
    As per your Req.....
    Its seems to be the Services exits that are county specific Services .........mease the Molga ( country  Code )  is set for this services is "US"
    That Y its working fine .....
    But as per your REq you want this Services working  for the Molga 07 ...
    I thikn for this you need to set the Molga 07 in the contry specific home pages......
    Then it will work fine

  • Multiple Transaction Type Specifications in Navigation Bar of IC web client

    Hi Experts,
    We created three transaction ZCBC-Customer Billing Complaints,
    ZCRR-Customer Refund Request and Z_SC-Service Ticket which are the
    copy of CRMC-Service Complaints with Transaction Category
    'BUS2000120 Complaint'.
    The IC Web Profile we created ZAGENT0001, Runtime profile:ZAGENT0001
    and Navigation Bar Profile:ZAGENT0001, Business TransactionProfile:
    ZBTP0001.
    The Navigation entries are ZCUSTOMER_REFUND_REQUEST-Cust. Refund,
    SERVICE_COMPLAINTS-Service Ticket, ZCBC0001-Cust. Bill. Complaint.
    Problem: In the Business Transaction Profile only one default
    transaction type (Complaint (BUS2000120)is allowed. But our
    Business Process demands to choose 3 transactions for the same
    Transaction Category where it is not supported by the Standard
    functionality.
    Advice us the possibility of choosing the 3 transactions
    where the Agent is allowed to access all the three in the
    IC Web through the navigation bar.
    Please send me a solution for that as it is very urgent.
    Thanks in advance
    Koustav

    Hi thirumala:
    Could you send me the ic web client cook book, or do you have any guide on how to configure transaction launcher, in crm 5.0, i know it is a standar funciontality, but i have the following problem, i need to show some transactions like BP, in icwc, and then pass the transaction the confirmed bp number, i've already configured ITS, but i don't know wich are the following steps to do what i want, so could you give some guideance.
    Thanks & Regards

  • Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) goes to Computer Drive C - instead of Quick Access

    Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) still have its legacy behavior implemented and navigates to a computer drive, by preselecting and letting the user start at Computer > Drive C - instead of Quick Access.
    This is simply a forgotten correction after Quick Access has been introduced that needs to be corrected for Quick Access to work effectively (in a valuable way for the user) with files not just during create and modify operations on files - but also Open
    file - using File Dialog Boxes (although users may use launch instead for Opening files using i.e. Explorer or navigation from shortcuts on the desktop).
    This missing change of File Dialog Box behavior is unintended and now contradicts the new design with Quick Access for faster navigation (so you should not have to start with a scroll and extra navigation to look for Quick Access (contradiction:
    i.e. QUICK Access)
    Please support the new navigation provided by Quick Access intended to give Quick Access - thus Save As must be able to start here.
    For variability, may be provide an overriding option in Explorer>Folder Options>General (if you change the default behaviour in the File Dialogue) to have Save As start at Computer > Drive C.
    ! Remember to do the change for the Common File Dialog as well - used by most widespread software applications in the Adobe software applications portfolio, i.e. Adobe Photoshop CS6

    Thank you for your time and response! Unfortunately, we have the machine locked down pretty tight (they are public use computers that require heavy restriction) and it is set to restrict all drives so access is limited to the local profile. We did try
    testing your method, however, by adding the Desktop as an allowed location in the Office policy (which would not solve the issue for the other applications but was good for a test) using the path %userprofile%\desktop. When choosing that location, it does
    not throw the error but unfortunately, it does not remember like it did for your with the E: drive so it still always throws the error when first loading the dialogue box no matter what I do. If you're able to confirm that this is simply by design and we're
    just expected to inform our users to click through the errors, then I guess that's the accepted answer. Although, do you think that there might be a registry key value that is set after you save to the E: drive for the first time? Maybe we could set that value
    to %userprofile%\desktop if it's doing the redirection after the first save through registry. Thanks again!

Maybe you are looking for

  • Process flow of FI-TV

    Hi all, Where can i find the process flow of FI-TV module? Thanks in advance.

  • Shared review PDFs - email invitation

    We switched from Lotus Notes to Outlook a few months ago. Now when I create a shared review PDF, it asks me where to send the invitation to. I type in my Outlook e-mail address, but it then asks me to log in to Lotus Notes. I enter my Lotus Notes e-m

  • Unlocked iphone wifi not working what shall i do?

    i have bought an Apple Iphone 3g 8gb unlocked on pay as you go. the wifi youtube doesn't seem to work what shall i do?? URGENT please reply someone!!

  • Error in my OOALV report ?

    Hi all, Could you any one of you please tell me. I am finding a strange error. I am modifying the existing customized report by adding two columns in the output. First i have done same changes in a local object (i.e i have copied the entire code and

  • T. Code to Check Out Time Constraint for an Infotype

    Is there any central transaction code to check the time constraint for an infotype? What will be its IMG Path? Rgds, Tapan Shah