From: Nathan W. <win...@ho...> - 2001-01-15 06:01:37
|
Thank you for your time, I am building a DynWindow widget, I plan to send it to you on complesion,= but I have run into a few problems. 1. I would like to load an *.html file, or its contents, into a DynLayer.= The only method I have found for entering html is DynLayer.setHTML(). 2. I am trying to allow text wrap in my window. I was going to use a tabl= e, but images enlarge the table. If I use another DynLayer, the contents = just gets clipped. Again thank you, Nathan |
From: <hv...@ya...> - 2001-01-15 06:36:02
|
Have you looked at the current window widgets an the loadpanel? They = have most of these features and should be able to combine unless your = needs or wants are very specific. Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: Nathan Winder=20 To: dyn...@li...=20 Sent: Monday, January 15, 2001 7:05 AM Subject: [Dynapi-Widgetdev] DynLayer Question Thank you for your time, I am building a DynWindow widget, I plan to send it to you on = complesion, but I have run into a few problems. 1. I would like to load an *.html file, or its contents, into a = DynLayer. The only method I have found for entering html is = DynLayer.setHTML(). 2. I am trying to allow text wrap in my window. I was going to use a = table, but images enlarge the table. If I use another DynLayer, the = contents just gets clipped. Again thank you, Nathan |
From: Theo B. <be...@ot...> - 2001-01-15 11:35:59
|
Where can I find those widgets? Theo ----------------------------------- Theo Bebekis Thessaloniki, Greece be...@ot... ----------------------------------- -----Original Message----- From: dyn...@li... [mailto:dynapi-widgetd= ev-...@li...]On Behalf Of Henrik V=E5glin Sent: Monday, January 15, 2001 8:38 AM To: dyn...@li... Subject: Re: [Dynapi-Widgetdev] DynLayer Question Have you looked at the current window widgets an the loadpanel? They have= most of these features and should be able to combine unless your needs or wants are very specific. Henrik V=E5glin [ hv...@ya... ] |
From: Robert R. <rra...@ya...> - 2001-01-15 15:54:17
|
There in the latest snapshot: http://dynapi.sourceforge.net/snapshot/dynapi.zip -- // Robert Rainwater On 1/15/2001, 6:53:55 AM EST, Theo wrote about "[Dynapi-Widgetdev] DynLayer Question": > Where can I find those widgets? > Theo > ----------------------------------- > Theo Bebekis > Thessaloniki, Greece > be...@ot... > ----------------------------------- > -----Original Message----- > From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Henrik Våglin > Sent: Monday, January 15, 2001 8:38 AM > To: dyn...@li... > Subject: Re: [Dynapi-Widgetdev] DynLayer Question > Have you looked at the current window widgets an the loadpanel? They have most of these features and should be able to combine > unless your needs or wants are very specific. > Henrik Våglin [ hv...@ya... ] > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev |
From: Richard :o <ma...@ri...> - 2001-01-15 10:27:37
|
Hi, Christopher Go submitted two examples about this, they use loadpanel to = get the content. Just a few restrictions: *You can only load content from your own server. *Any links in the document will re-load your whole browser. *Any script in the document will either be lost (if they're in the = head), or will refer to the parentdoc. *If you want to load text files, like in the examples, you have to add = "<pre>blah blah content</pre>"=20 in the textdocument itself to stop them wrapping, and to keep = linebreaks. So it's great for displaying content, but not any use as a popup. Example: http://www.resass.f2s.com/?menu=3Dexamples&node=3D9 called combine_Loadpanel_Pushpanel.htm, and combine_Loadpanel_Scrollpane.htm Cheers, Richard :o ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of = DynAPI2) ----- Original Message -----=20 From: Nathan Winder=20 To: dyn...@li...=20 Sent: Monday, January 15, 2001 7:05 AM Subject: [Dynapi-Widgetdev] DynLayer Question Thank you for your time, I am building a DynWindow widget, I plan to send it to you on = complesion, but I have run into a few problems. 1. I would like to load an *.html file, or its contents, into a = DynLayer. The only method I have found for entering html is = DynLayer.setHTML(). 2. I am trying to allow text wrap in my window. I was going to use a = table, but images enlarge the table. If I use another DynLayer, the = contents just gets clipped. Again thank you, Nathan |
From: Alexey M. <ma...@ca...> - 2001-01-15 10:56:26
|
On Sun, 14 Jan 2001, Nathan Winder wrote: > I am building a DynWindow widget, I plan to send it to you on complesion, but I have run into a few problems. In addition - could now embeding of script be done via DynWindow? In NN4 and old DynApi you could load HTML with JS inside and run it: <head><script>functions... </script></head>.... Is it possible for IE now? (If it wouldn't be hard - could you test it with your DynWindow?) Malx |