Questions tagged [region]

Can refer to many different things depending on the use of other tags with it.

702 questions
22
votes
1 answer

Amazon S3 region transfer?

How I can transfer the content of a S3 bucket of a specific region to another S3 bucket of another specific region? Please provide the simplest way and detailed steps if you can.
Fabien
  • 1,937
  • 8
  • 30
  • 42
22
votes
5 answers

How to do region collapse for JS in Visual Studio 2012/2013

Region code collapse for JS in Visual Studio 2012 and 2013 ? #region AutoComplete JS $("#<%=txtBirim.ClientID %>").autocomplete({ source: function (request, response) { $.ajax({ url:…
TheMuyu
  • 522
  • 2
  • 9
  • 25
17
votes
3 answers

iOS - How to limit the MapView to a specific region?

I have the following problem: I have a "drawn map" (image) which I add to the MapView as an Overlay. No Problem with that.. but I need to limit the MapView to the region of the Overlay, so a user isn't able to scroll/zoom outside of this region..…
cweinberger
  • 3,358
  • 1
  • 13
  • 30
16
votes
3 answers

Get CultureInfo object from country name or RegionInfo object

Given a specific country code, e.g. "CH", how can I get a CultureInfo object? The specific country code is dynamic (changes at runtime). I only have the country code, and i want to know if it is possible to create a CultureInfo object from just the…
Ben
  • 491
  • 2
  • 5
  • 18
16
votes
4 answers

How to jump to the region header from the endregion tag in c# visual studio 2012?

If i have the following #region blah; blahblah; ..... moar; #endregion how can i jump to the top #region label if i see the #endregion tag on my screen? Is there a short cut?
jordan
  • 3,092
  • 8
  • 38
  • 72
15
votes
2 answers

Change heroku region after creation

Thought this could work, but it doesn't: heroku appname --region=eu This works, but I already have an existing app, so this does not make sense for me: heroku create --region eu Or for an addon: heroku addons:list --region=eu
user254197
  • 833
  • 1
  • 7
  • 29
13
votes
3 answers

How to set the EndPoint / Region for the C# .NET SDK : EC2Client?

In the JAVA SDK it's possible to set the endpoint, see here. But how to do this for .NET SDK ? And what are the names to use? Because it seems that a default endpoint "US East (Northern Virginia) Region" is always used.
Stef Heyenrath
  • 7,870
  • 9
  • 54
  • 100
13
votes
5 answers

#region functionality in SSMS 2008

Using Sql Server 2008, is there any functionality similar to #region in Visual Studio? I'm aware that nodes appear to allow collapsing of SQL segments, but as far as I know, this is based on the syntax of the SQL statement. While that is close to…
Sesame
  • 3,170
  • 15
  • 45
  • 72
12
votes
2 answers

Rounded Form with System Shadow

I tried to do with SetWindowRgn, and I couldn't. Can do that (the top 2 corners are rounded, the window has a shadow) like on this picture?
maxfax
  • 4,121
  • 10
  • 66
  • 117
12
votes
1 answer

How to fold an inserted region with Open Tools API?

I wanna insert a region in an edit view and then fold this region. // fEditView: IOTAEditView; var writer: IOTAEditWriter; begin writer := fEditView.Buffer.CreateUndoableWriter; //... writer.Insert('{$REGION…
Baoquan Zuo
  • 652
  • 4
  • 15
12
votes
7 answers

Automatically Add Regions to Code in Visual Studio

My team absolutely loves using regions, and with that in mind it's pretty much become a de-facto standard in our code. I recently came to realization that I'm sick of writing or ctrl+c / ctrl+v'ing these in every time I create a class, test method,…
Eric Stallcup
  • 359
  • 2
  • 5
  • 15
11
votes
3 answers

iOS Region Monitoring in Background Mode

I am using Region Monitoring in my app and I faced a question that I couldn't find any answer to it. How does region monitoring work in background mode? According to Location Awareness PG: Every time the user’s current location crosses a boundary…
Abdalrahman Shatou
  • 4,285
  • 6
  • 45
  • 72
11
votes
4 answers

iPhone MKMapView: set map region to show all pins on map

I'm trying to set the map region (center and span) so that the map shows all pin-annotations at the same time. I'm having trouble converting the long/lat coordinates from NSString to double, resp. make calculations with them. Here is the code I'm…
pawi
  • 335
  • 1
  • 2
  • 8
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
1
2
3
46 47