**** BEGIN LOGGING AT Thu Mar 21 02:59:58 2013 Mar 21 14:11:08 anyone here using services like Firebase, Parse, Pubnub with advanced user/group security policies? Mar 21 17:19:21 so, when you have a picker, and you have a page which can scroll, how do you make sure the page doesn't scrol when people use their laptop's multi-finger touchpad-thing to scroll through the options of the picker? Mar 21 18:14:09 madnificent, set the scroll to 'horizontal' or 'auto' on tap Mar 21 18:14:12 or try modal: true Mar 21 18:14:34 i think the latter might actually be what you looking for Mar 21 18:14:38 because a picker is a popup[ Mar 21 23:47:57 I'm looking for a way to either print just the contents within a kind or to open a kind in a new window..... Any suggestions....??? Mar 21 23:48:23 And when I say print I mean render the contents as a print job Mar 21 23:53:17 hrm. open a kind in a new window. hrm. the problem is that, to open in a new window, you need an .html file to open, and you need to use either enyo 1 or use my webos-system-ext patch to access the window manager and send launch params with your new content Mar 21 23:55:01 to print just the contents within a kind, i suppose there could be some hackish way to use special css print stylesheets to masquerade anything not inside your 'print zone' Mar 21 23:57:06 That's more of what I'm hoping for, I found some discussion on printing in webOS, specifically the 'printDialog' kind, but there doesn't seem to be anything similar already in enyo2 Mar 21 23:57:06 projectAlarum, Are you going to want to be able print anything else on the page? Mar 21 23:57:19 the hardest part is the way webos handles new windows, if you have experience w/ dashboards you know what i'm tlaking about Mar 21 23:58:07 i don't know anything about actually printing with webos, but i know there's a way to link included stylesheets to print Mar 21 23:59:11 projectAlarum, you could put the following in your CSS Mar 21 23:59:11 @medi print { * {visibility:hidden;} #your_kinds_id{visibility:visible;} } Mar 21 23:59:25 and i've done dashboards and new windows before, they're not the easiest but you CAN pass params with enyo 1, and this means that, theoretically it can be done in enyo 2 in a similar fashion.... and i've got the 'bridge' built >> https://github.com/fxspec06/webOS-System-Extension Mar 22 00:00:24 and https://github.com/webOS-ports/webos-lib Mar 22 00:01:57 you might need to add some more elements to perfect it.... like : Mar 22 00:01:58 @media print { * {visibility:hidden;} #your_kinds_id {position:absolute;top:0;left:0} #your_kinds_id *{visibility:visible;} } Mar 22 00:02:23 i think Trex's way is a LOT easier if you can accomplish this way. Mar 22 00:02:46 s/think/know for a fact that/ Mar 22 00:02:47 fxspec06 meant: i know for a fact that Trex's way is a LOT easier if you can accomplish this way. Mar 22 00:03:21 Heck yeah, that sounds perfect, basically hiding anything other than it from a rendered print job? Mar 22 00:03:49 yeah.... thinking about it, that might print a bunch of blank space too... so you might want to use display:none Mar 22 00:04:03 and then for your kind use display:block; Mar 22 00:04:21 or, you could add position: fixed; right: 1; heh Mar 22 00:04:23 anywho... fiddle with the different options you'll get it Mar 22 00:06:39 Much appreciated! Mar 22 00:06:52 Pay it forward! ;) Mar 22 00:06:58 I'll have to play with it and get back to ya if it works Mar 22 00:07:04 Makes sense Mar 22 00:08:04 sweet, good luck ! Mar 22 00:38:13 alright i'm outta here fior a good day ish Mar 22 00:38:16 later everyone! Mar 22 01:35:33 hola Mar 22 01:35:51 which bootplate are people using? **** ENDING LOGGING AT Fri Mar 22 02:59:58 2013