Adding a combo box with page links
When you run Kiosk2Go, you can change between pages one page at a time by tapping the paging buttons . Alternatively, you can add a combo box to the pages that allows the user to jump directly to a particular page.
Notes:
- If you rename Kiosk2Go pages (by double-clicking the page tabs inside the Kiosk2Go device and typing new names), you will need to reselect the pages for each paging combo box.
- Page change buttons and page change combo boxes can only be controlled from the browser running Kiosk2Go. You cannot control these devices remotely by wiring other devices to them in NWare or using other methods, such as Python or RATC. This is because there is no way to differentiate between web client instances.
To add a combo box with page links
- Drag a Generic Controls device from the device tree over to the main NWare design page.
- Specify string in the Type of control(s) list.
- Open the Kiosk2Go Layout block and click the page where you want to add the combo box.
- Open the Generic Controls control block, and then copy and paste the control onto the Kiosk2Go Layout device page.
- Right-click the control, and then click Control Properties.
- In the list, click combo box.
- Select the Set up links to pages check box.
The Available Pages and Selected Pages lists are displayed. The Selected Pages list shows the pages that will appear in the combo box.
- In the Available Pages list, double-click individual pages to move them to the Selected Pages list.
- If you want to remove a page from the Selected Pages list, click the page to select it, and then click Remove.
- If you want to change the order in which the pages will appear in the combo box, click a page to select it, and then click Up or Down.
- Click OK.
- Copy and paste the paging combo box onto all the pages in the Kiosk2Go Layout device where you want a list of pages to be shown.