The Navigator object contains information about the visitor's browser name, version, and more.

learn more… | top users | synonyms

1
vote
2answers
308 views

Turn off Tag Navigator in VS2008

I've looked everywhere on how to turn off the Tag Navigator at the bottom of my Visual Studio 2008 and can't any info! Since installing ReSharper a group of us have come across a bug where it will ...
2
votes
1answer
1k views

jQuery TOOLS scrollable can't find its navigator

So, got a little problem here :) I'm using jQuery TOOLS to make a neat, little scrollable gallery. Worked perfectly fine until i moved the correlating navigator one node too far away from the ...
1
vote
1answer
93 views

Is it possible to detect samsung stock browser

Because the canvas bug of samsung stock browser, my program will cause error. (http://code.google.com/p/android/issues/detail?id=39247) So I want to disable canvas on all Samsung stock browser. ...
1
vote
1answer
154 views

navigator.contacts.find does neither call onSucess nor onError

I call the getcontacts function twice. First when I start the app and a second time (just for testing) in a subpage. Both don't work. It doesn't call the OnSuccess or the onError because no alert is ...
1
vote
1answer
506 views

PhpStorm and JavaScript: list of functions in code embedded in PHP

Recently I've been trying to switch from Netbeans to PhpStorm (3.0.3, latest version) and there's only one thing that is holding me back. My current project, written in Symfony 1.4, has A LOT of ...
0
votes
1answer
136 views

how to properly navigate through authentication views in vaadin 7

I am trying to navigate from my login view to another view ... this process is via a authentication method I wrote. I am able to get from the login view to the other, however, when I refresh the ...
0
votes
1answer
133 views

change navigator date format in highstock

I wanted to change the navigator date format for example from Jul'12 to 2012. How should I do it? Please help... Thanks
0
votes
1answer
102 views

Fake plugin support in CasperJs, by replacing window.navigator plugins object

When i try to fake Shockwave Flash support in CasperJS as described in http://stackoverflow.com/a/14587849/1365141(but with PhantomJs, its won't work. What i doing wrong? casper.on ...
0
votes
1answer
60 views

JavaScript. How to hook aceessing to object

Where a lot of information about hooking functions. But. Is it possible to hook accessing to objects? For example. We have "navigator" object. It has a lot of params. We need to hook accessing to ...
0
votes
1answer
111 views

Master-detail chart with navigator

I was wondering if i can use the Navigator from a highstock chart into a highcharts Master-detail chart. I really would like this solution! If did many research but nothing found... Somebody that can ...
0
votes
1answer
307 views

How to pass Data between Master and detail view w/Split view navigator

I am building an application that the split view navigator would work very effectivley. My only problem I am running into is passing data between the master view which holds my list of things to click ...
0
votes
1answer
337 views

Javascript Geolocation: Storing coordinates in an array

I created an HTML button: ...onclick="stLoc();"/> which gears the stLoc() Javascript function. My intention is to store the latitude inside the vaulesXarray. Here's my code: var valuesX=[]; ...
0
votes
1answer
3k views

iOS 6 turn by turn navagation API

Is there anyone who can give me same reference, support, example link or other info about iOS 6 Map API? (I made a long search on the web finding only the apple reference) First of all I'm intresting ...
0
votes
1answer
118 views

Gap between div when zooming in different navigators

I cant get rid of the gaps between divs when i scale or zoom the web page. In firefox it works like a charm, but when i try i IE9 1px row appears down, but nowhere else. If i try with safari, at "real ...
0
votes
1answer
55 views

Xcode 4, Can I split the Project Navigator?

In Xcode 3 I can easy to split any window. And usually I would split my project navigator (the editor bar on the left). Can I still split the project navigator in Xcode 4? Thanks for answering
0
votes
1answer
152 views

How can I get an attribute from the root in a xml file with XPathNavigator?

I would like to get an attribute from my xml file. The attribute is on my root. See here an example: <PriceList ID="003" xmlns="BLA"> <Items> <Item ID="AAK0435"> ...
0
votes
1answer
162 views

Puttting together binding navigators in a project

I am working on a group project in vb.net, in which all my team members are working on individual tables of a database. All of us are using binding navigator,where the GUI is created by drag and drop ...
0
votes
1answer
226 views

Zend_Navigator example?

should make a dynamic menu. I have to do with Zend_Navigator, but I can not find good examples on the web. Could you give me one?
1
vote
0answers
79 views

Why is Xcode's Search Navigator searching the wrong project's files?

I have a large Xcode project for a game I'm building. I recently switched versions of the animation framework I'm using (cocos2d), and to keep things clean, I went ahead and created a brand new Xcode ...
1
vote
0answers
406 views

Popover with Embedded Navigation Controller Moves the Popover View

I am using the technique explained here to make the popover view size refresh properly when switching between view controllers: Popover with embedded navigation controller doesn't respect size ...
0
votes
0answers
5 views

Netbeans make navigator stay

I am using Netbeans for developing Java applications. If I click on a class or java file, the navigator will display all the definitions inside it, even though I click somewhere in MY current source ...
0
votes
0answers
8 views

Cloudera Navigator Performance evaluation

I wanted to know about the performance analysis of cloudera Navigator based on below aspects: 1) can i add multiple Cloudera Navigator server installed in a cluster for load balancing. 2) Is there any ...
0
votes
0answers
19 views

Prevent navigator.getCurrentPosition coordinates from being altered

My Web app uses JavaScript's navigator.getCurrentPosition method to determine a user's location. My understanding is that JS can pinpoint the user's location to a much greater degree of accuracy than ...
0
votes
0answers
18 views

Jquery how to make “navigator window” (like photoshop) for locating current position of screen

You guys, when we work with image in photoshop, we usually zoom(+) it. This action makes image size overflow your phisycal sreen size. But "navigator windows" can help us, it looks like "screen ...
0
votes
0answers
55 views

Highstock x-axis navigator alignment

I have a highstock navigator plotted as a column chart. The slider is linked to the x-axis of the high chart but instead i need it to link it to the start of the column. I had tried out startOnTick ...
0
votes
0answers
52 views

voice navigator with google map in android

I have an application for blind people in my country. I want to use map view (Google map) in my application & navigator. Here the navigator tells them where they walk. It means on road there if ...
0
votes
0answers
24 views

krypton navigator page

I'm using "krypton navigator" in windows application, i have a problem with disabled page. when a page is going to be disable user can select and see it yet, there were any way to don't show disabled ...
0
votes
0answers
65 views

Where does JS Navigator get it's information from?

I know this might sound like a silly question, but was wondering where javascript's navigator object got it's information from. Ex: navigator.AppName Trying to get the mobile version of a site using ...
0
votes
0answers
30 views

Windows Gadgets: How to use navigator.onLine?

I'm using the following JavaScript code to check for internet connection. This works on IE8, but won't work on my gadget. This is the gadget's html: <body marginheight="0" topmargin="0" ...
0
votes
0answers
62 views

How to modify the content of a common viewer using the Common Navigator Framework?

I have a question concernig a common viewer. Here is some sample code: private static CommonViewer viewer; @Override public void createPartControl(Composite aParent) { ...
0
votes
0answers
84 views

Android: navigator using google maps api

I want implement a navigator in Android using google maps api. I followed this guide thread: Why retrieving Google Directions for Android using KML data is not working anymore? This work fine but is ...
0
votes
0answers
47 views

Eclipse application Content Provider and resources

I am building an RCP application and I am using the Common Navigator. When the user executes my custom project some files are created that I want to show in the navigator as children of the file that ...
0
votes
0answers
121 views

Getting Duplicate node in PortalSiteMapProvider.GlobalNavSiteMapProvider.CurrentNode;

I have sharepoint portal with 2 level of sites. My requirement is to show all sites and subsites from where the webpart is populated. So I created a webpart and deployed in root site, I used ...
0
votes
0answers
87 views

flex navigatorcontent spark component load fail

mx:ViewStack id="inputPage" x="200" y="200" width="100" height="100" creationPolicy="all"> <s:NavigatorContent width="100%" height="100%" label="tap1"> <s:BorderContainer ...
0
votes
0answers
157 views

blackberry OS5/6 simulators and devices not giving gps location info to web app

I am testing a little web app and find the in BB OS 5 and OS 6 simulators (and the few devices I've tried) the app never calls my callback functions after I call ...
0
votes
0answers
277 views

spoofing JS Navigator Object response in the WebBrowser Control?

I'm trying to figure out how to change the info returned by the JavaScript navigator object such as AppName. I can't find any info on where JS actually gets this info from so I have no idea how to ...
0
votes
0answers
708 views

C# BindingNavigator Issue

I built a form to allow users to edit database records and all the data binding works and the saving works. However, when I add a new record to the underlying bindingSource with the "Add" button on ...