/srv/irclogs.ubuntu.com/2015/03/22/#ubuntu-app-devel.txt

zbenjaminpopey: 14.10 chroots don't support qmake00:38
=== daz is now known as Guest68199
xhoch3does anybody know what happens if I use a Window instead of MainView?07:39
xhoch3on Ubuntu Touch07:39
xhoch3because I cannot provide the applicationName field then07:39
GirishHi10:20
GirishCan anybody help me out with Ubuntu Emulator,black screen issue10:20
GirishLast statement on terminal "Try 'basename --help' for more information. [  128.210000] systemd-logind[698]: Failed to start user service: Unknown unit: user@32011.service [  128.210000] systemd-logind[698]: Failed to start user service: Unknown unit: user@0.service"10:21
justCarakasis it possible to do in app downloads in an HTML5 app ?10:51
ogra_hmm, why does global replace in our javascript not work ... i.e.: string.replace(/foo/g, 'bar') always throws an error for me14:48
alci63hi here. I have troubles creating kits in ubuntu-sdk. I get a click error (here http://pastebin.fr/39129). Any idea?14:49
ogra_ah, ... because i suck at escaping special charts it didnt work :P14:52
ogra_*chars14:52
alci63the strange part is 'Could not resolve 'localhost' Err http://archive.ubuntu.com...' Why localhost ???15:06
pgbalci63: pastebin what do you have in /etc/hosts ?15:32
pgbalci63: or make sure you have localhost there15:32
pgbalci63: E: Unable to locate package libc-dev E: Unable to locate package ubuntu-sdk-libs E: Unable to locate package ubuntu-sdk-libs-dev  and "failed to create chroot click-ubuntu-sdk-15.04-armhf"; do you have those packages installed, do you run this as root?15:35
dee__hi15:56
dee__i have a problem with a app, i wana update something in the bitcoin-app (https://launchpad.net/bitcoin-app), problem is that this project import the jni.h, but the project dont have that implement15:57
dee__ok, sry its the jdk package, but how can i configure qt creator to use the right path, the project is a ubuntu phone project16:05
alci63pgb: yes, I have localhost here... I finally have it running under a VM in 14.10... I give up for now on my main system, since vivid is work in progress...17:20
=== ahoneycutt is now known as ahoneybun
ahoneybunhey ahayzen18:24
ahayzeno/18:25
ahayzenahoneybun, thanks for the comments on my wiki page :)18:25
ahoneybunahayzen: of course :)18:25
ahoneybunahayzen: my app hit 270 users18:25
ahayzenawesome :)18:26
ahoneybunI swear it 240 on friday then it jumped to 27018:26
ahayzeni've seen a rise since folks have been getting their devices :)18:27
ahoneybunyea that might be it18:27
ahoneybunnow there is 1000 apps18:28
AskUbuntuUbuntu Tuoch HTML5 How to create a fixed header? | http://askubuntu.com/q/59998818:50
moon88hi, where can i find some example html5 apps for the ubuntu phone? I cant even get run some js code ...19:19
popeythe help app is the most recent example I guess19:20
popeyhttps://launchpad.net/help-app19:20
moon88mhh dont work a easy console.log() or a alert()19:44
moon88window.onload = function () {     console.log("test"); }19:51
moon88dont work19:51
moon88alert(); the same19:52
moon88cant someone help?19:55
moon88wana start to dev some apps ...19:56
popeyits sunday evening, so usually quiet here20:03
ahoneybunhow do I keep textfields from over laping?23:06
ahoneybunI know it has to do with anchors23:06
ahoneybunmhall119: you around?23:15
ahayzen_ahoneybun, anchor the right of the left one to the left of the right one and visa versa ... or put them in a Row { .... *fields* ... }23:20
ahayzen_brb23:20
ahoneybunahayzen_: thanks and here: http://imgur.com/hrf5kgu23:23
ahoneybunthere are in a row23:24
ahayzen_ahoneybun, not in the Item ;)23:25
ahayzen_ahoneybun, take the anchors out of the fields and remove the item wrapping them23:25
ahayzen_so it reads Row { Field {} Field {} }23:26
ahoneybunahayzen_: ok now to keep the textfields on the page23:27
ahoneybunahayzen_: http://imgur.com/5oyduv423:29
ahayzen_ahoneybun, where do you want them to be on the aligned in terms of the page?23:33
ahoneybunthe center ahayzen_23:36
ahayzen_ahoneybun, so how wide should each field be?23:37
ahoneybunhttp://imgur.com/96CZiMw23:37
ahayzen_like you probably just need like width: parent.width / 2 .. or something on the fields23:37
ahoneybunI use "parent.width - units.gu(5) or so23:37
ahoneybunyea23:37
ahoneybunwhen I did that both fields are goin23:38
ahoneybungone23:38
ahoneybungot it23:39
ahayzen_\o/23:39
ahoneybunI need to center it all no23:39
ahoneybunw23:39
ahayzen_why have you done (parent.width - units.gu(1)) / 3 + units.gu(3) ?23:39
ahayzen_why not just parent.width / 3 ?23:40
ahoneybunbuttons we so small23:40
ahayzen_but like that'll probably be overflowing the Row {}23:40
ahayzen_so maybe make the width of that larger?23:41
ahoneybunok done23:42
ahayzen_whats it looking like now?23:43
ahoneybunlet me upload23:43
ahoneybunhttp://imgur.com/Mf0J96Z23:43
ahayzen_looking better but still not perfectly aligned i don't think23:45
* ahayzen_ has sleepy eyes23:45
ahoneybunyea23:45
ahoneybunone more thing23:45
ahoneybunhow do I enter text with the buttons (if i can)23:46
ahayzen_"enter text with the buttons" ?23:46
ahayzen_as in when you tap they are added to the field?23:47
ahoneybunlike clicking the button will enter a number in the textfield23:47
ahoneybunlike a calculator23:47
ahoneybunthis is a score keeper23:47
ahayzen_like onClicked: myTextField.text += "9"23:47
ahoneybunoh23:47
ahayzen_will append it23:47
ahayzen_or take out the += and use = to replace23:47
ahoneybunI think that works23:48
ahayzen_\o/23:49
ahoneybunscreenie coming23:50
ahoneybunhttp://imgur.com/S0SR0cU23:50
ahoneybunnow there are 2 textfields23:50
ahoneybunso do I need to make 9 more buttons?23:50
ahayzen_well when should stuff appear in the second?23:50
ahoneybunwhen the buttons are clicked23:53
ahoneybunso I might need more buttons23:53
ahoneybunor or23:53
ahoneybunput the other score on a different tab23:53
ahayzen_yeah i think you need to think about the user interaction before diving in :)23:54
ahayzen_tabs may work23:54
ahoneybunyea I'll try that23:54
ahoneybunthanks ahayzen_23:54
ahoneybungo to sleep23:54
ahayzen_no problem23:54
ahayzen_who me or you?23:54
ahoneybunahayzen_: you23:55
* ahayzen_ has to wait for washing to finish :/23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!