Lib | Link |
---|---|
Lib for Desktop Widgets | http://axlib.uxtechniques.com/ |
Many Differend libs | http://www.axure.com/download-widget-libraries |
Android 4 | http://axureland.com/axure_widget_libraries/entry/android_4.0_axure_library |
A Prototyping Tool.
Simulate nested ifs with dynamic Panels. For each case an own Panel:
1 2 3 4 5 6 7 8 9 10 |
\\nested if if (ticketNotValidated){ if ticket(networkConnectionPresent){ // Popup A } else { // Popup C } } else { // Popup D } |