Parsing programmatically constructed inline constructors

"Christian Boulanger" <[email protected]>
Newsgroups gmane.comp.windows.devel.netwindows
Message-ID <001301c37695$85389b30$0300a8c0@Laptop>
If I want JavaScript to write innerHTML of nw inline-constructors and
NetWindows to parse the result afterwards, how do I do that?

(You might think that this is crazy, but it is actually sometimes easier
than using the programmatic constructors)

Thanks,

Christian

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Christian Boulanger
> Sent: Tuesday, September 09, 2003 8:53 AM
> To: 'netWindows development discussion list'
> Subject: [NW-Devel] Spitwin within window problem
> 
> 
> Hi,
> 
> I am still experiencing problems with the sizing of the 
> spitwin panes (Ns
> 7.02)
> 
> I have a spitwin within the body of a window and assign it like this:
> 
> In the body of the page:
> 
>         <div style="width: 100%; height: 98%; position: 
> relative;left: 0px;
> top: 0px;" 
>                 id="container">
> 
> In the envInit() function:
> 
>             cont = document.getElementById("container");
>             splitwin = new NW_WIDGET_FACTORY_split_pane(true, 
> "200", true,
> 10);
>             cont.appendChild(splitwin.domNode);
> 
> Then I need to add a manual size definition to the panes
> 
>             splitwin.pane1obj.contentNode.style.height = "473px";
> 	splitwin.pane2obj.contentNode.style.height = "473px";
> 
> Otherwise the panes just wrap around the visible content 
> instead of extending to the full size of the window. But this 
> is suboptimal, since I want to be able to resize the main 
> window with the split pane adjusting to that.
> 
> I have the same behaviour if I append a split_pane inside a 
> window widget.
> 
> Am I doing something wrong, or is this nw?
> 
> Christian 
>  
> 
> 
> _______________________________________________
> The netWindows developers list: [email protected] 
> http://netwindows.org/mailman/listinfo/devel_netwindows.org
> 
> 


_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.