=== javiercrowsoft1 is now known as javiercrowsoft [01:43] rpadovani: yes sorry just have gotten to it [10:34] Hi, someone already make cordova app for ubuntu phone without Ubuntu SDK ? [14:38] I'm getting this: file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Popups/1.2/popupUtils.js:70: TypeError: Property 'hide' of object QQmlComponent(0x19a7af0) is not a function [14:38] when I use a 'cancel' button in a Dialog [14:39] http://pastebin.ubuntu.com/12282676/ [15:15] ahoneybun: o/ the problem is in the line 77 [15:15] it should be "PopupUtils.close(dialogue)" [15:16] thanks! [15:16] that worked [15:17] now to hook the button up to something [15:17] anyway g2g === BirthdayHandler is now known as nhandler [19:07] Evening! [19:09] Guys, I love the Ubuntu Phone so I'd like to contribute. Howeever, I have no crazy idea where can I find the description of all core libraries provided by the system ( e.g. for sending SMSes or finding out if any audio is being played now ). So, where is the ultimate reference for UPhone developer? [20:41] ahayzen: how does one add more listitems with a button? [20:41] http://pastebin.ubuntu.com/12288379/ [20:41] ahoneybun, append to the listmodel [20:42] oh you don't have a ListView ? [20:42] nope [20:42] yeah use a Repeater or ListView where you want to repeat the same delegate (in your case ListItem) [20:42] then the model sets the length/data for each [20:42] http://doc.qt.io/qt-5/qml-qtquick-listview.html [20:43] I still want to use actions [20:44] yup [20:44] thats fine [20:45] ahoneybun, like this is a more complex example but is how the MusicApp's Songs tab is done http://bazaar.launchpad.net/~ahayzen/music-app/refactor-use-sdk-listitems/view/head:/app/ui/Songs.qml [20:45] mm [20:45] (with the new listitems) [20:45] MultiSelectListView you can swap to ListView and MusicListItem to ListItem ;-) [20:46] yes a lot more complex [20:46] they just add some helpers [20:46] * ahoneybun 's head blows up [20:47] ahoneybun, these may be useful as well http://doc.qt.io/qt-5/qml-qtquick-repeater.html [20:47] tooo much info! [20:47] lol [20:50] ahayzen: I'm thinking of like this: https://www.pinterest.com/pin/555139091539547622/ [20:55] ahoneybun, yup you should be able todo that with a ListView [20:55] mmm [20:55] have a read of the listview docs and play with the examples [20:55] but it needs premade data [20:55] aka model [20:55] locate the SDK examples as well [20:56] ListModel {id: myModel} then you can put the premade ones in...but you can also do myModel.append() [20:56] http://doc.qt.io/qt-5/qml-qtqml-models-listmodel.html [20:57] my idea is to have 2 players by default with the option to change the names later [20:57] aka Player 1 and Player 2 === javiercrowsoft1 is now known as javiercrowsoft