Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
HTML Host Pages
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Donnie Lee  
View profile  
 More options Sep 26 2008, 8:25 am
From: Donnie Lee <lpr...@gmail.com>
Date: Fri, 26 Sep 2008 05:25:48 -0700 (PDT)
Local: Fri, Sep 26 2008 8:25 am
Subject: HTML Host Pages
Hello!

Does Cappuccino have HTML Host Pages functionality to selectively
insert widgets into specific places in an HTML page? I mean the same
functionality as in GWT:
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Browser" by Marc
Marc  
View profile  
 More options Sep 26 2008, 9:14 am
From: Marc <applel...@x-dim.com>
Date: Fri, 26 Sep 2008 15:14:49 +0200
Local: Fri, Sep 26 2008 9:14 am
Subject: Browser
Hi,

I would like to write an application using a class like NSBrower to  
navigate in an hierarchy.
I didn't see equivalent class of nsbrower, even in source.
Any idea to implement it ?  Perhaps with a group of NSTableView ?

thanks

...Marc


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Redmar Kerkhoff  
View profile  
 More options Sep 26 2008, 9:28 am
From: Redmar Kerkhoff <rjkerkh...@gmail.com>
Date: Fri, 26 Sep 2008 15:28:03 +0200
Local: Fri, Sep 26 2008 9:28 am
Subject: Re: Browser
Hey Marc,

The CPTableView is still under development, it's already in the  
repository if you want to have a look.
After this is finished i think the cappuccino team or someone else  
will pickup the work on CPBrowser.

Regards,

Redmar

On Sep 26, 2008, at 3:14 PM, Marc wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc  
View profile  
 More options Sep 26 2008, 9:46 am
From: Marc <applel...@x-dim.com>
Date: Fri, 26 Sep 2008 15:46:49 +0200
Local: Fri, Sep 26 2008 9:46 am
Subject: Re: Browser
Thanks Redmar

On 26 sept. 08, at 15:28, Redmar Kerkhoff wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nciagra  
View profile  
 More options Sep 26 2008, 1:23 pm
From: nciagra <nick.ciagrat...@gmail.com>
Date: Fri, 26 Sep 2008 10:23:25 -0700 (PDT)
Local: Fri, Sep 26 2008 1:23 pm
Subject: Re: Browser
I'm not sure I understand what exactly you guys want, but if you're
just looking for iframe functionality so you can embed another HTML
page into your Cappuccino app, take a look at CPWebView. It's not
documented (yet) but it is in the source and fully functional. It just
uses an iframe.

Let me know if that's what you wanted or not.
--Nick

On Sep 26, 9:46 am, Marc <applel...@x-dim.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Robinson  
View profile  
 More options Sep 26 2008, 4:32 pm
From: Tom Robinson <t...@280north.com>
Date: Fri, 26 Sep 2008 13:32:13 -0700
Local: Fri, Sep 26 2008 4:32 pm
Subject: Re: Browser
NSBrowser is a Cocoa class that displays a hierarchy (like "View as  
Columns" in Finder)

It's a somewhat confusing name that was probably chosen before the  
*web* browser was invented.

-Tom

On Sep 26, 2008, at 10:23 AM, nciagra wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "HTML Host Pages" by Donnie Lee
Donnie Lee  
View profile  
 More options Sep 27 2008, 1:16 am
From: Donnie Lee <lpr...@gmail.com>
Date: Fri, 26 Sep 2008 22:16:42 -0700 (PDT)
Local: Sat, Sep 27 2008 1:16 am
Subject: Re: HTML Host Pages
Hey Marc!

Why did you use my theme to ask your question? It's theme about HTML
Host Pages, not about NSBrowser.

On Sep 26, 5:14 pm, Marc <applel...@x-dim.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Robinson  
View profile  
 More options Sep 27 2008, 2:22 am
From: Tom Robinson <t...@280north.com>
Date: Fri, 26 Sep 2008 23:22:35 -0700
Local: Sat, Sep 27 2008 2:22 am
Subject: Re: HTML Host Pages
Short answer: Yes. Currently the best (only?) way to embed a  
Cappuccino application in another page is to use an iframe. Simply set  
the iframe src to the Cappuccino application's index.html file.

Long answer: No. It's not currently possible to place a Cappuccino  
application on the *same page* as other content (i.e. not in an  
iframe), since Cappuccino takes over the whole page and all events. It  
may be possible, but will require a bit of work.

While it's not really how Cappuccino was intended to be used, if  
anyone wants to tackle this, the place to start would be  
CPDOMWindowBridge.j. In particular, take a look at _initWithDOMWindow:

         _DOMBodyElement = document.getElementsByTagName("body")[0];
         _DOMBodyElement.innerHTML = "";

Rather than using the actual body node (and deleting everything inside  
it) you would probably want everything contained in a div. You would  
also need to do a lot of work to get events to play nicely across the  
capp and non-capp portions of the page. And any CSS you have on the  
page will probably mess things up, so you'll either need to do some  
sort of CSS reset on the root element, or change a bunch of things to  
explicitly set style properties that are currently relying on defaults.

Caveat emptor...

On Sep 26, 2008, at 5:25 AM, Donnie Lee wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Donnie Lee  
View profile  
 More options Sep 27 2008, 5:06 am
From: Donnie Lee <lpr...@gmail.com>
Date: Sat, 27 Sep 2008 02:06:05 -0700 (PDT)
Local: Sat, Sep 27 2008 5:06 am
Subject: Re: HTML Host Pages
Big thanks for your answer, Tom!

On Sep 27, 10:22 am, Tom Robinson <t...@280north.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google