Questions tagged [regions]

172 questions
0
votes
0 answers

Prism RequestNavigate not working in a Popup window

I am implementing Prism navigation in a Pop up window raised with InteractionRequest object. My Main View contains a TabControl region with 2 views (view A, view b). The Main View looks like this:
chincheta73
  • 187
  • 1
  • 22
0
votes
0 answers

Prism ToolbarTray region adapter - ServiceLocatorImplBase not found error

(Edited: I am using Unity now instead of MEF but still the same issue) I have implemented a custom region adapter for a ToolBarTray region. I am using Prism framework with Unity. Here the code: [Export] public class ToolBarTrayRegionAdapter :…
chincheta73
  • 187
  • 1
  • 22
0
votes
1 answer

Region Splitting during bulk load migration

During bulk data migration from RDBMS to Hbase, is there any chance that region split happens too often? If it occurs more times then it will surely affect write as well as read performance. I know pre-splitting may avoid this region splits to some…
Roshan
  • 2,019
  • 8
  • 36
  • 56
0
votes
1 answer

How to configure Atom to fold code regions e.g. ## region_name like Sublime Text does

Code sections in Sublime text conveniently collapse, for example: ## Client def start_link(_\\[]), do: GenServer.start_link(__MODULE__, %MainLink.State{mobile: mobile}, name: MLink) def code(code), do: GenServer.call(MLink, {:code, code}) def…
Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157
0
votes
1 answer

PRISM WPF MVVM : Binding region content to viewmodel property of injected view

I have several regions in which I inject a custom view for each region. Every view has the same base class and the same base view model. What I want is that when I change the view model property, lets say, visibility, this affects the visibility of…
0
votes
1 answer

Theming Inside Blocks Drupal 8

So My issue is this: I don't know the process to theme inside regions in Drupal 8. I have the knowledge to theme regions by putting {{ page.XXX }} in the twig file (with regions declaration in the YML file) .But for example I have the "Content"…
Gabo Núñez
  • 7
  • 1
  • 5
0
votes
2 answers

android divide image into sub images ,recognizing

I want to divide the image into sub images and when I click on a part of the image will give me the name of the region, for example, this is my question how to recognize a region from the image, or how to divide the image into sub-images and use it…
0
votes
1 answer

CoreLocation: monitor only certain regions at a time

In my iPhone app I'd like to monitor if the user enters some particular geographycal regions at a time and act consequently. I now saw that with the new iOS 4 it is possible to register some interest regions (CLRegion) to a CLLocationManager, so it…
rano
  • 5,616
  • 4
  • 40
  • 66
0
votes
2 answers

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?
fearofawhackplanet
  • 52,166
  • 53
  • 160
  • 253
0
votes
2 answers

WPF PRISM - Display multiple pop-up view on the same time

My Shell Window contains a secondary pop-up region from the Stock Trader RI demo application infBehaviors:RegionPopupBehaviors.CreatePopupRegionWithName="{x:Static inf:RegionNames.SecondaryRegion}" I am activating my views using the regionManager's…
Sebastjan
  • 142
  • 1
  • 5
  • 13
0
votes
0 answers

Android Imageview regions

i have a little problem. I have a ImageView and there an image placed. I would now divided this into regions. If I, for example, Click on the center, to be issued to me a message (toast). I like implemented before in C #. In Android, however, I do…
devlog101010
  • 73
  • 1
  • 9
0
votes
1 answer

View returns System Object

In Prism 5, Unity, in a mvvm app, with the following navigate request, I get the System.Object instead of the view. RegionManager.RequestNavigate(RegionNames.MainMenuRegion, new Uri("../../AdminModule/Views/MainMenuView", UriKind.Relative)) The…
harpagornis
  • 103
  • 3
  • 17
0
votes
0 answers

ORACLE APEX - Losing radio group value in region on cancel and submit in Tabular Form

I have a region at the top of my form with a radio group. I have a tabular form in a region at the bottom of the form. When I hit submit or cancel on the tabular form I lose the selected radio value in the top region. Is there a simple solution to…
jfr620
  • 1
0
votes
0 answers

WPF multiple views

I have a small WPF application which has multiple controls. I want to change the displayed control when click on a button. A solution is to play with Visibility property of the controls. Do other ways exist?
florin flo
  • 109
  • 1
  • 1
  • 8
0
votes
1 answer

How to avoid coupling when using regions in Composite WPF

I have an application designed using Microsoft's Composite Application Library. My shell has several regions defined so that I can inject content from separate modules. I'm looking for a design pattern that will reduce the coupling that these…
sourcenouveau
  • 29,356
  • 35
  • 146
  • 243