1
vote
2answers
25 views
#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! :)
1
vote
4answers
237 views
Why MKMapView region is different than requested?
Greetings!
I'm saving map region into user defaults when my iPhone app is closing like this:
MKCoordinateRegion region = mapView.region;
[[NSUserDefaults standardUserDefaults] s …
0
votes
3answers
31 views
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 …
2
votes
3answers
87 views
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 determi …
0
votes
1answer
24 views
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 prob …
0
votes
1answer
83 views
Iphone detect Region Format
I want to to deliver different iTUnes buy links to a user depending on where there Region Format is set (in general settings).
Is there a way to detect that and then deliver a sepa …
0
votes
1answer
37 views
How to not discard a CDC path?
I draw some symbols, that belong to certain objects, into a device context and now want to be able to later test if the mouse cursor is above such a symbol.
To do this, my plan wa …
0
votes
2answers
45 views
VB6: Colour portions of points of a star
Hello
I have found API functions to draw a star using VB6: what I need is to colour sections of each point of the star according to data-driven parameters: thus if the parameter p …
0
votes
2answers
161 views
C#: How to change the region containing MDI children?
When creating a MDI parent, the entire "inside" of the form is made the MDI region.
If you add a menustrip to the MDI parent, the MDI region is scaled down a bit to make room for …
0
votes
0answers
43 views
MapView and GPS problem in iphone!
Hi guys,
I have a MKMApView and given a region I would like to get it's boundries (in GPS values - I would like to get the GPS coordinates of the top left point, top right etc). …
1
vote
4answers
196 views
Use of #region in C# [closed]
Possible Duplicates:
using regions in C# is considered bad practice ?
Do you say No to C# Regions?
Hello everyone. Is it a good coding practice to use #region in C# code …
0
votes
1answer
134 views
WPF Prism - To use Scoped Regions or not?
Hi,
I have a WPF project based upon Prism Feb 2009 release set up as:
Shell exposes a single ContentControl as "MainRegion"
Another view (user control) defined in the Infrastruct …
0
votes
4answers
223 views
Add Composite WPF Region at runtime
Ok, here's my simple scenario. I've got collection of strings that I'm binding to a TabControl as a proof of concept. As I add strings I want a new tab with the region name as th …
6
votes
4answers
245 views
#region equivalent in CodeGear RAD Studio? Similar way to group code?
I was wondering if there is an equivalent to Visual Studio's #regions in RAD Studio.
We use CodeGear's delphi and c++builder IDEs where I work and I would love to be able to use s …
0
votes
2answers
253 views
MKMapView : setRegion doesn’t work !
Aaaarg... ok, let's calm myself.
Did someone have any problem with setting the region of a MKMapView ?
It never worked with me.
This code :
-(void)setUserCenteredSpan:(MKCoordin …
