Can refer to many different things depending on the use of other tags with it.
Questions tagged [region]
768 questions
11
votes
3 answers
startMonitoringForRegion never calls didEnterRegion/didExitRegion
I try to get the iPhone4 to monitor regions and notify me by call didEnterRegion or didExitRegion. I can't get it to work. I was reading probably all related enries here, plus a couple more articles on the web....iOS just don't call my…

oliverk
- 111
- 1
- 3
11
votes
1 answer
Country/State/City Database?
Possible Duplicate:
Database of Countries and their Cities
Ok, this one is a non technical question. I am creating a business directory and I'd like to categorize listings by location. Instead of giving users an option to enter the location, I am…

Naif Amoodi
- 121
- 1
- 1
- 3
10
votes
2 answers
speed of setRegion for MKMapView
If I change the region in setRegion for an MKMapView, is there a way to set the speed, or duration, of that animation change? I've looked through the documentation and the Googles, but found nothing.

thekevinscott
- 5,263
- 10
- 44
- 57
10
votes
4 answers
Configuration Error: Missing Region in Config (AWS)
I am getting a configuration error when I run my node application. The error is:
{ ConfigError: Missing region in config
at Request.VALIDATE_REGION (C:\Users\chris\Documents\AWS API…

Christopher Littlewood
- 793
- 2
- 12
- 37
10
votes
4 answers
How can I specify the region of a Google Cloud Function?
I'm currently using Google Cloud Function to build up my restful API.
However, I've found that it's slow because the my Google-Cloud-Function server is on "us-central", whereas my service is in Asia.
I tried to change the default region of my Google…

DumDumGenius
- 163
- 2
- 7
10
votes
10 answers
Any .NET '#region directive' convention ideas?
I really appreciate the possibility to define regions in your code, as it improves the readability insanely.
Anyways, I'd like to have everyone using the same convention in all classes (with the predefined order of all regions) like:
Private…

theSpyCry
- 12,073
- 28
- 96
- 152
9
votes
1 answer
How to shade a region with Altair
I am trying to shade different regions in my plot created with Altair (like axvspan in matplotlib) but can't find a way to do it.
Chart(data).mark_line(color='r').encode(
x=X('Voltage'),
y=Y('Current (pA)', axis=Axis(format='r'),…

Yiti
- 281
- 3
- 9
9
votes
4 answers
How to organize xml data using equivalent to #region / #endregion (outlining) from C# .NET
I'd like to organize my XML data to be collapsable and expandable using a preprocessor command like the #region/#endregion command in C#/.NET. I'm editing this file Visual Studio 2008.
Does any such ability exist? I've googled to no avail. The…

CrimsonX
- 9,048
- 9
- 41
- 52
9
votes
1 answer
Emacs 23: Selection not highlighted
I installed Ubuntu 10.04, and with it came Emacs 23. If I want to select text in Emacs, that works perfectly fine except the fact that the region is not highlighted.
However, this only happens, if I try to make a region using the keyboard. If I…

phimuemue
- 34,669
- 9
- 84
- 115
9
votes
4 answers
How do I enable access to region monitoring service?
I've simplified the question a bit. When I create and add regions in my app and interrogate the state of those regions I see the following in monitoringDidFailForRegion method:
The operation couldn’t be completed. (kCLErrorDomain error 4.)
Checking…

Aaron
- 7,055
- 2
- 38
- 53
9
votes
2 answers
How do you add an edit button to each row in a report in Oracle APEX?
I'm using Oracle APEX and I have a report region in a page that displays columns from a SQL query. I want to add edit buttons to the first column of this report so that the user can click on it and edit/review one of the results. How do I add this…

Corrine
- 193
- 2
- 5
- 11
8
votes
3 answers
#region equivalent in C++Builder? Similar way to group code?
I was wondering if there is an equivalent to Visual Studio's #regions in RAD Studio.
We use Delphi and C++builder IDEs where I work and I would love to be able to use something like regions.
My coworkers and I have yet to find an equivalent way of…

stevosaurus
- 557
- 7
- 18
8
votes
3 answers
Visual Studio 2015 - auto-collapse #regions and inactive code
In every version of Visual Studio up to 2013, code wrapped in #regions and inactive code in #if statements are automatically collapsed when you open a C# code file for the first time, when "enter outlining mode when files open" is enabled.
I'm…

Dizzy H. Slightly Voided
- 145
- 13
8
votes
3 answers
Flex code region?
Is there a way in flex (Flash Builder 4) to make regions like in c#, to group a part of the code allowing us to collapse it and see through our project more easily?
In c# it's like:
#region example
// my functions I want to group
#endregion

Biroka
- 609
- 10
- 23
8
votes
2 answers
AWS Cloudfront: Credential should be scoped to a valid region
When connecting to AWS CloudFront via the API, no matter what I do, I get the Exception:
Credential should be scoped to a valid region
The same credentials work on any other request the account has permissions for, like S3.

Chris Moschini
- 36,764
- 19
- 160
- 190