Back   Forward Collapse All Home > HowTos > Making My ToolBar 
TalMap SDK Libary Reference
HOWTO: Make My ToolBar
  Summary
  This document describes how to use the UI functions provided in TalMapX Control.
TalMapX Control provides various kinds of Objects for UI(User Interface).
The UI Objects provided in TalMapX Control are XUIButton, XUICheckBox, XUIImage, XUIImageList, XUIImageText, XUIPanel, UIStatic, and etc.
With this document, users can learn how to easily use UI Objects.
With the UI Objects, users can make My ToolBar and My LevelBar and apply them to the m_Map.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get UI Manager with the Contorl Manager.
3. Make desired Objects with the UI Manager and make ToolBar and LevelBar.
4. Use the created UI Objects and add the function to enable the ToolBar and the LevelBar.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top