Created Issue: Task: Sample Database for Usage of the Control [1361]
Provide an example database to demo how to actually use the control with your own Access project.
View ArticleCreated Task: Task: Find a Better Name for the Control [1362]
<p>The currently used name "NetView" does not transport greatly the purpose of the control.</p><p>Proposals for a new name are gathered at the discussion <a...
View ArticleCreated Feature: Feature: Zoom with mouse scroll wheel [1363]
<p>Currently zooming can be done just by manipulating the world extents (via properties Minimum1/Maximum1 and Minimum2/Maximum2).</p><p>It should be possible to do this via the scroll...
View ArticleCreated Feature: Anchoring of the whole control [1364]
Currently on resizing the control's subform the WorldDefinitionArea stays unchanged, resulting in a zoom/shrink behaviour.Looked at it from an other perspective the edges of the WorldDefinitionArea are...
View ArticleCreated Feature: Save Method [1365]
The control should be able to write back changed data, esp. size and position info.This requires a discussion on the details.
View ArticleCreated Issue: Add ResizeManager [1366]
A ResizeManager could be responsible for zooming and for anchoring (refer to issues #1363 and #1364.
View ArticleCreated Feature: Support for WorkingArea [1367]
The NetView should support the notion of a WorkingArea. When set, items should be kept within that working area. This is a required feature for the use case report designer.It should be possible to...
View ArticleCreated Feature: Provide a UniformGridPolicy [1368]
A PlacementPolicy enforcing a uniform grid should be shipping with the control.
View ArticleCreated Issue: Setup CI Build [1369]
There should be a Continuous Integration build.It should do these things:- Create a new database from source control (Dev branch only)- Check if it compiles- Check if all tests pass- Send notification...
View ArticleCreated Feature: Enabled Property [1370]
The control and each item should have a property Enabled. It should switch the item(s) to readonly mode (property ReadOnly already exists) and in addition- draw the item(s) in some kind of dead design...
View ArticleCreated Feature: Defined Behaviour on invalid RecordSource [1371]
The control should provide a meaningful reaction (raise error with informative message) if the recordsource cannot be opened, for example with a invalid SQL statement.
View ArticleCreated Issue: Error Event [1372]
The control should raise an error event if there are problems. At the moment, this would be useful with problems regarding databinding. If there is some invalid fieldname configured, the items are...
View ArticleCreated Task: Sorted List Sample [1373]
There should be a sample for an interactive sorted list implemented with NetView.
View ArticleCreated Feature: ForeignKeyValueConverter [1374]
The control should be shipping with a ForeignKeyValueConverter. It should automatically setup a mapping between the ForeignKey values in a database column and some other meaningful information.There...
View ArticleCreated Issue: Z-Order [1375]
The control should provide a possibility to manipulate the z-order (stacking) of the items. Since the z-order of the Access labels cannot be changed during runtime, it will mean exchanging label...
View ArticleCreated Feature: Automatic Layout: List [1376]
There should be a PlacementPolicy that enables a list style arrangement and manipulation of items.
View ArticleCreated Feature: Automatic Layout: Tree [1377]
There should be a PlacementPolicy that enables a tree style arrangement and manipulation of items.
View ArticleCreated Feature: Automatic Layout: Star [1378]
There should be a PlacementPolicy that enables a star like arrangement and manipulation of items.
View ArticleCreated Issue: Formatting Manipulations [1379]
The control should support basic manipulations for the formatting depending on the state of an item (enabled, readonly, hover, selected, focus, ...).The manipulations could be- changing to a completely...
View ArticleCreated Issue: Support more items than labels [1380]
The control should be able to handle with more items than labels as long as the number of labels is sufficient to display all the items that are actually within the current...
View Article