[02:52] anyone actually here? [02:52] appdevs [02:55] anyone? === chihchun is now known as chihchun_afk === athairus is now known as afkthairus [13:19] Hi All, is it possible to develop using quickly/glade/python on a network storage drive from both desktop and laptop? I keep getting an error. [16:33] ahayzen: your here! [16:39] I'm using PageStack and when I click to load a new Page the old Page is under the new one [16:40] screenshot http://imgur.com/wel5APi === afkthairus is now known as athairus [17:09] appdevs === JanC_ is now known as JanC [17:25] mm [17:42] there is no reason why PageStack is not working right... [17:42] http://pastebin.ubuntu.com/16010030/ [18:14] ahoneybun, haha that seems quite fun :-) think i've seen it before somehow [18:15] I've been working on that for days... [18:15] ahoneybun, maybe try putting visible: false ... on that Page {} [18:15] big reason I can't push the new version to the store [18:15] let me jump to my laptop [18:15] as then hopefully it will be only set to visible: true when it is pushed [18:16] i think it might be leaking through as you have defined the Page {} as a child of the PageStack [18:16] but that works in the sample on dev.ubuntu.,com [18:16] I do have visiable set false [18:17] ahoneybun, you mean you already have visible set to false? in that pastebin, i meant at around line 19 [18:17] ahoneybun, oh! [18:17] I have it on line 23 [18:17] ahoneybun, the id: page0 is on the PageHeader ... not the Page [18:18] i think move the visible and id to the Page not PageHeader [18:18] yep [18:18] omg [18:19] though now the page0 has a back button for some reason [18:19] and when you push it it wipes the page [18:19] mm [18:19] hah [18:19] you can just set the leadingActions to [] [18:20] ? [18:20] or leadingActionBar.actions: [] [18:20] ahayzen: http://imgur.com/qbOzU9Z [18:20] it works the same as the trailingActionBar.actions: [] you have used... [18:20] [ ] ? [18:20] yeah that means empty list, eg no actions [18:21] otherwise maybe pastebin the whole code and i'll have a look again...but can't remember what the default behaviour is [18:21] fixed [18:21] but overriding the leadingActionBar with an empty list should hide the thing :-) [18:21] cool :-) [18:21] it looks awesome [18:21] \o/ [18:21] ahayzen: your always my hero XD [18:22] hah no problem thanks :-) [18:22] now to use sections lol [18:22] ahoneybun, you should have a play about with AdaptivePageLayout as well ;-) [18:22] sections are cool :-) [18:22] ahayzen: http://imgur.com/71OyFuU [18:23] \o/ [18:23] yea I have a Nexus 7 and want it to look good there [18:23] but needed it to function a bit lol [18:23] hah [18:23] I want this app to serve 2 things [18:23] info about Ubuntu and showcase the Ubuntu UI a bit [18:24] yeah that'd be cool :-) [18:24] I'll look at AdaptivePageLayout in one min [18:25] making all the pages similar [18:26] ahoneybun, when you get onto it :-) https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/Ubuntu.Components.AdaptivePageLayout/ and https://developer.ubuntu.com/en/blog/2015/08/10/adaptive-page-layouts/ may help :-) [18:26] also charging my nexus 7 [18:27] seems I bookmarked the second before lol [18:27] I wonder how hard that is to work with PageStack [18:28] not very :-) [18:28] tbh it looks scary [18:29] just change PageStack to AdaptivePageStack ... then set primaryPage to be your page0 .. and change push(url) to addPageToNextColumn(page0, url) [18:29] or something like that [18:29] mm let me try [18:32] ahayzen: nope lol http://pastebin.ubuntu.com/16011866/ [18:32] here is my current working code [18:34] ahoneybun, what did you try with APL ? [18:34] stuff lol [18:34] I'm working from the examples now [18:34] kinda working [18:34] haha [18:34] just not pushing right now as I have not gotten to that [18:35] yeah you'll have you adjust your push() calls [18:35] the docs are talking about PageStack but it is not in there [18:36] hmm yeah weird [18:36] try just using addPageToNextColumn() with nothing before [18:36] with this I can't call on qml files? [18:36] you should be able to... i managed in one prototype i did once [18:37] try doing like addPageToNextColumn(page0, Qt.resolvedUrl("components/About.qml")) [18:37] ypeError: Property 'addPageToCurrentColumn' of object Page_QMLTYPE_35(0x1292120) is not a function [18:37] let me try that one [18:38] it'll need to be on the AdaptivePageLayout i would have thought [18:39] cannot anchor to [18:39] file:///home/aaron/Projects/ubuntu-beginner/Main.qml:38:13: QML Column: Cannot anchor to an item that isn't a parent or sibling. [18:39] file:///home/aaron/Projects/ubuntu-beginner/Main.qml:47: ReferenceError: addPageToCurrentColumn is not defined [18:39] hah [18:39] ahoneybun, what does your code look like at the moment? [18:40] http://pastebin.ubuntu.com/16012188/ [18:41] ahoneybun, try pageLayout.addPageToCurrentColumn [18:41] otherwise, i'll have to find my previous prototype :-) [18:42] now just that QML Column error [18:43] ahoneybun, that will be because of this top: pageLayout.bottom [18:43] maybe you mean ... page0.header.bottom ? [18:43] but thata fixes a issue with lay [18:43] ... maybe [18:44] or you could just remove as you have fill: anyway [18:44] I was having a issue with the header [18:44] covering over a item [18:44] ok try ... top: parent.header.bottom [18:45] * ahayzen thinks it was that [18:45] so no errors but it is working like normal [18:45] not loading anything to the other side [18:45] it will only do that if you screen is big enough... [18:46] as in... if the Window is wide enough [18:46] so maximise the window then try [18:46] nope lol [18:46] oh [18:46] instead of addPageToCurrentColumn [18:46] use addPageToNextColumn [18:46] :-) [18:47] nope lol [18:47] and you are clicking the right one? "News"? [18:47] what does your code look like now? [18:47] yea [18:48] http://pastebin.ubuntu.com/16012269/ [18:49] hmm ahoneybun try putting anchors.fill: parent into the AdaptivePageLayout ... and then try making your window large [18:49] otherwise i'm gonna have to spin up the sdk and have a look :-) [18:50] \0/ [18:50] does it work? [18:50] yes [18:50] \o/ [18:51] super awesome [18:51] ahayzen: http://imgur.com/NT0HF6H [18:52] ahoneybun, sweet \o/ [18:52] I think we can expect this on the store by the end of the day [18:52] awesome :-D [18:52] I'll remove sections for now [18:53] I'll work on that once my code is on LP [18:53] badly outdated that is [18:53] there might be a bug related to the sections... and adaptivepagelayout [18:53] * ahoneybun hopes bzr will work with him today [18:53] ahoneybun, bug 1540240 will be one to note [18:53] bug 1540240 in ubuntu-ui-toolkit (Ubuntu) "Automatic Header height adjustment should be optional " [Medium,Confirmed] https://launchpad.net/bugs/1540240 [18:54] basically if you have header sections on the left side, at the moment the right side will match the height... [18:55] oh [18:56] (only relevant when you start using the sections though :-) ) [18:56] yea lol [18:57] ahoneybun, and having AdaptivePageLayout will be good for all those folks with the new tablet :-) [18:58] this is very true [18:58] someone emailed me for french translations [18:58] but I was not ready for it [18:59] trying to update the Lp page atm [18:59] ahoneybun, if you have a .pot setup LP is quite simple to get going [19:01] yea I do want to do it at some point very soon [19:05] yay my trunk and 3.0 series are up to date! [19:05] thank thank thank you ahayzen [19:06] ahoneybun, no problem :-) [19:06] now to make a click package and run on my tablet [19:06] \o/ [19:07] the SDK never doess that right [19:10] mm none of the buttons do anything [19:14] it is taking forever to open on the tablet lol [19:15] still not open [19:18] ahayzen: uninstalled my old one and installed the new one, works! [19:20] ahoneybun, problem solved ? [19:20] maybe you didn't refresh the app scope or something [19:20] yep all rotations work [19:20] either way it works [19:22] \o/ [19:29] .. [19:29] stupid rules [19:29] ahayzen: The package name com.ubuntu.developer is not valid. It can only contain dashes, numbers and lowercase ascii letters. [19:29] ? [19:30] ahoneybun, should be package.developer now [19:30] like helloworld.ahoneybun [19:30] yea that never worked for me [19:31] XD trying anyway [19:32] The new version submitted for 'ubuntubeginner' does not match the package namespace ('com.ubuntu.developer.aaronhoneycutt'). [19:32] * ahoneybun throws this crap out [19:34] ahayzen: ^ [19:34] XD [19:35] thing hates me [19:35] do you have things differing with your package name in the manifest and the file or what is online? [19:35] I think it used to be the com.ubuntu.developer thing when I first uploaded it to the store [19:36] so it needs it to be the ssasme [19:36] *same [19:36] but if you make it that way it complains a new error [19:37] any devs on the server? [19:37] who can push this though [19:40] popey: around? [19:40] The new version submitted for 'ubuntubeginner' does not match the package namespace ('com.ubuntu.developer.aaronhoneycutt'). [19:49] mhall119: ^ [20:01] ahoneybun, hmm if you have already uploaded before you should be able to update, maybe something in the .click has been updated to the new format by mistake [20:04] my only other option is to update a whole new app [20:04] I change the package namespace to the old way and it tells me to update to the new [20:05] I use the new and it tells me to use the old [20:05] endless circle [20:05] ugh [20:05] I'm tempted to take down the old and reupload [20:05] b_euno maybe able to help, think he works on the store [20:05] I even made a WHOLE new project and copy everything over [20:05] but i know it is the weekend, so folks may not be about :-/ [20:05] and tried that to no success [20:06] ahoneybun, you should be able to update .. as we still have com.ubuntu.music and others are still the same [20:06] ahayzen: should I take the old down and start fresh? [20:06] ahoneybun, no i'd ask some of the store devs first [20:06] mm [20:06] otherwise everyone that has installed the app, would have to refind it [20:06] * ahoneybun really wanted it on the store today [20:06] and won't get an update [20:07] ahoneybun, so what happens when you get everything to match com.ubuntu.developer.aaronhoneycutt ? [20:07] some error [20:08] have you checked everything in the click file? [20:08] it passes everything [20:08] though since I started a new project and imported everything I can build with the SDK [20:09] got it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [20:09] ahayzen: com.ubuntu.developer.aaronhoneycutt.ubuntubeginner [20:09] that worked [20:09] \o/ [20:10] ahoneybun, anyway i have to go now, sounds like you've got things going :-) [20:10] ahayzen: thanks so much again [20:10] now to update screenshots [20:10] no problem :-) [20:17] alright new version up, screenshots up, [20:17] successful saturday [20:18] hi [20:19] hey kemi [22:41] mm trying to push my changes and it is not taking all the dirs [22:46] bzr keeps "skipping nested tree u'/home/aaron/Projects/uBeginner/uBeginner'"