**** BEGIN LOGGING AT Mon Oct 11 02:59:57 2010 Oct 11 03:01:32 rwhitby: nevermind, I'm dumb...it always wants yyyy-m-d, problem solved Oct 11 03:11:43 Anivrom: noticeRemovedItems Oct 11 03:11:57 haeffb: thanks ill look it up Oct 11 03:12:21 and/or invalidateItems Oct 11 03:13:31 sugardave: remember when I was deciding whether to use INSERT INTO and UPDATE or just REPLACE INTO Oct 11 03:14:09 just REPLACE INTO makes for a laggy database when you get a bunch of data (or have done a bunch of REPLACE INTO) Oct 11 03:14:40 I think Oct 11 03:15:22 haeffb: ah, okay Oct 11 03:15:50 * haeffb back to separate create and update routines Oct 11 03:19:34 sugardave: %Y-%m-%d %H:%M:%S Oct 11 03:20:05 Anivrom: this.controller.get('taskListing').mojo.getList().mojo.invalidateItems(event.index + count, 1); Oct 11 03:20:15 O_O Oct 11 03:20:20 * Anivrom 's head explodes Oct 11 03:20:52 wait, you shouldn't need that Oct 11 03:20:59 nah I can simplify that Oct 11 03:21:03 I'm re-drawing subtasks when a parent task is deleted Oct 11 03:21:11 if there's no subtasks, that's never called Oct 11 03:21:23 and my lists re-render just fine by themselves Oct 11 03:21:47 this.taskListModel.items.splice(event.index, 1); Oct 11 03:21:56 that's all I do for a normal delete Oct 11 03:22:08 me too but the scroller doesn't update Oct 11 03:22:40 rwhitby: I got it, short-term insanity Oct 11 03:22:47 then you're doing something else wrong...I don't have to take any action Oct 11 03:23:24 sugardave: ISO standard date formats are probably not that well known to you US guys ;) Oct 11 03:23:31 no :P Oct 11 03:23:47 you have this weird habit of reversing months and days Oct 11 03:24:01 americans dont let anyone tell them what standards to use. Oct 11 03:24:04 Thats because we're americans! Oct 11 03:24:06 heh...right on, so I have convertDate working in Mojo Oct 11 03:24:08 they know whats BEST Oct 11 03:24:29 now it's time to ditch most of this code and hammer this in Oct 11 05:06:35 http://pastie.org/1212300 Oct 11 05:06:39 am I doing this request right? Oct 11 05:20:11 uho: No. Oct 11 05:20:37 Do you know what the first A in Ajax stands for? Oct 11 05:27:25 Autosyncronous Oct 11 05:27:30 where do I collect my prize? Oct 11 05:27:44 chronous* Oct 11 05:27:55 autosyncronous? :T Oct 11 05:28:22 asynchronous Oct 11 05:28:48 ah Oct 11 05:28:56 so my logic should be in the onsuccess Oct 11 05:29:34 now there's something prizeworthy Oct 11 05:29:49 uho: all logic should be done onSuccess Oct 11 05:29:58 if its related to your request Oct 11 05:30:02 http://pastie.org/1212321 Oct 11 05:30:04 that look right? Oct 11 05:30:11 doesn't seem to update the content though Oct 11 05:30:14 of course you should be accomplishing other things in the meantime while you're waiting :P Oct 11 05:30:28 like spinning a spinner because spinners are awesome Oct 11 05:30:36 ROIGHT Oct 11 05:30:46 roight? lol Oct 11 05:30:57 rooooighhhhtt Oct 11 05:31:13 the content in my app isn't getting updated though Oct 11 05:31:20 kinda loik a irish accent loik from dublin loik Oct 11 05:31:24 roooight Oct 11 05:32:32 was it updating before? Oct 11 05:32:43 lol no Oct 11 05:32:48 I don't think the funciton call I'm using is right Oct 11 05:33:08 well, I could use the same function outside the Request fine Oct 11 05:33:12 must be something to do with scope Oct 11 05:33:19 http://www.webosworld.com/2010/10/10/best-palm-pre-2palmpadwebos-watch-mockup-thus-far/ - yay or nay Oct 11 05:33:57 trying adding an on0 event, because if it's completely failing, that's what gets returned from what I understand Oct 11 05:34:25 sorry I didn't understand you Oct 11 05:34:45 http://pastie.org/1212325 Oct 11 05:34:53 the log output shows that its a successful request Oct 11 05:35:55 asynchronous Oct 11 05:35:57 right Oct 11 05:36:06 ...that's what I said... Oct 11 05:36:08 right? Oct 11 05:36:10 right! Oct 11 05:36:12 yaaaaa you keep highlighting me Oct 11 05:36:18 alright folks Oct 11 05:36:21 * chronomex runs around screaming Oct 11 05:36:28 hm! so I guess it is working Oct 11 05:36:35 take a look at the JS article and let me know if you've found anything it needs/is inaccurate Oct 11 05:36:37 http://webos101.com/Javascript Oct 11 05:37:02 SineOt: the request runs fine, but I can't get the content in my scene to be updated :/ Oct 11 05:37:11 when the onSuccess thing is called Oct 11 05:37:30 uho: the version of prototype that ships with webOS has a bug where even if it fails to load the ajax request, it'll instead return a status "0" and not onFailure Oct 11 05:37:38 but if it's logging everything, idk! Oct 11 05:38:13 Anivrom: I remember a discussion on javascript optimization Oct 11 05:38:15 froma while ago Oct 11 05:38:18 I have something for you Oct 11 05:38:19 MHMMMMM Oct 11 05:38:27 alright lets have it Oct 11 05:38:31 gogogoggo Oct 11 05:38:32 Anivrom: http://www.slideshare.net/madrobby/extreme-javascript-performance Oct 11 05:38:40 just came across it Oct 11 05:38:41 it's good Oct 11 05:39:30 SineOt: I reordered the log infos and figured out that it doesn't like the this.controller.get("main").update(print); statement Oct 11 05:39:36 lol chrome rapes with that V8 engine. Oct 11 05:39:39 ah Oct 11 05:39:49 my thinking is that because im within the AjaxRequest function I don't have access to the controller somehow? Oct 11 05:39:49 Interesting ill have a look when I've got time Oct 11 05:45:20 any ideas? Oct 11 05:46:29 uho start from the top and I'll try to help Oct 11 05:50:02 Okay, here's my assistant: http://pastie.org/1212339 Oct 11 05:50:21 and my main http://pastie.org/1212340 Oct 11 05:51:01 So to get this straight, if I have a return statement in a function, it will exit the function after the return statement? Oct 11 05:52:24 http://pastebin.com/WVuhymRx Oct 11 05:52:27 try ParsePageAssistant.controller.get()? Oct 11 05:52:52 ah you're right Oct 11 05:52:53 thanks!! Oct 11 05:52:59 oh wait Oct 11 05:53:00 no its not Oct 11 05:53:00 lol Oct 11 06:04:58 any ideas? Oct 11 06:07:24 Anivrom: that is correct Oct 11 06:08:40 uho what ends up happening? Oct 11 06:10:09 When my program gets run, the intial text stays the same. And in the log, "completed request" won't show up if "this.controller.get(.." is before it; Oct 11 06:49:37 Goodmorning Oct 11 06:49:41 goodnight n stuf rite Oct 11 06:49:44 lol Oct 11 06:49:54 cya hotdp (and good morning) Oct 11 06:50:06 Morning Oct 11 06:54:17 morning Oct 11 06:54:22 Morning Oct 11 06:54:57 morning swisstomcat Oct 11 06:55:28 morning teemu, hotdp Oct 11 06:56:17 My freeapp got featured in the catalog swisstomcat :P Oct 11 06:56:28 nice! you'll get a lot of downloads Oct 11 06:56:29 hotdp: what's the name of the app? Oct 11 06:56:40 Movie Info Oct 11 06:56:46 ah, that one. Oct 11 06:57:02 Despiste som 0 stars because of wrong spelling :/ Oct 11 06:57:07 I have it too. Oct 11 06:57:10 Gah, that's dumb. Oct 11 06:57:26 Thats the way it is Oct 11 06:57:33 ratings in the catlog sucks Oct 11 06:57:38 "install hangs" 0 stars Oct 11 06:57:40 Hey care to add Wikipedia link to cast info? Oct 11 06:57:49 hmm Oct 11 06:58:01 sounds like a good idea Oct 11 06:58:31 I will implement it today (should fix spelling anyway) Oct 11 06:58:32 Yea. On saturday I was looking up actor info but your app didn't show picture nor birth date. Oct 11 06:58:47 yer the source is not as good as imdb Oct 11 06:58:57 but its free Oct 11 06:59:10 Yea. Otherwise it's fine. Oct 11 06:59:33 Its a free app, so have not used that much time on it and will not use so much either Oct 11 06:59:57 Made it because at the time, that kind of app was missing in the catalog Oct 11 07:00:11 But the wiki i will do for you :P Oct 11 07:54:26 hi guys .. anyone known .. how to add a event listener for pinch? is this an event? Oct 11 07:55:28 is pinch gesture an event? Oct 11 07:56:28 hi Oct 11 07:57:46 hi .. how to handle a pinch gesture on a DOM element? Oct 11 08:05:05 let me check Oct 11 08:06:19 have you seen this? http://developer.palm.com/distribution/viewtopic.php?f=11&t=723&hilit=pinch Oct 11 08:06:32 last post Oct 11 09:05:28 compiling node :) Oct 11 09:06:44 swisstomcat did you find out of anything about unify/JO about my situation? Oct 11 09:07:24 unify seems to have some problems on webOS (flex-box layout) Oct 11 09:07:30 jo should work ... did you check out the example on youtube? Oct 11 09:16:36 node installed :) Oct 11 09:20:03 Yer the example looks nice :) Oct 11 09:20:29 But don't know how much is missing before it can actually use is`? Oct 11 09:20:34 it* Oct 11 09:21:06 try it Oct 11 09:43:53 so you think it is ready ? Oct 11 10:40:04 rehi Oct 11 10:59:39 good morning Oct 11 11:11:39 morning warpdesign Oct 11 11:26:49 So, can anyone suggest the best way to store data for my app between instances? Oct 11 11:26:59 Hi KGF2009 Oct 11 11:26:59 hi Oct 11 11:27:01 which app? Oct 11 11:27:04 how much data are we talking about? Oct 11 11:27:23 KGF2009: working on your forum app? Oct 11 11:27:51 Eh, not right now, though that is on my list. Oct 11 11:27:58 ok :) Oct 11 11:28:17 Not entirely sure yet how much data. Basically, I'm making an app to help me keep track of school; grades, homework assignments, classes..All that stuff. Oct 11 11:29:00 cookies,depot,webSQL Oct 11 11:29:07 probably depot? Oct 11 11:29:32 Depot? Oct 11 11:29:40 you should find some examples on webos101.com Oct 11 11:30:29 mojo depot Oct 11 11:31:00 e.g http://webos101.com/Depot_for_App_Preferences Oct 11 11:43:48 bbl Oct 11 12:03:58 steve bauer to debut the w7 phone on the today show soon Oct 11 13:35:15 Anybody on O2 Germany here? Oct 11 13:35:30 I just installed my sim card and got "SIM not provisionned" Oct 11 13:35:50 that sounds bad Oct 11 14:09:49 wp7 is looking kinda legit Oct 11 14:09:58 :( Oct 11 14:12:08 Hello, is anybody actually at a computer in here? Oct 11 14:12:11 Windows phone 7 is deffinately legit.... Oct 11 14:12:29 This is going to be a very interesting smart phone ride Oct 11 14:12:38 yeah, they are on a marketing blitz right now Oct 11 14:12:57 hp better come so hard Oct 11 14:13:07 Hello, can either of you help me with a problem that I am having with palm Oct 11 14:13:08 ? Oct 11 14:13:52 palm? Oct 11 14:14:16 yes, I'm trying to make a webOS application Oct 11 14:14:31 And the problem is? Oct 11 14:15:08 I've been following along with the code in the book Palm WebOS by Allen Oct 11 14:15:32 But my application isn't working the way they describe it in the book. Oct 11 14:16:11 After comparing what I wrote to what they have in the book, I still can't see where I've made a mistake. Oct 11 14:16:42 Is there anything obviously wrong with this code? http://www.pastie.org/1213001 When I run the app and create a new Holidays object, I see this message: Error: Couldn't create new database: no such table: holidays, palmInitFramework347:2527 Oct 11 14:17:20 whoa Oct 11 14:17:32 their voice analysis system looks amazing Oct 11 14:17:38 such a cool UI for it Oct 11 14:17:51 looks cool even when it fails Oct 11 14:20:52 Can I send someone my application? Oct 11 14:21:05 yay or nay on the form factor + screen size? - http://www.engadget.com/photos/dell-lightning-venue-pro-hands-on/#3453787 Oct 11 14:22:23 wow, 4 inch screen with the vert qwerty? Oct 11 14:23:04 may be unmanageable when open Oct 11 14:23:21 yeah, i was thinking the same Oct 11 14:23:50 wont it be too top-heavy and hard to hold right while typing? Oct 11 14:23:57 The Dell Venue is what the next palm phone should be Oct 11 14:24:41 as much as I love portrait qwerty Oct 11 14:24:52 I want a pure sate Oct 11 14:24:57 slate* Oct 11 14:25:01 more durable Oct 11 14:25:26 don't want to go through 4 palm mansions Oct 11 14:25:58 but if they must put the keyboard there, 3.7 inch screen! Oct 11 14:28:41 I say 4 Oct 11 14:30:15 maybe. Oct 11 14:31:24 i'm not crazy for omg bigger, and I fear that all of these screen size increases now may throw off the human factors in a phone's design Oct 11 14:32:11 Must be a 4 for me Oct 11 14:32:16 at least Oct 11 14:36:09 I want a gyroscope Oct 11 14:36:16 + compas Oct 11 14:36:16 this new Oct 11 14:36:20 SUPER DEVICE Oct 11 14:36:26 The Key behind WP7 is the Hub, and XBOX integration Oct 11 14:36:26 must contain a gyroscope Oct 11 14:36:30 also a compass Oct 11 14:36:36 and i want google maps to rotate as I turn around Oct 11 14:36:48 WP7 doesn't have a gyroscope Oct 11 14:36:52 I just want actual bing / live integration Oct 11 14:36:55 i don't care about it anymore Oct 11 14:37:04 you want that? Oct 11 14:37:09 lol, im sure webOS wont get one either Oct 11 14:37:14 Yes Oct 11 14:37:34 I havent used google since bing launched in 2008 Oct 11 14:37:57 97% google free, 3% is from playing with android Oct 11 14:38:25 what does bing do Oct 11 14:40:19 everything that google does Oct 11 14:40:34 what does bing do better Oct 11 14:40:49 for me it searches better Oct 11 14:41:01 results I get on bing require additional key stokes on google Oct 11 14:41:17 Less Ads on Bing Oct 11 14:41:43 Better online services and integration with all ms products Oct 11 14:42:04 W7, Office, etc etc Oct 11 14:42:18 hmm Oct 11 14:42:48 I also think bing is better organised which google has tried to follow suit Oct 11 14:43:06 Spanska: db transactions are asynchronous Oct 11 14:43:30 yeah I always found it strange, google taking design cues from bing Oct 11 14:43:49 has to be a decent product if they're doing that Oct 11 14:43:54 move your select to the onSuccess of the table create Oct 11 14:44:19 The new Bing Bot has launched which is supposed to crawl better than googles Oct 11 14:44:24 be back in a bit Oct 11 14:44:53 bricks_: what is the issue with your app? Oct 11 14:45:34 i really dont like w7 Oct 11 14:46:22 but it's got a 7 in the name! Oct 11 14:46:33 so it's gotta be good! Oct 11 14:47:07 ;s Oct 11 14:47:11 i look ugly Oct 11 14:52:21 haeffb: thanks, it works better now:) Oct 11 15:05:31 Is there a way to run two emulators in Windows at the same time with different profile? Oct 11 15:06:43 can anybody help me a a problem that I'm having with making a webOS appication? Oct 11 15:06:50 application Oct 11 15:06:58 teemu why would you do that? Oct 11 15:07:04 bricks_ what is your problem? Oct 11 15:07:55 hotdp: I've been following along in the book Palm WebOS by Allen. My application isn't working the way they show things in the book. Oct 11 15:08:00 hotdp: because I need to :) Oct 11 15:08:11 I really, really, really don't like that book Oct 11 15:08:37 After going over my code a bunch of times, I can't see the difference between what I have and they way things are done in the book so I'm guessing that there must be something else that I am missing Oct 11 15:08:45 halfhalo: I agree. The ending was weak. Who'd have thought they'd kill off the main character? Oct 11 15:08:52 Can you use pastebin bricks_ ? Oct 11 15:09:07 (oops. spoiler alert!) Oct 11 15:09:20 The fact the book is old? and haeffb I KNOW RIGHT? I mean, first you don't even KNOW theres a character, but then he/you dies! Oct 11 15:09:34 yes, I will put what i have up there Oct 11 15:09:55 * haeffb gotta get to work. spending the holiday on house work. Oct 11 15:10:20 * halfhalo is eating beef jerky waiting for this computer to boot up Oct 11 15:11:12 beef jerkey... mmmhhgaaahhh.. Oct 11 15:11:16 teemu: the answer is "sort of" you can launch two emulators but only one is "active" with the palm-tools Oct 11 15:11:40 teemu: so, quite worthless, really Oct 11 15:11:46 sugardave what do you think about the win 7 stuff? Oct 11 15:11:48 hmm. Ok, I better run 2nd OS then Oct 11 15:12:01 this is why you have more than one computer! Oct 11 15:12:05 hotdp: haven't looked, it isn't aomething I've been dying for Oct 11 15:12:45 I think winpho7 will be a decent platform Oct 11 15:13:01 because everything else aside, xbox live integration will sell Oct 11 15:13:08 yep Oct 11 15:13:23 I wish Sony would open up the PSN a bit more Oct 11 15:13:48 Yup Oct 11 15:15:08 bricks_: I hate to say it, but I had to ditch that book when I was learning and struck out on my own (my own = bugging the hell out of people in this channel) Oct 11 15:15:35 hotdp: I've pasted what I have into pastbin in four different entries Oct 11 15:15:59 storyView Assistant: http://pastebin.com/27925Erw Oct 11 15:16:16 stage assistant: http://pastebin.com/27925Erw Oct 11 15:16:36 feeds.js: http://pastebin.com/0PfsydHt Oct 11 15:16:56 do you get any errors? Oct 11 15:17:00 storyView scene: http://pastebin.com/YVeX3Z8F Oct 11 15:17:59 I don't get any errors in the Log Viewer Oct 11 15:18:40 but I'm at least supposed to get text to display when the app is run. That doesn't even happen. :-( Oct 11 15:19:03 Have you copied all at once? or Oct 11 15:19:48 I've been going through the book chapter by chapter and making the changes as they were being made in the book. Oct 11 15:20:25 Honestly I've have a problem with not being able to get things to display as I've been going through the book. Oct 11 15:21:17 I know that one problem I has was because the book failed to mention a change that I needed to make in sources.json. Oct 11 15:22:01 I was thinking that this might be another problem like that, but since I'm guessing it is not in the book, I'm not sure where to look up how to fix the problem. Oct 11 15:27:55 :( Oct 11 15:28:02 actually, I am getting an error (Error: Cannot call method 'bindAsEventListener' of object, line undefined, file undefined Oct 11 15:28:11 ahh Oct 11 15:28:19 typo? Oct 11 15:28:19 what is the sad face for? Oct 11 15:28:33 that's all...where? Oct 11 15:28:36 ", I'm not sure where to look up how to fix the problem." <-- sad face Oct 11 15:28:50 where should I go? Oct 11 15:31:19 sugarDave: Do you mind if I bug the hell out of you then? Oct 11 15:32:36 hello??? Oct 11 15:48:30 is anybody there still? Oct 11 15:51:03 bricks_: typo on line 64 in scene assistant: this.controller.storpListening("previousStory", Mojo.Event.tap, this.previousStoryHandler); Oct 11 15:51:34 also lines 28 and 29 are wrong Oct 11 15:51:37 # Oct 11 15:51:37 this.nextStoryHandler = this.nextStory.handleTap.bindAsEventListener(this); Oct 11 15:51:37 # Oct 11 15:51:37 this.previousStoryHandler = this.previousStory.handleTap.bindAsEventListener(this); Oct 11 15:51:37 # Oct 11 15:52:53 which is likely where you're getting the error Oct 11 15:55:33 bricks_ sorry i had to leave, did you get your problem solved? Oct 11 15:55:42 Is there any from UK inhere? Oct 11 15:57:23 thank you for pointing out the typo, but that still didn't fix the problem. Oct 11 15:57:34 Still same error? Oct 11 15:57:35 I saw that you said that lines 28 and 29 were incorrect Oct 11 15:59:42 * hotdp eating bbl Oct 11 16:06:22 this.nextStoryHandler = this.nextStory.handleTap.bindAsEventListener(this); Oct 11 16:06:33 you don't have a nextStory.handleTap method Oct 11 16:06:47 perhaps this.nextStoryHandler = this.handleTap.bindAsEventListener(this); Oct 11 16:07:28 I wrote a handleTap function in the storyView-assistant file Oct 11 16:11:22 no, that doesn't work either, it just gives me a different error. Now it is saying that the StoryViewAssistant is not defined at all Oct 11 16:17:04 that means you have a typo somewhere in the assistant Oct 11 16:17:41 thank you, I guess I'll just have to keep looking through this file Oct 11 16:17:53 are u using eclipse? Oct 11 16:18:10 ares Oct 11 16:18:24 ares has jslint built in...? Oct 11 16:18:39 should be able to find syntax errors for you Oct 11 16:18:45 I don't know what jslint is. Oct 11 16:18:53 On line 93 of http://www.pastie.org/1213274 I would like to call the setWidgetModel function for an object that is being executed here: http://www.pastie.org/1213281 . How can I do that? Oct 11 16:18:53 http://jslint.org Oct 11 16:20:52 Spanska: where do you instantiate the db? Oct 11 16:21:38 at the top of http://www.pastie.org/1213281 on line 6. Is that what you meant? Oct 11 16:21:59 the way I would handle this is to call the sql select from a function in the scene assistant, with a callback to another method in the scene assistant that will load the results into the widget Oct 11 16:23:13 I'll try this out, thanks:) Oct 11 16:24:15 make all your db transactions stand-alone functions that you can call from the sceneAssistant Oct 11 16:25:15 for instance, I call this from activate() of my scene assistant: dao.retrieveFolders(this.gotFoldersDb.bind(this)); Oct 11 16:26:00 I thought it would be better to keep everything related to the DB in the object class Oct 11 16:28:44 bricks_ did jslint do it as haeffb said? Oct 11 16:30:27 hotdp: I found this link that said that Jslint was in ares(http://ares.palm.com/Ares/docstemp/whatsnew.html) Oct 11 16:30:55 ohh you can choose it in the buttom Oct 11 16:31:17 but i'm not getting any errors highlighted in the code editor Oct 11 16:31:25 I can choose it in what button Oct 11 16:31:37 On it is "on" ? Oct 11 16:31:39 Never mind i see it Oct 11 16:31:48 I mean "monitor" Oct 11 16:32:03 You can also force look by pressing "check" Oct 11 16:33:01 ok? Oct 11 16:33:09 I found something, apparently you have to use === to compare to 0, I thought that was a typo in the book Oct 11 16:33:17 and it found a few other errors Oct 11 16:34:08 That book sounds kind of crappy :D Oct 11 16:34:19 Good i did not use it.. Oct 11 16:35:14 I went to a book store by where I live and there were only two books on palm (compared to the dozens of books tht they had on iphone) Oct 11 16:35:28 It seems like for palm there are just slim pickings Oct 11 16:35:29 Yer there are not many Oct 11 16:35:40 http://news.ycombinator.com/item?id=1780169 Oct 11 16:35:51 help people find my javascript article Oct 11 16:36:54 I should write a webos 2.0 + node article as soon as the nda lifts for that Oct 11 16:36:58 that would be fun Oct 11 16:37:24 creationix sounds nice Oct 11 16:38:12 haeffb: I think this is confusing me. The object has to load the data in the database or insert that data if it isn't there. I understand that while this is being done, execution could still continue in my assistant to set up the widgets, etc. Now, how can I know from my scene assistant context that the data has been loaded and is available? Oct 11 16:38:33 force a list to re-render without changing anything? Oct 11 16:39:19 Spanska: do any dependent processing in the onSuccess handler of whatever db action you need to complete before using the data Oct 11 16:39:49 sugardave: from there, I cannot call an update of my widget Oct 11 16:40:18 why not? Oct 11 16:40:42 Spanska: everything related to the db can be in the object class. But you can pass a function from your scene assistant to the db function Oct 11 16:40:49 dao.retrieveFolders(this.gotFoldersDb.bind(this)); Oct 11 16:41:26 I'm calling the retrieveFolders function from my db class, and passing MySceneAssistant.prototype.gotFoldersDb function to it Oct 11 16:41:48 yes, that's the ticket Oct 11 16:41:49 then the db retrieveFolders function calls gotFoldersDb with the results Oct 11 16:41:58 just a sec, I'll pastebin an example Oct 11 16:42:13 I'm more visual, just a snippet would be enough Oct 11 16:42:44 I tried to pass "this" to my object constructor but in the initialize function, it becomes "undefined" Oct 11 16:43:11 DB.function(callback) {// all the db stuff, in success handler do; if (callback) {callback(results)}}; Oct 11 16:44:18 http://pastebin.com/T88JsuVG Oct 11 16:45:01 so, from scene activate() I call dao.retrieveFolders(this.gotFoldersDb.bind(this)); Oct 11 16:45:12 gotFoldersDb is a method of the scene assistant Oct 11 16:45:29 and has access to all the properties of the assistant (i.e. widgets, etc) Oct 11 16:46:34 gotFoldersDb is passed to the dao.retrieveFolders as inCallback Oct 11 16:46:50 the success handler calls inCallback(results) Oct 11 16:47:24 SceneAssistant.prototype.gotFoldersDb = function (response) {...} Oct 11 16:59:26 something like this? HolidayDates.newholidays = new Holidays(this.updateListModel.bind(this)); Oct 11 17:00:53 okay...so...forcing a list ro re-render without changing any data? Oct 11 17:00:57 thoughts? Oct 11 17:01:29 what if you set the model to what it is already? Oct 11 17:01:45 ugly errors about no watchers Oct 11 17:02:05 do you use modelChanged or setWidgetModel? Oct 11 17:02:40 Spanska: don't pass to the constructor. pass to the HolidayDates.newholidays.getMyData() function Oct 11 17:03:09 haeffb: How can I know when the data is ready? Oct 11 17:03:13 invalidateItems Oct 11 17:03:24 same way Oct 11 17:03:28 Spanska: I use modelChanged, testing something now, I might have had a typo in the last test Oct 11 17:03:34 pass a callback to the initialize function Oct 11 17:03:45 sugardave: modelChanged gave me the same issues, setWidgetModel fixed this Oct 11 17:03:47 whee, easy way works Oct 11 17:03:59 setWidgetModel sounds like an Ares thing, not sure if I have that Oct 11 17:04:25 modelChanged with an unchanged model works AS LONG AS YOU GET THE NAME RIGHT Oct 11 17:04:31 haha Oct 11 17:04:47 I guess I didn't have mine right hehe Oct 11 17:05:06 Spanska: I instantiate the dao object in my appAssistant.setup() and pass a callback to it so that I can continue processing in appAssistant after the db is created/opened Oct 11 17:05:07 :D Oct 11 17:05:26 same as I do for getting the data from the db tables Oct 11 17:06:40 it's naplunch time Oct 11 17:06:42 bbl Oct 11 17:07:00 I'll have to think about this for a moment, I'm definitely mixed up Oct 11 17:08:02 here's a complete example database object: http://webos.pastebin.com/uaxtRidd Oct 11 17:08:28 ( I don't use the Class.create syntax, but it works just the same) Oct 11 17:09:08 maybe I shouldn't use it either heh Oct 11 17:09:46 if you're used to it, keep using it. Oct 11 17:10:01 I don't think my syntax is any better. just different Oct 11 17:10:20 actually, I'm new to JavaScript too Oct 11 17:10:47 I've done C, C++, PHP and such for many years though.. JavaScript is different hehe Oct 11 17:12:17 but either way, the concept is the same. you pass a function to the db function that it will call when it's done Oct 11 17:12:45 then in the callback, you can take the next step, assured that the async method is done Oct 11 17:13:24 isn't you .init function like the initialize function of my Holidays object? Oct 11 17:13:31 Isn't your Oct 11 17:14:12 yes, except your initialize is called automatically when you create a new instance of your class Oct 11 17:14:31 I do it manually: dao.init(); Oct 11 17:15:20 then, what could be wrong by sending the callback to the constructor? I'm just trying to understand here Oct 11 17:16:46 How would I access device via usb when emulator is running on Windows? Oct 11 17:16:56 ssh to it I mean Oct 11 17:19:53 oh ok now I managed to get in Oct 11 17:19:59 First time it connected to the emulator Oct 11 17:20:03 in your case, it may be OK if you only have one db function Oct 11 17:20:19 but what if you have a createHolidays and a getHolidays function? Oct 11 17:20:59 and really, what's the point of a db if you're only going to read static data from it? Oct 11 17:22:44 it was easier to work with a DB and with the power of the SQL queries it sounded like a good deal ;) Oct 11 17:24:54 when I can get this to work I should add more database functions as I will have to work with calendar events and such Oct 11 17:25:17 I will use it to manage the checkbox list too Oct 11 17:28:13 so, you should start now with that in mind... :) Oct 11 17:28:47 yeah, it's easier for me to change things one at a time though, I don't mind recoding big parts as I'm doing just that from the beginning Oct 11 17:28:56 it helps me learn actually Oct 11 17:30:00 that line isn't working anyways: HolidayDates.newholidays = new Holidays(this.updateListModel.bind(this)); .. I get this error: Uncaught TypeError: Cannot call method 'bind' of undefined Oct 11 17:30:26 ah.. I know why actually Oct 11 17:36:58 teemu the wiki update is done :P Oct 11 18:50:09 palm pre 2 Oct 11 18:51:05 nice Oct 11 18:52:33 http://palm.sfr.fr/actus-list/decouvrez-le-nouveau-ne-de-la-gamme-palm-en-avant-premiere-chez-sfr-le-palm-pre-2/ Oct 11 18:57:06 it's not even coming up here Oct 11 18:57:44 whats not comming? Oct 11 18:59:02 really suprised palm went with the same design Oct 11 18:59:14 i like the design? Oct 11 18:59:24 the URL above Oct 11 18:59:25 and there will be more phones i am sure Oct 11 18:59:26 it times out here Oct 11 18:59:58 ofc Oct 11 19:01:07 hrm, same with the IP address Oct 11 19:02:09 dont you think they pull the site down? Oct 11 19:02:36 yeah, too bad it is heh Oct 11 19:02:51 PreCentral already made a news about this Oct 11 19:02:59 yer have read it Oct 11 19:03:32 anyone know what the names are on the icons for the command menu? Oct 11 19:05:38 works for me Oct 11 19:06:30 * haeffb would like a faster Pre with better battery life... Oct 11 19:06:44 which icons? Oct 11 19:06:59 can already get the pre to 1ghz Oct 11 19:07:00 like the names in global-menus.css ? Oct 11 19:07:17 so, you'll be able to get this one to 2ghz Oct 11 19:07:47 preferred if they had something with a larger screen. would be like getting the same phone again Oct 11 19:10:19 * haeffb assumes the tablet will have a larger screen... Oct 11 19:11:51 for a phone Oct 11 19:12:07 it would be "like" getting the same phone...but it wouldn't be the same phone, now, would it? Oct 11 19:12:30 not at all interested in tablets Oct 11 19:14:14 Deihmos: so you won't b emaking apps to take advantage of the increased screen real estate? Oct 11 19:14:18 I"m not sure that's a good idea Oct 11 19:14:49 not a developer Oct 11 19:15:07 oh Oct 11 19:27:30 http://www.engadget.com/2010/10/11/frances-sfr-jumps-gun-announces-palm-pre-2-1ghz-processor-51/?utm_source=engadget&utm_medium=twitter Oct 11 19:27:32 good news eh Oct 11 19:27:59 macman_: apparently not, Deihmos says it's crap because it looks like the Pre Oct 11 19:28:05 so it's "just the same phone" Oct 11 19:28:21 haha Oct 11 19:28:33 I guess it needs a new paintjob or something Oct 11 19:28:33 can't recall saying that Oct 11 19:28:36 how ? Oct 11 19:28:46 1ghz 528ram webos 2.0 Oct 11 19:30:32 hopefully they will release this one on TELUS' network Oct 11 19:36:22 chuqui: So.... Palm Pre 2, eh? :) Oct 11 19:37:09 maybe THAT'S why I haven't heard from dev relations yet, they're trying to decide if they want to send me one of those, instead ;) Oct 11 19:37:32 Could be! Oct 11 19:37:40 IT COULD HAPPEN! Oct 11 19:40:09 don't ask me. I don't know anything. but you knew that long ago... Oct 11 19:45:17 heh Oct 11 19:49:52 hey chuqui Oct 11 19:50:55 haeffb: hey Oct 11 19:51:38 chuqui: can you get a review removed if the reviewer lied about not getting support? Oct 11 19:52:00 he didn't lie about not getting it. he lied about asking for it. Oct 11 19:52:17 but he truly didn't get it. Oct 11 19:52:32 send me an email with the details. I'll consider it. Oct 11 19:52:39 "no response from developer" is technically true if you didn't send the amil in the first place, I guess Oct 11 19:52:46 chuqui: thanks, will do Oct 11 19:52:54 sugardave: please tell UT to beat Nebraska this weekend. Thanks. Oct 11 19:53:22 yeah, that's probably not going to happen :( Oct 11 19:56:37 I've got some ratings on my apps that say 'could not download' Oct 11 19:58:25 this one I am fighting right now also states the "app won't connect" and "is a waste of money"...that's okay, but telling people I don't respond to support requests is not going to work for me Oct 11 20:02:01 haeffb the names in global-menus.css ? <-- yes Oct 11 20:03:41 I also have 0 stars "can not install app at all" Hope fututecatalog gives more chances to answer peoples wrong comments and bad rating :D Oct 11 20:35:46 gotta say, the matte edging on that shot of the Pre 2 is pretty nice looking Oct 11 20:36:00 wonder if it'll have a magnetic flap for the charger like the Pixi does Oct 11 20:38:26 hey guys, have a quick question Oct 11 20:38:33 what is the diference between main js and main html? Oct 11 20:38:46 It seems like on launch, index.html appears for a brief second and then main.html is called Oct 11 20:38:50 file extension? Oct 11 20:39:03 but, js contains the stytling Oct 11 20:39:09 it was a joke Oct 11 20:39:15 .html contains the html Oct 11 20:39:19 in my "views" folder, there is a "amin" folder Oct 11 20:39:24 .js contains the jsvascript Oct 11 20:39:28 right... Oct 11 20:39:33 that's the difference Oct 11 20:39:39 does index.html only appear for a couple seconds... is this normal? Oct 11 20:39:40 one is layout Oct 11 20:39:42 one is code Oct 11 20:40:04 index.html is what is specified in the appinfo.json file as the start page for your app Oct 11 20:40:50 got it Oct 11 20:41:22 it looks like i shouldnt use CSS Oct 11 20:41:25 to make buttons,is this correct? Oct 11 20:41:47 you should use mojo widgets Oct 11 20:41:54 o Oct 11 20:41:55 ok Oct 11 20:42:01 and then css to style them Oct 11 20:42:02 widgets ftw Oct 11 20:42:32 I'm using the index.html to just display an image Oct 11 20:42:36 as a "loading page" Oct 11 20:42:37 or whatever Oct 11 20:42:53 clear index.html of everything but css include and mojo script tag Oct 11 20:43:01 empty body tag Oct 11 20:43:22 I'm using Ares Oct 11 20:43:22 yep Oct 11 20:43:24 hm, so any CSS should get tossed in index.html? Oct 11 20:43:38 well, the include line, not the actual css :) Oct 11 20:43:55 well that's what I meant ;P Oct 11 20:43:59 Inline CSS is gross :< Oct 11 20:44:05 144! Oct 11 20:44:10 http://git.webos-internals.org/?p=applications/preware.git;a=blob;f=index.html;h=603ff7c1f0b28e591a960945fd7e882e5c472dab;hb=HEAD Oct 11 20:44:14 thats all you need in index Oct 11 20:44:39 Yep Oct 11 20:47:49 So for the scene's html Oct 11 20:47:56 I have to point to it in the widget that resides in the JS? Oct 11 20:48:59 t8: widgets are just divs, and then in the .js you set it up, manipulate it, etc. Oct 11 20:49:07 if it's Ares though, all bets are off Oct 11 20:49:09 ok Oct 11 20:49:13 I'm using Ares Oct 11 20:49:14 no idea how to mess with widgets in ares Oct 11 20:49:18 a little tricky, but making something Oct 11 20:49:18 sorry Oct 11 20:49:19 Yea Oct 11 20:49:28 you get to a scene's JS and a scene's html Oct 11 20:50:31 Making these apps are a lot harder, actually Oct 11 20:50:37 Cause you have to follow style guide Oct 11 20:52:15 didn't you make some already? Oct 11 20:52:33 Yea Oct 11 20:52:38 but i am just making it tidy Oct 11 20:55:33 hibye swisstomcat Oct 11 21:05:39 so based on any/all of the leaks, do we know what US carrier? Oct 11 21:05:55 for pre 2 Oct 11 21:07:16 Do we just know CDMA? Oct 11 21:07:25 sprint, please Oct 11 21:09:27 * Tibfib hopes sprint, but will go wherever the phone goes Oct 11 21:14:51 i was hoping for a larger screen, i don't need another 1ghz Pre... no matter how much ram it has Oct 11 21:15:36 with it stock at 1ghz, just think about how much higher you could get it :p Oct 11 21:16:00 cpu speed and memory are not what I feel limits webos right now anyways Oct 11 21:16:07 I feel like the only person excited for the palm pre 2. Oct 11 21:16:25 you aren't the only person, but you and the rest could throw a party in a conference room I think Oct 11 21:16:32 but Oct 11 21:16:40 we already know the pre2 isn't the only device slated for release Oct 11 21:16:43 so fingers crossed Oct 11 21:16:50 personally :x Oct 11 21:16:55 I'm more excited for Broadway Oct 11 21:17:06 because I'm weird Oct 11 21:17:55 If it's not the only device I don't get why they would release that one first. Oct 11 21:18:11 lots of reasons I can think of Oct 11 21:18:16 A flop in the making Oct 11 21:18:25 the fact that it's not a major redesign/new form factor Oct 11 21:19:06 I'm betting/hoping pree2 this month, or next, and SUPER phone and CES. Oct 11 21:19:10 at CES* Oct 11 21:19:11 The first form factor wasn't exactly a hit to begin with Oct 11 21:19:37 I like it a lot. The pre2 looks like they perfected it... Oct 11 21:19:52 by new form factor I mean it's not a slate Oct 11 21:19:59 if you're going release two or three phones Oct 11 21:20:15 it'd be dumb to go "HEY here's a SWEET SLATE" then a few weeks later go "oh and the Pre2" Oct 11 21:20:45 comes down to resources, they probably couldn't come out swinging with a whole new redesign Oct 11 21:21:02 and they had to just shop around for more cost effective higher speed internals for the existing form factor Oct 11 21:21:33 i am sure this was all in the pipe well before the HP acquisition, so maybe they began work on something more after the buy, who knows Oct 11 21:21:43 the SFR picture does make it look like the screen portion of the slider is pretty heavily redesigned though Oct 11 21:21:44 it's just too slow of a release cycle to satisfy a market that is used to yearly reboots Oct 11 21:21:46 which should be nice Oct 11 21:22:12 it looks like this :) Oct 11 21:22:12 http://forums.precentral.net/attachments/future-palm-devices/52540d1286754454-pre2-palmpad-watch-mock-up-contest-entry-palmpre2_palmpad_palmwatch_-virox-b.jpg Oct 11 21:22:37 but not quite as good Oct 11 21:22:44 haha, yeah, it does I suppose Oct 11 21:23:05 well for the "not as good" bit I'm going to with hold that until there's more than just a dinky thumbnail of it Oct 11 21:25:23 costs a lot less to make a mock up than to build a device, so mock ups usually look better :) Oct 11 21:25:24 Meh, I still think the mockup looks better Oct 11 21:26:03 radiofreejohn: it looks like a nexus one though Oct 11 21:26:12 yeah i like the rectangular shape Oct 11 21:26:26 and larger screen Oct 11 21:26:48 I would be 100% satisfied with that phone. At least until next next CES Oct 11 21:26:50 :) Oct 11 21:27:38 the mock up or the pre 2? :P Oct 11 21:28:13 mock up Oct 11 21:28:42 ditto :P Oct 11 21:29:01 i'd even go with the pre2 if I could get that flexible oled watch :) Oct 11 21:29:41 lol, I don't think I'd buy the watch.. If I did, I doubt I'd use it in public... Oct 11 21:30:10 wear* Oct 11 21:30:29 i'm a nerd so it would be ok Oct 11 21:30:56 I'd just get mugged. Oct 11 21:31:08 lol. Oct 11 21:39:31 that sfr site is super questionable, so many of the images on there are poorly photoshopped makes me wonder if the pre2 thing is all jacked up Oct 11 21:39:46 they have images of pixis with pre screen captures photoshopped onto them, overlapping the gesture area Oct 11 21:40:06 sounds like most carriers ;p Oct 11 21:40:19 Microsoft even had Angry Birds on WP7... lol Oct 11 21:41:07 palm watch! Oct 11 21:42:25 lol Oct 11 21:43:11 radiofreejohn: check the exif on the pre2 image Oct 11 21:44:48 hmm. Oct 11 21:46:07 So... I figured out how to have only the index.html display without going anywhere Oct 11 21:46:11 I'm not using any views Oct 11 21:46:14 Just raw html files Oct 11 21:46:21 (and linking between them) Oct 11 21:46:29 rwhitby: ah :) Oct 11 21:47:26 blame oil for you issues Oct 11 21:47:41 oh wait Oct 11 21:48:00 :/ Oct 11 21:48:03 joking Oct 11 21:48:19 rwhitby: What's in the exif? Oct 11 21:49:26 name of photographer Oct 11 21:49:27 and date of photo Oct 11 21:54:48 * Tibfib is excited for glu mobile's LOTR tower defense game Oct 11 21:55:17 will there be a tower with a big eye on top? Oct 11 21:55:25 I hope so Oct 11 21:57:20 no. There BETTER be. Oct 11 21:58:33 but really, that tower would be a bad guy, no? Oct 11 21:59:01 or are you the bad guy killing hobbits, elves, etc? Oct 11 21:59:02 if glu smart, you'll be able to be both sides Oct 11 21:59:10 is* Oct 11 22:10:10 doh, I hate it when people give glowing text reviews with less than 5 stars Oct 11 22:11:54 how many stars did they give? Oct 11 22:12:37 Tibfib, if the app sucks then it sucks Oct 11 22:12:38 j/k Oct 11 22:13:03 got a 4 star review saying it works flawlessly Oct 11 22:13:06 macman_: thanks :P Oct 11 22:13:34 which, in all honestly, it doesn't :) Oct 11 22:14:16 tibfib there is always room for improvement no matter what it is Oct 11 22:14:18 :) Oct 11 22:14:27 0-stars "Great App" Oct 11 22:14:28 so Oct 11 22:14:30 good news i think Oct 11 22:14:32 is my favorite Oct 11 22:14:34 in japan you would be lucky to get 4 stars Oct 11 22:14:39 my brother in law is on sprint and im on ATT Oct 11 22:14:47 he is giving away his pre so i can use it for testing Oct 11 22:14:48 or a feel Oct 11 22:14:50 kinda nice Oct 11 22:14:54 hah, I know. but they said "flawless". If they said "I wish it did XXX". I'd be much happier Oct 11 22:14:59 no stars doesn't impact rank per chuqui Oct 11 22:15:06 unless it has changed Oct 11 22:15:15 While 4 stars, kills my 5 star average. Oct 11 22:15:18 oh I see Oct 11 22:15:27 * Tibfib feels like a snob. Oct 11 22:16:07 you are Oct 11 22:16:07 * oilsworkn hates it when 1 star reviews kills his flawless 2.5 star rating Oct 11 22:16:24 lol Oct 11 22:17:34 lol Oct 11 22:18:16 the best part about all my other apps, is nobody can review them, MUWAHAHAHA Oct 11 22:18:35 I hate people that review apps and are like 'lame' Oct 11 22:18:39 * halfhalo somehow has a 3.5 star rating on apps that no longer work Oct 11 22:18:51 oilsworkn: wIRC is a solid 2. preware gets a 3. Oct 11 22:18:55 or are in the app catalog Oct 11 22:18:57 lol Oct 11 22:19:00 http://www.huffingtonpost.com/2010/10/11/liu-wei-armless-pianist-w_n_758407.html < -- Armless pianist wins chinas got talent .. i feel sad for all the people with 2 arms .. do they feel dumb or what ? Oct 11 22:19:01 * Tibfib just reviewed the unreviewable Oct 11 22:19:08 ha, but you missed some! Oct 11 22:19:18 govnah is a 1 Oct 11 22:19:20 and, nobody will see your review once the backlog gets longer Oct 11 22:19:22 oilsworkn: everything else is a 1. Oct 11 22:19:40 * Tibfib will periodically update the chat with the scores :) Oct 11 22:19:42 * oilsworkn remembers this next time Tibfib needs a snippit >:) Oct 11 22:19:48 lol Oct 11 22:20:29 hmm Oct 11 22:20:53 oilsworkn: someone needs to add aboutToActivate callback.defer() to the homebrew documentation app Oct 11 22:21:11 someone != oil Oct 11 22:21:27 the repo is there, clone, fix, commit, push Oct 11 22:21:42 that's not worth 2 lines of code. Oct 11 22:21:54 hahahaha Oct 11 22:22:08 psh Oct 11 22:22:32 oil.+ bp = spill, spill = 1253 -1000 - 230 = 23 Oct 11 22:22:37 oil = 23 Oct 11 22:22:46 um Oct 11 22:22:47 ok? Oct 11 22:23:23 lol. there are more than one homebrew how-to apps Oct 11 22:23:28 11 + 12 = 23 = oil Oct 11 22:23:40 * oilsworkn is older then 23 Oct 11 22:24:26 halfhalo = 46 - oil = 23 = oil Oct 11 22:24:58 ? Oct 11 22:24:58 what you're saying makes no sense! Oct 11 22:25:19 halfhalo writes bad code, 23 = oil = oils fault Oct 11 22:25:36 its not my fault his code is bad Oct 11 22:25:49 lol Oct 11 22:25:56 your right oilsworkin, I said oil Oct 11 22:26:03 :) Oct 11 22:27:10 My code isn't bad... its just not working! Oct 11 22:27:15 but we're one in the same! Oct 11 22:27:25 who Oct 11 22:27:47 your code is mildly dysfunctional then Oct 11 22:28:31 my app is only gettin my coordinates of 23,23 which is the international location of oil Oct 11 22:29:42 ok enough of this Oct 11 22:29:49 back to work Oct 11 22:30:58 enough of not making sense? i agree Oct 11 22:31:22 yes exactly,coffee kicked in Oct 11 22:31:40 work to be done Oct 11 22:32:42 it's interesting to see a broken down 747 in the airport gate area Oct 11 22:33:00 they are directing planes around it Oct 11 22:36:52 should i run f102a or uberkernel? Oct 11 22:36:54 er Oct 11 22:37:11 Tibfib: what line, what file? Oct 11 22:37:41 rwhitby: lemme find the line Oct 11 22:37:53 keith! Oct 11 22:38:00 ctladvance! Oct 11 22:38:02 run uber imo Oct 11 22:38:04 oil! Oct 11 22:38:05 wait Oct 11 22:38:11 ok Oct 11 22:38:11 oil! Oct 11 22:38:36 alot of ppl say delta dagger is better Oct 11 22:38:40 soo Oct 11 22:38:43 i wanted to ask :) Oct 11 22:39:14 rwhitby: http://webos.pastebin.com/4Swt52mb at line 16 of topic-assistant.js Oct 11 22:39:17 uber seems to run smoother and I think it has more options Oct 11 22:39:47 Tibfib: what will that do? Oct 11 22:39:51 * rwhitby is a Mojo newbie Oct 11 22:40:10 rwhitby: it'll make the scenes load better. right now they flash "body" and other scene text, then load the content Oct 11 22:40:26 that should give it enough time to go straight to the content. Looks better imo Oct 11 22:40:29 ah, good. Oct 11 22:41:03 Tibfib: how would you like to be credited in the Credits scene? Oct 11 22:41:09 Tibfib or some other name? Oct 11 22:41:10 hah, don't worry about it. Oct 11 22:41:53 * rwhitby hopes to get lots of code from lots of people, so the Credits scene will be a couple of pages long Oct 11 22:42:24 can someone help me with a super-simple sql problem? :) Oct 11 22:42:26 well in that case! Will Honey (Tibfib) will do Oct 11 22:42:32 put it "guy who rates govnah a 1 star" Oct 11 22:42:37 heh Oct 11 22:42:43 lol Oct 11 22:42:50 how do you rate givnah Oct 11 22:42:56 govnah Oct 11 22:43:05 govnah is a 3! Oct 11 22:43:06 that's how. Oct 11 22:43:09 Fill out a postcard and mail it! Oct 11 22:43:33 actually that would be pretty cool... Oct 11 22:43:51 * oilsworkn posts his address in hope of receiving cookies Oct 11 22:44:04 dave and shane mail a postcard for the very first time Oct 11 22:45:06 rwhitby: so did you code most of the doc app? Oct 11 22:45:26 Tibfib: I was the person who did the cutting and pasting, yes. Oct 11 22:45:35 lol Oct 11 22:45:37 lol Oct 11 22:46:14 rwhitby,i think you have earned a postcard, address or po box? Oct 11 22:46:29 you have earned my .99 Oct 11 22:46:39 ? Oct 11 22:47:23 Tibfib: actually, there is some original code of mine in PHD, believe it or not. Oct 11 22:47:43 and I had to fix some of oilsworkn's bugs too ... ;) Oct 11 22:47:53 everyone should be fixing those Oct 11 22:47:57 haha Oct 11 22:48:57 or else ill keep getting blamed for crap Oct 11 22:49:26 is it possible to remove an HTML5 database? Oct 11 22:50:18 oilsworkn: you can't stop that Oct 11 22:53:02 Has anyone ever used the SVN support in Ares? :s Oct 11 22:53:08 * oilsworkn has not Oct 11 22:54:07 derp c_c Oct 11 22:54:11 never mind figured it out Oct 11 22:55:00 Has anyone ever used ares? Oct 11 22:55:12 not since 'Nam Oct 11 22:55:45 some people are ares fanatics Oct 11 22:56:32 I feel like if you want to make a serious app, which is mostly the apps worth developing, you have to use the sdk Oct 11 22:57:11 I'm honestly only using it for the IDE part, and I'm writing most everything by hand :p Oct 11 22:57:23 the problem is, the text editor is so bad Oct 11 22:57:26 it's nice to have an accessible anywhere IDE that works as long as you have a webbrowser Oct 11 22:57:42 I don't know, it doesn't seem too bad Oct 11 22:57:43 well Oct 11 22:57:44 i wrote my app with vim mostly, though i started in eclipse to create the strcuture Oct 11 22:57:46 structure Oct 11 22:58:05 oh, pullin out the vim card, lol Oct 11 22:58:09 aside from that weird ass bug I found where if I used it within Fluid, it'd do double tabs and double deletes Oct 11 22:58:13 yeah I'm not touching vim so lol Oct 11 22:58:14 i use command mode way too much Oct 11 22:58:29 i use eclipse with the vi plugin! Oct 11 22:58:30 i was a pico man until I had to setup a Solaris system long ago and the only editor was vi Oct 11 22:58:31 so ha! Oct 11 22:58:32 lol Oct 11 22:58:40 once I figured it out, I found it to have endless utility Oct 11 22:59:02 oh, there is another annoying bug with Ares Oct 11 22:59:09 yeah, vi is obviously the best text editor ever, but beyond that, i use eclipse for webos dev Oct 11 22:59:17 the text editor won't use the system clip board :T Oct 11 22:59:18 1 button package/install/run is useful to me Oct 11 22:59:20 it has its own Oct 11 22:59:37 that is only used within the text editor Oct 11 22:59:39 * halfhalo uses nano or textmate Oct 11 22:59:53 yeah, lack of global clipboard = fail Oct 11 23:00:09 the sad thing? it has global clipboard for everything else Oct 11 23:00:14 just not the text editor Oct 11 23:00:33 has anyone ircd from a plane yet in here Oct 11 23:00:35 ? Oct 11 23:00:38 notepad++. Oct 11 23:00:39 on my mac I like Espresso Oct 11 23:00:46 wircd* Oct 11 23:01:04 I second notepad++ best editor ever Oct 11 23:01:04 the next flight im on with internets i will Oct 11 23:01:13 but, thats a relatively new thing in the way of air travel Oct 11 23:01:29 it's also usually a 10 spot Oct 11 23:01:54 which is worth it Oct 11 23:01:57 for any flight over 1 hour Oct 11 23:02:02 first class ftw Oct 11 23:02:09 * oilsworkn is not rich Oct 11 23:02:16 who said anything about paying? Oct 11 23:02:17 * oilsworkn is seat next to the bathroom flyer Oct 11 23:02:21 lol Oct 11 23:02:47 which, lets be honest, is the best seat in the plane Oct 11 23:02:51 lol Oct 11 23:02:54 unless it's a tiny plane Oct 11 23:03:04 where seat next to the bathroom also means you get the one that doesn't recline Oct 11 23:03:10 and is right next to the engines Oct 11 23:03:13 yeah I'm usually the seat just behind first class, almost there but not quite Oct 11 23:03:18 so you feel like your teeth will rattle out the entire flight Oct 11 23:03:29 I flew first class to hawaii Oct 11 23:03:31 was nice Oct 11 23:03:47 jeez moneybags Oct 11 23:03:53 fly me out to new york for devdays Oct 11 23:04:00 me too please. Oct 11 23:04:01 yeah I've flown it a few times, now it's even better than it used to be Oct 11 23:04:04 well, the hotel was free, so it evened out Oct 11 23:04:11 and I cant afford to go to dev days myself Oct 11 23:04:16 lies Oct 11 23:04:24 I flew in this http://seatguru.com/airlines/United_Airlines/United_Airlines_Canadair_CRJ700_C.php in seat 18F Oct 11 23:04:32 don't ever fly on Canadair planes :V Oct 11 23:04:34 * oilsworkn gets mental image of halfhalo diving into a pile of money ala scrooge mcduck Oct 11 23:04:53 lol Oct 11 23:05:05 only if its monopoly money Oct 11 23:05:42 you'd have to be pretty rich to be able to buy enough copies of monopoly to create a pile of monopoly money large enough to dive into Oct 11 23:05:52 ha! Oct 11 23:05:56 not with a color laserjet! Oct 11 23:05:59 and colored paper! Oct 11 23:06:00 oh Oct 11 23:06:02 well, thats cheating Oct 11 23:06:11 i bet you're always the banker in monopoly Oct 11 23:06:12 and? Oct 11 23:06:14 * CTLAdvance-pre will remain on wirc until his connection drops at 10k feet give or take Oct 11 23:06:15 cheater Oct 11 23:06:41 oh shit, im here 5 mins longer then i should be Oct 11 23:06:42 yeah banker is bad always cheating Oct 11 23:06:43 * oilsworkn goes home Oct 11 23:06:47 I'm never the banker. I just end up with more money than the bank in the end Oct 11 23:07:20 nevermind guys I figured it out Oct 11 23:07:25 damn tire change on the airplane Oct 11 23:07:38 lol? Oct 11 23:08:56 no lol now I've been delayed Oct 11 23:09:03 :) Oct 11 23:09:17 more time for irc! Oct 11 23:10:07 yus! Oct 11 23:10:30 and since samsung whored out the airport I have power Oct 11 23:10:43 re: samsung charging station Oct 11 23:12:28 I would be doing something valuable if I had only installed hotspot when I was home Oct 11 23:13:26 bad move. Oct 11 23:13:56 yes it was Oct 11 23:13:58 ~USB tether~ Oct 11 23:14:10 doesn't work on sprint Oct 11 23:14:20 I do it on my Sprint Pixi all the time Oct 11 23:14:26 unless you do something special Oct 11 23:14:47 like installing hotspot isn't something special too :p Oct 11 23:14:47 last time I did it,i was bloacked Oct 11 23:15:15 what's ur process?hard to find a usb tethering person Oct 11 23:15:37 freetether to enable IP forwarding Oct 11 23:15:45 someone suggested duct tqpe :) Oct 11 23:16:00 ok is that it? Oct 11 23:16:02 then in terminal, I run a script that does "iptables -t nat -A POSTROUTING -o rmnet0 -j MASQUERADE" Oct 11 23:16:04 and that's it Oct 11 23:16:09 sticks around until a reboot Oct 11 23:16:29 you also have to do usbnet enable from terminal on the phone too Oct 11 23:16:31 what's ur os? Oct 11 23:16:54 I do it under Linux right now but I used to do it under win7 Oct 11 23:17:00 thanks Oct 11 23:20:11 oil: wIRC needs aboutToActivate too. Oct 11 23:24:10 oil: wirc need customizable action buttons Oct 11 23:24:25 like Oct 11 23:25:03 I think you get the idea Oct 11 23:25:12 oh oil left Oct 11 23:25:27 push button, tell people "doesn't work like that" Oct 11 23:26:10 well maybe have the /me to start the post Oct 12 00:01:18 does anyone mind testing a new version of my app? you get a $1.99 app for free :) Oct 12 00:02:19 sure, if it'll run on a Pixi Oct 12 00:02:45 SineOt: it will Oct 12 00:02:53 SineOt: do you have an e-mail I can send it to? Oct 12 00:02:55 :) Oct 12 00:03:30 sure, mind if I PM it to you? Oct 12 00:03:56 SineOt: not at all. thanks for testing :) Oct 12 00:26:47 Tibfib: that bit of code works nicely - thanks. Oct 12 00:35:59 rwhitby: Tibfib: better to stash the callback and then call it directly when the loading is done... Oct 12 00:40:00 * oil wonders what this is about Oct 12 00:41:52 what which? Oct 12 00:42:35 aboutToActivate = function (callback) { this.callback = callback; loadMyData();}; Oct 12 00:43:01 ... //data loaded ... Oct 12 00:43:05 this.callback(); Oct 12 01:10:05 \o/ my pre is supposed to come tomorrow Oct 12 01:25:18 hi all Oct 12 01:27:55 Wow Oct 12 01:27:57 I had webos all wrong Oct 12 01:28:02 This thing is better than iOS! Oct 12 01:28:29 I now understand how webos works: Everything is on the same layer, nothing like a webpage... which allows it easy to make collapseable categories and easier reference documents Oct 12 01:28:48 This is amazing Oct 12 01:29:49 high five Oct 12 01:36:35 hi five Oct 12 02:00:26 Is there a way to change the collapseable text color from blue to black? Oct 12 02:00:35 I change the color, but it only changes its contents Oct 12 02:00:44 It seems I can edit the collapseable light blue color Oct 12 02:03:09 arg, I took the service request I used to test convertDate from one app, put it in another, and now mojo tells me there's no date in the payload, when there sure as shit is Oct 12 02:03:18 other app still working Oct 12 02:03:19 wtf? Oct 12 02:13:37 anyone else want to beta test my app and get a $1.99 app for free? :) I'm loving the feedback so far Oct 12 02:17:31 what is it? Oct 12 02:18:39 a weight tracker app Oct 12 02:18:47 uses CSS3 animations, it's pretty nice Oct 12 02:25:11 summatusmentis: are you interested? Oct 12 02:26:35 eh, maybe? Oct 12 02:26:41 I don't have a pre until tomorrow Oct 12 02:29:57 mbarvian: send it to me at gmail Oct 12 02:29:59 summatusmentis: same here hopefully Oct 12 02:30:08 haeffb: thanks! can you just pm your gmail? Oct 12 02:30:39 t8 - have you changed the CSS styles in your app.css? Oct 12 02:30:47 oh, never mind. Oct 12 02:30:54 mbarvian:.... Oct 12 02:30:57 <-- at gmail Oct 12 02:31:01 ah ok Oct 12 02:31:02 thanks Oct 12 02:31:39 sugardave: something's different. Oct 12 02:32:01 I really should have gone with more ram in this Mini :c Oct 12 02:33:15 haeffb: e-mail sent Oct 12 02:33:38 installing Oct 12 02:34:46 has anyone ever used moo.fx within their application? Oct 12 02:34:51 1) I had to scroll a long way to get to my current weight... Oct 12 02:35:01 haeffb: that was fast Oct 12 02:35:02 :) Oct 12 02:35:11 why not use mojo buttons? Oct 12 02:35:13 haeffb: yeah I know. I need to change it somehow. Any ideas? Oct 12 02:35:32 haeffb: in what way? Oct 12 02:38:10 use an integer picker for each digit. Oct 12 02:38:21 haeffb: good idea Oct 12 02:38:39 haeffb: I'll definitely try. don't know if there's enough room on one line though. might have to use css hacks Oct 12 02:38:49 you could probably style them the same as your display and it would look like just swiping hte numbers up/down Oct 12 02:39:00 date picker gets 3 integer picker size boxes on one line Oct 12 02:39:05 no prolem Oct 12 02:39:11 problem, either Oct 12 02:39:15 sugardave: perfect! I'll try that Oct 12 02:39:50 haeffb: the only thing different is the different app Oct 12 02:40:08 2) I'd rather enter my weight each (day) than how much I lost/gained. Oct 12 02:40:24 it's really bizarre...I resorted to passing the test string which should work with luna, works with the other app...but here Mojo says 'no date in payload' Oct 12 02:40:27 this southpark is full of boobies Oct 12 02:40:37 lol Oct 12 02:41:06 haeffb: did you try the graph view? Oct 12 02:41:33 yes, but don't have much data to graph yet. Oct 12 02:41:43 haeffb: yes, it looks better when you do ;) Oct 12 02:41:49 haeffb: and when you set up a goal Oct 12 02:42:08 the graph looks sharp Oct 12 02:42:18 goal/graph view are hidden in the menu Oct 12 02:42:20 haeffb: thanks! i spent a lot of time on it :) Oct 12 02:42:41 haeffb: agreed. didn't think of a better way to do that. I'll try to think of something though. they're far too hidden for my liking Oct 12 02:42:42 arg Oct 12 02:42:48 I'd prefer to have maybe a command menu or view menu with toggleCmd to toggle between the different views. Oct 12 02:42:49 it was something different Oct 12 02:42:59 paramters != parameters Oct 12 02:43:08 haeffb: agreed. I'll try to fit one in somewhere :) Oct 12 02:43:20 sugardave: something's different. Oct 12 02:43:29 yeah Oct 12 02:43:36 haeffb was right :D Oct 12 02:44:05 mbarvian: make not of that ^^^^. it doesn't happen very often Oct 12 02:44:20 haeffb: what's that? Oct 12 02:44:31 mbarvian: do you know what I mean by command menu with toggle? Oct 12 02:44:40 haeffb: yes. I think so Oct 12 02:44:51 haeffb: like, three buttons on the bottom of the screen in the command menu? Oct 12 02:44:52 also, how about a list of the weight data Oct 12 02:44:58 yep. Oct 12 02:45:04 haeffb: would you like to see just a list? Oct 12 02:45:06 or view menu on top. either woudl work Oct 12 02:45:21 haeffb: hmmm. what is a view menu? I haven't seen one Oct 12 02:45:31 like a command menu, but on top. Oct 12 02:45:42 haeffb: ok. I'll definitely look into it Oct 12 02:45:48 :) Oct 12 02:46:11 like so: http://www.precentral.net/homebrew-apps/taskadder Oct 12 02:46:35 Cartman is getting poor and stupid so he can become a NASCAR fan. Oct 12 02:46:36 haeffb: that would look VERY good Oct 12 02:46:53 haeffb: I think I am going to add it :) Oct 12 02:47:00 Weight|Goal|Graph Oct 12 02:47:24 haeffb: perfect ! Oct 12 02:47:29 haeffb: it will be added for sure! Oct 12 02:47:31 you could easily add a list below your stats as well. Oct 12 02:47:43 haeffb: just within that scroller there? Oct 12 02:47:57 do you have a scroller? sure. Oct 12 02:48:05 haeffb: if it requires it, it scrolls :) Oct 12 02:48:16 good for pixi Oct 12 02:48:22 haeffb: exactly :D Oct 12 02:48:50 this is what css should be: http://lesscss.org/index.html Oct 12 02:49:04 add another divider with - History ------- and a list below that. Oct 12 02:49:08 ha, check this out Oct 12 02:49:13 haeffb: great idea! Oct 12 02:49:26 haeffb: thanks for the suggestions. keep 'em coming! Oct 12 02:49:27 even successful calls from convertDate only fire the onFailure Oct 12 02:49:42 ha! sugardave that's quite funny! Oct 12 02:49:46 because they don't wrap the date string in the return object inside ' or " Oct 12 02:50:01 yeah, that's a good one! Oct 12 02:50:22 mbarvian: I think I'm about done for today. Maybe more later. Oct 12 02:50:37 haeffb: well thanks! I'll get right on those suggestions! Oct 12 02:51:05 "those people are way more poor and stupid than me..." Oct 12 02:51:36 So, any Pixi users here? Oct 12 02:51:47 * haeffb has access to one. sometimes. Oct 12 02:52:10 I want one... Oct 12 02:52:59 yup Oct 12 02:53:07 what's up, rwhitby? Oct 12 02:53:41 We're testing some overclocking ... Oct 12 02:53:48 yup~ Oct 12 02:53:54 haeffb: is there a way to position the view menu? Oct 12 02:54:00 I've already tried the uImage that got posted to the warthog twitter Oct 12 02:54:04 haeffb: does it take any html? Oct 12 02:54:08 * can it? Oct 12 02:55:03 http://webos.pastebin.com/8kBQkdgw Oct 12 02:55:15 that's the menuModel from TaskAdder Oct 12 02:55:54 haeffb: thanks :) Oct 12 02:56:49 haeffb: does it need a fixed width? Oct 12 02:57:46 I think so... Oct 12 02:57:53 ...it's been awhile. Oct 12 02:58:17 normally it adjusts to the width of the text/label Oct 12 02:58:37 so if you want it to be screen width, you have to set it. Oct 12 02:59:15 rwhitby: is it overclocking on 1.4.5, or still 1.4.3? ;p **** ENDING LOGGING AT Tue Oct 12 02:59:57 2010