location

Getting "" value of Location in Lotus Notes Calendar.

Hi, I am trying to read Location of Calendar item in Lotus Notes. When i check in Document Properties manually.I am able to view the value, But when i read it via using Domino.dll in am getting "" value. I am using: String Location = ((object[])CalendarDoc.GetItemValue("Location"))[0] as String; Also tried : String tmpLocation = ...

Regular Expression on web.config location path attribute (with parameters)

Is there any way of doing something like this? <location path="/(view|edit)post.aspx\?id=[7-9][0-9]+"> <system.web> <authorization> <allow roles="AdminPublishers"/> <deny users="*"/> </authorization> </system.web> </location> Authorization is just an example. I would like to be able to do other thin...

How to connect Flash Builder 4 application to the remote mySQL database?

I want to get data from a database of my site. In the setting of the project point out Root URL: http://...:** But what to set in Root folder? Already tried the two dozen variants and Validate location does not work. ...

Windows appearing off edge of screen (Delphi)

Windows in my application are popping up off the edge of the screen, and this of course is a problem because some of the windows are modal and can't be dismissed (you don't even know they are there). I'm using the TurboPower Orpheus component which remembers the location and size of each form, then restores it when the form is shown aga...

Best practices for user physical location (input, data type, display and validation)

I'm building a web application that requires users to provide their location (similar to the way Facebook does it). I'm not sure on the best way to implement this. I require the ability to search through records of another entity (call it 'events') which also have a physical location attached to it, and match the users in the same or clo...

Drupal location gmap node map not showing up on the node page.

Hi! I am using gmap and location modules to support my content type's location. I have configured those modules (Map API key, etc...) so when I edit / add new node I get pretty google map to choose/set lattitude jus by mouse pointing. I can put also address, etc.. But when I view my node map is not showing up. I can only see address fiel...

show current location along with destination on same map for iphone

I am using the following code to display a map of destination: NSString * theAddress = [myString stringByAddingPercentEscapesUsingEncoding: NSUTF8StringEncoding]; NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps/geo?q=%@&amp;output=csv", theAddress]; NSString *locationString = [[[NS...

Location Specific Content

Hi...I would like the content in my website to change depending from where the request is coming(location). Would it be a nice idea to do it based on the IP Address? Is there any other way to do it? Thanks :) ...

Close UIAlertView and Replace with Another

I'm running an application that requires LocationServices be enabled. I'm checking if they are by making a call to the service and catching the error. In the error case, I want to pop up an alertview notifying the user to activate location services. I have another AlertView open already when this test happens. I want to close that on...

Normalising/Validating user's 'City' input during registration

Hello, My problem concerns validating/normalising a user's input for the combination of Country and 'City' during registration. Ideally, I want functionality similar to the OkCupid (http://www.okcupid.com/signup) registration page where this question is asked. Loss of focus on the City input field validates the input somehow, and it is ...

How can I check whether a location is within a MapPolygon in the Silverlight Bing Maps control?

I have a MapPolygon which covers a certain area on the Silverlight Bing Maps control, and I would like to know if a particular Location is located within this MapPolygon. I have tried the following code which doesen't return the result I want because it only checks if the tested location is one of the vertices of the MapPolygon, and doe...

How do I avoid excess battery usage under iOS4?

I am using the 'location' UIBackgroundMode to receive GPS background updates when the user presses the Home button. As a result, if the app is left in background mode overnight, the battery is consistently dead the next morning. I have told the locationManager to stopUpdatingLocation, but to no effect. I understand Apple doesn't want de...

SWT Tray Icon Popup

Hello, I'm playing with a Tray and TrayItem in SWT, and i was wondering if there was a way of getting the location on screen of the icon. I want to be able to position another shell just underneath it as if it were a popup. Basicaly just having a mare trying to find the dimensions and location of it.... Any ideas? Cheers Andy ...

MyLocationOverlay: getMyLocation returning null

I have a mapview page that displays the current location in the map. I am using MyLocationOverlay for the purpose. The code for that goes as follows: myLocationOverlay = new MyLocationOverlay(this, mapView); myLocationOverlay.enableCompass(); myLocationOverlay.enableMyLocation(); myLocationOverlay.runOnFirstFix(new Runnable() { public...

from web server, how I can get the exact GPS location of any iphone ?

HI I want to run my code on web server , which will track any iphones physical location (using mobile number of card inside iphone) . How can I do that , Is coreLocation gives that facility ? thank you. ...

[Android] LocationsListener does not stopp - even if removeUpdates called

Hey guys, I've a really strange problem, I'm getting location updates with a GPS Listener, everything works fine. I also watch this listener with a timeout, if the timeout gets exeeded, it stops the thread, removesLocation updates everything works... BUT, if there's no Internet Connection available, an exeption gets called, it should ...

What is default settings to reffer to file location in xcode project ?

What is default settings to reffer to file location in xcode project ? i have doubts between them relative to build project relative to project relative to enclosing group relative to source path Absolute path ...

Use Chipmunk body location to drive Cocos2D Parallax.

Hello. I'm using Chipmunk with SpaceManager inside of Cocos2D. I have a body which is moving around with impulses, I'd like to be able to use that bodies location to drive a parallax node in Cocos2D. So, when body 'a' moves to the left, the parallax follows but with a small time offset, or elastic effect. If you know AS3 and Flash, y...

Is there a way to cross locations of Sainsburys with BP garages to get places where they are together?

I've seen a photo I'd like to trace the location of. In it is a BP garage and a Sainsburys supermarket. Google Maps holds all the info and I'm sure many others do - what I'd like is to be able to quickly do a join-type operation on the data. It would ahve to be proximity limited but if this was using, say, the town name or the first 4 di...

Android Location Services not posting GPS Location

I can't believe this code doesn't work - because I've written several other apps that use location services like this... but apparently I've missed something and I can't figure out what it is. Any help would be greatly appreciated... My output log check for the tag "GPS" just shows the following: 07-19 05:50:34.567: DEBUG/GPS(4883): L...