User interface basics / The abstract user interface tree |
The abstract user interface tree built on the front end can be inspected
The GDC must have been started in debug mode (-aD option).
In the current window of the running program, do a control-right-click with the mouse: This will open the AUI tree debug window.
You can then browse the AUI tree created on the GDC side.
<CONFIGURATION ...> <APPLICATION_SERVER> ... <RESOURCE Id="res.uaproxy.param" Source="INTERNAL">--development</RESOURCE> ...
Start your application in a web browser: a debug icon should appear on the right of the window. Click the icon to display the AUI debug tree.
You can then browse the AUI tree created on the GMA side.
The GMA must execute with debug mode enabled in the settings panel.
http://device-ip-address:6480
You can then browse the AUI tree created on the GMA side.
The GMI must have been started in debug mode: the debug option needs to be enabled in GMI app settings on the device.
http://device-ip-address:6480 (or 6400)
You can then browse the AUI tree created on the GMI side.