Vladimir Ivanov
06/11/2019, 12:30 PMAndrey Kulikov
06/11/2019, 12:34 PMGeorge Mount
06/11/2019, 2:41 PMinFrame
, start one with open()
and commit it with commit()
(all in Frames.kt)
Something like this should work:
if (!inFrame) {
open()
// modify state
commit()
} else {
// modify state
// let whoever is managing the frame handle the commit
}romainguy
06/11/2019, 3:15 PMefemoney
06/11/2019, 3:28 PMGeorge Mount
06/11/2019, 3:55 PMcommit()
, all of the changes that you made to the models are considered as changed together.Chuck Jazdzewski [G]
06/11/2019, 4:14 PMVladimir Ivanov
06/11/2019, 7:24 PMLeland Richardson [G]
06/11/2019, 7:41 PMChuck Jazdzewski [G]
06/12/2019, 12:02 AM@Model
objects as nodes?