edvin
11/15/2017, 1:42 PMadd<Unit>()
ajithprasaad
11/15/2017, 1:46 PMjschneider
11/15/2017, 3:49 PMopenModal
. Unfortunatly the styles aren't applied. Is there anything I have to do to register the styles?jschneider
11/15/2017, 4:21 PMg4sarma
11/15/2017, 8:45 PMg4sarma
11/15/2017, 8:46 PMg4sarma
11/15/2017, 8:46 PMkastork
11/15/2017, 8:57 PMthomasnield
11/15/2017, 9:02 PMnimakro
11/15/2017, 9:08 PMthomasnield
11/15/2017, 9:13 PMg4sarma
11/15/2017, 9:16 PMkastork
11/15/2017, 9:17 PMg4sarma
11/15/2017, 9:18 PMthomasnield
11/15/2017, 9:28 PMJuan
11/15/2017, 9:36 PMjschneider
11/15/2017, 9:43 PMjschneider
11/15/2017, 9:44 PMJuan
11/15/2017, 9:44 PMjschneider
11/15/2017, 9:44 PMjschneider
11/15/2017, 9:44 PMJuan
11/15/2017, 9:47 PMJuan
11/15/2017, 9:53 PM<properties></properties>
, thxedvin
11/15/2017, 10:32 PMSortedFilteredList
is so handy 🙂 https://stackoverflow.com/questions/47317995/how-do-i-refactor-a-view-to-allow-filtering-of-items-bound-to-an-observablearray/47318451#47318451Ruckus
11/15/2017, 10:38 PMa
, it shows Hi there
Ruckus
11/15/2017, 10:38 PMplebian
11/15/2017, 11:42 PMtableview
refresh every time its list has any element modified?plebian
11/15/2017, 11:49 PMjschneider
11/15/2017, 11:52 PMbuttonbar {
button("Login", ButtonBar.ButtonData.OK_DONE).action {
enableWhen { model.valid }
model.commit {
doLogin()
}
}
}
jschneider
11/16/2017, 8:36 AM