Questions tagged [regions]

172 questions
2
votes
4 answers

Split intervals (genomic regions) in individual numbers (nucleotides)

I would like to transform my data frame df based in regions in point by point (number by number or nucletide by nucleotide) information. My input df: start end state freq 100 103 1nT 22 100 103 3nT 34 104 106 1nT 12 104 …
user3091668
  • 2,230
  • 6
  • 25
  • 42
2
votes
1 answer

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 regions, but when I try and add something to a child…
2
votes
5 answers

Handling large source code file for form in c#

I have a form which has three tabs. Now each of the tab has some 15 - 20 functions. So when combined, I have around 50 methods and it becomes quite cumbersome to handle such a big class. Are there any better ways of handling such a large file. Do…
tarun_tenniso
  • 214
  • 5
  • 20
2
votes
1 answer

New starter: dual language site development with php

I'm new to using php (and its been I while since I've coded) ... but anyway, I want to create a website that uses two languages. I've been reading up on google's best practices (Multi-regional and multilingual sites), but I'm yet to find something…
user3209603
  • 175
  • 1
  • 1
  • 9
2
votes
1 answer

Properly closing views in Marionette

I have an application built on Backbone.Marionette with a CollectionView that instantiates many CompositeViews, which render a tree structure. I've read through Zombie Views (Bailey on Zombies) and through View and Region documentation. However,…
Mikechaos
  • 359
  • 4
  • 18
2
votes
0 answers

iOS: Geofence is not working with 2g or 3g internet connectivity

I am facing critical situation with geofence in my iOS App. It is working fine with wifi but when i set Network access point to 2g or 3g it will stop working unexpectedly. So below are my queries: How geofence is working with 2g or 3g internet. is…
Jack Patoliya
  • 507
  • 6
  • 14
2
votes
2 answers

How can I prevent text from going over the before and after regions using xsl-fo?

I'm loading allot of text into a PDF using xsl-fo. But when it loads it fills the page entirely from border to border. Is there a way to prevent the text from being able to go over the before, after, start and end blocks, or should I just put…
wizzkid
  • 187
  • 1
  • 3
  • 13
2
votes
2 answers

How to change the color of expanded regions' titles in VS2008?

I would like to know if is there a way to change the color of expanded regions' titles in VS2008. Even by using a third part plug-in. #region My Region Title //I want this text to be in a customized color public void Foo() { //Bla bla…
Rafael Romão
  • 1,788
  • 3
  • 20
  • 35
2
votes
2 answers

Backbone Marionette using Require.js, Regions and how to set up

I'm currently writing a Backbone Marionette app which ultimately amounts to about 6 different "screens" or pages which will often times share content and I am unsure of how to best structure and access Regions. I am using the app/module setup…
2
votes
2 answers

How to change height of Region in APEX

I'm trying to change the height of a Region however the height which i enter seems to add height to the region. To test, i changed the width of the Region which successfully increased the width of the Region. So i dont understand why 'height' doesnt…
Blob
  • 541
  • 3
  • 20
  • 38
1
vote
2 answers

Display a hierarchy of placemarks in google earth

I am trying to use kml to implement a heirarchy of regions as describe in KML 2.1 Tutorial I would like to have a feature(polygon or icon) representing a region and when the region becomes active I would like to display a feature representing each…
Anark
  • 51
  • 2
  • 6
1
vote
3 answers

Does PHP support regions?

In C# I can write #region and #endregion, is there an equivalent in PHP that works with all IDEs? Thanks!
EOB
  • 2,975
  • 17
  • 43
  • 70
1
vote
1 answer

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 region.tpl.php file which looks like the…
sisko
  • 9,604
  • 20
  • 67
  • 139
1
vote
3 answers

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 intended to be hosted inside the same region because…
jpmir
  • 101
  • 1
  • 8
1
vote
1 answer

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 which, naturally, gets injected to it by Unity. The…
AbdouMoumen
  • 3,814
  • 1
  • 19
  • 28