**** BEGIN LOGGING AT Tue Aug 03 02:59:56 2010 Aug 03 03:04:44 FFS, this code restarts my code, everytime. maybe its how im doing the stepthrough in ares... or maybe its the code Aug 03 03:04:55 code restarts my phone* Aug 03 03:05:15 think I just found an unexpected "feature" Aug 03 03:05:45 infinite loop? Aug 03 03:05:55 nope Aug 03 03:06:33 weird, my phone just rebooted in 1 minute. Aug 03 03:06:43 that's a luna restart Aug 03 03:06:48 no it was hard Aug 03 03:06:50 wait Aug 03 03:06:51 nvm Aug 03 03:06:51 yea Aug 03 03:06:52 lol Aug 03 03:06:54 bhal Aug 03 03:06:55 lrl Aug 03 03:06:58 not in 1 minute it wasn't Aug 03 03:07:12 luna restart Aug 03 03:07:14 calling it a night. Made progress. Still can't write a whole app in 4 hours. Aug 03 03:07:24 lol alright haeffb Aug 03 03:07:26 haeffb: I wrote Yule Log in 2 Aug 03 03:07:36 I can force a luna restart whenever I want :P found a reliable way to do it that will get past Palm scanners Aug 03 03:07:37 think about that while you're drifitng off to sleep Aug 03 03:07:41 It looks really difficult to build sugardave Aug 03 03:07:47 it was a killer Aug 03 03:13:25 * Anivrom crosses fingers Aug 03 03:14:04 this is it, do or die, rubber meets the road, hussle behind that muscle, ashphalt meets the concrete Aug 03 03:14:11 etc ad infinitum Aug 03 03:14:16 Anivrom: don't mess up Aug 03 03:15:10 well my code doesn't crash my phone now, since I was trying to pass an "object" into my function when it wanted a string Aug 03 03:15:34 _that_ crashed the phone? Aug 03 03:15:37 yea Aug 03 03:15:38 that's odd Aug 03 03:15:38 lol! Aug 03 03:15:50 Something to do with ares debugger and the way I was stepping through it Aug 03 03:15:52 I'm sure Aug 03 03:16:30 do you use ares or just the debugger? Aug 03 03:16:39 I use the "ares debugger" Aug 03 03:16:53 ares 'Advanced' debugger Aug 03 03:17:09 nice Aug 03 03:18:12 allows for breakpoints, stepping in, stepping out, stepping over, and basically checking the DOM of ANY variable in your code, along with typing in whole functions if you wanted to and have it evaluate them Aug 03 03:19:14 nice, I should learn it Aug 03 03:19:26 I think it's basic... just haven't played with it Aug 03 03:19:54 You can also import your code into ares, although I can't guarentee the likely hood of it executing without errors Aug 03 03:20:11 You can't use ares debugger for non ares projects Aug 03 03:20:25 its a perk :P Aug 03 03:21:03 sugardave: updating the ref of event.item and modelChanged() doens't change the event.item model Aug 03 03:21:04 :( Aug 03 03:21:32 Looks like I'll have to create yet another ref variable called, orignally enough, currentSelectedIndex Aug 03 03:21:42 Anivrom: what do you mean? http://ares.palm.com/AresDebug/ Aug 03 03:21:54 oops my bad Aug 03 03:21:56 You're right Aug 03 03:22:06 Actually pretty sweet Aug 03 03:22:10 Yea you should definately check itout Aug 03 03:22:27 I use http://ares.palm.com/AresLog/ all the time Aug 03 03:22:30 instead of using logs, you can directly view the whole DOM Aug 03 03:22:33 oh Aug 03 03:22:37 so you know about it Aug 03 03:26:45 hmm, width=100% and width=320px SHOULD be the same...yet somehow they are not Aug 03 03:27:40 duh Aug 03 03:27:44 css typo ftl Aug 03 03:27:47 : != ; Aug 03 03:27:48 lol Aug 03 03:28:21 lol Aug 03 03:28:49 this is starting to look pretty decent Aug 03 03:28:51 anyone here a web developer? got a quick nooby question Aug 03 03:28:56 hahaha Aug 03 03:29:00 aren't we all now? Aug 03 03:29:15 I'm a webOS developer thank you very much Aug 03 03:29:20 heh Aug 03 03:29:23 me, too :P Aug 03 03:29:53 what is the ? Aug 03 03:30:10 I just need to know how to execute a php file from my website... it doesn't display anything, just have it run in teh background Aug 03 03:30:27 ooook... so apparently this.controller.get("shopDecorationsList") returns an object without a .items property Aug 03 03:30:35 php thefile.php? Aug 03 03:30:50 Anivrom: that's a DOM element Aug 03 03:30:50 would that execute the php file? or just load it as a script? Aug 03 03:31:00 Tibfib: that should execute it Aug 03 03:31:04 from command line Aug 03 03:31:30 I'm sa php n00b, but I think you can do that Aug 03 03:32:45 I want the file to execute when the html page is hit Aug 03 03:32:52 oh, I see Aug 03 03:32:58 well Aug 03 03:33:11 ok from a different angle, why does my event object in my tap event not have a event.model object like you said it would sugardave Aug 03 03:33:15 I'd probably have php serve my html content, then I can run whatever else when it is hit Aug 03 03:33:35 my site is already set up... Aug 03 03:33:37 Anivrom: because it's Ares? Aug 03 03:33:47 unacceptable answer Aug 03 03:33:51 I might just add it to wordpress I guess Aug 03 03:36:49 Tibfib: Aug 03 03:36:49