**** BEGIN LOGGING AT Thu Jan 21 02:59:56 2010 Jan 21 03:05:20 howdy folks Jan 21 03:09:15 hello Jan 21 03:09:52 anyone else agree that the google maps integration is pretty half assed compared to, say android or iphone sdk? Jan 21 03:14:05 anyone know if the app catalog is down? Jan 21 03:21:15 LoneStar99: down in what way? i am able to read reviews right now Jan 21 03:22:30 i can't access it, says "app catalog unavaliable" try again later Jan 21 03:25:58 kmudrick google maps integration is going to be taking like big huge leaps and bounds in say, the next 90 days. Jan 21 03:26:38 Rick-home: i certainly hope so :) Jan 21 03:27:35 I saw some things at CES that were, cough cough... cool. Jan 21 03:29:51 thats nice, though kind of disappointing that it will be out almost a year after mapkit availability in iphone sdk Jan 21 03:30:43 which platform would YOU have targeted high dollar programmers on first if you were in charge at google? Jan 21 03:31:54 touche Jan 21 03:32:46 so, its more a google thing than palm? Jan 21 03:35:30 kmudrick is there a google api to do mashups inside div's in standard web pages for google maps with full control? Jan 21 03:35:44 with controllable resolution etc? Jan 21 03:35:48 because I don't know of one. Jan 21 03:35:54 and since webos is a WEB PAGE.... Jan 21 03:36:19 otoh, if there was such a api available to control google EARTH, think what you could do.... Jan 21 03:37:17 i'd be fine with using google maps js api without incurring the hit of having to download the js every single time, which should be fairly trivial, since the maps app I doubt works very differently Jan 21 04:32:13 how do i get out of a scene in a pre? Jan 21 04:34:06 app scene the top button minimizes, but just need to go to previous scene Jan 21 04:39:30 anybody from Palm on here? Jan 21 04:39:54 unlikey at this time of day edektor Jan 21 04:40:19 well I posted to the dev forums.. hope I get a response Jan 21 04:40:21 when you turn on the field submit on enter. how does it know which function to run when a person hits enter? Jan 21 04:40:43 Rick-home: did you see the error I posted when I tried to start the pubsub service? Jan 21 05:02:45 no Jan 21 05:47:32 howdy everyone Jan 21 05:51:37 hi Jan 21 07:31:35 Anyone here have a pulse? Jan 21 07:33:05 yeah Jan 21 07:33:11 just got up :) Jan 21 07:34:58 Fantastic! Jan 21 07:35:18 I'm having a little trouble with the packager, familiar with it? Jan 21 07:39:00 yeah Jan 21 07:39:06 palm-package you mean Jan 21 07:39:43 correct Jan 21 07:39:52 I'm having a hellava time compiling :/ Jan 21 07:40:04 what happens? Jan 21 07:40:14 the directory i use has a space and pal-package doesnt like that Jan 21 07:40:19 palm-package* Jan 21 07:43:11 oh Jan 21 07:43:23 which os? Jan 21 07:45:22 Windows 7 Jan 21 07:45:30 and 64-bit :/ Jan 21 07:45:58 Now, through some black-voodoo magic i was able to compile it at my work (Win 7 32-bit) Jan 21 07:46:05 But that was a week ago and I forgot what I did Jan 21 07:58:31 childsd3: easiest way out is to put the stuff in a dir which does not have a space =) Jan 21 07:59:31 yeah Jan 21 07:59:56 usually, on windows, if you have a space in a directory you have to enclose the path in "" Jan 21 08:00:06 Yep Jan 21 08:00:15 do you have to use a space? Jan 21 08:00:17 I recall there's actually some simple tool which can map folders into drives Jan 21 08:00:39 You could just map your folder to a drive temporarily for your work, so you wouldn't need to move stuff around Jan 21 08:02:40 Ah, just got it Jan 21 08:02:58 It was a combination of permission error and a spelling error Jan 21 08:05:48 Thanks for the help though :D Jan 21 11:07:53 hello everyone Jan 21 11:08:55 can anyone tell me the way i can check whether i have written correct sql query or not Jan 21 11:10:02 I mean is there any way out i can install sqlite on my desktop so that i can run my query there and check whether its working or not?? Jan 21 11:10:22 why yes, yes there is Jan 21 11:10:53 yes I did that too, you can definately install sqllite on desktop Jan 21 11:14:14 how can i do so?? Jan 21 11:14:38 where is this available for download?? Jan 21 11:14:49 yeah Jan 21 11:14:54 there's a plugin for firefox Jan 21 11:15:28 and http://www.sqlite.org/download.html Jan 21 11:18:28 thanx swisstomcat Jan 21 11:57:43 I've used the plugin for Firefox... did you know you can browse the PalmDatabase.db3 (Pre mostly everything database) with it? Jan 21 12:26:53 i want that my database gets opened/created when my application starts..so in which function should i write my code??? Jan 21 12:28:25 should i write my code in setup function or activate function??? Jan 21 12:45:03 let me see Jan 21 12:45:12 probably setup Jan 21 12:45:23 because activate also gets called when popping/pushing scenes Jan 21 12:45:30 ohhkk Jan 21 12:45:49 and create table also should i write in setup function only?? Jan 21 12:46:44 or you could put it into it's own .js file to reference when needed Jan 21 12:47:30 ok... Jan 21 12:49:34 actually i m doing the same i.e. i am opening the databse in setup function and creating table also in setup function...and i am retrieving the records in activate function Jan 21 12:49:56 but i dont know why its not working Jan 21 12:50:27 i have checked the sql queries on sqlite and they are working fine Jan 21 12:51:45 any errors? Jan 21 12:52:12 hallo noaXess Jan 21 12:52:52 no it not showing any errors Jan 21 12:53:17 can you show some code? Jan 21 12:53:29 remember, it's all asnyc. make sure the db open is done before table create and that is done before data retrieval Jan 21 12:54:17 haeffb_pre:ya i have done that in sync..should i attach Jan 21 12:54:40 swisstomcat:should i send my file to u?? Jan 21 12:55:18 you can also use pastie.org Jan 21 12:57:52 so should i paste my code there Jan 21 12:59:03 hey swisstomcat.. sorry busy now.. Jan 21 12:59:14 use pastie.org yatharth Jan 21 12:59:36 ya i've pasted my code there Jan 21 12:59:48 now what should i do?? Jan 21 13:00:12 pastie.org/788071 Jan 21 13:01:02 ok Jan 21 13:01:09 how far do you get? Jan 21 13:01:16 what do you see in the log? Jan 21 13:02:46 actually when i am running the application it just showing me the heading Jan 21 13:03:08 the text "...the application is running" ? Jan 21 13:03:15 or something similar Jan 21 13:04:31 what does the log say? Jan 21 13:05:37 i mean when i run the application on the palm emulator Jan 21 13:05:49 it is showing a blank window Jan 21 13:05:55 with text in it? Jan 21 13:06:07 no it is not showing any text Jan 21 13:06:13 what do you see in the log (on the emulator) Jan 21 13:06:34 palm-log Jan 21 13:08:29 actually i m not getting what are u asking Jan 21 13:08:58 the id of my application is "com.mycompany.helloworld" Jan 21 13:09:06 maybe you don't use the commandline? Jan 21 13:09:12 to package and install your app? Jan 21 13:09:26 to see the log of your application, you can use the command line Jan 21 13:09:34 and then palm-log com.mycompany.helloworld Jan 21 13:09:46 this will show you log-entries of your app Jan 21 13:09:56 no i use the command line only Jan 21 13:09:58 ohkk Jan 21 13:10:04 also everything you write to the log with Mojo.Log.error("text"); Jan 21 13:10:56 ohhkk Jan 21 13:11:22 and does it shows mojo.log.info also here Jan 21 13:11:24 ? Jan 21 13:11:31 i think so Jan 21 13:12:11 ohhkk Jan 21 13:12:44 let me check this myself first then i'll come again Jan 21 13:12:55 thanx Jan 21 13:19:05 heya Jan 21 13:21:57 heyy Jan 21 13:22:06 anybody use the beautifier with komodo Jan 21 13:22:06 ? Jan 21 13:22:13 not yet Jan 21 13:22:26 have to get used to komodo instead of gedit Jan 21 13:22:38 aww wok Jan 21 13:23:12 i'm trying to do a spinner inside a list .. any examples? Jan 21 13:23:30 the spinner will be shown before (or until) the model get's updated Jan 21 13:24:10 theres one on palms site Jan 21 13:24:19 oh? Jan 21 13:25:21 in the api docu? Jan 21 13:26:58 swisstomcat: it's just like any other widget in a list... Jan 21 13:34:35 swisstomcat:what does this error mean "[20100119-02:28:28.060126] error: Uncaught SyntaxError: Unexpected number, app/assistants/First-assistant.js:29"??? Jan 21 13:34:44 what's on line 29? Jan 21 13:35:09 var sql1 ='INSERT INTO educore_university VALUES (100,"D.U","Vishwavidlya","New Delhi",981111); GO;' Jan 21 13:35:22 an unexpected number *guess* Jan 21 13:35:23 :D Jan 21 13:35:55 Yatharth: try putting the numbers in "" Jan 21 13:36:14 sorry, i'm missing the english word atm^^ Jan 21 13:36:46 ohhkkk Jan 21 13:36:48 let me try Jan 21 13:36:58 double quotes Jan 21 13:37:17 yeah, quotes, thx^^ Jan 21 13:38:02 swisstomcat: do you need a spinner in each individual list row? or just one big spinnee/scrim until the model is koaded? Jan 21 13:38:18 haeffb: just one spinner until the model is loaded Jan 21 13:38:20 spinner loaded Jan 21 13:38:40 but not an all page scrim Jan 21 13:38:48 oh, then don't bother with spinners in list. Jan 21 13:38:50 if avoidable Jan 21 13:39:19
Jan 21 13:39:19
Jan 21 13:39:19
Jan 21 13:39:19
Jan 21 13:39:25 what i have now Jan 21 13:39:35 not very pretty tho Jan 21 13:40:10 you want scrim just over the list & not rest of scene? Jan 21 13:40:23 if that's possible? Jan 21 13:40:47 i thought scrims are full page Jan 21 13:41:00 dunno Jan 21 13:41:45 any examples for a list scrim? to show the spinner until the list data is loaded Jan 21 13:42:15 the error is not in that linw i think because when i make changes then also its shows the same error whatever be the text on line 29 Jan 21 13:42:28 not that i'm aware Jan 21 13:43:51 ok, you could add one list item in setupWidget, with a spinner, spinning=true. then replace the model with all spinning = false Jan 21 13:44:23 you'd get one little spinner... Jan 21 13:44:27 hmm Jan 21 13:44:31 that's one idea Jan 21 13:44:50 and put a 'loading' message in the list item Jan 21 13:44:54 yeah Jan 21 13:44:58 that could work Jan 21 13:45:19 * haeffb_pre doesn't know what your layout looks like Jan 21 13:47:25 it seems to work Jan 21 13:47:28 pastie? Jan 21 13:57:12 no. just saying I don't no whether that looks ok with what you are trying to do... Jan 21 13:57:34 it looks ok for now Jan 21 13:57:44 there's a spinner inside a container div Jan 21 13:57:50 and i can hide/show that Jan 21 14:01:46 will a stopped spinner still be shown? Jan 21 14:03:27 no, that's what's cool about a spinner Jan 21 14:03:41 stop it and it's gone Jan 21 14:03:54 start it and it's there Jan 21 14:04:04 oh Jan 21 14:04:14 much easier then Jan 21 14:13:30 allright Jan 21 14:13:33 this works well now Jan 21 14:13:40 i just start/stop the spinning Jan 21 14:25:42 morning folks Jan 21 14:30:03 morning lonestar Jan 21 15:36:38 Hello, i need some webOS help again, anyone here who can try to help? :) Jan 21 15:39:55 $1.99 or $2.49? Jan 21 15:40:46 :don't ask if you Can Ask. Just state your problem/ question for us (& then wait at least a few, give time for others to comment) Jan 21 15:41:24 yep, we'll help Jan 21 15:41:37 if we can Jan 21 15:41:40 yeah Jan 21 15:41:55 depding how generous i feel today :) Jan 21 15:42:13 swisstomcat $1.99 or $2.49 for this app: http://uoid.me/palm4 Jan 21 15:42:15 sie können auch deutsch sprechen Jan 21 15:42:42 nien Jan 21 15:42:54 $2.49 Jan 21 15:43:15 ok, screw it going up to $2.49 Jan 21 15:43:21 then make a special ... now for a limited time .. just $1.99 instead of $2.49 .. save $.50 Jan 21 15:43:21 thanks! Jan 21 15:43:24 FreeTim: did you see there's a Reset Button app? Jan 21 15:53:37 is there a way to push a scene directly from a customDialog? e.g. after storing something in a cookie when button pressed, close the dialog and push another scene? i didnt get it. Jan 21 15:54:12 haeffb_pre : No i didnt' see it - where? In preware or in the app catalog or other? Jan 21 15:54:52 preware. just add a timer & it's done... Jan 21 15:56:18 shoot Jan 21 15:56:34 my pre doesn't boot anymore Jan 21 15:56:42 stuck at the palm screen Jan 21 15:56:44 : Jan 21 15:56:46 :( Jan 21 15:56:54 swisstomcat: webos doctor... Jan 21 15:57:20 rretsiem: sould be possible Jan 21 15:57:25 sould/should Jan 21 15:57:29 muesli: oh noes Jan 21 15:58:50 no other way? Jan 21 15:59:03 when i call the pushScene() in my handleButtonPress function i always get an: Object # has no method 'pushScene' Jan 21 15:59:50 this.controller exists in the context Jan 21 16:02:02 hmm Jan 21 16:02:10 removed the battery and restartet Jan 21 16:02:14 it's alive again Jan 21 16:02:15 phew Jan 21 16:02:54 let me check rretsiem Jan 21 16:03:29 does Mojo.Controller.stageController.pushScene work? Jan 21 16:05:56 you have to pass a sceneController to a dialog... Jan 21 16:09:08 & then save it in constructor Jan 21 16:10:44 function XXDialogAssistant(sceneAssistant) { this.parent = sceneAssistant; } Jan 21 16:13:29 mr0ning Jan 21 16:13:34 morning Jan 21 16:15:54 you can also pass a callback function... Jan 21 16:16:45 this.parent.controller.stageController.pushScene() Jan 21 16:19:02 howdy haeffb_pre Jan 21 16:19:03 i'll try this, but it sounds like the solution for me Jan 21 16:19:29 hi LS99 Jan 21 16:21:09 when i call the pushScene, is it necessary to call the widget.mojo.close() before, or is the deactivate/cleanup method also called from active scene? cause i call it there already Jan 21 16:24:20 well, if you want the old scene still open, don't close it. the push scene will open a new card Jan 21 16:24:31 if you do want it closed, use swapscene right? Jan 21 16:30:19 I need to macro this: Mojo.Controller.appController.getActiveStageController().pushScene() Jan 21 16:35:16 and one might choose: Mojo.Controller.appController.getActiveStageController().swapScene() Jan 21 16:35:32 or Mojo.Controller.appController.getStageProxy().push/swapScene() Jan 21 16:35:42 depending on your app style Jan 21 16:35:44 ooh that's a good one Jan 21 16:44:20 chuq: on the developer.palm.com front-page, it says "plug-in development kit" but it shows a pic of "SDK" under it Jan 21 16:49:40 anyone know where i am going wrong if my response.responseJSON (from an ajax get) comes back undefined, but the response.responseText has the JSON text in it? Jan 21 16:52:23 finally back on this channel, had been hanging out at internals for the past couple days Jan 21 16:59:09 digitalpowers, the webservice is probably not setting headers to identify the content as json Jan 21 16:59:33 i am setting content-type=application/json Jan 21 17:02:32 hmmm *Shrug* other than double checking ot make sure the header is set i dunno Jan 21 17:10:25 I need to make pinch/zoom in my app. Can somebody tell me how can I do that? Jan 21 17:13:46 digitalpowers: try 'evalJSON': 'force' in your Ajax request parms Jan 21 17:14:12 I think that's how it goes... Jan 21 17:14:51 er 'evalJSON': true Jan 21 17:15:00 is what's in my MySQL retrieval example Jan 21 17:16:22 hmmm...actually I have 'true' as a string Jan 21 17:16:25 interesting Jan 21 17:16:47 I may need to do some more testing on that Jan 21 17:17:09 sugardave: i tried evalJSON: 'force' and no difference, then maik suggested i try logging my response variable using Mojo.Log.error(Object.toJSON(response)); and the response variable has a bunch of \u0000 over and over again after it lists responseText: Jan 21 17:18:25 digitalpowers: I think I was wrong about 'force' Jan 21 17:18:37 force worked for me Jan 21 17:19:13 digitalpowers, what is the trouble ? Jan 21 17:19:16 sugardave: and it does the same thing with just true Jan 21 17:19:25 so, what is \u0000? Jan 21 17:19:39 null byte Jan 21 17:19:41 ah, null Jan 21 17:19:42 yeah Jan 21 17:19:44 hex null Jan 21 17:19:47 interesting Jan 21 17:19:48 its null Jan 21 17:19:49 we're thinking it's something to do with the a buffer Jan 21 17:19:53 digitalpowers: why are you sending nulls? Jan 21 17:20:10 sugardave: there are no nulls on the page when i look at it in IE Jan 21 17:20:36 digitalpowers: is this a page you control? and is it publicly available? (i.e. can I look at it?) Jan 21 17:20:39 fanatsumy: i am trying to use response.responseJSON but it is undefined Jan 21 17:21:05 response.responseText has the \u0000's in it Jan 21 17:21:06 sugardave: it is still only running on my local dev machine Jan 21 17:21:11 okay Jan 21 17:21:30 have you printed the whole response in the console ? Jan 21 17:21:33 going to try getting the page manually and see what i get Jan 21 17:22:02 digitalpowers: without revealing your secret sauce, can you paste the page source? is it php? Jan 21 17:22:29 cough, no vb.net dont laugh it isnt my fault work forced me to use it Jan 21 17:22:33 ah Jan 21 17:22:35 oops Jan 21 17:22:36 :D Jan 21 17:22:51 despite my cries to the contrary Jan 21 17:23:08 hence my "apache + php" comments in the past Jan 21 17:23:11 I thought I saw somebody mention they had a vb.net page returning json successfully in here the other day Jan 21 17:23:24 * maik raises hand Jan 21 17:23:25 maik and digitalpowers working together? Jan 21 17:23:30 :D Jan 21 17:23:33 or two separate projects? Jan 21 17:23:37 two separate projects Jan 21 17:23:40 okay Jan 21 17:24:53 sugardave: two different projects, same room Jan 21 17:24:58 heh Jan 21 17:25:14 digitalpowers: worst-case, if response.responseText has a JSON string in it you can use evil, I mean eval on it Jan 21 17:25:17 on the bright side mike just found the bug in my server code that was causing the problem Jan 21 17:25:22 oh Jan 21 17:25:23 sweet Jan 21 17:36:12 Yatharth: how's the db coming along? Jan 21 17:41:27 howdy sugardave Jan 21 17:43:00 good morning internets! Jan 21 17:46:49 LoneStar99: mornin' Jan 21 17:46:57 Mousey: hola Jan 21 17:47:43 mmminternets Jan 21 17:48:09 Yatharth: HEY I'M TALKING TO YOU!!!! Jan 21 17:48:18 :) Jan 21 17:49:05 * sugardave thinks he was Yatharth1 yesterday, so probably isn't nick registered and can't speak. Jan 21 17:49:08 :D Jan 21 17:51:35 what option from +Rcnt doesn't allow unregistered to chat ? Jan 21 17:52:13 unknown...I never was an IRC person Jan 21 17:52:27 R maybe? Jan 21 17:52:40 i don't know)) Jan 21 17:53:05 I'd guess R for registered, or n for nicks Jan 21 17:53:09 *shrug* Jan 21 17:53:18 aha, i've found http://www.alien.net.au/irc/chanmodes.html Jan 21 17:53:20 no, it's R Jan 21 17:55:03 [18:54] *** -NickServ- Information on Yatharth (account Yatharth):[18:54] *** -NickServ- Registered : Jan 18 19:24:58 2010 (2 days, 22:29:57 ago) Jan 21 17:55:10 he is registered) Jan 21 17:55:57 fine, he's just ignoring me, then Jan 21 17:55:58 FINE! Jan 21 17:57:20 no, he is afk Jan 21 17:57:25 Idle time: 26 minutes, 7 seconds Jan 21 17:58:15 What is the easiest way to just play a video file? Jan 21 17:58:26 I want to do it after the boot screen Jan 21 17:58:48 I have tried several methods but been unsuccessful Jan 21 17:59:09 um....hmmm.... Jan 21 17:59:20 you have an app that starts automatically on boot? Jan 21 17:59:40 i mean after booting the app Jan 21 17:59:44 oh! Jan 21 17:59:46 I see Jan 21 17:59:54 what kind of video? Jan 21 17:59:59 mp4 Jan 21 18:00:33 well, I haven't done anything with video...is it possible to play mp4s in Mojo right now? Jan 21 18:00:41 the docs say so Jan 21 18:00:58 and the sample code has examples Jan 21 18:02:16 alright, so you would want to modify the sample and just make your first scene load it up and play Jan 21 18:03:04 yes Jan 21 18:03:16 but i don't want any of the listeners or anything like that Jan 21 18:03:21 just straight video playback Jan 21 18:03:23 and the function that plays the video should go in that scene's activate function Jan 21 18:03:24 very simple Jan 21 18:03:35 i have code in the activate function Jan 21 18:03:45 but i must have the wrong code there Jan 21 18:03:53 the window just comes up black Jan 21 18:04:04 webos.pastebin.com Jan 21 18:04:09 and let's see what you've got Jan 21 18:04:58 http://webos.pastebin.com/m676fd23e Jan 21 18:05:58 not sure, but I don't think Mojo.appPathfile:///media/internal/blahblahblah is going to work Jan 21 18:06:05 ok Jan 21 18:06:09 i found that in the forums Jan 21 18:06:15 link on that? Jan 21 18:06:32 http://developer.palm.com/distribution/viewtopic.php?f=14&t=1336 Jan 21 18:06:53 they reference that video only comes from a special /media mount Jan 21 18:07:43 that example isn't appending Mojo.appPath...take it off Jan 21 18:07:50 er prepending, I guess Jan 21 18:09:17 good call, but that didn't help anything Jan 21 18:09:53 hmm...so this might be something to do with a change in the sandbox dirs....that post is old Jan 21 18:09:59 yeah Jan 21 18:10:07 dirs, what? hasiuhsai Jan 21 18:10:12 :P Jan 21 18:10:17 any idea on how that works? Jan 21 18:10:30 i'm digging in the docs but not too much coming up Jan 21 18:10:36 what about if you put it in your app's src dir...will it play then? Jan 21 18:10:44 dirs: :P Jan 21 18:10:48 just it the top level of src? Jan 21 18:11:02 abedra: anywhere, really...make a 'video' dir under 'src' Jan 21 18:11:21 then Mojo.appPath + '/video/file.mp4' perhpas Jan 21 18:11:27 i have the video in a folder called media/internal as well Jan 21 18:11:28 in the app Jan 21 18:12:05 oh, but it might need to be 'file:///:' + Mojo.appPath + '/video/file.mp4' Jan 21 18:12:14 and not sure if appPath has the trailing / Jan 21 18:12:21 ok i'll give that a shot Jan 21 18:14:39 nope Jan 21 18:14:45 tried with and without the / Jan 21 18:14:56 oh hey Jan 21 18:15:05 are you including media.js in your sources.json? Jan 21 18:15:20 checking Jan 21 18:16:00 yep {"source": "\/usr\/palm\/frameworks\/media\/media.js"} Jan 21 18:16:05 hmmm Jan 21 18:16:12 well, I'm stumped :( Jan 21 18:16:15 :( Jan 21 18:16:22 hopefully a video person will pipe up Jan 21 18:16:22 thanks for trying Jan 21 18:16:25 np Jan 21 18:19:03 abedra: I assume you've seen this: http://developer.palm.com/index.php?option=com_content&view=article&id=1752#Video-PlayingVideoObject Jan 21 18:20:00 yes Jan 21 18:20:07 that was where i got the original playback code Jan 21 18:21:13 i have been looking at the app logs, but they really aren't any help Jan 21 18:21:25 they don't say "can't find movie" or anything like that Jan 21 18:21:33 it would be nice to know what exactly is going wrong Jan 21 18:22:21 well, you could hope a try/catch around it might tell you something better Jan 21 18:22:52 possibly Jan 21 18:23:00 also wondering if you need to explicitly call .play()...by default autoplay is supposed to be true Jan 21 18:26:36 just tried that as well Jan 21 18:47:42 yeah Jan 21 18:53:14 hi anyone know anything about sending mms to email? Doesn't show up when you start typing contacts Jan 21 19:14:51 rehi Jan 21 19:15:23 hire Jan 21 20:16:26 hi Jan 21 20:16:36 rehi Jan 21 20:16:36 ok Jan 21 20:16:52 did you find out more using the log? Jan 21 20:17:36 actually in the log i am not able to figureout the 1st error which i told u Jan 21 20:17:54 [20100119-02:28:28.060126] error: Uncaught SyntaxError: Unexpected number, app/a Jan 21 20:17:54 ssistants/First-assistant.js:29 Jan 21 20:17:59 this one Jan 21 20:18:51 Yatharth: what was the sql line again? Jan 21 20:19:03 it is also showing an error after this that the The scene 'First' could not be pushed because an exception occurred. Jan 21 20:20:01 actually i've tried to run that sql line on sqlite Jan 21 20:20:07 it was working fine Jan 21 20:21:00 and when i changed my code it was again saying the same error though now my sql line was on line 28 Jan 21 20:21:06 and line 29 was blank Jan 21 20:21:50 is this the write statement "db = openDatabase('myDB','','Testing', 65536);"? Jan 21 20:23:00 no. your "version" is blank. Jan 21 20:24:09 db = openDatabase('myDB', '0.1', 'Testing', 65536); Jan 21 20:24:18 but that optional no?? Jan 21 20:24:29 I do not think it is optional Jan 21 20:25:25 it is optional Jan 21 20:25:33 only name is required Jan 21 20:26:26 ok, you are correct. Jan 21 20:27:28 should i paste my code on pastie.org if u want to see it?? Jan 21 20:29:20 surew Jan 21 20:29:44 * haeffb rubs eyes and sits up... Jan 21 20:33:42 can anyone help with binding a button click? Jan 21 20:33:46 sure Jan 21 20:33:48 i have everything wired up Jan 21 20:33:55 but when i click nothing happens Jan 21 20:33:59 http://pastie.org/788755 Jan 21 20:34:10 can you use pastie to show the code, abedra? Jan 21 20:34:23 sure Jan 21 20:36:05 Yatharth: All db access is asynchronous. You need to call the "create table" in the callback function from the openDatabase. And the INSERT into from the callback from the create table, etc. Jan 21 20:36:09 http://pastie.org/788764 Jan 21 20:36:55 ohk Jan 21 20:37:11 and can you please tell me how can i do so?? Jan 21 20:37:14 http://webos101.com/Mojo_Database_Helper_Objects Jan 21 20:37:19 review/comment/edit, etc. Jan 21 20:37:33 the way you have it now, you don't know if the openDatabase happens before the create table. and so on. Jan 21 20:37:43 you don't control which happens when. Jan 21 20:38:27 hi all! Jan 21 20:38:34 hey jen Jan 21 20:38:38 abedra: looking at it Jan 21 20:38:47 So, move your INSERT INTO to the successHandler of the CREATE TABLE transaction. Jan 21 20:39:07 abedra, do you never get the "Button Clicked" log? Jan 21 20:39:16 haeffb: no Jan 21 20:39:33 abedra: it says Mono.log.error instead of Mojo.Log.error Jan 21 20:39:37 haeffb: i also changed it to call Mojo instead of Mono :) Jan 21 20:39:37 that could be the problem Jan 21 20:39:38 oh, because you called it "Mono.log" Jan 21 20:39:50 :) Jan 21 20:39:52 it's Mojo.Log.error Jan 21 20:40:00 made the same mistake a few times Jan 21 20:40:04 hey haeffb did you change your styling to dark? Jan 21 20:40:39 swisstomcat: I am still getting nothing Jan 21 20:40:46 abedra: instead of this.controller.listen(this.controller.get(...), just use this.controller.listen('donate', ...) Jan 21 20:41:14 JenP, trying it. My list widget doesn't go dark. Jan 21 20:41:29 yeah list widget has to be customized Jan 21 20:41:47 stoopid list widget Jan 21 20:41:54 totally Jan 21 20:42:08 haeffb: just tried that but no dice Jan 21 20:42:10 i usually do listeners this way: Jan 21 20:42:11 this.handleButtonOK=this.handleButtonPressOK.bindAsEventListener(this); Jan 21 20:42:12 Mojo.Event.listen(this.controller.get("buttonok"), Mojo.Event.tap, this.handleButtonOK); Jan 21 20:42:18 abedra: Mojo.Controller.listen(this.controller.get(...)) OR this.controller.listen('id') Jan 21 20:42:29 that way you have the handler for stoplistening already Jan 21 20:42:53 swisstomcat: that is the preferred way. but abedra's will work, he just won't be able to stopListening later. Jan 21 20:43:11 yeah Jan 21 20:43:32 i would like to do it the right way Jan 21 20:44:21 this.handleButtonPressHandler = this.handleButtonPress.bindAsEventListener(this); Jan 21 20:44:44 this.controller.listen('donate', Mojo.Event.tap, this.handleButtonPressHandler); Jan 21 20:45:27 then in your cleanup() method, you'd add: this.controller.stopListening('donate', Mojo.Event.tap, this.handleButtonPressHandler); Jan 21 20:46:00 i am still facing the same problem Jan 21 20:46:47 Yatharth: ALL DATABASE TRANSACTIONS ARE ASYNCHRONOUS Jan 21 20:46:56 hehe Jan 21 20:47:11 i pasted my code for INSERT in the sucesshadler for create table but the same error popped up again Jan 21 20:47:17 haeffb: I still just don't get anything when I click Jan 21 20:47:19 :( Jan 21 20:47:36 haeffb: be louder Jan 21 20:47:50 just making sure :) Jan 21 20:47:52 so what should i do now??can u suggest me something Jan 21 20:48:09 just a sec, I'll pastie some db code... Jan 21 20:48:09 Yatharth: yeah, use my cool stuff: http://webos101.com/Mojo_Database_Helper_Objects Jan 21 20:48:14 haeffb: here's what i have now http://pastie.org/788788 Jan 21 20:48:19 or you can use sugardave's cool stuff. Jan 21 20:48:20 and help me find bugs :D Jan 21 20:49:02 abedra: strange Jan 21 20:49:44 the button shows up, it looks enabled, but when i click nothing happens Jan 21 20:49:49 Yatharth: I openDatabase in my AppAssistant. Then this is in SceneAssistant: http://pastie.org/788792 Jan 21 20:50:11 abedra: what's in the log? Jan 21 20:50:56 swisstomcat: nothing shows up in the log Jan 21 20:51:05 it's almost like the event isn't registering properly Jan 21 20:51:37 hmm Jan 21 20:52:39 why use this.controller.listen instead of Mojo.Event.listen? Jan 21 20:53:08 yeah, i usually use Mojo.Event.listen Jan 21 20:53:21 this.controller.listen is shorter Jan 21 20:53:25 probably doesn't matter.... Jan 21 20:53:29 either should work Jan 21 20:53:33 no it isn't :P Jan 21 20:54:00 this.controller.listen('id'... is shorter than Mojo.event.listen(this.controller.get('id'... Jan 21 20:54:10 oh, well, yeah, I guess so Jan 21 20:54:25 and if you ever write multi-stage, you can't use $('id') Jan 21 20:54:38 so, I claim shorter! :) Jan 21 20:54:39 I don't use it much...trying not to Jan 21 20:54:46 so I don't have to break that habit Jan 21 20:54:51 me too Jan 21 20:54:53 could it be the view bits? Jan 21 20:55:00 abedra, I can't see anything wrong. Jan 21 20:55:08 Jan 21 20:55:16 that's what i have for the button Jan 21 20:55:20 can you try commenting the systemRequest code? Jan 21 20:55:27 no, that should be solid. Jan 21 20:55:42 and the button is setup, so it should be OK. Jan 21 20:55:47 you sure this.controller.listen doesn't need (this.controller.get(id)) ? Jan 21 20:55:52 positive Jan 21 20:55:58 k Jan 21 20:56:13 this.doListAddHandler = this.doListAdd.bindAsEventListener(this); Jan 21 20:56:13 this.controller.listen('listing',Mojo.Event.listAdd, this.doListAddHandler); Jan 21 20:56:23 works for me Jan 21 20:56:24 abedra: can you get ANYTHING in your logs with Mojo.Log.error? Jan 21 20:56:37 sugardave: good question also Jan 21 20:56:49 sugardave: trying now Jan 21 20:58:32 abedra: I have never used anything like: this.listWidget = new Widget.ContentSources.List('contentSourcesListWidget', this); Jan 21 20:58:51 Error: Object donate has no method 'addEventListener', line undefined, file undefined Jan 21 20:58:55 i just saw this in the log Jan 21 20:58:56 yeah, me neither Jan 21 20:59:02 something is wrong here... Jan 21 20:59:08 abedra: yep! :D Jan 21 21:00:22 adding this.controller.get('donate') fixed it Jan 21 21:00:28 rather than 'donate' Jan 21 21:00:36 but the button still doesn't work Jan 21 21:01:17 try Mojo.Event.listen(this.controller.get('donate'), ...) Jan 21 21:01:48 abedra: do you have 'donate' as an id anywhere else in the .html? Jan 21 21:01:55 looking Jan 21 21:02:27 haeffb:i have also done almost the same thing which u have done ...except that i opened my databse there only Jan 21 21:02:47 are you still getting the same error msg? Jan 21 21:02:48 nope Jan 21 21:03:04 yup Jan 21 21:03:44 going to take a break for a few and come back, thanks for your help Jan 21 21:03:58 abedra: comment out everything else in setup() except for your button code. Jan 21 21:04:35 Yatharth: and you are calling the first transaction in the if (db) .... ? Jan 21 21:04:37 so can that thing give so may errror Jan 21 21:05:19 yes Jan 21 21:05:32 so, pastie your new code Jan 21 21:05:40 and remind me what the error is...? Jan 21 21:07:22 http://pastie.org/788829 Jan 21 21:08:27 and error? Jan 21 21:08:45 [20100119-02:28:28.060126] error: Uncaught SyntaxError: Unexpected number, app/assistants/First-assistant.js:29 Jan 21 21:08:45 [20100119-02:28:28.070310] error: The scene 'First' could not be pushed because an exception occurred. Jan 21 21:08:49 is DOUBLE valid? Jan 21 21:09:29 not in sqlite, I don't think. Jan 21 21:09:55 http://www.sqlite.org/datatype3.html Jan 21 21:10:06 but, that probably wouldn't cause the scene to crash Jan 21 21:10:15 Hey, guys. I'm on mac, installed VirtualBox and the SDK and ran the emulator. It's running but I have a few questions. First, how do i do gestures like swipe up? Also, when I open the web app, it doesn't seem to connect. Do I need yo do anything special to get it to use my computer's net? Jan 21 21:10:18 if there is an exception in setup(), it would Jan 21 21:10:32 hokay, I've got a quickie question, probably been asked a million times before: I want to capture when an enter key is pressed on a textfield. Jan 21 21:10:37 no it is valid Jan 21 21:10:44 beboo: swipe up: just grab the window with the mouse and drag it up and away Jan 21 21:10:51 BeBoo_: Home key is equivalent of swipe up, I think. Jan 21 21:11:04 swisstomcat, i tried that... a few times. Lemme try it again... Jan 21 21:11:05 -_- Jan 21 21:11:22 BeBoo_: there is a page on palm's site that lists the emulator keybindings Jan 21 21:11:31 double comes under the real class Jan 21 21:11:34 okay, got to run to ballet class....bbl Jan 21 21:11:45 sugardave: you're so....versatile. Jan 21 21:11:46 it is part of the double class Jan 21 21:12:00 kmudrick, ah good. perhaps i'll search for it. anyone know about the net issue? I wanna devel an app that will be using the net. Jan 21 21:12:33 Yatharth: ok. Jan 21 21:13:31 BeBoo_: dunno the net problem, always seemed to just work for me Jan 21 21:13:33 anyways, I'm following what's said in http://developer.palm.com/distribution/viewtopic.php?p=3527#p3527 but the textfield is still eating my Enter keypress. Jan 21 21:14:09 BeBoo_: http://developer.palm.com/index.php?option=com_content&view=article&id=1744&Itemid=58 has the emulator details Jan 21 21:16:02 oh, wait, you know what, I think I'm just going about this all wrong. uno momento. Jan 21 21:16:06 kmudrick, thanks for the page. bookmarked =] as far as the net, it just says "Failed to load the page" immediately. the icons at the bottom of the emulator for net says Adapter 1 (NAT): Connected Jan 21 21:16:09 hrm Jan 21 21:16:38 Yatharth: please add a Mojo.Log to let you know the db has been opened. Jan 21 21:19:11 mojo.log.info u mean?? Jan 21 21:19:24 would having a textfield in a dialog scene circumvent having enter trigger a propertychange event on that textfield? Jan 21 21:19:39 because all the documentation I'm reading seems to be saying that "no dude this is totally cool it will work" Jan 21 21:20:25 Kuraiou: how are you binding the listener to the textfield? Jan 21 21:21:03 Yatharth: yes. in the if (!db) {} else { Mojo.Log.info("DB OPENED!!!"); ...} Jan 21 21:21:03 BeBoo_: i'm not sure. what version of virtualbox are you running? do you have anything else that might conflict, like parallels or vmware? Jan 21 21:22:10 the event listens fine. Jan 21 21:22:14 it just doesn't trigger on enter key. Jan 21 21:22:16 is it possible to call a function from a scene other than the active one? Jan 21 21:22:28 this.saveTitleChanged = this.saveTitleChanged.bind(this); Jan 21 21:22:28 Mojo.Event.listen(this.controller.get('saveTitle'), Mojo.Event.propertyChange, this.saveTitleChanged); Jan 21 21:24:45 http://pastie.org/788856....These are the errors which i am facing again and again Jan 21 21:25:19 how do you detect enter kuraiou? Jan 21 21:25:32 Kuraiou is that the only textfield in the dialog? Have you tried changeOnKeyPress: true ? Jan 21 21:25:37 that's what I'm asking how to do! Hahaha, if I knew I wouldn't be here :P Jan 21 21:26:21 that should get you a propertyChange on every keypress.... Jan 21 21:26:26 yes, I have tried using changeOnKeyPress to true. I have a line in the propertyChange event that updates the innerHTML of a div to tell me what the keyCode is. Jan 21 21:26:30 it does not update when I press enter. Jan 21 21:26:53 Oh. Well, that is what it says in the forum post you gave. Jan 21 21:27:03 so then I went looking around, and got to that forum link I posted earlier. it suggests to add a keydown to the document. Jan 21 21:27:04 same problem. Jan 21 21:27:07 you have to listen on the document, not the textfield, for the enter key. Jan 21 21:27:23 still don't get an enter? Jan 21 21:27:32 still am not getting an enter. Jan 21 21:28:02 so then I found this article: http://developer.palm.com/index.php?option=com_content&view=article&id=1678 Jan 21 21:28:23 which implies (via a comment in some code about halfway through) that the textfield should blur and the propertyChange event should trigger when you press enter anyways. Jan 21 21:28:40 so I am thinking there is something wonky with the dialog scene, but I can't really confirm it Jan 21 21:29:33 let me test something... Jan 21 21:29:50 Certainly. I definitely appreciate the help. :) Jan 21 21:30:17 it works when not put into a dialog? (the textfield) Jan 21 21:31:16 that's what I haven't tested yet. Jan 21 21:31:25 I don't know, I would have to build a whole new scene just to test :) Jan 21 21:31:28 * Kuraiou is lazy. Jan 21 21:31:41 it works in mine :) Jan 21 21:31:48 which is not in a dialog Jan 21 21:32:10 but i also have Jan 21 21:32:12 enterSubmits: true, Jan 21 21:32:12 requiresEnterKey: true, Jan 21 21:32:39 I am testing in a dialog. Jan 21 21:32:50 I tried with enterSubmits, but not requiresEnterKey. Jan 21 21:32:53 it's also a single-line, if that helps Jan 21 21:33:52 No, EnterKey does not fire my handler, listening for "keydown" on document in a dialog. Jan 21 21:34:41 ah well. I'll just stop beating my head against a wall and call it "working as intended". I guess that means my app is done! time to submit. Jan 21 21:34:42 so, I surmise the Enter keypress is being captured/handled elsewhere. Jan 21 21:34:58 I can always fix it later :/ Jan 21 21:35:24 I have multiple textifields, and enter key moves to the next, without calling my keydown handler Jan 21 21:35:38 right. that's the default functionality. Jan 21 21:36:06 it just doesn't work in dialogs, which is sort of what I need this to be for presentation purposes. Jan 21 21:36:14 so it's a wash, no biggie. Thank you for your help :) Jan 21 21:37:01 OkieDokie. Jan 21 21:38:12 ok, i uploaded my updated app to precentral Jan 21 21:38:16 phew Jan 21 21:38:39 \o/ Jan 21 21:38:46 kmudrick, i deleted the vm and reinstalled it and it's working Jan 21 21:38:46 what's your app do, swiss? Jan 21 21:39:14 Yatharth2: is your first-assistant.js included in sources.json? Jan 21 21:39:14 swiss public transport Jan 21 21:39:22 i have a dynamic list in a model that i'm trying to populate before the scene displays but it has to wait for a callback from ajax. should i put the widget creation in the ajax onComplete callback? Jan 21 21:39:47 nifty Jan 21 21:40:03 with gps-support for finding the closest station Jan 21 21:40:07 maik: whatever you do, put a spinner somewhere Jan 21 21:40:14 http://www.precentral.net/homebrew-apps/fahrplan Jan 21 21:40:15 heh Jan 21 21:40:22 that's a good idea -- maybe I should do one for Chicago Metra >.> Jan 21 21:40:39 the scene is a dialog and i end up having to cancel out of it and then go back into it for the updated list Jan 21 21:40:43 maik: I'd setupWidget() in setup(), then update the model and call modelChanged() in the callback Jan 21 21:40:45 of course that results in an additional ajax call Jan 21 21:40:46 maik: why not put the widget creation into setup, just with an empty model? Jan 21 21:41:41 i put up the latest ipk to precentral but it still shows "last updated: jan 04" .. any ideas? Jan 21 21:42:00 won't change until the mods review it? Jan 21 21:42:13 gah, I need a 64x64 version of my icon, ruh roh :O Jan 21 21:42:17 haeffb: that's how it is right now, model gets updated and modelChanged is called in the callback Jan 21 21:42:36 and, that's not working? Jan 21 21:42:48 it just doesn't appear to show it being updated until i cancel the dialog and go into it again Jan 21 21:42:51 then it has the updated list Jan 21 21:44:17 maik: are you logging in the callback? any errors? Jan 21 21:44:29 yep, no errors that i can see Jan 21 21:45:18 haeffb: do i have to put the status to "needs moderator review" again? (from published) Jan 21 21:45:40 pastie? you're calling AjaxRequest in setup() of the dialog? Jan 21 21:45:59 swisstomcat: you don't have to, but I don't know that the last update is update automatically... ? Jan 21 21:46:13 hmmm Jan 21 21:47:40 the ajax.request is being called via another function in setup() of the dialog, yes Jan 21 21:50:17 it works properly in the main scene and it's implemented the same way Jan 21 21:50:33 maybe i'm calling modelChanged incorrectly Jan 21 21:50:46 those meddling dialogs ruin everything. Jan 21 21:50:52 how are you calling it? Jan 21 21:51:10 that was it Jan 21 21:51:26 i need to remember that this.controller becomes this.sceneAssistant.controller in a dialog Jan 21 21:51:29 hi there Jan 21 21:51:42 I was wondering if someone could help me Jan 21 21:52:00 maruku: we won't know until you tell us your problem Jan 21 21:52:14 ;) Jan 21 21:52:35 well, I'm trying to connect to a database Jan 21 21:52:45 the HTML one Jan 21 21:53:11 hi Jan 21 21:53:18 maruku: a depot? Jan 21 21:53:29 hi Jan 21 21:53:30 when I'm doing the function that contains the transaction Jan 21 21:53:42 nope, the SQL connection Jan 21 21:54:09 well, doing the function, the application stops to work Jan 21 21:54:10 so how should proceed with the same error coming again and again Jan 21 21:54:40 I've followed the steps into palm´s developer web Jan 21 21:54:40 haeffb:didu see that pastie file in which i copied the errors Jan 21 21:54:46 but I do not success Jan 21 21:54:47 maruku: what does the log say? Jan 21 21:55:01 Yatharth1: did you add the Mojo.Log.info to see if DB is opened? Jan 21 21:55:01 give me a second Jan 21 21:55:18 com.mycompany.diabetes Error: An exception occurred in the 'main' scene's setup() method. Jan 21 21:55:18 com.mycompany.diabetes Error: Error: Cannot read property 'length' of undefined, line undefined, file undefined Jan 21 21:55:28 ya aftr that also the same errors were coming Jan 21 21:55:41 but you did get DB OPENED log? Jan 21 21:56:30 no Jan 21 21:56:38 when I did the function that opens the db connection, it didn't show any message Jan 21 21:56:43 do you have first-assistant.js in your sources.json? Jan 21 21:57:09 maruku: can you show some code on pastie.org? Jan 21 21:57:29 yes, of course you do. Jan 21 21:57:30 the pastie document which i send to was after adding that mojo.log.info Jan 21 21:57:35 mmm, let me try Jan 21 21:57:41 yes Jan 21 21:58:04 [ Jan 21 21:58:04 {"source": "app/assistants/stage-assistant.js"}, Jan 21 21:58:04 { Jan 21 21:58:04 "scenes": "First", Jan 21 21:58:04 "source": "app/assistants/First-assistant.js" Jan 21 21:58:05 } Jan 21 21:58:07 ] Jan 21 21:58:30 these are the contents of my source.json file Jan 21 21:59:30 should i reinstall my palm webos will that be of some help?? Jan 21 21:59:57 no. Jan 21 22:00:24 swisstomcat: http://www.pastie.org/private/4rxczgvzcfgouyv7tttiga Jan 21 22:00:25 what happens if you comment out all the if (!db) {} else {} in setup() ? Jan 21 22:00:54 hope I did well Jan 21 22:01:35 i see a typo, maruku Jan 21 22:01:39 36 Jan 21 22:01:46 select * from daibetes Jan 21 22:03:10 should i comment the whole code written in setup Jan 21 22:03:10 is it possible to call a function from a scene other than the active one? Jan 21 22:03:33 yes, to make sure that is where the error is coming from Jan 21 22:03:45 ohkk Jan 21 22:03:47 wait Jan 21 22:04:30 mmm Jan 21 22:04:32 let me try Jan 21 22:05:30 siwsstomcat: that part is commented Jan 21 22:06:09 dang, maruku: you scared him away Jan 21 22:06:25 same errors are coming again Jan 21 22:06:26 I see Jan 21 22:06:27 lol Jan 21 22:08:03 time to go Jan 21 22:08:06 laterz Jan 21 22:08:08 when I try to debug it does not enter into the SQLhandler Jan 21 22:08:33 okz, cya swiss Jan 21 22:09:03 maruku: I'm going to guess your troubles are coming from the fact that DB access is asynchronous. Jan 21 22:09:32 I´m new in all this stuff Jan 21 22:10:27 being assynchronous means that I should pass the model to the list inside the SQLhandler? Jan 21 22:10:40 well, look at lines 10, 11... Jan 21 22:11:03 yep Jan 21 22:11:53 when this.setupListModel is called I'm doing an asyn call to the function, isn't it? Jan 21 22:12:01 so the next line is executed.... Jan 21 22:12:11 mmm Jan 21 22:12:14 you call the function that does the DB transaction. then try to set the listModel to those results. but the results won't be in this.bloodies yet. Jan 21 22:12:19 the same errors were coming even after commenting the if{}else{} in setup function Jan 21 22:12:40 ok, I think that I got it Jan 21 22:12:47 Im gonna try to fix it Jan 21 22:12:58 thx a lot for your help Jan 21 22:13:12 you need to set up your list models in the onSuccess handlers of the db transactions. Jan 21 22:13:37 Yatharth: you still have the openDatabase call in setup()? Jan 21 22:14:38 haeffb: i figured out the button issue Jan 21 22:14:43 it was related to the view Jan 21 22:14:50 :( Jan 21 22:14:57 what in the view? Jan 21 22:15:06 yes Jan 21 22:15:18 remove the 65536 Jan 21 22:15:20 i had to do Jan 21 22:15:33 I had the x-mojo-element part of it at the end Jan 21 22:15:37 and changing that fixed it Jan 21 22:15:44
Jan 21 22:15:44
Header
Jan 21 22:15:44
Jan 21 22:15:44
Jan 21 22:16:17 abedra: strange. it shouldn't matter where the x-mojo-element is. Jan 21 22:19:50 err.. think im gonna have to doctor my pre Jan 21 22:19:52 skysaber: it is possible, I think. Jan 21 22:20:56 but if you need to call a function from more than one scene, it's probably better to put it into a separate myutils.js or somesuch Jan 21 22:21:30 is there away i can doctor without having it restore all my apps? Jan 21 22:21:51 or is that feature broken Jan 21 22:21:59 catalog apps? Jan 21 22:22:12 ya Jan 21 22:22:18 they should all come back Jan 21 22:22:23 :\ Jan 21 22:27:43 another q.. full erase will do the same as docotoring.. right? Jan 21 22:28:16 nm.. found a forum post :/ Jan 21 22:28:17 sorry :) Jan 21 22:29:27 haeffb: I have another doubt... Jan 21 22:29:44 maruku: don't we all! Jan 21 22:31:10 how I can know that the handler is being called? Jan 21 22:32:07 add a Mojo.Log.info("This handler was just called"); Jan 21 22:32:13 then view the logs Jan 21 22:32:37 I did but it doesnt appear into the logs Jan 21 22:33:06 seems that it is not being called Jan 21 22:33:10 so, you're handler is not being called... ? Jan 21 22:33:24 you can see other log info? Jan 21 22:33:25 and there is nothing wrong into the logs Jan 21 22:33:36 yep Jan 21 22:34:07 want to pastie the new code? Jan 21 22:34:25 sure, give me a minute Jan 21 22:36:02 @edektor/jfelectron - pubsub service IS in the emulator; you have to run First Use first and create (or sign into) a Palm profile.edektor @jfelectron - pubsub service IS in the emulator; you have to run First Use first and create (or sign into) a Palm profile. Jan 21 22:36:13 ah hah! adding the serviceRequest for time broke my app Jan 21 22:36:54 here is the new code => http://www.pastie.org/private/ewdqbizrxfxf9gyspmsbrg Jan 21 22:41:03 so, you get the ************* Setting up the list model Jan 21 22:41:19 but not ************* before to work with the resultset Jan 21 22:41:50 JenP: how'd you let that happen? Jan 21 22:42:05 smiles...it was from when I worked on it with you and rick... Jan 21 22:42:25 i'm almost done with your app...brb Jan 21 22:42:26 yep, I'm getting the following Jan 21 22:42:27 com.mycompany.diabetes Info: ************* PREParing database.... Jan 21 22:42:27 com.mycompany.diabetes Info: ************* Setting up the list model Jan 21 22:42:27 com.mycompany.diabetes Info: ************* After setting up the list Jan 21 22:43:27 but I dont get the log messages inside the sqlhandler function Jan 21 22:44:07 probably need to .bind(this) the transaction function Jan 21 22:44:37 i'll try Jan 21 22:45:30 function (t) { Jan 21 22:45:30 t.executeSql('SELECT * FROM diabetes', [], this.successSQLHandler.bind(this), this.failureSQLHandler.bind(this)); Jan 21 22:45:30 } Jan 21 22:45:36 ).bind(this) Jan 21 22:46:18 put a parens before function (functino (t) { ...}).bind(this) Jan 21 22:46:36 ah, ok Jan 21 22:47:04 I was trying to find out where I should put the bind(this) Jan 21 22:48:53 it might work w/o the parens. I don't know for sure. But I know it works with... Jan 21 22:49:55 it does not Jan 21 22:50:11 I'm gonna fight a bit more Jan 21 22:55:49 doing this: db.transaction((function (t) { Jan 21 22:55:49 t.executeSql('SELECT * FROM diabetes', [], this.successSQLHandler.bind(this), Jan 21 22:55:49 this.failureSQLHandler.bind(this)); Jan 21 22:55:49 }).bind(this); Jan 21 22:56:13 I'm getting the following error Jan 21 22:56:14 Uncaught SyntaxError: Unexpected token ;, file:///media/cryptofs/apps/usr/palm/applications/com.mycompany.diabetes/app/assistants/main-assistant.js:65 Jan 21 22:56:57 oh haeffb I think you're gonna like this Jan 21 23:13:56 maruku: don't put the ; after .bind(this) Jan 21 23:17:49 seems that now works Jan 21 23:17:58 but I've got another issue Jan 21 23:18:05 which I'm working on Jan 21 23:18:07 maruku: don't we all! Jan 21 23:20:33 when opening the database, if I put 'ext:databaseName' I'm not getting any error when the code, which creates it, is executed but without, the database object is null Jan 21 23:32:50 maruku: I am not familiar with your openDatabase call to db.changeVersion. - but I'm a SQLite newbie Jan 21 23:33:42 ah, but 5*1024*1024 is greater than 1MB? Jan 21 23:33:43 I'll find it out ;) Jan 21 23:33:58 yep, that think I've got it Jan 21 23:34:00 non ext: databases are limited to 1MB Jan 21 23:34:37 I suppose that it will be some ; or quote.. Jan 21 23:38:12 anyone know if it is possible to draw on the map using the map service (like you can with normal google maps api)? Jan 21 23:43:36 JenP: still around? Jan 21 23:43:43 yuppers Jan 21 23:43:47 it's sooo cool Jan 21 23:44:01 I was just looking at your pastebin Jan 21 23:44:03 i'm working on a few finishing touches Jan 21 23:44:29 no...can't talk code now...i'm working colors Jan 21 23:44:33 onSuccess: this.setMyTimeZone.bind(this), Jan 21 23:44:35 give me 30 more mins Jan 21 23:44:38 ok, save that for later. Jan 21 23:44:43 cool Jan 21 23:45:18 * haeffb goes to add "Graphic design by JenP" to the help scene Jan 21 23:47:17 cya Jan 21 23:52:15 chuqui: got email re: API docs. Thanks! Jan 22 00:00:24 FreeTim: http://forums.precentral.net/homebrew-apps/204354-reset-button-3.html Jan 22 00:03:11 haeffb cool! Jan 22 00:25:23 so, like, did y'all get everything sorted out? Jan 22 00:27:16 yatharth still has issues, I think. Jan 22 00:28:47 bummer Jan 22 00:30:34 haeffb: _I'm_ not in ballet...that would be scary Jan 22 00:30:49 lol Jan 22 00:30:52 or pretty damn hilarious Jan 22 00:30:54 hmm... Jan 22 00:38:05 if his dancing is anything like his coding, the dance subroutines will be out of order, and his update Routine would be his pratfall, and the crowd would make no Comments. Jan 22 00:38:26 :) j/k Jan 22 00:42:48 oh, cool, roast sugardave night. I'm in! Jan 22 00:49:32 anybody from palm engineering on here? Jan 22 00:56:59 hehe Jan 22 00:57:02 you guys kill me Jan 22 00:58:28 is there an equivalent to ares "panels" ? Jan 22 00:59:28 maik: I don't know....
? :D Jan 22 00:59:29 i have a list that i only want to take up a percentage of the screen, but you can't pass a list a height percentage, it appears to require a real size Jan 22 00:59:34 ya :/ Jan 22 00:59:58 you can put the list in a drawer in a scroller and adjust the scroller height Jan 22 01:00:19 i'm at the point where my scene is statically sized, so if the notification bar is present it covers some elements Jan 22 01:00:42 can a regulkar joe break into an xp laptop? that is password protected? Jan 22 01:01:00 yes...though i'm not sure this is the right channel :) Jan 22 01:01:23 at night this turns into the "things we shouldn't do" channel Jan 22 01:01:24 :D Jan 22 01:01:33 heh Jan 22 01:01:39 home time Jan 22 01:01:44 later Jan 22 01:01:56 yeah, i know, some friend got his laptop stolen, and told him not to worry... or should he.... Jan 22 01:02:07 I still have one more outing this evening...cotillion/junior assembly for my daughter Jan 22 01:02:24 LoneStar99: they will probably just wipe it Jan 22 01:02:47 he should most definitely worry Jan 22 01:03:03 LoneStar99: yeah, there is a simple winxp livecd someone could use Jan 22 01:03:15 oh, then don't listen to me Jan 22 01:03:28 time to change bank passwords Jan 22 01:03:55 i am sure , they will wipe it, but maybe this dude was a laid off windows coder... Jan 22 01:05:08 chances are they will wipe it, but like i said its just simple download away if they wanted to get in, depends how risky your friend wants to be Jan 22 01:07:37 see you guys later Jan 22 01:10:03 Bmyers: In order to post, you now have to have a registered nick in webos. Jan 22 01:11:45 Bmyers: http://www.afterdawn.com/faq/software_problems/register_nick_with_nickserv_mirc.cfm Jan 22 01:12:13 just /msg nickserv HELP Jan 22 01:15:22 geeze Jan 22 01:15:32 that was easy, eh? Jan 22 01:15:36 go away for a few days and get locked out Jan 22 01:16:01 hows it going? Jan 22 01:16:16 going well. Jan 22 01:16:38 I have changed the name to Myles Jan 22 01:16:46 and, get this... Jan 22 01:16:53 ...wait for it... Jan 22 01:17:03 ...when I add GPS, it will become "Otto Myles" Jan 22 01:17:16 I hit 900 purchases ;D Jan 22 01:17:24 I keep having this wierd problem where an app that works fine in the emulator completely hangs on device. The doubly weird thing is that its intermittent. Not across launches, but across installs where the code I'm changing has no impact on the initial display which hangs. Logs are no help, completely silent. Any ideas? Jan 22 01:17:32 dawm: sweet! Jan 22 01:17:50 jfelectron: not sweet! Jan 22 01:17:54 dawm: +1 Jan 22 01:17:59 JF -1 Jan 22 01:18:00 : Jan 22 01:18:04 haeffb: yeah sad panda.... Jan 22 01:18:22 its f'ing driving me crazy.....even doctored my phone Jan 22 01:18:33 have never had such an issue Jan 22 01:18:38 knock on wood Jan 22 01:18:52 I wish we had the option to turn on full logging on device Jan 22 01:19:08 jfelectron: you know that MojoMsgSample you tested for me yesterday? Jan 22 01:19:17 edektor: yup Jan 22 01:19:24 JF: didnt I see someone set mojo info = mojo error ? Jan 22 01:19:25 what OS were you on Jan 22 01:19:27 welcome back jfelectron Jan 22 01:19:38 so that all your .info's became .error's? Jan 22 01:19:48 edektor: OS X Jan 22 01:19:55 ahh.. Jan 22 01:19:59 LoneStar99: hey thanks...good to be back in the saddle so to speak Jan 22 01:20:02 well there goes that theory Jan 22 01:20:09 im on OS X too Jan 22 01:20:19 edektor: hmmm....sorry Jan 22 01:20:31 edektor: still no luck I assume? Jan 22 01:20:34 nope Jan 22 01:20:35 jfelectron: if you want email the IPK, i can test it on my pre Jan 22 01:20:45 anyways.. Jan 22 01:21:11 LoneStar99: might do that....not now, maybe later Jan 22 01:21:21 so what else did I miss? Jan 22 01:21:21 the JS Date object returns a different UTC offset than the one that is from a system service call.. Jan 22 01:21:28 what one should I use Jan 22 01:21:34 ok cool, chat in awhile gonna go play "world of goo" Jan 22 01:21:56 Bmyers: what did someone write a script to replace them? Jan 22 01:22:16 Bmyers: I mean I could go through every file and do it....but uhhg Jan 22 01:22:22 oh, jfelectron: and edektor: you had a msg from lemketron earlier. Jan 22 01:22:37 I was hoping he'd respond re mojo messaging Jan 22 01:22:42 what did he say? Jan 22 01:23:04 haeffb: on the forums or in here? Jan 22 01:23:12 pubsub service IS in the emulator Jan 22 01:23:31 we figured that out....but edektor's for some reason doesn't work Jan 22 01:23:45 same platform, same SDK version....but no worky Jan 22 01:24:03 I tried it on 1.2 as well Jan 22 01:24:08 you have to run first use and sign in to a palm profile Jan 22 01:24:21 ahhh.. Jan 22 01:24:25 icechat doesn't have copy/paste, had to go back, read, and paraphrase Jan 22 01:24:26 that would make sense Jan 22 01:24:31 interesting...there you go, I DID that! Jan 22 01:24:39 how can I run first use Jan 22 01:24:43 jfelectron: they just set it in the script at the top Mojo.Log.info = Mojo.Log.error. Jan 22 01:24:49 tho i have not tried it Jan 22 01:24:57 Bmyers: ahhh clever Jan 22 01:24:58 nvm Jan 22 01:25:01 I found it Jan 22 01:25:22 try that.. let me know if it works :) Jan 22 01:25:30 will in a bit, gtg Jan 22 01:25:38 l8r! Jan 22 01:28:34 so how have u been haeffb: ? Jan 22 01:28:45 same ol, same ol... Jan 22 01:29:18 did u see my "otto myles" ? I still love that, even 5 days later. Jan 22 01:29:32 app update or email or what? Jan 22 01:29:49 no, just above Jan 22 01:29:54 renaming app to Myles Jan 22 01:30:07 oh yeah.. otto myles? Jan 22 01:30:12 and then "Otto Myles" when I add GPS! Jan 22 01:30:18 i guess. every hear back from the guy? Jan 22 01:30:30 yeah. he's talking partnership or some such. Jan 22 01:30:35 wants me to phone call. Jan 22 01:31:15 what do u think about that? Jan 22 01:31:29 I'll call & see what's up. Jan 22 01:32:15 go for the cash influx.. Jan 22 01:32:19 guessing he's got the iphone & web stuff down, & doesn't want to learn webOS. Jan 22 01:32:37 cant blame him.. Jan 22 01:32:42 webOS is so easy, though :/ Jan 22 01:32:49 it's just the internet. Jan 22 01:32:52 ssshhh.. Jan 22 01:32:59 dont tell everyone that... Jan 22 01:33:36 Kuraiou: aren't you the one who gave up on the dialog/Enter key problem while ago? It's not ALL easy... :) Jan 22 01:35:08 haeffb: did i send u guyrules? Jan 22 01:35:27 yea, couple of days ago. Jan 22 01:35:33 any updates? Jan 22 01:35:48 no, i've been working at real job for a few days.. Jan 22 01:36:09 had NO time to even run an editor.. Jan 22 01:37:25 still waiting to get my app in the catalog too Jan 22 01:37:54 yeah, what's up with that? rejected? or just waiting? Jan 22 01:38:14 the the Javascript Date object has a different timezone offset than the one that I would get from com.palm.systemservice Jan 22 01:38:21 what one should I use Jan 22 01:38:21 i screwed up the submission but it seems they just cant fix it.. Jan 22 01:42:48 * haeffb off to do the dishes Jan 22 01:55:40 does the webos google maps implementation really not support kml? Jan 22 01:58:54 Bmyers: see PM Jan 22 02:11:22 edektor: how are they different? Jan 22 02:11:36 one is negative the other is positive Jan 22 02:13:02 edektor: are you using toLocaleString() ? Jan 22 02:13:21 Date.getTimezoneOffset() Jan 22 02:13:39 haeffb: yes that return 480 Jan 22 02:13:43 this.controller.serviceRequest('palm://com.palm.systemservice/time', { method:"getSystemTime", Jan 22 02:13:46 back. Jan 22 02:13:53 and that return -480 Jan 22 02:14:28 so, you are GMT -4 hrs? Jan 22 02:14:29 edektor: well which one makes sense? They should both offset be from UTC right? Jan 22 02:15:30 haeffb: no -7 Jan 22 02:15:59 oh. duh. divide by 60 Jan 22 02:16:18 and getTimezoneOffset gives you what? Jan 22 02:16:41 im in utah which is -7 Jan 22 02:16:49 what are you wanting to do with the number? they're both giving you the offset from GMT, but one throws in the -sign Jan 22 02:16:55 but the closest timezone that the palm pre uses it los angelas Jan 22 02:17:01 and they are -8 Jan 22 02:17:12 seriously? No mountain tim? Jan 22 02:17:26 Yup Jan 22 02:18:14 I need to convert tv show time to there local time Jan 22 02:18:56 edektor: there's gotta be mountain time. Jan 22 02:19:06 wait....are you sure its not a DST bug? Jan 22 02:19:33 Denver Jan 22 02:19:37 getTimezoneOffset uses javascript engine. palm's service gives what the palm uses internally, iirc they are not necissarily the same Jan 22 02:19:47 haeffb: nope Jan 22 02:20:00 yep, it's in emu Jan 22 02:20:01 on the device it uses Arizona/Phenoix Jan 22 02:20:31 Oh well if it works on device who cares.....I mean its annoying, but if the code works.... Jan 22 02:20:32 phoenix is also in there Jan 22 02:20:47 but so is Denver Jan 22 02:21:20 sometimes it is.. Jan 22 02:21:31 sometimes it isn't.. Jan 22 02:22:03 Bmyers: why is that? Jan 22 02:22:03 switching to haeffb_pre for the evening. Jan 22 02:22:09 ok.. Jan 22 02:22:17 whenever you're doing "local" time, you should probably use the Pre's time function, since I'm pretty sure that's the one you get from the Date & Time settings on the phone itself. Jan 22 02:22:34 edektor: Are you manually configuring timezone or using network time? Jan 22 02:22:36 so use the offset from the syste call? Jan 22 02:22:48 jfelectron: network Jan 22 02:22:52 well you just said that's off by an hour Jan 22 02:22:57 yes ed. also you should subscribe to it so when the user changes you can update your app. the javascript version doesn't update. Jan 22 02:23:25 no I said one was negative and one positive Jan 22 02:23:25 that's an issue with the specific pre though, if the network time zone doesn't set correctly Jan 22 02:23:31 and IIRC it's been broken since like 1.2 Jan 22 02:23:39 ditto network time running fast Jan 22 02:23:46 what IIRC? Jan 22 02:23:50 if i recall correctly. Jan 22 02:24:02 what's.... Jan 22 02:24:28 even so, whenever you're presenting information to a user based on that user's location, you should always endeavor to use that user's settings instead of whatever the hardware settings are. Jan 22 02:24:37 because you can have users all across the country, and they won't all match the hardware. Jan 22 02:24:58 what does the hardware have to do with it? Jan 22 02:25:01 but, the system does update the time upon change of timezones Jan 22 02:25:03 the javascript timezone thing Jan 22 02:25:10 versus the system call Jan 22 02:25:11 oh yeah that's garbage don't use it Jan 22 02:25:13 yeah. Jan 22 02:25:17 that's what I'm saying ;) Jan 22 02:25:21 alright, DDR. Jan 22 02:25:31 hmmmmmmmmmmmm. Jan 22 02:25:41 I am so danged clever. Jan 22 02:28:37 JenP: you around? Jan 22 02:28:46 yuppers Jan 22 02:28:48 what's up] Jan 22 02:29:00 just thought I'd say hi Jan 22 02:29:01 haeffb_asleep app looks sooooo cool Jan 22 02:29:02 Bmyers: log thingy does indeed work...trying on device now....thanks! Jan 22 02:29:05 hiya! Jan 22 02:29:48 jfelectron: pretty cool eh? Jan 22 02:30:03 yeah! Jan 22 02:30:10 Whats news JenP: ? Jan 22 02:30:37 i'm all caught up doing haeffb_asleep app Jan 22 02:30:49 it looks really really good Jan 22 02:30:59 i should be finishing mine....LOL Jan 22 02:31:02 what's up with you? Jan 22 02:31:10 any news on your app? Jan 22 02:31:20 i need someone to help me with graphics too :( Jan 22 02:31:33 lol are you ready for graphics? Jan 22 02:31:47 i messed up on submitting the app. palm isn't able to fix my mistakes it seems Jan 22 02:32:00 can you resubmit? Jan 22 02:32:10 no. thats the thing Jan 22 02:32:15 what!? Jan 22 02:32:16 the system wont let me Jan 22 02:32:25 how about resubmit it under a different name? Jan 22 02:32:29 it'll tell me the apps exists already... Jan 22 02:32:36 exactly rename your app Jan 22 02:32:42 DONT start changing names.. it really screws up stuff Jan 22 02:32:48 lol kk Jan 22 02:32:54 I got scolded for that Jan 22 02:32:59 really? Jan 22 02:33:07 really... Jan 22 02:33:17 she made me go stand in the corner for an hor Jan 22 02:33:19 did you email chuq? Jan 22 02:33:22 lol Jan 22 02:33:22 hour Jan 22 02:33:37 no. i didnt Jan 22 02:33:59 i called my handler and all that.. Jan 22 02:34:14 but my handler isnt my reviewer it seems. Jan 22 02:34:17 but no solution? Jan 22 02:34:26 no their separate entities Jan 22 02:35:17 renaming the app is what screwed me. i cant delete it, neither can the reviewer.. Jan 22 02:35:32 oh that sucks i'm sorry to hear that Jan 22 02:36:22 but there is some genie in the cloud that can.... Jan 22 02:36:28 just because i made the mistakes shouldnt mean its unfixable on palms end.. Jan 22 02:36:32 how long does it take to go through approval if everything is perfect? Jan 22 02:36:50 i agree...that's why i think you should email chuq Jan 22 02:36:55 Bmyers: I'm just wondering, did you "request for rejection"? Jan 22 02:37:17 Tib: yes i didnt, after a few weeks it was rejected.. Jan 22 02:37:24 (did) Jan 22 02:37:32 Bmyers: wow.... a few weeks? Jan 22 02:37:33 but i cant delete it still Jan 22 02:37:35 sheeshh. Jan 22 02:37:37 yeah WEEKS Jan 22 02:37:44 not good Jan 22 02:37:56 I just want to submit a newer update because they are taking forever with my current update Jan 22 02:38:13 how long? Jan 22 02:38:14 its a PITA Jan 22 02:38:37 the review and approval process seems to be pretty hit and miss Jan 22 02:38:45 I had a 1day turn around for my first update Jan 22 02:39:08 they rejected Jenp:s porn app pretty fast didnt they? Jan 22 02:39:22 what can i say...porn gets attention Jan 22 02:39:28 hahaaha Jan 22 02:39:34 Bmyers: if you email chuq he will eventually get it resolved Jan 22 02:39:47 Bmyers: Adora (in here) can also be of help Jan 22 02:39:54 dude...some guy asked me to help him debug his porn app the other day....for real Jan 22 02:40:08 yukko Jan 22 02:40:18 Adora: I am clicking my heels together 3 times, can i take me to back to kansas please? Jan 22 02:40:39 who huh? Jan 22 02:40:41 what's up? Jan 22 02:40:42 JF: he couldnt get the vibrate function working? Jan 22 02:40:49 hi Adora.. Jan 22 02:40:54 Bmyers: :O Jan 22 02:40:56 heya =] Jan 22 02:41:07 Jenp: said I should talk to you about my frozen app.. Jan 22 02:41:16 adora he needs help... Jan 22 02:41:20 in so many ways... Jan 22 02:41:20 My app is semi-frozen as well Jan 22 02:41:20 u guys have a microwave around there ? Jan 22 02:41:23 Bmyers: lol....no just dirty pics Jan 22 02:42:00 it was retarded...he knew nothing about coding, was using Ares to develop a porn viewer Jan 22 02:42:05 Adora: My app has been in a sort of limbo. Jan 22 02:42:15 in the submit process. Jan 22 02:42:45 Bmyers: what app? Jan 22 02:42:51 they say porn is the true driving force in technology Jan 22 02:42:56 Bmyers: oh man.....the everything error thing freaked me out when I first saw it :) Jan 22 02:43:05 Bmyers: on device.... Jan 22 02:43:17 Adora: com.wpsee.timeismoney Jan 22 02:43:36 Bmyers: ahh, ok Jan 22 02:43:55 I renamed it and to make it more clear to users Jan 22 02:44:02 I remember looking at it...you're not waiting for me, are you? =P Jan 22 02:44:15 yeah, you wanted to take the underscore off Jan 22 02:44:25 yes.. Jan 22 02:44:43 but thats because the originals name would not be clear to users Jan 22 02:44:55 Time=$ Jan 22 02:45:06 came up on the device as Hours Jan 22 02:45:11 in the app list.. Jan 22 02:45:32 now i cant update and resubmit either one.. Jan 22 02:46:32 original submit was in late Dec.. Jan 22 02:46:36 Bmyers: have you reported it to gloria? Jan 22 02:46:48 yes. and the reviewer. Jan 22 02:46:59 it's probably caught by a bug, and she's the best person to push that through Jan 22 02:47:20 she is? Jan 22 02:47:28 yeah Jan 22 02:47:33 Adora: Do they "delete submission" or "request for reject" buttons even work? Jan 22 02:47:37 she's awesome Jan 22 02:47:47 I'm sorry it's taking so long, but you're definitely not forgotten Jan 22 02:48:01 they are both rejected in myapps Jan 22 02:48:14 gloria doesn't lose track of anything Jan 22 02:48:29 but I cant update either one. The _ one is wrong and the other one doesnt like the ipkg name Jan 22 02:48:33 Tibfib: theoretically Jan 22 02:48:57 Tibfib: but we were getting a lot of false positives, so we ignore the request for reject flag Jan 22 02:49:17 Tibfib: and its' supposed to be validated by handlers, but the process for doing that manually sucks Jan 22 02:49:31 Adora: do you think you could reject mine then? and then I'll submit my update and let my reviewer take care of it Jan 22 02:49:33 we're working on getting the feature validated again so that we can use it Jan 22 02:50:00 Tibfib: what app? Jan 22 02:50:06 com.tibfib.countdown Jan 22 02:51:17 Tibfib: and what version? Jan 22 02:51:28 the 0.4.6 version Jan 22 02:52:37 Tibfib: looking it up, gimmie a sec Jan 22 02:52:47 Adora: thanks! Jan 22 02:54:09 Tibfib: got it, I'll put in the request Jan 22 02:54:33 it should be out tomorrow Jan 22 02:54:36 I'll email you when it's done Jan 22 02:54:54 Thanks adora Jan 22 02:55:05 Adora: did gloria ever forward a graphic to you to see if it's ok to add to the Tasty Toons app? Jan 22 02:55:21 JenP: I don't remember one Jan 22 02:55:39 JenP: but that doesn't necessarily mean it didn't happen =] Jan 22 02:55:40 cartoon images of pin up girls...but I'll send the image again Jan 22 02:55:54 oh no worries i KNOW you're busy Jan 22 02:56:04 yeah, I remember the app, just don't remember getting anything from gloria on it Jan 22 02:56:36 Adora: thanks for answering my question. Jan 22 02:56:55 Bmyers: no problem, just wish I had a better answer Jan 22 02:57:05 no worries just sent it again Jan 22 02:57:16 maybe i could just get a hug. that would help. Jan 22 02:57:29 and a sucks to be you... Jan 22 02:57:59 Bmyers i'm so sorry i know how hard you worked on it... Jan 22 02:58:05 there's gotta be a way... Jan 22 02:58:42 write my request and name on a crisp $100 and send it to PO Box... Jan 22 02:59:03 smiles Jan 22 02:59:36 I am already working on the next project anyways.. waiting is just time spent on something else.. Jan 22 02:59:53 great attitude **** ENDING LOGGING AT Fri Jan 22 02:59:57 2010