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.