Questions tagged [regions]

172 questions
0
votes
1 answer

Database Design - Items and Regions

I have design problem of database structure. The goal is to have database for offers that our clients offer per some geographical region. Each offer can be offered in many regions. The regions are in hierarhy - example: subregion_1 subregion_11 …
Marcin Kapusta
  • 5,076
  • 3
  • 38
  • 55
0
votes
1 answer

Separate an image into regions

I have a view with an imageview and a tableview below it. The imageview contains an image of a human body. Now what I'd like to do is to separate the image into three portions: The head, the thorax and the abdominal cavity. The tableview also has…
Mikayil Abdullayev
  • 12,117
  • 26
  • 122
  • 206
0
votes
2 answers

WPF switch between regions with toggle button

I have a view, that when loaded contains a toolbar at the top, and two regions underneath. I am currently using a grid, so: row 0 contains the toolbar row 1 contains region1 and row 2 contains region2. The toolbar has a toggle button, which when…
Michael
  • 23
  • 3
0
votes
1 answer

MySQL database issue with international users hitting a US server. How is this normally handled?

I have a site which hits a MySQL database that's in the cloud with Amazon. The site is located on different servers and which server serves up the site is dependent on the location of the user. All is well when the DB is hit from the US, but when…
Munzilla
  • 3,805
  • 5
  • 31
  • 35
0
votes
1 answer

VSTS multiple regions

How can I deploy VSTS in multiple regions where the data will be synced continuously? We have development centers across the world and would like to migrate TFS to VSTS to achieve latency across the globe. How can I make sure that I get VSTS…
malsur
  • 1
  • 2
0
votes
2 answers

How To Create Hover Regions On Sprite?

This code is intended to create two linked regions (for the purpose of hovering), on the top 50px of page, and next lower 50px. So that, as you move your mouse vertically, you hit the two hovers, and the img shifts laterally.
johny why
  • 2,047
  • 7
  • 27
  • 52
0
votes
2 answers

Can I create a HRGN/CRgn by excluding all the magenta pixels in a given image?

Let's say I have an image in a CBitmap with a color that signifies a transparent pixel (in my case it's magenta). Can I create a HRGN or a CRgn for the image that includes all the pixels except the magenta ones?
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

MEF: One region, multiple views to display at the same time

I'm trying to build a modular application that contains the shell application and subsequent modules. I'd like to define a navigation area for modules to display a hyperlink button. I've called this region 'NavigationRegion' in the shell's…
Josh
  • 10,352
  • 12
  • 58
  • 109
0
votes
1 answer

CosmosDB How to read replicated data

I'm using CosmosDB and replicating the data globally. (One Write region; multiple Read regions). Using the Portal's Data Explorer, I can see the data in the Write region. How can I query data in the Read regions? I'd like some assurance that it's…
Mark Maslar
  • 1,121
  • 4
  • 16
  • 28
0
votes
1 answer

How to save an image from ds9 as a region file to use it some other time?

I'm trying to save a ds9 image as a region file but after I saved it I can't open it using ds9.here is how I did it:regions,save regions,then ok(format=ds9 and coordinate system fk5). where is the problem?any help please?Or any system may be using…
0
votes
0 answers

Prism Regions do not get created when RegionNames are binded

I found a lot questions regarding regions inside data templates that lead to the following link [Prism 5] RegionName in ItemsControl DataTemplate The information there is really helpful but it dose not really answer why regions don't get created by…
Adrian Garcia
  • 363
  • 3
  • 12
0
votes
1 answer

Does Firebase's lack of region support have a significant impact on app performance?

Firebase currently doesn't support regions. My understanding is that it is based in the US central Google Cloud region. If I am serving an app in London, which in turn calls a google cloud function, which in turn calls Google App Engine, which in…
0
votes
0 answers

features of segmented regions of the approximation matrix in matlab

I'm using multiresolution approach for segmentation based on wavelet transform and watershed algorithm. To merge the over-segmented regions, i need to calculate the features of each segmented region of the approximation matrix (such as the…
AsBdg
  • 1
  • 2
0
votes
1 answer

C# Identity Authorize attribute region

Today, I was owndering if I could use the [Authorize] attribute with regions in C# I never found a satisfying answer, but I think I found an answer [Authorize(Roles = "Admin")] #region testRegion // GET: /Home/Index public virtual ActionResult…
0
votes
2 answers

Prism Region Switching and Synchronizing with Container Instance

I am working in WPF with a MainWindow that has a (Prism) region "MainViewRegion". This switches based off the User's desired view and when it does, the MainWindow resizes to snap to the new dimensions of the embedded view. I have some code to keep…
Moe45673
  • 854
  • 10
  • 20