Tagged Questions
The regions tag has no wiki summary.
8
votes
2answers
243 views
Emacs technique for comparing sections of documents?
I'd like to be able to open two windows in Emacs, select a region of text in each window, and get a comparison of the difference between the two selections.
This would be very handy for a ...
7
votes
2answers
145 views
List of world countries, states and their counties / districts / regions
Please suggest sites for downloading list of world countries, states and their counties / districts / regions.
No need for cities.
6
votes
1answer
601 views
Country/State/City Database?
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 going to ...
6
votes
6answers
393 views
Would you use regions within long switch/enum declarations?
I've recently found myself needing (yes, needing) to define absurdly long switch statements and enum declarations in C# code, but I'm wondering what people feel is the best way to split them into ...
6
votes
7answers
718 views
Hiding the regions in Visual Studio
I know VS code folding issues are an old chestnut, but I haven't been able to find this in all the other discussions I have browsed through:
We have a team of C# guys, some love regions and others ...
5
votes
1answer
3k views
notepad++ user defined regions with folding
I can't figure out how to configure notepad++ to display regions for user defined keywords.
I have a big trace file which shows the start and the end of a procedure.
The trace file looks like this:
...
5
votes
1answer
64 views
SQL: list of points to rectangle
I have two tables:
regions <id>
points <region_id, x, y>
Assuming there are exactly 4 points per region, and these points describe a rectangle -- is there an SQL query that will bring ...
3
votes
2answers
66 views
Tell VS2010 to collapse regions
So I have written a t4 template which generates a ton of code and works well. The only issue is that most of the code never needs to be seen by developers so I have hidden in regions all of the ...
3
votes
2answers
192 views
Algorithm for finding a set of regions containing a cell
I am working with some spreadsheet data and I have a set of cell regions that are of arbitrary bounds. Given any cell, what is the fastest way to determine the subset of regions which contain the ...
3
votes
4answers
152 views
is it OK to use begin/end in Ruby the way I would use #region in C#?
I've recently moved from C# to Ruby, and I find myself missing the ability to make collapsible, labelled regions of code. It just occurred to me that it ought to be OK to do this sort of thing:
...
3
votes
5answers
748 views
Converting vector-contoured regions (borders) to a raster map (pixel grid)
I have a map that is cut up into a number of regions by borders (contours) like countries on a world map. Each region has a certain surface-cover class S (e.g. 0 for water, 0.03 for grass...). The ...
2
votes
3answers
712 views
PRISM 4 - RegisterViewWithRegion & Custom Export Attributes
I am using Prism 4 with MEF Extensions and the MVVM pattern. During initialization in a module I call RegisterViewWithRegion(RegionNames.MyRegion, typeof(MyView)) which works perfectly when the view ...
2
votes
1answer
79 views
Visual studio setting or plugin to “hide” region directives in the IDE
In our team we have people that love and hate the "#region" directive. I am looking for a way to make both sides happy. We use VS2010.
I know that you can go to tools > options > text editor > C# > ...
2
votes
5answers
1k views
PRISM + MEF — Can't get regions to work properly
a bit new to Prismv4 and MEF.
I went through the QuickStarts and tried to combine two of them together, but I can't seem to get it working.
First, I got a Bootstrapper to load the Shell Window.
...
2
votes
2answers
464 views
Assign a block to more than 1 region
How do I assign a block (the very same block) twice or thrice to different regions? The idea is not to have the same block on the same page more than once, but in different locations on different ...
2
votes
2answers
255 views
Prism, Regions, Magic strings and refactoring : am I missing something here?
To build a composite application view in my application, with different regions, untill now, I've always used content presenter and used DataBinding to set its content.
If I wanted to change its ...
2
votes
2answers
133 views
CSS editor with collapsable regions
Is there any way to get Visual Studio to put collapsable regions in CSS files? Or can someone recommend an alternative (free) editor that offers this?
2
votes
3answers
75 views
Is it possible get the functionality of namespaces inside a class?
I have the following code:
Public Class Form1
Private Function Step1_Execute() As Boolean
Return Step1_Verify()
End Function
Private Function Step1_Verify() As Boolean
Return True
End ...
2
votes
11answers
581 views
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 ...
2
votes
1answer
789 views
How to change the color of a #region in Visual Studio's 2008
I maybe going mad, but for the life of me I can't find the option to change the colour of collapsed region's in VS2008.
For example if I have the following code:
'#region Test Region
...
2
votes
6answers
1k views
how to organize the code similar to #region/#endregion in .NET?
While the code is growing big it is getting harder and harder to keep everything well organized. One thing I liked very much the time I developed in .NET was #region/#endregion which enabled to ...
1
vote
1answer
57 views
C# region settings confused
Its all about double, float numbers and seperator. So my problem is: I always get double value with dot seperator. If I convert it to string I get comma. If I change it back to double it gets dot ...
1
vote
2answers
68 views
Windows Azure - how do you change the region of a Table Storage account?
I've created a Hosted Service that talks to a Storage Account in Azure. Both have their regions set to Anywhere US but looking at the bills for the last couple of months I've found that I'm being ...
1
vote
1answer
124 views
Drupal region with in a region
I know all about adding a region on page.tpl.php and even node.tpl.php in Drupal 6.
But, I have a special case where I need to add a region within another region.
In my drupal install I found the ...
1
vote
1answer
203 views
Can startMonitoringForRegion wake my app up, and start gps tracking?
In Apple's developer portal , it states that startMonitoringForRegion:desiredAccuracy: will eventually wake up my app (even if it's killed) and send the Core location delegate a message.
The ...
1
vote
3answers
278 views
An internal error occurred while processing dirty regions
I got this error message in Eclipse today.
Any idea what went wrong?
1
vote
4answers
263 views
How can I automatically open regions in visual studio 2010
I'd like the regions that show up in my visual studio window to be open by default when I open a code file. Is this possible in VS2010, or is there an extension that will do that for me?
Barring ...
1
vote
4answers
72 views
What is the preferred solution to dealing with dozens of route mappings in Global.asax
I was reading the following answer about regions on the topic of programming standards:
http://programmers.stackexchange.com/questions/1338/worst-coding-standard-youve-ever-had-to-follow/1937#1937
I ...
1
vote
1answer
300 views
Is it possible to modify the Navigation Bar in Visual Studio, or to otherwise add a similar graphical element to the code editor?
I like the grouping and browsability that regions provide in C# code but don't like the manual process of maintaining them (even auto-formatting tools are not perfect as they take awhile for large ...
1
vote
1answer
997 views
MVVM Prism Nested Regions Can't Find Child Regions
I have a Menu (Telerik RadMenu) that has nested regions defined in the Shell. In my modules I will register the modules menu or toolbar items with these regions. Everything works fine for the root ...
0
votes
1answer
25 views
Is Amazon EC2 available worldwide? [closed]
We have an iPhone app that talks to our backend web service hosted on Amazon EC2 instances. Now we are ready to release the iPhone app need to worry about the markets/stores/countries to release to. ...
0
votes
2answers
24 views
Does PHP support regions?
In C# I can write #region and #endregion, is there an equivalent in PHP that works with all IDEs?
Thanks!
0
votes
1answer
21 views
How to make Drupal 6 print Region DIV wrappers
I'm using context to print blocks into a region. However, I'd like to have the region print wrapper DIVs around the blocks of the given area. I know this is possible with region.tpl.php in Drupal 7. ...
0
votes
0answers
11 views
In Drupal 7, how do I get an object or an array containing the contents of the current panel?
I'm using Panels 3 and I need a way to get all of the blocks in the contents, BEFORE hook_block_view() is called.
0
votes
1answer
43 views
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 ...
0
votes
0answers
45 views
PRISM opening Modal above modal!
It took me a while to read through the posts describing how to create a PopupRegion to show modal windows as in the StockTrader application. Now i need to sail across the second hurdle of Showing ...
0
votes
0answers
49 views
Locative iphone app needs a way to trigger sounds and call a new view instead of the map
Hello i am looking for making an app that will trigger a different view and an audio file when
a user is entering a specified region??
is there any way of doing that?? any relevant code anyone??
- ...
0
votes
2answers
346 views
How to add a class to a Drupal 7 region?
I am trying to add a .clearfix class to my footer region in a Drupal 7. Is there a way to do this?
I am currently using the following to print my footer region:
<?php print ...
0
votes
1answer
42 views
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 ...
0
votes
1answer
145 views
iPhone - overlaying countries and regions limits onto GoogleMaps MKMapView
I'm searching a way for overlaying a MKMapView with countries and regions limits, as I can colorize them. I've found many (not soooo many) KMZ files, but I'm stuck. How may I use them to overlay my ...
0
votes
2answers
103 views
Equivalent of windows gdi regions in linux
I sometimes use windows gdi regions for graphics drawing and invalidation/validation. For example the program http://www.maxerist.net/main/soft-for-win/tubicus (oss) was made using only regions (no ...
0
votes
2answers
322 views
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 ...
0
votes
1answer
44 views
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 ...
0
votes
0answers
34 views
Using HtmlAjaxRegion in encode method
Can i use HtmlAjaxRegion in encode method of a jsf custom component?
The problem is follow: i 've created a custom jsf component than is composed by an HtmlAjaxCommandButton and a HtmlInputText as ...
0
votes
3answers
569 views
PRISM: Are PRISM Modules intended to have only one view per region?
I'm really confused about what is supposed to be inside a Module.
When I call RegisterViewWithRegion for many views they are all loaded together during Module initialization... All those views are ...
0
votes
0answers
80 views
View is “Active” but doesn't show up in Region
I'm using Prism4 here with Silverlight.
I've got a region called MainRegion, which is defined on a ContentControl (making it a SingleActiveRegion), and I want to inject some views into it, and ...
0
votes
1answer
818 views
Problem with Prism RegionManager and Unity container
I have a main Silverilght project and other modules and I'm using Prism to glue them together along with Unity for Dependency Injection.
I have one of my modules that depends on an IRegionManager ...
0
votes
2answers
82 views
How To Create Hover Regions On Sprite?
How To Create Hover Regions On Sprite?
How can I resize a link, containing an img, so that my link hover only
happens over PART of the image?
this code is intended to create two linked regions ...
0
votes
2answers
129 views
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 ...
0
votes
1answer
308 views
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 ...