**** BEGIN LOGGING AT Sun Feb 14 02:59:57 2010 Feb 14 05:58:58 dude wtf is up with slacker....their website is an abomination, it hates WebKit browsers Feb 14 06:00:25 hi all Feb 14 06:03:34 hey JenP Feb 14 06:03:43 hey rod how ya doing? Feb 14 06:03:54 Preware 0.9.24 and ipkgservice 0.9.35 released. Feb 14 06:04:17 oh that's great! Feb 14 06:04:25 and just got back from a good bike ride with my son and his friend. Feb 14 06:04:43 always a plus! how olds your son? Feb 14 06:05:47 9 Feb 14 06:06:28 So Preware now has updates-only feeds for palm-web, palm-catalog and palm-beta Feb 14 06:06:44 so you can choose to get everything, or just stuff from the last 48 hours. Feb 14 06:07:49 oh that's cool Feb 14 06:07:51 rwhitby: oh nice Feb 14 06:08:16 next big improvement will be pipelining the downloading and loading of the feeds, doing both in parallel as much as possible. Feb 14 06:08:38 but I need to work out how to do data structures in javascript before I can start that one. Feb 14 06:09:28 as parallel as one can be with asynchronous requests....:) Feb 14 06:09:36 (I need to read the config files, store the feed identifiers and URLs, then as each URL is reported to have been loaded, I can load the packages from the corresponding list named by the identifier) Feb 14 06:09:44 rod it's come such a long way Feb 14 06:10:17 JenP: yeah, but still less than 2% of webOS owners use Preware. Feb 14 06:10:49 i know Feb 14 06:11:05 (the smartest 2% of course) Feb 14 06:11:05 it needs to get into the app catalog some how Feb 14 06:11:09 lol ofcourse Feb 14 06:11:33 maybe an app that will lead them to preware?.... Feb 14 06:12:09 JenP: or just get palm to drop their catalog app and support the real deal with Preware :) Feb 14 06:12:36 yeah...if we could do that it would be kick A** Feb 14 06:14:17 So I had a look at that 2G update application that Palm released. Feb 14 06:15:30 yeah? Feb 14 06:16:20 Turns out that the unpack a half-finished update directly into the /var filesystem, using a security vulnerability that was fixed in 1.3.5, and then the reboot starts the update process. Feb 14 06:17:03 If we had known about it, we could have got fileCoaster or palm-install to install Preware in one action. Feb 14 06:17:15 lol Feb 14 06:46:29 Anyone know ares very well at all? Not making much progress building an app with an Ares scene. Feb 14 06:46:33 I've posted all the details here: http://developer.palm.com/distribution/viewtopic.php?f=55&t=5197 Feb 14 12:23:02 morn'n Feb 14 13:34:37 hi everyone Feb 14 13:36:00 i am trying to use foereign key constraint on my table Feb 14 13:36:45 but the on delete cascade,on update cascade constraint is not working in sqlite Feb 14 13:37:04 can anyone tell how to do so in correct manner Feb 14 13:37:34 actually it is not showing any error but its not working properly Feb 14 14:25:13 i am trying to use foereign key constraint on my table...can anyone tell how to do so in correct manner Feb 14 14:29:32 http://www.sqlite.org/foreignkeys.html Feb 14 14:35:32 fanatsumy:i am using the following sqlite quey:-create table data1(id integer primary key autoincrement,name_id integer references data(id) on delete cascade on update cascade,num integer default 0); Feb 14 14:35:47 but the delete cascade constraint is not working Feb 14 16:38:10 Howdy Feb 14 18:14:27 Any one ever run into an issue of a scene rendering different when you pop it then push it right after? Feb 14 18:48:23 how does JS determine equality of arbitrary objects? I have two objects that 'look' the same...ie all the properties have the same values, but A==B returns false. If I do Object.toJSON(A)==Object.toJSON(B) that's true Feb 14 18:50:15 in the first case, A=B, it tests if the object references equal Feb 14 18:50:24 in the second you are comparing two strings Feb 14 18:51:24 even in C/C++ you cant directly compare objects like that Feb 14 18:51:48 you would need to overload the == operator, in JS you cant do that at all Feb 14 18:52:13 so my suggestion is to make sure that A and B are literally the same object, if possible Feb 14 18:53:08 or use an identifier to compare the objects Feb 14 18:53:14 A.id == B.id Feb 14 18:53:56 pacemkr: thanks.....that clear things up. I'll try the id thing Feb 14 19:17:58 New game about to hit beta :D Feb 14 19:20:17 what game? Feb 14 19:21:17 Minefield (minesweeper) Feb 14 19:21:50 I only included one of the gameplay modes for the moment but I'll have a few variants in it to build on the classic game Feb 14 19:21:55 nice Feb 14 19:22:01 http://developer.palm.com/appredirect/?packageid=com.scottbyrns.b.minefield Feb 14 19:22:04 id be happy to beta test it if you want someone Feb 14 19:22:07 (Not quite active) Feb 14 19:22:40 Trying the ad supported model on this one, see how it compares to my paid app Feb 14 19:22:46 Should be interesting Feb 14 19:27:03 yeah let me know how it goes Feb 14 20:03:59 Soooo... if I'm using an sqlite database as the items of my list, how would I make the sql "reorderable"? Would I have to dumb the contents and re add them on every list reorder? Or is there an easier way? Feb 14 20:06:00 s/dumb/dump Feb 14 20:26:43 Tibfib: Minefield is now available for download Feb 14 20:27:39 dling it now! Feb 14 20:28:02 hahaha nice description Feb 14 20:29:24 okay two things so far, pause the time when you minimize the app Feb 14 20:30:02 AND another thing that I think helps minesweeper games is to toggle the click/flag when you press on a revealed square Feb 14 20:30:06 the game can go a lot faster Feb 14 20:30:45 Eh? Feb 14 20:30:48 Toggle the click flag on a press ?? Feb 14 20:31:00 Alright so once you click on a square it goes black Feb 14 20:31:05 or it explodes if it's a bomb Feb 14 20:31:06 Meaning if you press on a revealed space have it switch to flag? Feb 14 20:31:14 Yep Feb 14 20:31:15 just toggle it Feb 14 20:31:26 You could have it as an option Feb 14 20:31:31 Hmm Feb 14 20:31:36 Yeah, that would be easy enough Feb 14 20:31:43 also, the vib is nice but an option would be nicer ;) Feb 14 20:31:49 option to turn it off* Feb 14 20:32:35 Are we allowed to contact the people who review our apps? Feb 14 20:32:46 or is there an official channel to go through? Feb 14 20:32:47 crasheed: I do through comments all the time Feb 14 20:32:51 crasheed: I emailed someone... they can choose not to response Feb 14 20:32:56 respond* dangit Feb 14 20:33:19 scottb this is post review Feb 14 20:33:26 they pulled my app off the web catalog Feb 14 20:33:36 Oh, what happened? Feb 14 20:33:36 which I thought was not moderated but apparently not Feb 14 20:33:52 They say my app violates copyright lol Feb 14 20:34:08 music wave? Feb 14 20:34:10 Wow, what was your app? Feb 14 20:34:12 so i wrote up a response email Feb 14 20:34:16 and i dunno who to send it too Feb 14 20:34:19 yea it's Music Wave Feb 14 20:34:26 Chuq it up Feb 14 20:34:31 it made 300$ before they pulled it thou Feb 14 20:34:41 Ads? Feb 14 20:34:46 nope Feb 14 20:34:54 i sold it at 7.49 a piece Feb 14 20:34:57 the paid version Feb 14 20:35:03 on the web catalog Feb 14 20:35:07 Oh via your site? Feb 14 20:35:12 yea kinda Feb 14 20:35:17 Gotcha Feb 14 20:35:23 actually i didn't advertise it at all Feb 14 20:35:27 but people managed to find it Feb 14 20:36:01 so do i send it to Chuq or the Guy who pulled it? Feb 14 20:36:07 Oh and scottb: change the "new game" button from a
to a