RE: [Dynapi-Help] Scroll and inlines.

2001-05-22 Thread Pickup, Jordan
Title: RE: [Dynapi-Help] Scroll and inlines. Apparently you don't need the \n's or the included code executed, so this should work as well:  $filename = "file.txt";  $file = fopen($filename,"r");  $pagecontent = addslashes(ereg_replace("\n&q

Re: [Dynapi-Help] Scroll and inlines.

2001-05-22 Thread Johan Andrén
ions do not execute the php code. If you want the php file to > still be executed with php, you'll have to figure out a way to have the code > execute without printing out any new lines and with slashes before the > quotes. Good Luck. > > Jordan > > -Original Message---

RE: [Dynapi-Help] Scroll and inlines.

2001-05-22 Thread Pickup, Jordan
Title: RE: [Dynapi-Help] Scroll and inlines. The quotes aren't your only problem. When you do an include in PHP, it just dumps the output to the user, new lines and all. In this case the "s won't mess you up, 's will. Also \n and \r. Since it is not likely possible

[Dynapi-Help] Scroll and inlines.

2001-05-21 Thread Johan Andrén
Hi, Im working on this homepage for my band, and I have really ran my head into a stonewall. This is the thing, I have a page with a topbanner and a linkpanel on the left, I donot want to use frames and instead I use php and include() the content of the page. Now, I have this fix idea of lim

Re: [Dynapi-Help] scroll

2001-02-25 Thread Doug Melvin
nal Message - From: "Jason Hochwender" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 25, 2001 7:51 PM Subject: [Dynapi-Help] scroll > I am completely lost here so any help is appreciated > > I am currently using a scroll pane and a label. I fill th

Re: [Dynapi-Help] scroll

2001-02-25 Thread Robert Rainwater
. The scrollpane is basically a wrapper for a viewport and a scrollbar. So you could probaly just edit the scrollpane code to change the placement of the scrollbar. -- // Robert Rainwater On 2/25/2001, 2:51:23 PM EST, Jason wrote about "[Dynapi-Help] scroll": > I am completely lo

[Dynapi-Help] scroll

2001-02-25 Thread Jason Hochwender
I am completely lost here so any help is appreciated I am currently using a scroll pane and a label. I fill the label with some text and I can scroll it. That all works fine. What I want to do though is reposition the vertical scrollers. I basically want to use my own images for the scroll

[Dynapi-Help] scroll and loadHTML

2001-02-06 Thread NadziejA
It's any way to include html doc into scrollpane object? Marging LoadPanel and scroll is not quite impressing... It crushes my ie 5 :) T.Golembiewski ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

[Dynapi-Help] Scroll Event Triggering, elsewhere...

2001-01-17 Thread Raymond Smith
Gentlemen (do we have any ladies?) I'm going to be playing around with using a scrolling loadpanel in a pushpanel that "triggers" slide changes in another viewport based on depth within the loadpanel. Think auto-slideshow. I thought I would query you all for "thoughts" as you may already have w

Re: [Dynapi-Help] Scroll Bars.

2001-01-16 Thread Richard :o
elvin To: dynapi-help Sent: Wednesday, January 17, 2001 1:41 AM Subject: [Dynapi-Help] Scroll Bars. How do I turn off the browser's own ScrollBars in Dynapi?

Re: [Dynapi-Help] Scroll Bars.

2001-01-16 Thread Henrik Våglin
  this is only needed in IE to my knowledge, but NS just ignores it or else - so it doesn't bug out :)   Henrik Våglin [ [EMAIL PROTECTED] ] - Original Message - From: Doug Melvin To: dynapi-help Sent: Wednesday, January 17, 2001 1:41 AM Subject: [Dynapi

[Dynapi-Help] Scroll Bars.

2001-01-16 Thread Doug Melvin
How do I turn off the browser's own ScrollBars in Dynapi?

Re: [[Dynapi-Help] scroll pane example]

2000-12-06 Thread Doug Melvin
birdwacker ? pretty imagionative, I like to use, bugger, ARP, FU, and CauseISaidSo :-) Doug Melvin - Original Message - From: "Bill Wheaton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 7:28 AM Subject: Re: [[Dynapi-Hel

Re: [[Dynapi-Help] scroll pane example]

2000-12-06 Thread Bill Wheaton
birdwacker doesn't seem to do much either. Like the name though. One more test variable name. flogs, fleebs, doohongs, birdwackers, hmmms... coding is not pretty. where is 'scroll' being used? "Raymond Smith" <[EMAIL PROTECTED]> wrote: > - > At

[Dynapi-Help] scroll pane example

2000-12-06 Thread Raymond Smith
One problem with the example (IE) is using "scroll" as a name of the scroll widget.   scroll = new ScrollPane(label1)  // label1 will be set as the contentscroll.setSize(150,150)scroll.moveTo(250,50)scroll.setBgColor('#c0c0c0')   Changing scroll to birdwacker will at least allow the window t