Directory of Examples - misodle/Examples GitHub Wiki
Hello World
- FAQ001 - VL Web Page
OO Basics
- FAQ002 - VL Web Page
- FAQ002a - RP
- Parent invoking mthroutine in child - pass and return parms
- Child signaling event to Parent and passing a parm
UI Blocking - spinning GIF
- FAQ003 - VL Web Page
- FAQ003s - Server Module
- FAQ003er - External Resource - spinning GIF
- Explain the issues related to UI blocking / ways that work and do not work
Menu Bars - center menu items
- FAQ004 - VL Web Page
- pro-grammatically collect menu items and center them by iterating controls (FOR EACH)
Prompts in List
- FAQ005 - VL Web Page
- 3 dots prompt in list
- click on cell prompt in list
- update row on prompt close
- all in 1 example (no RP for prompt)
Google Charts Example
- FAQ006 - VL Web Page
- FAQ006w - Widget
- Add ability to change chart column colors
- (this example was copied from the shipped demo chart sample - this has a few parts so you need to load the demo examples in any partition you try to use this)
- xDemoWebGoogleCharts -> FAQ006 Web Page
- xGoogleColumnChart -> FAQ006w Widget
Dynamic Menu Example (using List)
- FAQ007 - VL Web Page
- FAQ007Theme - Custom Theme (to control Custom List appearance)
- FAQ007M1 - RP - Menu Item 1
- FAQ007M2 - RP - Menu Item 2
- FAQ007M3 - RP - Menu Item 3-10
- This example uses a List to build a "dynamic" list of menu options (this would involve user written code to control menu options based upon some security file.
- Each menu option loads a reusable part which is a panel. The RP is loaded dynamically as needed.
- Uses a collection to hold references to each RP.