**** BEGIN LOGGING AT Wed Apr 07 02:59:57 2010 Apr 07 03:08:04 I can't find anywhere how to add a header to my app. Can anyone help me out please? Apr 07 03:10:53 StyleMatters has an example. Apr 07 03:12:08 twbbas: preware is open source Apr 07 03:14:35 Thanks, forgot about the samples that came with sdk Apr 07 03:14:46 I'm switching from ares to actually coding the app Apr 07 03:14:54 Ares got too confusing Apr 07 03:59:14 Imageview is so hard Apr 07 04:06:08 I'll try again in the morning, hopefully I'll get it then. G'night all! Apr 07 05:00:13 How do I create that multi-column view like in the one where you view all your apps on the palm? Apr 07 05:07:38 <__phil__> anybody here in palm dev relations? Apr 07 05:08:01 <__phil__> there are no start/end times for the palm dev days on the 23rd & 24th Apr 07 06:01:17 Hi, I need some help Apr 07 06:01:29 Is anyone not AFK? Apr 07 06:04:09 How do I go into code editor view with main-chrome.js? Apr 07 06:12:38 WOW Apr 07 06:12:43 Just got some hatemail Apr 07 06:16:49 hi. any app catalog staff here? I need to move my rejected submission to the web distribution Apr 07 07:19:59 good morning.. Apr 07 07:37:03 ladies Apr 07 08:00:08 I think latest webos sdk is buggy Apr 07 08:08:31 ron_frown: just the latest? Apr 07 08:09:04 HAHAHAH Apr 07 08:09:12 that and documentation is fucking buggy Apr 07 08:09:15 er shitty Apr 07 08:09:25 event.currentEvent Apr 07 08:09:31 instead of .originalEvent Apr 07 08:12:21 i have a small problem, i have a progress pill i update the model with setWidgetModel - no problem Apr 07 08:12:25 but when i tab on a button tu push to a new scene and then come back to the old scene the title righttitle of the progress pill is gone Apr 07 08:12:59 i develop with ares Apr 07 08:14:07 is there a method that is called when i go back to an "old" scene? Apr 07 08:14:15 if I create a pseudo global instance of something on stageassistant Apr 07 08:14:26 should i be able to do this.controller.stageassistant.DoSomething()? Apr 07 08:19:07 ron_frown, try this.controller.stageController.assistant.DoSomething() Apr 07 08:19:22 should that work Apr 07 08:19:23 ? Apr 07 08:19:35 i think this is the right access method Apr 07 08:19:38 I guess I just want to know if theres a reason I shouldnt be able to do that conceptually Apr 07 09:05:52 How do I make that horizontal view with the counters to the bottom left and right? Apr 07 09:07:02 you know like the one that's on the apps home app Apr 07 09:07:12 well idk if it's an app Apr 07 09:07:53 But it's on the pre, there are little bars to the bottom left and right of the screen Apr 07 09:08:26 and when you swipe horizontally across the screen the bars move from one side to the other. Apr 07 09:09:34 Does anyone know what I'm talking about? Apr 07 09:11:41 yes Apr 07 09:11:51 and I dont know Apr 07 09:14:50 yes you don't know what I'm talking about? Apr 07 09:14:55 Or you don't? Apr 07 09:14:58 I'm confused. Apr 07 09:16:38 i think he knows what you mean, but doesn't know how to do it Apr 07 09:17:47 i'd experiment with an div layer positioned at the bottom (however), and put "" elements into it... then you could put those spans to the left or right (position or perhaps float) Apr 07 09:40:42 K. Thanks for the reply, dthought Apr 07 09:41:00 I'm experimenting with Ares. Apr 07 09:41:29 I'm finding it buggy. I heard there was a second beta. How do I get permission to access the second beta? Apr 07 09:48:36 Can I build an app completely out of HTML, CSS, and Javascript without using Ares' interface elements? Apr 07 09:52:47 how could i know that my dashboard have been tapped? Apr 07 09:57:47 nvm, got it Apr 07 10:00:48 nice nick, sockenfresser ;-) Apr 07 10:02:01 Is there X-domain HTTP request support in WebOS? Apr 07 10:03:57 figaroo: yes, you can build an app without ares... Apr 07 10:04:18 ok, thanks for that reply. Apr 07 10:04:24 figaroo: yes, since there is really no "originating" domain =) Apr 07 10:04:58 So jquery's XHR are automatically cross domain? Apr 07 10:05:17 XMLHttpRequest can open requests to any domain Apr 07 10:05:18 figaroo: what is the domain you would cross? Apr 07 10:05:44 I'm not sure, I guess I was assuming that WebOS was under the same restrictions. Apr 07 10:06:10 figaroo: app/widget type solutions all allow xhr requests Apr 07 10:06:24 opera widgets, opera widgets on mobile devices, nokia web runtime widgets, etc. Apr 07 10:06:31 What do you mean by app/widget? Apr 07 10:06:48 stand-alone js apps that run on some sort of a runtime Apr 07 10:06:54 eg. webos or opera widget runtime Apr 07 10:08:00 oh Apr 07 10:11:02 Ares' browser preview has XSS restrictions, right? Apr 07 10:15:00 figaroo: most likely yeah Apr 07 10:15:30 So I couldn't test out my app fully with Ares. I would need to use the emulator. Apr 07 10:15:58 However, my computer is very old and running the emulator uses a lot of my computers memory. Apr 07 10:16:21 I recall there's a way to make Firefox allow cross-domain requests Apr 07 10:16:26 Is it possible to build an app using Ares alone? Apr 07 10:16:35 and they also worked in a certain version of Safari 4 unless I'm mistaken Apr 07 10:16:45 Really Apr 07 10:16:50 as long as you opened the file directly from your hard disk and not via a web server Apr 07 10:16:53 yeah Apr 07 10:16:58 hmm Apr 07 10:17:11 Well Ares is on a server, so I don't see how that would help. Apr 07 10:17:38 Well as long as you don't use any Pre-specific APIs you should be able to run the app in a "normal" browser Apr 07 10:17:51 s/Pre/webos Apr 07 10:22:58 k Apr 07 10:23:15 I think I'm going to go with a jsonp approach anyway Apr 07 10:24:01 Writting out the correct html for a WebOS widget doesn't really do the trick I'm guessing. Apr 07 10:24:28 I wrote
and no button. Apr 07 10:25:00 is there something else I need to do? Apr 07 10:28:41 That's the only thing in the html file? Apr 07 10:29:24 Not exactly. But if you're asking if I included anything, the answer is no, other than jQuery. Apr 07 10:29:34 I mean the answer is yes. Apr 07 10:29:40 >.< Apr 07 10:30:54 Is there some resource I need to include? Apr 07 10:38:33 figaroo: look at the developer guide on the palm website, they set up an minimal hello-world scene Apr 07 11:55:36 hi Apr 07 11:55:47 i ve got a problem with ajax.request Apr 07 11:55:57 i do an ajaxÂ.request Apr 07 11:56:04 to update an array Apr 07 11:56:13 and after that, i call another function with this array Apr 07 11:56:47 but i enter the call of the second method before updating the array :( Apr 07 11:57:10 how can i do to enter the second method only when the ajax request if finished ? Apr 07 11:57:43 l_a_m: you put the second method at the end of the callback that gets called by the ajax request Apr 07 11:58:50 you got some function that evaluates the response of the request, and puts it into your array, right? Apr 07 12:25:53 any app catalog staff here? I need to move my rejected submission to the web distribution Apr 07 13:10:32 where is luna-send command ? Apr 07 13:11:48 l_a_m: on the pre Apr 07 13:12:56 i dthought i would like to send a GPS command Apr 07 13:13:08 dthought: but i can't find the command Apr 07 13:15:16 l_a_m: logon using novaterm; then simply type "luna-send" at the prompt Apr 07 13:20:29 dthought: thanks ! Apr 07 13:28:07 morn'n haeffb Apr 07 13:28:17 Bmyers Apr 07 13:28:50 what would prevent a database from being created? Apr 07 13:29:28 sun spots? Apr 07 13:29:41 maybe Apr 07 13:30:14 u got more users with problems? Apr 07 13:32:27 haeffb: check out the new version of grreader? I have rule rating on there now. stars and stuff Apr 07 13:34:09 hi Apr 07 13:34:36 got one that can't even find a database on his device. Apr 07 13:34:47 stars are cool. Apr 07 13:35:28 deleting the app doesnt do the trick? Apr 07 13:35:39 is there a way to have a simple dialog box not taking the whole screen with default Mojo methods ? Apr 07 13:36:00 Mojo.Controller.showAlertDialog() Apr 07 13:36:06 nope Apr 07 13:36:09 or so he says. Apr 07 13:36:23 might he be looking in the wrong place for the db? Apr 07 13:36:34 I gave him directions. Apr 07 13:37:05 might be a crash somewhere in the handleLaunch... Apr 07 13:37:10 haeffb: thanks Apr 07 13:37:16 then it never gets to the db init Apr 07 13:37:32 but there's no way to get debug info from him. Apr 07 13:37:40 unless he installs SDK tools. Apr 07 13:38:06 u need to have a debug version of ur app Apr 07 13:38:16 gather up debug info in a var Apr 07 13:38:21 and mail it to yourself Apr 07 13:39:11 well...if the app wasn't crashing....that might work. Apr 07 13:39:26 any app catalog staff here? I need to move my rejected submission to the web distribution Apr 07 13:39:31 with debug info, you're just guessing and will never fix it if u cant reproduce the error Apr 07 13:39:42 yeah, I know. Apr 07 13:40:19 what I need is for sugardave to write something that will send debug info to his server! Apr 07 13:40:37 good one. he'll like that idea Apr 07 13:40:37 now that would be sweet. Apr 07 13:40:54 he's prolly at breakfast/nap now Apr 07 13:41:05 you can easily tell the user: I'm sending you a debug version that will phone home with all your info. Apr 07 13:41:06 catch him b4 naplunch and ask him for that Apr 07 13:41:20 I need a f'in nap Apr 07 13:41:43 about three hours south from home, and I'm in a completely different allergy zone. Apr 07 13:42:03 couldn't sleep last night, my head is stuffed. Apr 07 13:42:53 haeffb: problem is it takes the whole width of the application Apr 07 13:42:58 in landscape mode it is ugly Apr 07 13:43:03 is there a way to tweak that ? Apr 07 13:45:04 use %'s Apr 07 13:45:05 you can probably modify the dialog CSS Apr 07 13:46:58 so this means the only way is to override default css stuff ? Apr 07 13:48:28 afaik Apr 07 13:48:40 :/ Apr 07 13:50:55 hola Apr 07 13:55:02 sigh.. Apr 07 13:55:25 how do I override CSS when some positions are added inline... Apr 07 13:55:33 :( Apr 07 13:56:12 with more inline, or pulling it out of inline Apr 07 13:56:19 you can't override inline with anything except more inline Apr 07 13:57:03 I don't wanna use JS to syle a moda box.. Apr 07 13:57:16 or I could use !important, but it's ugly Apr 07 13:57:16 if you're gonna tie a knot tie alot! works for CSS too :) Apr 07 13:57:29 so there's no way to adjust the modal size.. Apr 07 13:57:32 great :/ Apr 07 13:59:02 I guess you could write your own dialog function. Apr 07 13:59:36 adding a scroller for a nested list - do i have to state the list dimensions? or will it default Apr 07 14:01:20 of course I could.. but if I have to rewrite everything I am not done! lol Apr 07 14:01:24 good hosting company that doesnt suck? Apr 07 14:01:36 plus this needs to be consistent with the gui styles used right now Apr 07 14:01:44 godaddy is spending too much on commercials and not enough on system maint.. Apr 07 14:02:38 I've been using justhost.com, but I can't say that they don't suck. Apr 07 14:03:00 ever heard of fatcow? Apr 07 14:04:03 https://www.nearlyfreespeech.net/ <-- best I've seen, unless you want hosting from me :p Apr 07 14:10:57 godaddy answer to their broken shared hosting service was to buy more services from them Apr 07 14:11:08 funny.. Apr 07 14:11:42 i wish i could do that in my business.. Apr 07 14:12:09 how much space/bandwidth you need anyway? Apr 07 14:12:24 godaddy is pretty much a ripoff in terms of hosting anyway Apr 07 14:12:29 extremely expensive for what theyo ffer Apr 07 14:12:31 *offer Apr 07 14:17:33 $7 a month for shared hosting from godaddy Apr 07 14:17:55 not sure how much i'll need. i am trying to launch a mobile app that is cloud based Apr 07 14:18:17 but it the clouds are raining on my parade, i cant very well launch a cloud based mobile app Apr 07 14:18:31 i plan to roll it out to webos, android and iphone Apr 07 14:19:27 well, besides the site I linked above, my services you can check out here: http://sorrowind.net/?go=services Apr 07 14:19:29 i used to run everything myself. LAMP. but i figured in the day and age one didnt have to do that anymore Apr 07 14:21:17 yeah Apr 07 14:21:26 what is godaddy giving you troubles with? Apr 07 14:21:40 mysql server goes down on a daily basis. Apr 07 14:22:17 i advised them that rebooting the server is not a remediation path acceptable to correct the problem. Apr 07 14:22:28 hah Apr 07 14:22:43 its actually pretty f'n lame.. Apr 07 14:22:59 so their answer was Apr 07 14:23:04 I consider it a problem when apache randomly seppuku's once a year for me >.> Apr 07 14:23:10 which apache seemingly loves to do Apr 07 14:23:20 "well if shared hosting breaks every day, maybe you should buy dedicated hosting from us" Apr 07 14:23:43 yeah, if they service i'm buying from u now doesnt work, i should buy more from u.. Apr 07 14:24:07 yeah Apr 07 14:24:12 I only use godaddy for domain names, nothing else Apr 07 14:24:37 i use them for my consulting customers too. and it worries me.. Apr 07 14:24:47 every heard of fatcow? Apr 07 14:24:53 no Apr 07 14:26:08 heh, just bothered to check, mysql on my server has been up for 29 days, last downtime was due to a mysql update. Apr 07 14:54:27 Has anyone looks at the pdl functionality for passing json back and forth from plugin<->js? Apr 07 14:54:36 it's certainly interesting Apr 07 14:59:58 woohoo got scrollers going - actually pretty easy Apr 07 15:01:38 next - looking for info on remembering where the user was looking at a list when the item was chosen (then the drawer closes) Apr 07 15:01:46 dont know what to search for Apr 07 15:02:55 snap to - place in list from before Apr 07 15:03:05 doesnt turn up much in google Apr 07 15:03:10 or palm dev Apr 07 15:03:14 hey is there a windows live / msn messenger program for the palm pre yet ? Apr 07 15:04:06 BigBiff: Document what you learned on webos101.com Apr 07 15:05:04 ok doke Apr 07 15:06:30 should i put it in the 'discussion' of the widget? Apr 07 15:06:55 (since there is no discussion) Apr 07 15:10:35 no, just edit the page Apr 07 15:10:44 Is there already a page for scroller? Apr 07 15:11:30 ugh, I avoid godaddy like the plague. They are a pox on the internet, I think. Apr 07 15:12:22 <__phil__> hi all -- would there be anybody from PDC here? There's no information on the dev day as to when during the days it will be beginning and ending Apr 07 15:13:02 there isn't? Apr 07 15:13:23 https://secure1.regsvc.com/registration/index.aspx?TYPE=E&ID=2&LC=&PIN=&REF=&dbGUID=9A3C79FD-7BAA-4866-BFBD-E1385AA7935C& <-- 23-24th looks like it to me... Apr 07 15:13:35 <__phil__> the days are listed but not the hours Apr 07 15:14:01 <__phil__> the agenda shows "coming soon" Apr 07 15:14:05 Roy-Pre101: do u use a hosting company ? Apr 07 15:14:28 <__phil__> I emailed pdc@palm yesterday but no word yet and I have to buy flights Apr 07 15:15:44 Bmyers: he uses IP over Avian Carriers Apr 07 15:15:44 http://en.wikipedia.org/wiki/IP_over_Avian_Carriers Apr 07 15:16:02 Bmyers: I'm using dreamhost Apr 07 15:16:50 But there are lots. Check out slashdot for godaddy horror stories. Apr 07 15:17:01 dreamhost has more horror stories IMO Apr 07 15:17:12 including the infamous billing fiasco Apr 07 15:17:32 Could be. But I don't use them as a registrar. Apr 07 15:18:13 I've heard of a few other ones. bluehost? Apr 07 15:18:28 ip over avian is outdated Apr 07 15:18:34 http://tools.ietf.org/html/rfc5514 ipv6 over facebook Apr 07 15:20:15 Does anyone know if there is (or will soon be) a windows live messenger client for the palm pre ? Apr 07 15:21:10 there's a hack for the underlying pidgin service to enable MSN messenger usage Apr 07 15:21:18 s/hack/patch/ Apr 07 15:22:10 as for actual palm-supported MSN, nothing mentioned thus far Apr 07 15:23:26 okay Apr 07 15:23:42 but i thought pidgin supports msn by default? didn't even know there was a pidgin client for the palm Apr 07 15:23:49 bah, thought i had it Apr 07 15:24:26 <__phil__> JangKro: how about IM+? Apr 07 15:24:28 i need a 'remember previous scroll state' - what should i look for in the docs? Apr 07 15:24:49 __phil__ I guess any client that works reliably would be nice because using the web interface from the palm sucks Apr 07 15:24:56 JangKro: the Messenger app uses Pidgin's "libpurple" system. it's an open library Apr 07 15:25:05 <__phil__> ciao all. hopefully I'll get an answer soon Apr 07 15:25:15 but Palm for whatever reason did not use its MSN support (possibly buggy, unfeatured, etc) Apr 07 15:25:38 VincentLaw, interesting ... i didn't know this ... i know it supports googletalk/aim by default ... i thought msn was amongst those in popularity Apr 07 15:25:42 or exceeding them Apr 07 15:25:56 it also does yahoo Apr 07 15:26:11 there could be any number of reasons for lack of MSN support Apr 07 15:26:21 like ... ? Apr 07 15:26:30 well you said perhaps libpurple's msn implementation is lacking Apr 07 15:26:54 bugs, Microsoft licensing/trademark/copyright issues, networking issues, etc Apr 07 15:27:52 or things I don't even know Apr 07 15:27:58 I don't work for Palm :p Apr 07 15:28:26 what about aMSN ... i believe that's open source too and a pretty awesome msn messenger clone Apr 07 15:28:39 VincentLaw, fine but at least some preware client then perhaps ? Apr 07 15:28:52 no one's written one :p Apr 07 15:29:19 like I said, there's a patch that will enable the built-in libpurple's MSN, and also patches contacts/Messenger so that it works well enough, but its not bug free Apr 07 15:30:13 okay, thanks Apr 07 15:30:15 its not as simple as just copy/pasting some code from another MSN messenger :p Apr 07 15:30:25 maybe i will look into that ... how can i get this patch? Apr 07 15:30:41 I don't know if its in preware, but I saw it on P|C Apr 07 15:30:47 ok Apr 07 15:31:05 thanks then ... though i'm wondering if i should just wait longer for an official msn release Apr 07 15:31:38 I think that's what most people are waiting for Apr 07 15:31:47 since most people just want to use everything in one app Apr 07 15:31:51 synergy and all that Apr 07 15:32:22 haha Apr 07 15:33:00 as for myself, I route my MSN through GTalk Apr 07 15:33:01 so Apr 07 15:33:13 allows me to login multiple places at the same time, and use it on the pre Apr 07 15:33:25 yep, when i was searching some forums that was an option indeed Apr 07 15:33:29 but you need a google/gmail account right ? Apr 07 15:33:34 brb Apr 07 15:33:43 yeah, you do. you don't have one? :p Apr 07 15:34:24 lol Apr 07 15:35:03 well I got the Palm for my girlfriend really ... I have a nokia 5800 that runs an official windows live messenger (supports everything except webcam) ;-) Apr 07 15:46:54 hi all Apr 07 15:47:42 morning Apr 07 15:48:12 good mornging sugardave Apr 07 15:54:45 hi JenP Apr 07 15:54:57 good morning Rick_work Apr 07 15:56:29 hello Apr 07 15:56:36 i have concluded the formula for that minimum payment has taken at least 2 years off of my life....all the frustration and all. what a PITA Apr 07 15:56:39 hi Roy Apr 07 16:00:36 is it working now? Apr 07 16:01:07 no. gave up and went with the min pay being a set amount Apr 07 16:01:24 ok, send me the current version and I'll fix it. Apr 07 16:01:57 you're out of pocket for the next three days anyway. Apr 07 16:33:40 does i need to create new scene for imageview or it just fill the screen like filepicker? Apr 07 17:02:51 imageview is a scene like filepicker is. Apr 07 17:26:42 time to make those BOFH JSON files Apr 07 19:02:22 yay RIM palm takeover rumors! Apr 07 19:04:51 again Apr 07 19:08:48 i thought it was laveeno Apr 07 19:09:00 So was the multi-column view custom made for the launcher? Apr 07 19:10:31 You know those | (bars) to the left and right bottom part of the app launcher. Apr 07 19:12:25 Bmyers: yeh them too Apr 07 19:13:35 pssst, it's me Apr 07 19:15:51 hime Apr 07 19:17:44 I'm buying Palm Apr 07 19:17:56 I wish I bought some palm last week Apr 07 19:17:57 damn. Apr 07 19:18:06 I've taken a shelling on Palm Apr 07 19:18:09 down 67% Apr 07 19:18:14 oh well Apr 07 19:18:20 sugardave: bummer :( yeah they tanked HARD Apr 07 19:18:29 could have bought yesterday for $3 and change Apr 07 19:18:30 hehe Apr 07 19:19:46 wonder what it was on Tuesday....my DRIP fires on the 1st tues every month Apr 07 19:23:04 < $4...that means I got another 1.25 PALM Apr 07 19:23:09 I'm a cheap bastard Apr 07 19:28:34 sugardave! Apr 07 19:29:05 haeffb_pre! Apr 07 19:29:50 did you see my idea from this am ? Apr 07 19:30:07 umm.... Apr 07 19:30:11 refresh me Apr 07 19:31:43 you need to add a debug ability to your server. Apr 07 19:32:00 so my app can send debugging info home Apr 07 19:32:32 ah ha Apr 07 19:32:34 very nice Apr 07 19:32:58 Sugardave.debug('a string', aString); Apr 07 19:33:17 VERY useful Apr 07 19:33:24 that is doable, no problem Apr 07 19:33:29 great idea, thanks! Apr 07 19:33:49 I get half the profits... :) Apr 07 19:34:26 Why hasn't there been much development on Ares sense it's launch? Apr 07 19:34:31 since* Apr 07 19:35:09 I have a user with app failing in AppAssist.setup & no way to get debug info... Apr 07 19:35:57 as long as we can get the API to load before the assistant, it will probably work Apr 07 19:36:27 the problem is going to be to come up with some way to toggle the debug mode on the phone Apr 07 19:36:35 you could even make it a wrapper for Mojo.Log Apr 07 19:36:56 add an app menu item to a Prefs scene Apr 07 19:37:08 turns out, that's how my personal debug messages work Apr 07 19:37:08 doh, that won't work! Apr 07 19:37:35 nah, it's going to have to be the case that the phone gets a directive from the cloud to turn debug on Apr 07 19:37:52 and THEN the ptoblem is a privacy one Apr 07 19:37:55 I could send this guy a debug version of the app Apr 07 19:38:09 currently, the system is designed to not be able to tie a phone to a person Apr 07 19:38:16 yeah, debug version will work Apr 07 19:39:30 or a sugardave debug app that the user could turn it on/off on the phone, then my app calls your app Apr 07 19:39:57 maybe later....it already takes too long to make this other stuff work :D Apr 07 19:40:13 noooooo! Apr 07 19:40:22 I need it today! Apr 07 19:40:26 haha Apr 07 19:40:38 I can maybe get you some debug stuff by tonight, actually Apr 07 19:40:50 I was going to start calling you superdave.... Apr 07 19:40:51 but not the app Apr 07 19:41:22 first thing is you need to see if the regular API will work with your app Apr 07 19:41:31 because I've only done a single stage app with it Apr 07 19:41:42 your phone home stuff? Apr 07 19:41:49 yes Apr 07 19:41:57 it should work Apr 07 19:42:01 just haven't tested it Apr 07 19:42:11 it will need to go before the app controller constructor Apr 07 19:42:11 ok, will look this evening Apr 07 19:42:46 cool Apr 07 20:15:51 i get 1/2 the profits from that too haeffb_pre. i concepualized it. Apr 07 20:16:32 fine by me. Apr 07 20:17:38 turning on debuging from the cloud is a cool idea tho. you'll need to connect ppl to nduid's somehow.. Apr 07 20:18:04 what sucks for you guys, is that: a> there are no profits and b> that would be my loss leader, part of the the free system :P Apr 07 20:18:55 you're a pro sugardave Apr 07 20:19:00 pro-bono Apr 07 20:19:10 erg, I don't want to connect people to nduids Apr 07 20:19:13 Germany would hate me Apr 07 20:19:32 i'll settle for some palm stock once u buy them sugardave Apr 07 20:19:38 deal Apr 07 20:20:26 how can u turn on debugging from the cloud if you dont know who to turn it on for? Apr 07 20:21:03 it is a problem Apr 07 20:21:37 if enough of the system is functioning, a dev could set a key on the app and the user could input that key in the app Apr 07 20:22:08 then it knows to send debug AND the dev would know which messages were which Apr 07 20:22:15 r u going to Germany sometime soon? Who cares if the hate you? Apr 07 20:22:38 I'm sure you'd prefer Amsterdam instead.. Apr 07 20:22:58 indeed...two of the guys I taught in London were from Holland Apr 07 20:23:11 great country.. Apr 07 20:23:11 I was like, man we should have done the training at your site! Apr 07 20:54:52 anyone know what extractfsParams, lowResExtractFSParams, panInset params in the ImageView widget do? The documentation them is nonexistent Apr 07 20:58:11 hi - i have a short question Apr 07 20:58:31 i try to change the icon and die subtitle of an page header Apr 07 20:58:37 but dont know how Apr 07 20:58:48 i cant find any docs about this Apr 07 21:00:07 you're using a page header widget? Apr 07 21:00:11 Woody4u ? Apr 07 21:00:19 yes Apr 07 21:01:20 in ares or in "regular mojo" ? Apr 07 21:01:51 in ares Apr 07 21:02:17 In Ares, how do I include Mojo? Apr 07 21:02:36 It says in the doc that the URL is "/usr/palm/frameworks/mojo/mojo.js" Apr 07 21:02:51 but I get a 404 with that Apr 07 21:03:24 figaroo you already have mojo when you're in ares. Apr 07 21:03:47 Woody4u what's the header's name? Apr 07 21:04:24 Is there a way to export from ares to the sdk? Apr 07 21:04:36 readHeader Apr 07 21:04:46 twbbas yes Apr 07 21:04:51 How can I do that? Apr 07 21:05:30 Woody4u you would do this.$.readHeader.setTitle("New Value"); Apr 07 21:05:49 i want to set the SUBtitle Apr 07 21:05:53 in general you can do this.$.[name].set[Property](value); Apr 07 21:06:03 Subtitle? Apr 07 21:06:08 an example would be this.$.myButton.setLabel("New Button Label"); Apr 07 21:06:10 .setSubtitle? Apr 07 21:06:13 nodnod Apr 07 21:06:34 ahhh thx Rick Apr 07 21:07:23 Rick_work: How can I export from ares to sdk? Apr 07 21:08:01 twbbas, mark the app folder Apr 07 21:08:03 twbbas in the files view, select the applications name, then click the third icon just above the word applications. Apr 07 21:08:07 and then click download Apr 07 21:08:10 this downloads the selected app as a zip Apr 07 21:08:32 But isn't the way ares codes it different than the way you'd normally make the app? Apr 07 21:08:44 yes, it is. That isn't what you asked. Apr 07 21:08:59 but there's no reason you can't code using the ares libraries by hand.... Apr 07 21:09:18 Hmm, I'll stick with trying to learn the sdk way because I think it'll be more beneficial in the long-run Apr 07 21:09:30 or vice versa, you can upload a "regular" app into ares so that you can use the on-line debugger. You just don't get the benefit of drag and drop. Apr 07 21:09:47 twbbas I hate to disagree, but I'm going to. The development effort is going into the Ares side. Apr 07 21:10:32 Well I made the layout of an app in ares but all the tutorials I read are meant if you are hard-coding the app Apr 07 21:10:35 The ares interface is already richer than the mojo side, with horizontal and vertical stacking panels &c. Apr 07 21:10:53 twbbas yes, there's no good ares book yet. Apr 07 21:10:55 I'm working on that. Apr 07 21:11:08 I heard there's a 2nd beta for Ares, is that not open to the public yet? Apr 07 21:11:12 Would you like the preview of one chapter about how to use ares? Apr 07 21:11:12 Rick_work how different is it from developing in Ares compared to SDK? code wise....i get the cool GUI and all.....but... Apr 07 21:11:19 the 2nd beta is not yet open to the public Apr 07 21:11:25 ok Apr 07 21:11:28 thanks Apr 07 21:11:30 code wise it's a LOT simpler. Apr 07 21:11:45 as in I did an entire tip calculator in twelve lines of code. Apr 07 21:11:51 really? why's that Apr 07 21:11:54 well, not quite. But LOTS simpler. Apr 07 21:11:59 but there are some problems - i cant write {, [, ] or } on my windows 7 system Apr 07 21:12:13 Woody4u what browser are you using? Apr 07 21:12:15 but that's u.....uber programmer...for me...un-uber ? Apr 07 21:12:17 chrome Apr 07 21:12:33 that's odd, I can write those things on this here win 7 system with no problem. Apr 07 21:12:48 is your chrome current? Apr 07 21:12:53 i have a original english windows 7 with german langpack Apr 07 21:13:03 k. Apr 07 21:14:13 on my other pc with ubuntu and chrome this problem does not exists Apr 07 21:14:36 very wierd. my plain old english win7, and chrome, no problemo Apr 07 21:14:52 i think the problem is english win7 + langpack Apr 07 21:18:46 on https://bespin.mozillalabs.com/ i have no problems with typing {[]} Apr 07 21:19:16 did you post in the ares forums with the problem? Apr 07 21:19:30 not yet Apr 07 21:22:45 var word1 = this.controller.get("textField1"); Is that how I get the text inside of textField1? Apr 07 21:23:14 It's not working :S Apr 07 21:23:35 no that just gets you the object Apr 07 21:23:54 So how would I get the actual text? Apr 07 21:24:18 when you set up the object, did you give the model a name, or was the model anonymous? Apr 07 21:24:38 I used ares Apr 07 21:24:46 I don't think I gave the model a name, just the text boxes Apr 07 21:24:46 oh, that's different. Apr 07 21:25:26 in ares its this.$.textField1.model.value Apr 07 21:25:46 i think Apr 07 21:25:50 without going and looking it up Apr 07 21:26:28 ok bug posted in forum Apr 07 21:27:07 twbbas might just be this.$.textField1.value Apr 07 21:27:12 can't remember. Apr 07 21:28:15 ah and there is another problem - i have a progress pill with text and righttext when i push to another scene and then go back the text and righttext is gone from the progresspill Apr 07 21:28:15 Yea, the model one didn't work. Testing your second one. Apr 07 21:29:21 Eh, still doesn't work. They all output "[object HTMLDivElement]" Apr 07 21:31:21 before: http://i629.photobucket.com/albums/uu18/woody4u/photos-temp-0jpg.jpg - after: http://i629.photobucket.com/albums/uu18/woody4u/photos-temp-0jpg-1.jpg Apr 07 21:31:24 ok I'll look it up Apr 07 21:31:31 Where do you look it up at? Apr 07 21:33:06 this.$.widgeName.fetchModelProperty("value") Apr 07 21:33:13 there is also setModelProperty. Apr 07 21:33:25 twbbas -- I'm writing a book on ares. I have lots of notes. Apr 07 21:33:39 When do you plan to finish? Apr 07 21:33:45 sept Apr 07 21:33:59 does someone know this problem? Apr 07 21:34:00 would you like to have the "quick reference" chapter? Apr 07 21:34:08 pm me an email. Apr 07 21:34:15 Sure Apr 07 21:36:08 Woody4u I don't see a problem... Apr 07 21:36:14 It's still outputting "[object HTMLDivElement]" Apr 07 21:36:16 var word1 = this.$.textField1.fetchModelProperty("value"); That's what I did Apr 07 21:36:44 Rick_work, is this "normal"? Apr 07 21:36:57 looks normal to me Apr 07 21:37:28 and i see a part of the text of the pill on the next line Apr 07 21:37:35 it looks broken to me Apr 07 21:38:02 you may need to edit the css for the text Apr 07 21:39:30 twbbas see pm Apr 07 21:40:58 gotta go. See you all later. Apr 07 21:41:22 must go too - little bit late Apr 07 21:41:34 good night to all Apr 07 22:15:01 hi Apr 07 22:15:25 hi Apr 07 22:15:28 I need some basic help: if someone got some time Apr 07 22:16:41 I'm not very good so I'm not the one to ask, sorry : Apr 07 22:16:56 ask, if someone knows they'll tell you the answer Apr 07 22:18:29 well, I have created a scene, I am pushing this scene, so my scene-assistant's setup/activate is called Apr 07 22:18:47 now: How do I remove since scene, and give the control by to the stage assistant ? Apr 07 22:19:09 this scene, not since scene Apr 07 22:19:49 remove the scene you pushed? Apr 07 22:19:54 or remove the scene underneath? Apr 07 22:19:55 yes Apr 07 22:20:10 the one i pushed Apr 07 22:20:11 this.controller.popScene() i believe Apr 07 22:20:20 what will happen then ? Apr 07 22:20:35 the same thing that happens when you do the back gesture? Apr 07 22:20:37 deactivate will be called i believe Apr 07 22:21:03 I don't think I understand the question Apr 07 22:21:20 deactivate and cleanup will be called when you pop the scene Apr 07 22:21:25 ok Apr 07 22:21:33 and what will be executed then ? Apr 07 22:21:43 what do you mean? Apr 07 22:21:46 I mean.. I'm in my stage's assistant setup method.. Apr 07 22:21:56 from here I call this.controller.pushScene('foo') Apr 07 22:22:03 okay Apr 07 22:22:06 warpdesign_: if you pop the last scene, the app closes Apr 07 22:22:10 then foo setup is called Apr 07 22:22:10 I think Apr 07 22:22:30 now, I want to go back to my stage and push another scene, etc.. do whatever i want.. Apr 07 22:22:33 how do i do that ? Apr 07 22:22:44 swapScene Apr 07 22:22:47 I thought i should remove the scene since i won't need it.. Apr 07 22:23:00 so I can never get back to my stage assistant ? Apr 07 22:23:02 hi Doc Apr 07 22:23:06 hello Apr 07 22:23:07 hi doc Apr 07 22:23:12 I thought everything was managed from here.. Apr 07 22:23:12 hello dave Apr 07 22:23:17 warpdesign: not sure Apr 07 22:23:18 push/pop scenes,.. Apr 07 22:23:21 warpdesign_: you shouldn't need to sit in the stage asst Apr 07 22:23:23 swapScene will remove the top scene and replace it with a new scene. Apr 07 22:23:40 but I need to have a main controller.. which will push/pop scenes.. Apr 07 22:23:41 You can call pushScene functions within scene assistants Apr 07 22:23:47 Are any Palm people around? Apr 07 22:23:48 so it needs to get control again some time Apr 07 22:23:56 yes, I know that.. Apr 07 22:23:56 reality9110: chuqui just came in Apr 07 22:24:09 good Apr 07 22:24:15 but the stage assistant is controlling the app flow, and knows what to do.. the scene.. well, is just a scene :) Apr 07 22:24:27 They keep rejecting the latest version of my app Apr 07 22:24:29 Terrible Apr 07 22:24:40 reality9110: what kind of app ? Apr 07 22:24:45 but the scene is passing off the pushScene/swapScene to the stage or app controller Apr 07 22:24:47 warpdesign: RadioTime Apr 07 22:24:49 why? Apr 07 22:25:09 To be honest, stupidity. Apr 07 22:25:39 swapScene is your scene's way of telling the stageController that it's done and it wants the stageController to pop it and push a new scene. The stageController is still doing the actual work. Apr 07 22:25:50 warpdesign_: but, you could try doing it directly....Mojo.Controller.getActiveStageController().someMethodInThere Apr 07 22:26:03 I doubt it will do what you expect Apr 07 22:26:04 dare I ask: yours or theirs? :) Apr 07 22:26:13 Theirs. Apr 07 22:27:08 sugardave: I have found that this works: this.controller.stageController.assistant.xxxxx; Apr 07 22:27:20 ah, nice Apr 07 22:27:21 or this.controller.stageController.assistant.xxx(params); Apr 07 22:27:22 ho all Apr 07 22:27:29 ho! Apr 07 22:27:33 sigh. chuqui. Apr 07 22:27:41 chuqui: You get that PM? Apr 07 22:27:51 developer not happy with chuqui. Apr 07 22:28:04 what'd I do this time? Apr 07 22:28:04 surely that's a first Apr 07 22:28:13 or more likely, not do? Apr 07 22:28:23 well, the thing is that if it's the scene that pushes (or swaps) the next scene, it means the scene knows what next.. for me a scene shouldn't know anything about what's next/before. Apr 07 22:28:23 developer OK with chuqui. developer not happy with 0-star reviews due to app not downloading. Apr 07 22:28:42 I've stopped looking at reviewws Apr 07 22:28:43 warpdesign_: no, YOU know what's next based on the event happening Apr 07 22:28:48 It's just not worth battling it Apr 07 22:28:57 so I can add/remove scenes in my app without having to worry. I should just need to change the main controller (stage assistant) Apr 07 22:29:05 that's how i thought it would work Apr 07 22:29:09 but maybe i'm wrong ;) Apr 07 22:29:13 After the 1.4.0 audio screw up with media.js...just not worth it anymore. Apr 07 22:29:28 developer not happy with reviews that say "My app won't download. Please help me!" Apr 07 22:29:53 warpdesign_: the only controllers you should worry about are the scene controllers...unless you are doing a multi-stage app Apr 07 22:29:58 chuqui: do you have any idea on the status of the mojo messaging service? Apr 07 22:30:09 then there will be some stage controller mess, but you will be dealin with the app controller by then Apr 07 22:31:43 haeffb hiding under a rock quivering? Apr 07 22:31:56 Wow I have a weird problem going on with my pre. When I plug it in the computer it takes longer than normal then says "charging battery" as a banner on the bottom then disappears. It doesn't leave a notification to click to get to usb or media. WOSQI doesn't recognize it and Ares doesn't recognize it. Any ideas? Apr 07 22:32:17 twbbas: restart your pre? Apr 07 22:32:18 it's counterfeit? Apr 07 22:32:32 haeffb seriously, as far as I know, still not ready for open beta. have I put you on the list of people who are interested in being testers? Apr 07 22:32:33 I've done device restart and luna Apr 07 22:32:41 I've uninstalled all the patches that affect charging Apr 07 22:32:47 haeffb if you aren't (or aren't sure you are), email me, I'll get it to the product manager. Apr 07 22:32:49 It just started doing this 5 minutes ago Apr 07 22:32:50 sugardave: hmm.. I'm afraid i'm lost :) Apr 07 22:32:53 twbbas: could be the usb controller on your computer Apr 07 22:33:09 Tibfib: what is this mojo messaging service? Apr 07 22:33:15 warpdesign_: okay, then my point stands...you only need to deal with scene controllers via push/swapScene :D Apr 07 22:33:24 This just started happening though. Kinda weird Apr 07 22:33:29 don't worry about the stage controller Apr 07 22:33:42 zsoc: a system to push data Apr 07 22:33:46 sugardave, so my scene will push the next one ? and so on.. ? Apr 07 22:33:50 chuqui: was that to me? Apr 07 22:33:56 chuqui: omg my new thing can use the mojo messaging... Apr 07 22:34:00 then the stage assistant is only there to push the first one ? Apr 07 22:34:01 warpdesign_: yep Apr 07 22:34:14 wll, technically it pushes the scenes Apr 07 22:34:17 Tibfib: push it where? Apr 07 22:34:22 zsoc: to apps Apr 07 22:34:26 Tibfib: from where? Apr 07 22:34:28 so they don't have to pull data and waste battery life Apr 07 22:34:33 OH Apr 07 22:34:33 got it Apr 07 22:34:35 interesting Apr 07 22:34:35 all of them, but you call the push/swap from inside the scenes themselves Apr 07 22:34:37 so what if I decide to add a new one ? let's say a splash screen, this means I need to change the previous/next scene's code as well ? Apr 07 22:34:54 zsoc: not completely sure how it works... I'm hoping to get into the beta Apr 07 22:35:33 sugardave new thing? Apr 07 22:35:33 warpdesign_: yeah, you would change your stage controller to push the splash (if it's your new first scene) then the splash scene needs a call to push or swap for the next scene Apr 07 22:35:51 and so one Apr 07 22:35:53 on Apr 07 22:36:09 Bmyers: the Drupal tracking module thingie whatsit Apr 07 22:36:19 I could really use Mojo messaging in that Apr 07 22:36:20 i like the name Apr 07 22:36:43 I'm hoping to use the mojo messaging service for my chat app Apr 07 22:36:45 call it WidJet Apr 07 22:37:29 email in your nduid and such? Apr 07 22:41:19 sugardave, alright Apr 07 22:43:49 Ugh. I can't find anything online about this problem. Only thing I found is this thing: http://forums.palm.com/t5/Audio-Video-Photo/When-I-plug-USB-into-computer-option-of-Media-Sync-USB-Only-or/td-p/235213 Apr 07 22:44:02 I guess I'll try another restart Apr 07 22:44:36 haeffb: ping Apr 07 22:44:56 sugardave, popscene() will remove the frontmost (current active) scene, right ? Apr 07 22:45:34 warpdesign_: yes, popScene will remove the scene on top of the stack, which should always be the visible one Apr 07 22:45:51 sugardave pong Apr 07 22:45:59 warpdesign, if you just want to get rid of a splash screen compeltely (so its gone) use swapScene Apr 07 22:46:09 haeffb: so, how are you envisioning the delivery of your theoretical debug messages? Apr 07 22:46:11 swapScene makes whatever scene your calling the only open scene Apr 07 22:46:19 aka the first Apr 07 22:46:25 dawm, ok, I'll do that, thanks Apr 07 22:46:41 damn it, 3 days left to release a simple game lol Apr 07 22:46:45 say i have my app open, and i open a preferences scene, then the help scene, thats 3 scenes open Apr 07 22:46:58 swapScene will replace the scene on top of the stack....if you have more underneath, swapScene will not touch them Apr 07 22:46:59 if i did a swapScene from the help scene the new scene is active and the other 3 are gone Apr 07 22:47:05 no way Apr 07 22:47:08 sugardave, you sure Apr 07 22:47:10 that should not be like that Apr 07 22:47:11 god, I'm still stuck on how to have both stale data and then update it with new data withought slowing down the phone and withough rendering issues Apr 07 22:47:17 i was playing with swap last night and it was nuking all the rest Apr 07 22:47:23 well, it used to not be like that Apr 07 22:47:36 what's the difference between the cleanup and destroy methods of a scene ? Apr 07 22:47:44 dawm: I will have to go back and look at some of my stuff, then Apr 07 22:47:54 This would be so much easier if my loops would wait for the depot to add/get stuff instead of just going on Apr 07 22:48:04 i could be mistaken tho, im pretty sure thats what was happening last night Apr 07 22:48:10 warpdesign_: one is called every time the scene is 'minimized' and the other when it is 'destroyed' Apr 07 22:48:22 cause i was using swapScene to refresh my scene but it was nuking the ones underneath Apr 07 22:48:28 so i went with the modelChanged route Apr 07 22:48:40 dawm: weird...I'll have to play with it Apr 07 22:48:57 dawm: no, that's not how it (is supposed to) works Apr 07 22:49:06 sugardave, ok, that's what I thought Apr 07 22:49:18 haeffb: swapScene obliterates the entire scene stack? Apr 07 22:49:20 sugardave: get them to your server is as far as I got. Apr 07 22:49:22 nope. Apr 07 22:49:26 so let's say I have scene 1 on top, and I push scene 2, scene 1's deactivate is called, right ? Apr 07 22:49:31 it pops the top scene & replaces it. Apr 07 22:49:38 warpdesign: no. Apr 07 22:49:40 oops Apr 07 22:49:41 :p Apr 07 22:49:43 and others underneath are fine Apr 07 22:49:46 wait. yes. Apr 07 22:49:50 ah :) Apr 07 22:49:53 deactivate is called. Apr 07 22:49:56 but cleanup is not. Apr 07 22:49:58 warpdesign, whenever a scene isnt active, deactivate is called Apr 07 22:50:02 warpdesign_: you are correct, if a new scene is pushed, the old scen's deactivate is called Apr 07 22:50:17 minimized, new scene pushed..etc Apr 07 22:50:18 cleanup is not called until the scene is popped. Apr 07 22:50:19 and if I swap scene 2 with scene 3, cleanup is called (and maybe deactivate first as well ?) right ? Apr 07 22:50:22 I'll try restarting computer. Maybe that'll fix it. Apr 07 22:50:27 cleanup for scene 2 Apr 07 22:50:29 warpdesign_: you got it Apr 07 22:50:33 ok, great Apr 07 22:50:38 swap scene will cause both deactivate and cleanup Apr 07 22:50:51 because the scene is popped Apr 07 22:51:21 haeffb: okay, so some hacked on report listing each string line with a timestamp will work? Apr 07 22:51:38 sure. Apr 07 22:51:40 I'm trying to figure out the fast way to pacakge them and send and then be useful in the app view Apr 07 22:52:25 not sure about packaging...probalby need to send each string as it happens to avoid app crashing leaving you debug-less. Apr 07 22:52:26 don't get excited when you see the object debugger, it won't do anything yet Apr 07 22:52:39 ok, i finally got it then Apr 07 22:52:41 thanks Apr 07 22:55:40 good, works for me :) Apr 07 22:55:56 last question and I'm off to bed (well deserved :)) Apr 07 22:56:38 I looked into showalertdialog but it seems it takes the whole screen width, which makes it quite ugly in landscape mode when I just want to display a simple message with an ok button Apr 07 22:56:53 is there a builtin method to display somple alert boxes that wouldn't take the whole screen ? Apr 07 22:57:01 some, not somple Apr 07 22:57:06 (really need to get some sleep :)) Apr 07 22:57:23 that one I don't know :D Apr 07 22:57:56 see http://developer.palm.com/index.php?option=com_content&view=article&id=1838&Itemid=244#.showAlertDialog Apr 07 22:58:24 * haeffb refrains from repeating a discussion from earlier today Apr 07 22:59:23 oh yeah Apr 07 22:59:29 haeffb, I remember it, but just asking.. ;) Apr 07 22:59:37 i need to call showAlertDialog from withing my app controller.. how? Apr 07 22:59:41 since that would mean I'd have to write my own.. Apr 07 23:00:07 Restarting my computer fixed it Apr 07 23:00:22 michigan sucks Apr 07 23:00:30 :P Apr 07 23:02:12 twbbas, where are you located Apr 07 23:02:23 dawm: When you got showAlertDialog down pat, go document it on webos101.com. :) Apr 07 23:02:33 lol Apr 07 23:02:40 i need to figure out how to call it first Apr 07 23:03:05 this.controller and Mojo.controller aint workn Apr 07 23:03:17 Michigan, why? Apr 07 23:03:23 i know that Apr 07 23:03:28 your ip says southfield Apr 07 23:03:34 Yea close to southfield Apr 07 23:03:46 and since my handleCommand is in my app controller and i need to prompt a dialog from an app menu click.. i need to figure out how :P Apr 07 23:04:01 im down in southgate Apr 07 23:04:22 Never heard of that. I've only lived in Michigan for 3 1/2 years Apr 07 23:04:37 ahh Apr 07 23:04:44 well im about 15mins from metro airport (where i work) Apr 07 23:05:06 oh cool, sometimes I wish I lived closer to the airport Apr 07 23:07:05 got to go Apr 07 23:07:10 thanks for the help everyone Apr 07 23:07:29 bye Apr 07 23:08:27 dawm: try Mojo.Controller....big C Apr 07 23:08:43 do i have to? Apr 07 23:08:51 nope :D Apr 07 23:09:18 ill try it Apr 07 23:09:25 otherwise ill just figure out what the activescene is Apr 07 23:09:31 and call it through it Apr 07 23:10:03 Mojo.C** not work Apr 07 23:11:46 that was my next question...isn't showAlertDialog a scene controller method? Apr 07 23:11:55 yah Apr 07 23:12:12 which is why i need to find my active scene and call it thru it Apr 07 23:12:27 Mojo.Controller.getActiveStageController().activeScene().showAlertDialog() Apr 07 23:12:30 or something like that Apr 07 23:12:44 yah Apr 07 23:12:59 that doesn't work? Apr 07 23:13:30 dont know yet Apr 07 23:13:39 yerp Apr 07 23:13:45 stageController.activeScene().showAlertDialog( Apr 07 23:13:52 yeah Apr 07 23:13:53 since i have my stageController already defined Apr 07 23:13:55 cool Apr 07 23:14:18 sugardave: it's impossible to tell from the docs. Apr 07 23:14:41 but it's not included as a method of app, stage, or scene controller. Apr 07 23:15:18 haeffb, uhh its clear in the docs Apr 07 23:15:24 just not how to go about calling it from outside Apr 07 23:15:31 docs say "Mojo.Controller.showAlertDialog(...);" Apr 07 23:15:37 yes Apr 07 23:15:39 I think we have proved it is a method of the scene controller Apr 07 23:15:44 but under the Mojo.Controller.SceneController page Apr 07 23:15:51 http://developer.palm.com/index.php?option=com_content&view=article&id=1838&Itemid=292#.showAlertDialog Apr 07 23:15:55 er wait Apr 07 23:15:59 no he's right Apr 07 23:16:08 in the docs its just out in the open Apr 07 23:16:11 you guys use the docs? Apr 07 23:16:13 yup Apr 07 23:16:15 silly people :D Apr 07 23:16:35 I have had VERY mixed success using errorDialog, showAlertDialog, etc. Apr 07 23:16:58 I'm not comfortable relying on any of them at the moment. Apr 07 23:17:17 And, I'm darned near positive that I can't call them from AppAssistant before a scene is loaded. Apr 07 23:18:34 well you cant if theres no scene Apr 07 23:19:37 argh Apr 07 23:19:43 that freaking swipe to delete bug Apr 07 23:19:59 if i cancel a swipe to delete, widgets inside the list row dont work Apr 07 23:20:48 hey people, anyone looked at mojo matters lazy list widget in lazy list thing? Apr 07 23:21:12 hello there. Apr 07 23:21:22 just wondering if BOTH templates are necessary, or if the sublist could have gone within the rowtemplate Apr 07 23:21:50 Can anyone provide an idea of how to view/change email settings from an application in WebOS? Apr 07 23:24:23 I'm wondering if that is simply forbidden... Apr 07 23:28:14 it is Apr 07 23:29:58 ugh Apr 07 23:30:03 this one stupid bug.. Apr 07 23:30:22 everything else works fine.. but this one thing that i know people will complain about Apr 07 23:30:55 dawm: I think Bmyers handles a cancel swipe to delete in his time=$ app Apr 07 23:31:08 unless it's a new bug Apr 07 23:31:16 no it was doing it in 1.4.0 Apr 07 23:31:31 last I looked at his app was 1.3.5, I think Apr 07 23:54:10 ? Apr 07 23:54:44 dawm: can you do a modelChanged for the list on cancel? Apr 07 23:55:09 im sure i could if i could find out it was cancelled Apr 07 23:55:15 if i cancel nothing changes Apr 07 23:55:21 but widgets no longer work in that row Apr 07 23:55:31 and i have a toggle inside each row Apr 07 23:55:43 what kind of widgets? Apr 07 23:56:04 tapping the toggle fires off a list tap as if the toggle wasnt there Apr 07 23:56:15 only does that if you cancel a swipe2delete Apr 07 23:56:52 the Mojo.Event.listDelete is never fired...? Apr 07 23:57:08 only if delete is tapped Apr 07 23:57:59 Myles: 501 downloads! Apr 07 23:58:23 guyrules: 5100 dls Apr 07 23:58:34 i broke 1500 uniques the otherday Apr 07 23:59:02 uniques i think i'm at about 3500 Apr 07 23:59:20 for being in the palm beta catalog thats not bad Apr 08 00:00:14 but for the past two days in the morning my GR app dies because of the hosting companys' mysql server Apr 08 00:02:46 dawm: this is weird. Apr 08 00:03:01 i know Apr 08 00:03:06 I have a drawer in my list in Myles & an icon that opens the drawer when tapped. Apr 08 00:03:13 if I cancel delete, it still works. Apr 08 00:03:17 for about 20 seconds. Apr 08 00:03:19 did it used to work? Apr 08 00:03:21 then stops working. Apr 08 00:03:29 see mine Apr 08 00:03:41 is pretty much the same as the clock app Apr 08 00:03:43 alarms scene Apr 08 00:03:54 list with toggles, tapping the list lets you edit, tapping the toggle toggles Apr 08 00:04:13 in the clock app it works as expected Apr 08 00:04:22 but when i threw similar code into mine i get the bug Apr 08 00:04:23 if you switch on a var that might not be there, what is the case? undefined? Apr 08 00:04:27 do they have a cancel delete? Apr 08 00:04:34 nope Apr 08 00:04:36 default: Apr 08 00:04:42 ah, thanks Apr 08 00:04:54 woo Apr 08 00:04:54 not case default:, just default: Apr 08 00:05:05 got it Apr 08 00:05:12 added a button that fires up google maps to show the gps coords location Apr 08 00:05:18 woo. Apr 08 00:05:24 now only if i could do that and show a radius Apr 08 00:05:46 dawm: when I refresh the list model (i.e. leave the scene & come back), the drawers work again. Apr 08 00:05:53 yteah Apr 08 00:06:04 when i come back and it refreshes it works Apr 08 00:06:23 i used to do a model change Apr 08 00:06:32 but i just found out i can just splice out the model and it auto changes Apr 08 00:06:39 if you're REALLY worried about it, you could add a timer to modelChanged every...uh...10 seconds! :) Apr 08 00:07:30 or you could roll your own confirm delete with a dialog. Apr 08 00:07:48 nah Apr 08 00:07:55 i shouldnt have to work around somethign that should work Apr 08 00:08:27 i guess i can listen for property change Apr 08 00:14:17 my codes the same as the clock app.. but doesnt work the same Apr 08 00:18:40 i think i fixed it Apr 08 00:19:22 yep Apr 08 00:19:23 fixed ;D Apr 08 00:20:03 in my listen for Mojo.Event.propertyChanged Apr 08 00:20:05 if (event.property == 'deleted' && !event.value) { Apr 08 00:20:05 this.controller.modelChanged(this.profilesModel); Apr 08 00:20:05 } Apr 08 00:20:23 the event is 'deleted' and the value is null when the user cancels Apr 08 00:24:47 hi all Apr 08 00:24:57 hola! Apr 08 00:25:00 TQOS!!!!!!!!!!! Apr 08 00:25:11 hey guys how are you doing? Apr 08 00:25:19 WONNNNNDERFFULLL Apr 08 00:25:32 so much excitement... Apr 08 00:25:41 anyone wanna take a testdrive of my app? Apr 08 00:25:43 I gots my app to work the way I want it Apr 08 00:25:44 :p Apr 08 00:25:46 lol Apr 08 00:25:48 sugardave is going to buy Palm Apr 08 00:25:55 halfhalo_T400 that's wonderful! Apr 08 00:25:59 I finally debugged this service, it should work now. Apr 08 00:26:00 its pretty much releaseable, theres one feature that i will eventually add, but its good to go right now (i think) Apr 08 00:26:15 with his profits from WidJet Apr 08 00:26:37 no one? Apr 08 00:27:03 dawm, can't...adding to the API for haeffb Apr 08 00:27:11 pfft Apr 08 00:30:49 dawm: working on my TAXES. Apr 08 00:36:54 hehehehe Apr 08 00:36:58 wooooo taxes! Apr 08 00:37:09 i overpay a bunch Apr 08 00:37:14 so i get fatty returns Apr 08 00:37:17 it kicks ass Apr 08 00:38:02 heh Apr 08 00:57:45 hi all Apr 08 01:00:46 hola Apr 08 01:09:47 How do I include Mojo in an ares app? Apr 08 01:09:57 doesn't seem to be doing it Apr 08 01:11:04 ... Apr 08 01:11:05 haeffb: ping Apr 08 01:16:32 Is including Ares the only way to get mojo into my app? Apr 08 01:18:01 sugardave: Apr 08 01:18:16 Is developing for webOS considered "gambling income"? Apr 08 01:19:25 haha Apr 08 01:19:45 I was going to ask you if 255 characters would be enough, then decided that it is Apr 08 01:32:57 figaroo: Mojo is already included with Ares apps. Apr 08 02:36:16 Roy-Pre101: I'm writting my app in ares from scratch. I pretty much am starting with a plain old index.html file. Apr 08 02:37:30 Ares apps just include the ares.js file and that does the rest Apr 08 02:37:37 I guess. Apr 08 02:37:44 anyway I g2g Apr 08 02:37:47 be back later Apr 08 02:41:58 sugardave: I signed up. Apr 08 02:44:55 weeelllllll Apr 08 02:44:58 interesting Apr 08 02:46:01 I think my timing is off..... or something like that **** ENDING LOGGING AT Thu Apr 08 02:59:56 2010