zbenjamin | popey: 14.10 chroots don't support qmake | 00:38 |
---|---|---|
=== daz is now known as Guest68199 | ||
xhoch3 | does anybody know what happens if I use a Window instead of MainView? | 07:39 |
xhoch3 | on Ubuntu Touch | 07:39 |
xhoch3 | because I cannot provide the applicationName field then | 07:39 |
Girish | Hi | 10:20 |
Girish | Can anybody help me out with Ubuntu Emulator,black screen issue | 10:20 |
Girish | Last 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 |
justCarakas | is 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 me | 14:48 |
alci63 | hi 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 :P | 14:52 |
ogra_ | *chars | 14:52 |
alci63 | the strange part is 'Could not resolve 'localhost' Err http://archive.ubuntu.com...' Why localhost ??? | 15:06 |
pgb | alci63: pastebin what do you have in /etc/hosts ? | 15:32 |
pgb | alci63: or make sure you have localhost there | 15:32 |
pgb | alci63: 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__ | hi | 15: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 implement | 15: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 project | 16:05 |
alci63 | pgb: 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 | ||
ahoneybun | hey ahayzen | 18:24 |
ahayzen | o/ | 18:25 |
ahayzen | ahoneybun, thanks for the comments on my wiki page :) | 18:25 |
ahoneybun | ahayzen: of course :) | 18:25 |
ahoneybun | ahayzen: my app hit 270 users | 18:25 |
ahayzen | awesome :) | 18:26 |
ahoneybun | I swear it 240 on friday then it jumped to 270 | 18:26 |
ahayzen | i've seen a rise since folks have been getting their devices :) | 18:27 |
ahoneybun | yea that might be it | 18:27 |
ahoneybun | now there is 1000 apps | 18:28 |
AskUbuntu | Ubuntu Tuoch HTML5 How to create a fixed header? | http://askubuntu.com/q/599988 | 18:50 |
moon88 | hi, where can i find some example html5 apps for the ubuntu phone? I cant even get run some js code ... | 19:19 |
popey | the help app is the most recent example I guess | 19:20 |
popey | https://launchpad.net/help-app | 19:20 |
moon88 | mhh dont work a easy console.log() or a alert() | 19:44 |
moon88 | window.onload = function () { console.log("test"); } | 19:51 |
moon88 | dont work | 19:51 |
moon88 | alert(); the same | 19:52 |
moon88 | cant someone help? | 19:55 |
moon88 | wana start to dev some apps ... | 19:56 |
popey | its sunday evening, so usually quiet here | 20:03 |
ahoneybun | how do I keep textfields from over laping? | 23:06 |
ahoneybun | I know it has to do with anchors | 23:06 |
ahoneybun | mhall119: 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_ | brb | 23:20 |
ahoneybun | ahayzen_: thanks and here: http://imgur.com/hrf5kgu | 23:23 |
ahoneybun | there are in a row | 23:24 |
ahayzen_ | ahoneybun, not in the Item ;) | 23:25 |
ahayzen_ | ahoneybun, take the anchors out of the fields and remove the item wrapping them | 23:25 |
ahayzen_ | so it reads Row { Field {} Field {} } | 23:26 |
ahoneybun | ahayzen_: ok now to keep the textfields on the page | 23:27 |
ahoneybun | ahayzen_: http://imgur.com/5oyduv4 | 23:29 |
ahayzen_ | ahoneybun, where do you want them to be on the aligned in terms of the page? | 23:33 |
ahoneybun | the center ahayzen_ | 23:36 |
ahayzen_ | ahoneybun, so how wide should each field be? | 23:37 |
ahoneybun | http://imgur.com/96CZiMw | 23:37 |
ahayzen_ | like you probably just need like width: parent.width / 2 .. or something on the fields | 23:37 |
ahoneybun | I use "parent.width - units.gu(5) or so | 23:37 |
ahoneybun | yea | 23:37 |
ahoneybun | when I did that both fields are goin | 23:38 |
ahoneybun | gone | 23:38 |
ahoneybun | got it | 23:39 |
ahayzen_ | \o/ | 23:39 |
ahoneybun | I need to center it all no | 23:39 |
ahoneybun | w | 23: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 |
ahoneybun | buttons we so small | 23:40 |
ahayzen_ | but like that'll probably be overflowing the Row {} | 23:40 |
ahayzen_ | so maybe make the width of that larger? | 23:41 |
ahoneybun | ok done | 23:42 |
ahayzen_ | whats it looking like now? | 23:43 |
ahoneybun | let me upload | 23:43 |
ahoneybun | http://imgur.com/Mf0J96Z | 23:43 |
ahayzen_ | looking better but still not perfectly aligned i don't think | 23:45 |
* ahayzen_ has sleepy eyes | 23:45 | |
ahoneybun | yea | 23:45 |
ahoneybun | one more thing | 23:45 |
ahoneybun | how 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 |
ahoneybun | like clicking the button will enter a number in the textfield | 23:47 |
ahoneybun | like a calculator | 23:47 |
ahoneybun | this is a score keeper | 23:47 |
ahayzen_ | like onClicked: myTextField.text += "9" | 23:47 |
ahoneybun | oh | 23:47 |
ahayzen_ | will append it | 23:47 |
ahayzen_ | or take out the += and use = to replace | 23:47 |
ahoneybun | I think that works | 23:48 |
ahayzen_ | \o/ | 23:49 |
ahoneybun | screenie coming | 23:50 |
ahoneybun | http://imgur.com/S0SR0cU | 23:50 |
ahoneybun | now there are 2 textfields | 23:50 |
ahoneybun | so do I need to make 9 more buttons? | 23:50 |
ahayzen_ | well when should stuff appear in the second? | 23:50 |
ahoneybun | when the buttons are clicked | 23:53 |
ahoneybun | so I might need more buttons | 23:53 |
ahoneybun | or or | 23:53 |
ahoneybun | put the other score on a different tab | 23:53 |
ahayzen_ | yeah i think you need to think about the user interaction before diving in :) | 23:54 |
ahayzen_ | tabs may work | 23:54 |
ahoneybun | yea I'll try that | 23:54 |
ahoneybun | thanks ahayzen_ | 23:54 |
ahoneybun | go to sleep | 23:54 |
ahayzen_ | no problem | 23:54 |
ahayzen_ | who me or you? | 23:54 |
ahoneybun | ahayzen_: you | 23: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!