**** BEGIN LOGGING AT Tue Mar 13 02:59:58 2012 Mar 13 08:56:45 cute. I just discovered (my bad) that selling via Android, the Market takes 30% .. everyone knows that.. and then on top of that, Checkout knocks out another 2.9% off the monthly total and 30 cents on top **** BEGIN LOGGING AT Tue Mar 13 09:48:19 2012 Mar 13 10:06:20 how can i open a link in a browser with enyo1 in hp touchpad application? Mar 13 10:18:06 i think via window.open Mar 13 10:20:26 nevermind, i found out already (with a PalmService kind, palm://com.palm.applicationManager) Mar 13 10:22:53 swisstomcat, i wanted to open browser (or mail client, if link was mailto:email) from inside the hptouchpad application Mar 13 10:23:23 ah, right ... yes, you use the applicationManager Mar 13 13:13:49 so. Mar 13 13:14:10 is there ANY way to create a webview. on the touchpad (not in chrome). and. have access to contentWindow or contentDocument. Mar 13 13:14:22 AND. not have it pop open into a browser window. Mar 13 13:18:49 enyo 1 or 2? Mar 13 13:21:16 enyo 1 Mar 13 13:21:58 i was up til' 3a last night. i got everything working wonderfully in chrome. imagine how disappointed i was when i saw that the same app didn't work on the touchpad. Mar 13 13:22:19 enyo 1 uses a webview component Mar 13 13:22:24 first time i coded for 10hrs straight since school started -.- Mar 13 13:22:28 are you using that? (emulated with an iframe in chrome afaik) Mar 13 13:22:47 yes but i need access to contentDocument / contentWindow. Mar 13 13:23:02 i got to manipulate the DOM. i know that sounds dirty Mar 13 13:23:18 but as of right now, there is no other way to accomplish what i need to accomplish Mar 13 13:23:49 can you elaborate a bit what you're trying to do? Mar 13 13:26:24 well i don't want to give too many secrets away. but i'm downloading a page w/ enyo.AjaxContent, inserting username and password directly into the HTML, putting it into an iframe and accessing that frame's contentDocument, and simulating user actions (i.e. click event on a button) Mar 13 13:27:50 this would all be fine, but the touchpad has a security issue w/ iframes and opens them in a NEW browser window. i read on the forums (after i had done all this) that this behavior is because the iframe would have access to palmSystem, which obviously is not good Mar 13 13:29:00 if i could somehow disable it temporarily .. but that sounds doubtful. i've dissected the webview kind and find no traces to any availability of the DOM. it looks in chrome that i have access to it, but then on the pad itself those nodes just don't exist -.- Mar 13 13:40:53 hmm Mar 13 13:41:12 apps and webviews run in separate browser instances Mar 13 13:41:16 through the browserserver Mar 13 13:43:22 hmm Mar 13 13:50:53 i'll see what i can hack together Mar 13 14:10:23 enyo.CrossAppUI shows an Iframe, accesses its contentDocument without opening an new browser window Mar 13 14:10:29 o.O Mar 13 14:37:16 it seems nodeTag: "iframe" is the ultimate defining code that causes the browser to open Mar 13 15:05:57 i think my best bet is with webview. but there's so many functions Mar 13 15:06:04 i'm not sure which one i need Mar 13 15:06:44 hmm Mar 13 15:06:44 dispatchDomEvent Mar 13 16:01:44 fxspec06: it is possible on touchpad, to execute arbitrary code inside a webview, as long as everything you need is under the size that can be passed to setHtml Mar 13 16:02:59 or you can load it via the webView src i guess Mar 13 16:03:28 this is what Ben said on the topic once, "You can change the URL of the WebView and adjust the hash value to let onhashchange code in the view run. From the embedded page, you can change the page title and detect that through events sent by the WebView." Mar 13 16:09:59 hmm interesting. Mar 13 16:10:34 so it's got to be under 4k Mar 13 16:11:15 damnit you're the one person i didn't want help from. damn you eblade. !!!! Mar 13 16:11:17 * fxspec06 shakes fist Mar 13 16:12:37 well if you need to dynamically change it i guess Mar 13 16:12:56 i don't know about that hash code business Mar 13 16:13:14 i just made note of that when i saw it, because it sounded useful Mar 13 16:14:26 i need to figure this out somehow Mar 13 17:08:52 ugh. that works, except now i have a cross-domain problem Mar 13 17:26:45 i can't set the content or html of the frame, either. =\ Mar 13 17:50:15 i give up. Mar 13 21:15:32 so ... short of going thru the source versions of every file, is there any offline version of 2.0 api? Mar 13 21:16:25 got some flight time, wanna dive into some new 2.0 code while i'm stuck. Mar 13 21:54:04 ah, apparently lib/onxy/api in the distribution package has a working copy of the full api docs Mar 13 21:54:16 didnt think to look down in onyx for it **** BEGIN LOGGING AT Tue Mar 13 22:04:38 2012 **** BEGIN LOGGING AT Wed Mar 14 00:54:06 2012 **** ENDING LOGGING AT Wed Mar 14 02:59:58 2012