**** BEGIN LOGGING AT Tue Jan 17 02:59:57 2012 Jan 17 03:06:02 ok, i have the error at the top of the paste, and the scene's content is below it http://tinypaste.com/ffd1279d Jan 17 03:17:03 stupid commas.... Jan 17 03:17:35 gj Jan 17 03:21:06 if only i could get this cross-launching to work... Jan 17 03:34:15 * PatrickC thinks he found the issue!! :D Jan 17 03:34:17 time to test Jan 17 03:42:20 woop!! Jan 17 03:58:53 anyone familiar with HTTP requests in webOS Jan 17 03:58:54 ? Jan 17 04:20:20 i do plenty of them, but i use enyo Jan 17 04:21:22 hmm.. wonder how different they would be...? Jan 17 04:21:47 ummm Jan 17 04:21:50 what? Jan 17 04:22:09 i cant find much documentation on AJAX/HTTP requests in mojo Jan 17 04:22:27 need to make one to log into a service im using Jan 17 04:22:48 it's the Ajax object from Prototype Jan 17 04:23:01 * PatrickC goes to look in Prototype Jan 17 04:26:04 sugardave, maybe you might have an idea .. i have this UI bit, where right now, i've got a bunch of lists stored inside a Drawer. I have some buttons that perform actions upon every item in the Drawer. Since this does not work properly (when you open the drawer, the buttons extend vertically to cover the entire vertical space of the now opened drawer), I'm looking for other ideas on ways to organize something like that. Jan 17 04:27:42 there's only one button right now, and there might be a total of at most 2 or 3, so i dont want to stick a giant toolbar above it Jan 17 04:27:47 mind blown Jan 17 04:28:01 okay, let's see Jan 17 04:28:06 so the buttons are in the drawer, too? Jan 17 04:28:22 no the buttons are displayed at the moment to the side of the drawer Jan 17 04:28:51 i do have a screenshot of it .. http://www.ericbla.de/xo/TP1.png .. the shuffle buttons next to the "Music" and "Video" folders Jan 17 04:28:52 drawers Jan 17 04:28:53 why are they resizing? Jan 17 04:29:57 i don't know. when you open the drawer, a tap anywhere in the vertical space below the button all the way to the bottom of the drawer, will trigger the button Jan 17 04:29:59 do you have a shot of what it looks like when the drawer is open Jan 17 04:30:04 ? Jan 17 04:30:28 i don't, it doesn't visually extend unless i use a text button Jan 17 04:30:49 so what's the problem? :P Jan 17 04:31:11 well say that the drawer opens 20 rows. you can tap in any of those 20 rows, under the button, and the button will trigger Jan 17 04:32:10 sure...that could be a problem Jan 17 04:32:13 if you try and scroll from that area the button triggers Jan 17 04:32:19 is this a dividerdrawer or divider or what? Jan 17 04:32:34 dividerdrawer Jan 17 04:33:35 sugardave, i cant find any documentation on prototype.. link? Jan 17 04:35:58 sugardave: here's what it looks like .. http://pastebin.com/1sZeCCAz Jan 17 04:36:12 EricBlade1: tricky...a time-consuming approach would eb to copy the DividerDrawer.js section out of the build code and modify its chrome Jan 17 04:37:12 EricBlade1: whoa, wait, shuffle buttons? music folders? Jan 17 04:37:14 EricBlade1: a cheater way...make the button be contained in the drawer, but re-position it via css so it sits outside of it...that might suck, too Jan 17 04:37:22 is this... a google music app? Jan 17 04:37:38 if you make the "ToolButton" just a "Button" and use a caption instead of the image, then you can see the button occupy the entire space of the drawer Jan 17 04:37:41 summatusmentis: subsonic Jan 17 04:37:54 oh Jan 17 04:38:13 EricBlade1: or what about something silly like "max-height: 55px;" or whatever Jan 17 04:38:22 that's less interesting, I was hoping you were continuing your "unsupported google apps" streak Jan 17 04:38:22 * PatrickC wishes he already knew AJAX Jan 17 04:38:40 PatrickC: I'm going to pretend I didn't see that about not finding Prototype docs Jan 17 04:38:42 lulz ajax Jan 17 04:39:39 * PatrickC just realized that Prototype wasnt webOS only.... Jan 17 04:39:46 * PatrickC shakes head in shame Jan 17 04:40:01 summatusmentis: i think the next google thing i tackle will have a documented api Jan 17 04:40:13 sugardave: can you tell me where the HTML5 docs are on the Palm site? I can't find them. Jan 17 04:40:43 rwhitby: let's see....I thought they were there already.... Jan 17 04:41:01 damn, I can't find them, either Jan 17 04:41:15 rwhitby: imo, though, there should be a link to recommended documentation for html and css. perhaps mozilla's. :D Jan 17 04:41:16 I thought they were next to the XML docs Jan 17 04:41:57 i'm just needy like that though Jan 17 04:42:24 maybe they're in the source files Jan 17 04:43:30 sugardave: max-height doesn't help Jan 17 04:45:25 bogus Jan 17 04:46:24 EricBlade1: b'aww Jan 17 04:46:51 sugardave: to be fair, if you don't know what prototype is, I would bet that googling "prototype" doesn't get you what you're looking for Jan 17 04:47:20 it's #2 Jan 17 04:47:29 2 Jan 17 04:47:40 and the description is pretty good Jan 17 04:47:44 alright, you win Jan 17 04:49:02 so, I think, when webOS get's open-sourced, I want to work on allowing "PAN" access to media files across webOS devices Jan 17 04:49:13 or perhaps across devices that support a certain BT profile Jan 17 04:49:14 EricBlade1: I'm thinking of how to lay it out differently...it may take a while Jan 17 04:49:33 with "pinning"(downloading to the local device), or streaming Jan 17 04:49:44 maybe i could just try an image with an onclick Jan 17 04:51:13 hmm. that works, but it doesn't align properly to the divider Jan 17 04:52:48 EricBlade1: what if you just use a regular Control with that as a background image? Jan 17 04:53:00 maybe the Control won't flex Jan 17 04:55:03 i can do some relative positioning on the image to fix that Jan 17 05:16:25 http://tinypaste.com/ffa99a1d this should work, correct? Jan 17 05:25:28 updated the function to http://tinypaste.com/95197971 yet it still doesnt work Jan 17 05:25:31 no log at all... Jan 17 05:28:58 PatrickC: you need to bind those functions Jan 17 05:31:12 using .bindAsEventListener(this) ? Jan 17 05:31:56 .bind(this) is sufficient Jan 17 05:32:03 ok Jan 17 05:32:09 * PatrickC goes to figure out where to put them Jan 17 05:32:19 the docs im using arent the best imo lol Jan 17 05:32:45 onsuccss: function(){//blah}.bind(this) Jan 17 05:32:52 thought so Jan 17 05:32:53 thanks Jan 17 05:33:23 so this looks better? http://tinypaste.com/a6f755bf Jan 17 05:34:51 onSuccess and onFailure still dont fire Jan 17 05:34:58 not getting either of the logs Jan 17 05:37:37 odd thing is, i put a Mojo.Log.info at the end of the function (outside of the AjaxRequest) and it didnt fire either... Jan 17 06:18:41 why does Mojo.Log hate me..? :/ Jan 17 06:35:18 if you put a log before and after the thing you want to happen, and neither log makes it...I might think to myself that there was another issue...like that whole function not being called Jan 17 06:38:54 already thought of that Jan 17 06:38:59 Mojo.Log.error works fine Jan 17 06:39:03 Mojo.Log.info doesnt Jan 17 06:39:57 and i think i actually have it working :) the whole function! Jan 17 06:42:15 now comes the trial and error part... Jan 17 06:43:07 ITS WORKING!!! :D Jan 17 06:48:25 Thanks for the help sugardave :) Jan 17 09:17:58 anyone in for making a webos sleep monitoring app? something that monitors your sleep and registers the movements which you make Jan 17 09:18:27 i think i've figured out the technical details but have little to no time to actually build it Jan 17 09:18:47 the android app has sold quite good, so there could be money in it Jan 17 10:21:57 hmm Jan 17 10:22:38 if, when I connect power to a TouchPad, the "center button" seems to flash left and right Jan 17 10:22:41 and nothing shows on screen Jan 17 10:22:55 does that mean the battery is just really low, or is it something more serious? Jan 17 10:24:33 ah, right, google is my friend, it does apparently indeed mean "really really low battery" Jan 17 10:25:04 and the screen is now on and displaying the "red battery lightning flash" Jan 17 10:25:17 was just worried it was the car charger I'd connected it to, heh Jan 17 17:34:00 ... Jan 17 17:34:06 my ethernet port at work is broken Jan 17 17:49:52 ugh.. stupid instapaper :/ Jan 17 18:07:25 its weird. instapaper encodes the URL fully and ReadItLater doesn't :/ Jan 17 18:42:40 now, to figure out how to dynamically set a textField's value..... Jan 17 18:47:38 what is the enyo way to get app focus events? Jan 17 19:17:09 PuffTheMagic: you mean like "window activated"? Jan 17 19:17:49 you need an enyo.ApplicationEvents kind in the window....and set its onWindowActivated property to your handler Jan 17 19:17:52 ya i found it Jan 17 19:17:55 k Jan 17 19:17:58 i thought it wasnt working Jan 17 19:18:05 but that was because i forget something in my plugin Jan 17 19:18:10 oops :) Jan 17 20:24:59 what's up webos Jan 17 20:25:13 lies Jan 17 20:58:11 the activate() function runs when the scene is pushed, correct? Jan 17 21:03:00 anyone on windows 7 x64 in here? Jan 17 21:03:03 quick question for ya Jan 17 21:05:23 I am Jan 17 21:06:20 Brybry, you have the SDK installed? Jan 17 21:06:29 yes Jan 17 21:06:37 I think you're forced to install the 64bit SDK iiirc Jan 17 21:06:42 can you paste your PATH for me? Jan 17 21:06:54 u are. but for some reason, the 3.0.5 SDK didnt fix the PATH Jan 17 21:07:14 so i had to extract the .bin files for palm-package palm-log and palm-install so i could use them for the time being Jan 17 21:08:03 C:\Program Files (x86)\HP webOS\PDK\bin;C:\Program Files (x86)\CodeSourcery\Sourcery G++ Lite\bin; Jan 17 21:08:16 only thing I had to manually add a while back was the novaterm path Jan 17 21:08:20 not that I really use novaterm anymore Jan 17 21:08:46 what about the SDK path? not in threre? Jan 17 21:08:50 C:\Program Files (x86)\HP webOS\SDK\bin\novacom <-- aka I added that Jan 17 21:09:00 hmm Jan 17 21:09:03 should be something like C:\Program Files (x86)\HP webOS\SDK\bin Jan 17 21:09:06 I guess you're right Jan 17 21:09:12 but then again Jan 17 21:09:16 can u run palm-generate? Jan 17 21:09:18 doesn't it add environment variables? Jan 17 21:09:25 idk Jan 17 21:09:43 yeah, it adds %PALMPDK% %PALMSDK% Jan 17 21:09:53 palm-generate runs Jan 17 21:10:44 which kind of confuses me because I don't see that in my path Jan 17 21:10:58 wait, I see it Jan 17 21:11:32 C:\Program Files (x86)\HP webOS\SDK\bin; was hiding from me Jan 17 21:11:32 what is it? Jan 17 21:11:41 * PatrickC next needs to figure out how to edit the PATH Jan 17 21:11:47 hmm? umm Jan 17 21:12:03 right click computer->properties from start or my computer on desktop Jan 17 21:12:14 then 'advanced system settings' Jan 17 21:12:24 then environment variables Jan 17 21:13:09 and from there you can edit path on a user level or system level depending on what you want to do Jan 17 21:14:00 could also get there from control panel->system Jan 17 21:14:11 fixed it :) Jan 17 21:14:21 it was pointing to C:\Program Files (x86)\HP webOS\SDK Jan 17 21:14:25 and not C:\Program Files (x86)\HP webOS\SDK\bin Jan 17 21:14:46 odd Jan 17 21:14:58 are you running the 3.0.5 SDK? Jan 17 21:15:02 yes Jan 17 21:15:11 ok Jan 17 21:15:17 wonder why it set yours and not mine? Jan 17 21:15:22 ohwell, it works now :) Jan 17 21:15:24 thanks Jan 17 21:15:37 no problem Jan 17 21:17:33 now.. to figure out why i have a cookie issue.. Jan 17 21:21:38 ok, for some reason it only will set the value of the ReadItlateruser and password fields or the IPPuser or password fields... http://tinypaste.com/de44f475 Jan 17 21:28:26 anyone? Jan 17 21:35:16 whatever sdk I installed didn't set much of the path correctly... I just fixed mine by hand rather than figure out why it was wrong Jan 17 21:35:33 dwc-, i did the same with the help of Brybry Jan 17 21:35:46 i thought i knew the path, just wanted to make sure Jan 17 21:36:07 now that that's fixed.. gotta figure out my scene's issue.... hmm... Jan 17 21:36:54 * PatrickC likes tinypaste. though it takes forever to get paid :/ Jan 17 21:44:41 okie dokie, looks like 3.0.5 is absolutely fukt for me. two different touchpads, both completely stock, and apps taking minutes to load, and both having luna go completely out to lunch, where the only thing that works is the launcher Jan 17 21:45:27 doctor? Jan 17 21:46:22 both are doctored within the last 24 hours Jan 17 21:46:35 that isnt good.. contact HP? Jan 17 21:47:29 ugh.. this cookie issue is so stupid.., why wont it work? :/ Jan 17 21:47:38 i ate it Jan 17 21:47:41 * PatrickC is just talking out loud.. well, kidna :) Jan 17 21:47:51 EricBlade, that wasnt nice... Jan 17 21:47:54 i needed that one Jan 17 21:48:01 you can have the ones from Voogle ;) Jan 17 21:48:36 restore to a diff profile? Jan 17 21:48:54 dwc-, that to me or EricBlade ? Jan 17 21:49:33 eric Jan 17 22:01:26 gedit for windows, yes! :) Jan 17 22:17:34 and i think i fixed my cookie issue :) Jan 17 22:39:49 * PatrickC is happy Jan 17 22:39:55 now to build a login toaster :/ Jan 17 22:41:56 mmm.... toast... Jan 17 23:01:41 http://dealnews.com/1-Year-of-Code-Academy-Interactive-Computer-Programming-Lessons-for-free/540974.html Jan 17 23:02:25 toaster better run webos Jan 17 23:02:51 dwc-, the toaster *is* webos Jan 17 23:02:54 :) Jan 17 23:03:02 the toaster would be no where without webOS Jan 17 23:11:48 http://about.me/patrickcampanale Jan 17 23:12:09 oh no, a spammer Jan 17 23:13:11 burn the spammer! Jan 17 23:13:53 halfhalo with fire??? Jan 17 23:13:54 * PatrickC runs Jan 17 23:14:03 weee! Jan 17 23:14:30 * halfhalo burns the irc room Jan 17 23:15:46 channel. CHAN. NEL. Jan 17 23:15:54 NO Jan 17 23:15:58 THIS IS AOL DAMMIT Jan 17 23:16:00 room is where people go to cyber Jan 17 23:16:09 or "chat" Jan 17 23:16:18 * PatrickC casually walks out whistling Jan 17 23:16:32 Internet Room Cyber right? Jan 17 23:19:06 boomheadshot Jan 17 23:35:15 fun. freshly rebooted touch pad. Start app -> Too many cards. Jan 17 23:51:03 wow.. 4 days since the last catalog update Jan 17 23:51:14 oh, i guess it was a holiday yesterday Jan 18 00:10:57 my yahoo messaging is broken on my touchpad :( Jan 18 00:27:41 RagingMind: everything is broken on mine :( Jan 18 00:35:00 maybe this is a stupid question, but is there a way to set my veer so I can choose to reply from 2 different email addreses coming in through one account? Jan 18 00:35:14 I have my gmail checking one of them, and I want to be able to reply from that one Jan 18 00:36:00 tap the email address at the top, I think Jan 18 00:37:40 you can't just do that though, the address has to be setup somewhere, and I can't remember where Jan 18 00:37:48 in prefs Jan 18 00:37:54 "reply to address" Jan 18 00:37:58 for that email account Jan 18 00:38:48 that's not the same thing Jan 18 00:38:56 set up a second account Jan 18 00:38:58 that's the email address you want others to reply to Jan 18 00:39:06 to give the device that identity Jan 18 00:39:14 not the address you want to reply from Jan 18 00:39:22 you can ignore the incoming mail parts Jan 18 00:39:31 just set up the outgoing correctly Jan 18 00:40:33 Anybody here ever change their boot logo? Jan 18 00:46:06 hmm Jan 18 00:46:11 dwc-: that doesn't seem to be working Jan 18 00:46:37 sometimes i go try to email to myself, and my emails aren't in the synergy system Jan 18 00:46:42 i guess i have to add myself as a contact Jan 18 00:47:15 summatusmentis: i think the address you reply from depends on what acct the mail was sent to. i don't know of any ways to change that Jan 18 00:47:31 i thought mayb that was the prefs setting, but apparently not Jan 18 00:47:46 you could always write your own code for it Jan 18 00:47:55 can't be too tough Jan 18 00:47:59 o_O Jan 18 00:49:01 fxspec06: normally, yes, except that I have an email address going through another address (which is gmail) Jan 18 00:49:16 in gmail, I can reply from the secondary address Jan 18 00:49:42 I want to do the same thing here. It's not like I have a separate inbox/account that I could setup with synergy Jan 18 00:52:29 Where can I find the old Palm App Catalog logo? I'm trying to eliminate HP from my Pre (for nostalgia) Jan 18 00:55:31 themes Jan 18 00:55:36 dark glass 2.0 has old palm logo Jan 18 00:55:46 i think other themes have it too, idk which ones for sure tho Jan 18 00:56:15 I found the 256x256 already Jan 18 00:56:30 How big is an app icon? Jan 18 01:03:35 48 x 48 and 64 x 64 Jan 18 01:03:53 i make mine 512 x 512 tho, probably good practice Jan 18 01:12:07 * webOSNewbie found both icons and is now injecting them Jan 18 01:20:26 hey guys Jan 18 01:21:32 hey webOSNewbie, long time no see Jan 18 01:22:19 Hello Jan 18 01:22:42 I changed the boot logo, carrier string, and App Catalog logo to Palm instead of HP Jan 18 01:25:13 nice! Jan 18 01:25:18 my bootlogo is awesomeapps :) Jan 18 01:25:36 need to change my second glowing/nonglowing logo back to awesomeapps again Jan 18 01:26:05 http://a4.sphotos.ak.fbcdn.net/hphotos-ak-ash4/s320x320/400535_2846471473463_1009683253_2895819_2093728529_n.jpg Jan 18 01:26:35 lol Jan 18 01:34:54 http://en.rian.ru/world/20120117/170806967.html Jan 18 01:36:14 YEESSSS! Jan 18 01:36:29 I found the spot in the Device Manager code that says HP! Jan 18 01:36:37 I'll replace it with Palm Jan 18 01:36:59 lol Jan 18 01:37:43 lol Jan 18 01:39:48 Anyone here use Voogle? Jan 18 01:40:20 i do Jan 18 01:40:23 and know the dev Jan 18 01:40:43 * invalidopcode uses GVoice Jan 18 01:40:48 http://i42.tinypic.com/auh73o.png Jan 18 01:41:47 I've got both installed, planning on using Voogle until GVoice has notifications without having the app running Jan 18 01:41:53 PatrickC: do you have trouble sending messages? Jan 18 01:42:02 I'm trying to send a text via Voogle and it just doesn't go out Jan 18 01:42:06 Voogle doesnt have notifications that run when the app isnt running Jan 18 01:42:15 * webOSNewbie Next task is to edit Mobile Hotspot Jan 18 01:42:16 Satellite, not sure. dont have that issue Jan 18 01:42:22 i would send them an email Jan 18 01:42:30 well the app must be running as a daemon or something Jan 18 01:42:38 because I don't have Voogle running and I get notifications Jan 18 01:42:57 Voogle or Voogle 3.0? Jan 18 01:43:07 (or 2.0 or whatever it is) Jan 18 01:43:12 3.0 Jan 18 01:43:31 i would send them an email Jan 18 01:43:48 gonna reinstall, if that doesn't work I will Jan 18 01:45:01 I hope they respond to emails Jan 18 01:46:41 they do Jan 18 01:46:50 if they dont, send me an email (ill PM u my email) Jan 18 01:47:11 if they dont respond within a few days, let me know and ill give them a ping Jan 18 01:47:39 Thanks a lot man Jan 18 01:47:48 ugh, i wish that popupMenu's were a lot more documented... :/ Jan 18 01:47:50 no problem Jan 18 01:53:10 oh hey yeah Jan 18 01:53:24 about that voogle 3.0 notifications. never added a switch to toggle them off Jan 18 01:55:13 fxspec06, did u work on it? Jan 18 02:02:27 * webOSNewbie is away: Jan 18 02:02:30 i guess you could say that. Jan 18 02:02:57 lies Jan 18 02:03:08 okay okay. it was all me. Jan 18 02:03:13 >:-| Jan 18 02:03:17 fxspec06, i thought it was noah and jordan? Jan 18 02:03:44 * PatrickC continues to try to find a way to pass a param to a popUp function Jan 18 02:03:46 and? is there a rule that says whoever wrote the program needs to broadcast over the internet Jan 18 02:03:54 * fxspec06 checks rulebook Jan 18 02:03:54 nope Jan 18 02:03:58 i just didnt know u worked on it Jan 18 02:04:10 thats cool Jan 18 02:04:28 and it's probably best if you pretended you didn't know. so there. Jan 18 02:04:31 * fxspec06 acts cool Jan 18 02:08:10 not working. still uncool. Jan 18 02:10:31 it works Jan 18 02:11:04 apparently not for you! Jan 18 02:12:08 how does it not work for me? lol works great for me Jan 18 02:12:37 you crazy Jan 18 02:12:39 i just don't have a switch to turn off notifications. it just does them Jan 18 02:12:47 me crazy. si. Jan 18 02:16:21 teamviewer should make a webos client :/ Jan 18 02:16:36 im gonna go crazy if i cant get this popup menu to work how i need! :/ Jan 18 02:18:24 invalidopcode, yeah Jan 18 02:19:13 yeah... it would be very helpful Jan 18 02:23:40 i just use splashtop Jan 18 02:24:08 i don't want to may the $15 or whatever it is Jan 18 02:24:15 its 5 iirc Jan 18 02:24:48 oh haha, still, i use teamviewer for all my other remote desktop stuff Jan 18 02:25:46 * webOSNewbie is back (gone 00:23:19) Jan 18 02:26:29 I love TeamViewer Jan 18 02:26:37 i used it one time Jan 18 02:26:44 only the trial version Jan 18 02:27:04 it has a free version... Jan 18 02:27:09 * webOSNewbie uses it to get past the school firewall and play angry birds Jan 18 02:27:39 Actually, I wanted to, but never have. TeamVeiwer does work at school, though Jan 18 02:27:44 oh, invalidopcode if u didnt know, webOSNewbie is younger then me :) Jan 18 02:27:49 im not the youngest in here Jan 18 02:27:55 * webOSNewbie is 13 Jan 18 02:28:11 i use it to fix people's computers remotely. its much easier than trying to talk them over the phone Jan 18 02:28:18 ah, cool Jan 18 02:28:26 i use windows live for that Jan 18 02:29:21 teamviewer has this nice little client you can send the person and they run it and send you the random username and password it generates, and it works really well Jan 18 02:29:32 yeah Jan 18 02:29:35 thats what i did Jan 18 02:29:50 ah Jan 18 02:29:51 PortableApps.com has a portable version, too Jan 18 02:30:05 yup Jan 18 02:30:33 ugh.. this way of doing it wont work either :/ Jan 18 02:31:28 I wish I had a neat little Pre 3 Jan 18 02:31:34 they're nice Jan 18 02:31:40 Do they have a microSd slot? Jan 18 02:31:51 nope Jan 18 02:31:55 drat Jan 18 02:32:07 no webOS device does Jan 18 02:32:20 Maybe somebody could hack a usb cable to connect to a flash drive Jan 18 02:32:25 And write an app Jan 18 02:32:29 already done iirc Jan 18 02:32:37 i believe the touchpad has native host support Jan 18 02:32:44 okay Jan 18 02:33:03 Where else in webOS does it mention HP? Jan 18 02:33:42 no clue Jan 18 02:34:05 I've got boot logo, Mobile Hotspot, App Catalog, and Device Info Jan 18 02:34:18 this is kindof far out there, but i wonder if it would be feasible to run iPad apps on the Touchpad... Jan 18 02:34:40 That would be an epic app Jan 18 02:34:47 People would pay a lot too Jan 18 02:34:51 they are doing it with android Jan 18 02:34:53 yeah i know Jan 18 02:34:58 i would assume it would be possible with iOS Jan 18 02:35:03 though probably highly illegal Jan 18 02:35:26 lawyers can go jump off a clif Jan 18 02:35:30 Anybody play Asphalt 5? Jan 18 02:35:30 lol Jan 18 02:35:45 im talking technically possible, not legally Jan 18 02:36:20 ah, i think it would be technically possible, yes Jan 18 02:36:28 just the same way the android apps are.. Jan 18 02:36:42 wait.. nvm.. i dont think that any iOS stuff run on ARM Jan 18 02:37:02 ... all of iOS runs on ARM..... Jan 18 02:37:07 I hacked the Asphalt5.cfg file in the app folder so nitro boosts use almost no energy and doubled the nitro speed Jan 18 02:37:10 iOS is ARM? Jan 18 02:37:38 PatrickC, they are apple designed, but yes still arm Jan 18 02:37:47 didnt know that Jan 18 02:37:55 yup Jan 18 02:38:18 That would explain the 'A'... Jan 18 02:38:33 in A5/A4 Jan 18 02:38:35 ARM doesn't actually *make* anything, they just do the designs and then other companies license them to make Jan 18 02:39:55 * PatrickC doesnt want to stop the current convo... but.. Jan 18 02:40:06 What app ID is the Gesture Tutorial? Jan 18 02:40:12 anyone have any experience with popUp subMenu's/cmdMenu's? Jan 18 02:42:12 Not I, said the noob... Jan 18 02:42:33 * webOSNewbie found another HP-mentioning app: Backup Jan 18 02:43:19 * PatrickC spies someone who hates HP Jan 18 02:43:36 Just nostalgic for before HP Palm Jan 18 02:43:43 The glory days of Palm Jan 18 02:45:30 onward through the fog Jan 18 02:45:47 if you're feeling nostalgic this, though unrelated, might cheer you up: http://www.bitoffun.com/video_vault/2012-the-end.html Jan 18 02:46:20 Blocked at my house Jan 18 02:46:27 My dad has OpenDNS Jan 18 02:47:00 sugardave, u have any experience with popUpMenu? Jan 18 02:51:02 PatrickC: probably...docs look pretty straightforward Jan 18 02:51:16 give it some items, set a function for onChoose Jan 18 02:51:35 i need to do something that i cant find in the docs Jan 18 02:51:42 http://www.webosnation.com/predoodle-good-ol-days Jan 18 02:51:50 Might make this my Pre2 wallpaper Jan 18 02:52:04 i need to pass a param to the popupHandler and have it passed to the functions of the popup Jan 18 02:52:09 does that make sense? Jan 18 02:52:53 PatrickC: yes, you can do that with the information in the docs Jan 18 02:53:01 link to those docs? Jan 18 02:53:06 the ones i found didnt have that Jan 18 02:53:21 they're on the developer portal Jan 18 02:53:32 in the API reference Jan 18 02:53:53 * webOSNewbie Loves App Tuckerbox Jan 18 02:56:08 sugardave, i just looked... didnt see one for popup anything Jan 18 02:56:22 control + f only found one thing with menu in it and that wasnt what i needed Jan 18 02:56:30 popupSubmenu is a method of the scene controller Jan 18 02:56:47 https://developer.palm.com/content/api/reference/mojo/classes/mojo-controller-scenecontroller.html Jan 18 02:56:51 it's in there Jan 18 02:58:05 ok, well i see that.. doesnt have what i need :/ Jan 18 02:58:13 yeah, it does Jan 18 02:58:21 think about it Jan 18 02:58:33 read what it does when onChoose happens Jan 18 02:58:39 then extrapolate from there Jan 18 02:58:40 Anybody a fan of Obama? Jan 18 02:58:53 onChoose("picachu") **** ENDING LOGGING AT Wed Jan 18 02:59:56 2012