PDA

View Full Version : Expandable List Panel - alpha 2



danwalsh46
9-Jun-2018, 10:13 AM
This is DemoExpandPanel.wo in the OrderEntryMobile workspace. Changing the combo value above the list, I find that combo items 1, 3 & 4 seem to yield the same behavior in the list. Item 2 defeats the list expansion and does not in anyway respond to mouse clicks or key strokes. This does not appear to be working as intended.



Procedure OnFill
Send AddComboItem wleManual "Manual"
Send AddComboItem wleOpenOnRowChange "Open on row change"
Send AddComboItem wleOpenOnRowClick "Open on row click"
Send AddComboItem wleOpenOnRowClickCloseOnChange "Open on row click, close on change"
End_Procedure

Harm Wibier
11-Jun-2018, 08:51 AM
Hi Dan,

You are right. This isn't the clearest demo and there is a bug in it (in the demo, not in the expand panel). The wleManual demo tries to do exactly what wleOpenOnRowClickCloseOnChange tries to do, but that break wleOpenOnRowChange.

The peMode is a bit technical and the best choice depends on how you intend to use it. You'll see the differences better when run on a slower connection (try chrome emulation for that).

We'll fix the bug for next rev and think about a better demo later..

Stephen W. Meeley
26-Jun-2018, 08:51 AM
Dan,

This should be fixed in Alpha 3. We still need a better demo but that will come later in the process.