navigate between forms/stacks
Posted: Thu Jan 14, 2016 12:46 pm
hello. I am a real newbie to Livecode, coming from MS/Access.
In my application I need to have a number of forms, that show different views of the backbone database. In ms/access it is quite easy: you just design a master form and program a button that enables you to jump to a specific form, opening it. On the subform, on the "open event" you close the original form (if needed), and you program a button that will reopen it.
I reckon that, in livecode, I must design a stack for each of the forms. My question is: how do we navigate on them? Or is there a completly different paradigm that I am overlooking?
In my application I need to have a number of forms, that show different views of the backbone database. In ms/access it is quite easy: you just design a master form and program a button that enables you to jump to a specific form, opening it. On the subform, on the "open event" you close the original form (if needed), and you program a button that will reopen it.
I reckon that, in livecode, I must design a stack for each of the forms. My question is: how do we navigate on them? Or is there a completly different paradigm that I am overlooking?