Sunday, 2018-09-30

*** frinring_ is now known as frinring09:29
Mister_Magisterhi i want to push page on app startup but im getting error from pagestack that operation is in progress13:26
Mister_Magistercan someone help me resolve that?13:26
DylanVanAsscheMister_Magister: Just an idea, not really tested since I never done that before. What about watching the pageStack signals (something like progressChanged or finished/ready?) and pushing then your page on launch.13:28
Mister_Magister ye im trying that13:30
DylanVanAsscheCombine it with the busy property of the pageStack: onProgressChanged and not busy then push13:31
Mister_Magisterim trying onBusyChanged13:31
Mister_Magisterbut that doesnt seem to work13:31
DylanVanAsscheEven when you use an if statement where you check that busy is set to false?13:31
DylanVanAsschein the signal handler13:32
elros1push it in :   onStatusChanged: {13:33
elros1        if (status == PageStatus.Active) {13:33
r0kk3rzwhere are you pushing the page from?13:34
Mister_MagisterpageStack have status property?13:34
elros1.. you know you can explore Page.qml source?13:35
Mister_Magisterelros1: it doesnt13:35
elros1but Page have13:36
DylanVanAssche completeAnimation() works too (if called before pushing your new page). The PageStack is then forced to go directly to the end of the push sequence allowing you to push directly a new page.13:36
Mister_Magisternah complete animation doesnt work13:36
DylanVanAsscheOh maybe not at launch :p13:36
elros1it's first comment in Page.qml13:36
Mister_Magisterthanks elros113:39
r0kk3rztbh id use component.oncomplete13:39
elros1you can't push 2 pages simultaneously13:40
Mister_Magisterr0kk3rz: component.oncomplete is to early13:43
Mister_Magisterthis was my first try13:43
r0kk3rzmaybe that was worth mentioning :P13:47
DylanVanAsscheAnyone experience with Qt SQL?14:48
antisAlmindor: hi u available for talk?14:51

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!