Questions tagged [regions]

172 questions
0
votes
1 answer

Scope Regions Nested View

I was referring to the thread View not connecting to ViewModel using MEF. I have similar scenario but a few addons. The application is composed of several modules and the Shell has defined main regions. Each module has a view(userControl) and…
ryan
  • 21
  • 2
0
votes
1 answer

backbone modal with Marionette views - subview events not getting fired

I have a view and it contains another subview. But When i click on subview the events are missing. I am kinda new to Marionette and backbone modal and can someone please help me out. here is my code snippets. Main view js file …
0
votes
1 answer

Marionette: get single instance of a layout view

I am creating an application which has multiple views. Each view has got a left sidebar region and a main content region. I have added two regions in my layout -> leftSidebarRegion and mainContentRegion. Now for each of these views the left sidebar…
alchemist
  • 1,081
  • 12
  • 17
0
votes
0 answers

adf task flows in page fragments

I have a main page (main.jsff) where the header, footer and the menu is the same for all pages. which changes every navigation is the region. The other pages I have (.jsff) correspond to fields of research and a table of detail. In search fields…
Carla Leite
  • 23
  • 1
  • 9
0
votes
1 answer

Newly Created Region is not displayed in Demonstrate block regions in Drupal-7?

I have created "Above Header" Region in Drupal-7 but it is not display in Demonstrate block regions, how can i aligned created "Above Header" region.
0
votes
0 answers

Annotation of the genomic regions by using R

I have some genomic regions and their chromosome numbers are known(and which strand they are on), they look like: chr12 32264360 32264363 par_30_2_100_human 4 + chr20 99393247 99393251 par_30_2_100_human …
bapors
  • 887
  • 9
  • 26
0
votes
1 answer

Sikulli: Passing Regions to setROI() function

Lets say that in Sikulli I create a region called myRegion and pass it to setROI().Would using find(pictureIWantToFind) be just as fast as if I didn't use setROI() and instead called find(myRegion.inside().exists(pictureIWantToFind))? Also, setROI()…
Xivilai
  • 2,481
  • 3
  • 15
  • 15
0
votes
1 answer

Can views displayed as regions access parent controls?

I have a view (parent) that is loading another view (child) as a region. I need to reference a storyboard that is located in the parent view from the child view code behind. Is this possible and how would I do this? Thanks!
Bill Zee
  • 17
  • 5
0
votes
1 answer

creating rings with regions openstack swift

I installed swift on a multi-node cluster by following instructions from http://docs.openstack.org/developer/swift/howto_installmultinode.html. I wanted to add two regions to my swift installation. I tried to build the ring with the…
Sagar Jha
  • 1,068
  • 4
  • 14
  • 24
0
votes
1 answer

Window regions not cutting Aero border

I am trying to apply a region to a window outside my application using [DllImport("user32.dll")] static extern IntPtr SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw); [DllImport("gdi32.dll")] static extern IntPtr CreateRectRgn(int x1, int y1,…
Jay Wick
  • 12,325
  • 10
  • 54
  • 78
0
votes
1 answer

Delete transparent background from picturebox in winforms c#

I want to get the x,y location on click over a picturebox.I have 2 pictureboxes and one is over the other.The small picturebox has a transparent region background(.png). I want to get the second's picturebox when I click on this area. this is the…
Apollon
  • 311
  • 7
  • 29
0
votes
1 answer

JVectorMap is it possible to colour regions with one set of data but display label of another value

as the title says I want to use JVectorMap and colour regions with one set of data but display label of another value $(function(){ $('#world-map-gdp').vectorMap({ map: 'world_mill_en', backgroundColor: 'transparent', series: { …
0
votes
1 answer

Why is the region in Drupal blank?

I my .info file I have this: regions[footermenu] = Footer Menu The region--footer.tp.php has this: I've placed a menu block in the "Footer Menu" (it shows up under structure->blocks). However, it's…
dcp3450
  • 10,959
  • 23
  • 58
  • 110
0
votes
2 answers

Adding contents to custom blocks

I have created a custom region regions['my_region'] from mytheme.info. I have added a block myblock to the region. Now how can I add contents to this block? Currently I have created a template file region--my_region.tpl.php and added contents there.…
Nitish
  • 2,695
  • 9
  • 53
  • 88
0
votes
1 answer

how can monitor many regions in xcode?

the max of regions can be monitored in xcode is 20 region how can i monitor more then this number by monitor only closest regions ? for (int i = 0; i < [AllRegionsArray count]; i++) { NSArray *LongLati = [AllRegionsArray…
Fawaz
  • 584
  • 1
  • 11
  • 24