region

Items without regions in Oracle APEX?

Hey all, I'm currently building a web form using APEX that is losely modelled after a "wizard" style. That is, I have forward and back buttons for most pages, etc, etc. The problem I have is that it seems all my buttons need to be part of a region and that region needs to located in a pre-determined section of the page. I would prefe...

Am I understanding Drupal regions and views correctly?

We're building a very content rich site in Drupal. It's my first time working with it. There are a variety of sections to this site, each with a different layout. I plan on determining the page.tpl.php via the phptemplate_preprocess_page() method. My question is how best to specify where in a given page to put different chunks of second...

Silverlight PRISM getting the rendersize of a region

Hi, I am trying to get the render size of a region via the region manager. The reason for this is each time I add a view to the region I want to make sure it will visually fit, I can get the dimensions of the view I am about to add but I am struggling to find a way of getting the height of the region I am about to add to. Obviously I w...

#region analogue for eclipse

Hi, can somebody tell me, is there an analogue of a Visual Studio #region feature for Eclipse IDE ? I really need this magic! :) ...

"Read-Only Region" Visual Studio 2008 options

Extends In Tools/Options/Environment/Fonts and Colors, If you choose to "Show settings for" Text Editor and look in the Display items dialog it says there' a "Read-Only" region you can set the font for. I'm not sure what's that for? Where do you encounter the read-only regions this dialog wants to set the font for? ...

How can I use Vim syntax files to collapse single line comments into one region?

I'm putting together a syntax for editing Java Manifest files (at github, if anyone's interested). I'm trying to collapse multiple single-line-comments (which I'm matching at the moment with syntax match manifestComment "#.*"). However, if I try to use a syntax region, then the entire file is marked and the entire thing collapses. What ...

Load Module Default Views In Region to Create Menu

I am builng an M-V-VM application with Dynamic Loading of modules at runtime. Each of these Modules has a default view which individulally they show on the selected region when I go _regionManager.Regions["BottomMenuRegion"].Add( Container.Resolve<AdminModuleView>(), "AdminView", true); However, When the Next Module loads it ove...

Draw line above Mapkit: Invalid Region error.

Hey guys, I'am trying to draw a line above mapkit. If I try to set the region my app crashes: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid Region <center:-106.01842850, +37.33390400 span:+0.01000000, +0.01000000>' span waas set manually. Why does mapkit says that this is an invalid reg...

Ho to get month/weekday symbols from NSDateFormatter in current language (iPhone)

In particular I'm interested in shortStandaloneWeekdaySymbols. I'm using this code: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; NSArray *shortWeekdaySymbols = [dateFormatter shortStandaloneWeekdaySymbols]; But if iPhone region format is set to US but language to French/German/any other, NSDateFormatter returns Eng...

Apple documentation incorrect about MKMapView -regionThatFits: ?

In the Apple documentation for the -regionThatFits: method of the MKMapView, it says that this will return a new region centered on the same point as the region that's passed in, only with the regions bounds corrected for the iPhone screen aspect ratio. This seems to be incorrect in implementation...before the call to this method, my re...

Reset custom region in winforms using C#

i have removed left portion of a form using graphics path and region command. when i am trying to show group box on removed portion, group box not appeared. how do i show the groupbox on removed region area ?. or how do i reset the region GraphicsPath shape = new GraphicsPath(); shape.AddRectangle(new Rectangle(200, 0, FormWidth, Form...

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 predefined order of all regions) like: Private Fields Constructors Class Properties Event Handlers etc... Do you have any proposition how ...

iPhone Development - Is Pin Annotation in a viewable Map Region

How can i check if a pin is in viewable region of the map (MKMapView)? ...

Flex code region?

Is there a way in flex (Flash Builder 4) to make regions like in c#, to group a part of the code allowing us to collapse it and see through our project more easily? In c# it's like: #region exammple // my funtions I want to group #endregion ...

Detect iphone region

Hi. In my app, the user is supposed to insert a phone number, which is then displayed somewhere else. In the contacts application, when displaying a phone number, it automatically appears in the format of the language selected by the user. Is there a way to do this automatically, or a way to detect the region and then adapt the displa...

Silverlight prism region events

In silverlight prism application I have a region (ContentControl) and would like to remove currently active view before adding another view. I tried to use region.PropertyChanged event but it doesn't fire. I can do it in the code where I add new view, but that will scatter my code. How to achieve this? Thanks for reply. ...

How to use parameterized region in Prism?

My shell has toolbar, navigation and main regions. While some menu item (foo) in toolbar selected, the navigation should be reloaded with parameter foo; and the main region should be reset with the parameter. How to do it? ...

Silverlight Navigation using Mvvm-light(oobe)+MEF?

What is the best approach for navigating between UserControls/Pages(out of browser experience)? I'm fairly new to Silverlight and even newer to the mvvm pattern. How well does the Navigation Framework Integrate with the MVVM Light Toolkit? A snippet for general application flow control with the two would be great. The plan was to use...

Emacs 23: Selection not highlighted

I installed Ubuntu 10.04, and with it came Emacs 23. If I want to select text in Emacs, that works perfectly fine except the fact that the region is not highlighted. However, this only happens, if I try to make a region using the keyboard. If I select something with the mouse, it is highlighted as usual. Does anybody know, why the regi...

Android - What is the best way to create different select (touch regions) on an image button/view

I would like to have different select regions on and image button that are not rectangular? Is that possible? ...