Mobile RPG includes the DdsBar control which allows users to create and customize the on-screen bars commonly seen in mobile applications. DdsBars have their positioning on the screen determined by the DdsRecord properties NavigationBarControlID and FooterBarControlID. Navigation Bars are locked to the top of the screen, Footer bars to the bottom.

Bars themselves can only contain one type of element: DdsBarSegments. Each DdsBarSegment included in the bar has an ID property that is used as a value in the DdsBar's Segments property. The order of the IDs determines the order that the items will appear onscreen.

See Also