Re: html Problem

2001-04-22 Thread andu

Sjoerd Op 't Land wrote:
> 
> Christoph Wollek wrote/ schreef:
> 
> > Hallo, Herr Sanke,
> >
> > ich weiß nicht warum, aber das Problem, daß bei einem item eine Zeile
> > beim Umwandeln des Htmltextes in normalen Text doppelt dargestellt wurde
> > hat sich erledigt. Fragen Sie mich nicht wie - ich weiß es nicht.
> > 
> Cristoph, the purpose of this list is not only to answer the questions of
> the questioner, but also to give (passive) others an opportunity to learn.

What better way to learn...German...Talk...

> 
> This means that e-mails on the list have to be in English, because those
> (passive) others don't have to be German. I live in Holland, so I can read
> German, but not the whole world does.
> 
> So: If you want to mail on the list, it would be nice if you did it in
> English, and if you want to write in German anyway, do it off-list, because
> for most of us the German e-mails are spilled bandwidth.

I'm sure this sounds so bad only in translation.

> 
> I'm not angry, but I just wanted to make something clear.
> 
> Regards,
> Sjoerd

Andu

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: html Problem

2001-04-22 Thread Sjoerd Op 't Land

Christoph Wollek wrote/ schreef:

> Hallo, Herr Sanke,
> 
> ich weiß nicht warum, aber das Problem, daß bei einem item eine Zeile
> beim Umwandeln des Htmltextes in normalen Text doppelt dargestellt wurde
> hat sich erledigt. Fragen Sie mich nicht wie - ich weiß es nicht.
> 
Cristoph, the purpose of this list is not only to answer the questions of
the questioner, but also to give (passive) others an opportunity to learn.

This means that e-mails on the list have to be in English, because those
(passive) others don't have to be German. I live in Holland, so I can read
German, but not the whole world does.

So: If you want to mail on the list, it would be nice if you did it in
English, and if you want to write in German anyway, do it off-list, because
for most of us the German e-mails are spilled bandwidth.

I'm not angry, but I just wanted to make something clear.

Regards,
Sjoerd


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: html Problem

2001-04-22 Thread Christoph Wollek

Hallo, Herr Sanke,

ich weiß nicht warum, aber das Problem, daß bei einem item eine Zeile
beim Umwandeln des Htmltextes in normalen Text doppelt dargestellt wurde
hat sich erledigt. Fragen Sie mich nicht wie - ich weiß es nicht. In
nehme aber an, daß dies nach einer erneuten Umwandlung des normalen
Ur-Textes in den htmltext geschah. Warum das Problem bei den anderen
items nicht auftrat, bleibt mir immer noch rätselhaft.

Zu ihrem Skript:

> "on mouseUp
>   put the htmltext of field 1 into newtext
>   replace "string1" with "string2" in newtext
>   set the htmltext of fld 1 to newtext
> end mouseUp"

was ist mit string1 und string2 gemeint?

Mit Dank für Ihre Hilfsbereitschaft und besten Grüßen von der Waterkant

Christoph Wollek


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: html Problem

2001-04-22 Thread Christoph Wollek

Hallo Phil,

thanks for response. You wrote:
I believe MC leaves existing "hard" cr's as they are when you get/set
the htmlText of a fld. This is different than what web browsers do
when converting HTML to displayable content. Would that account for
your experience?

I think, that was not the problem, because in other items there were no
problems. Meanwhile the problem ceased at all. Dont aks me why - I dont
know.

Thanks and greetings from Germany

Christoph


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: html Problem

2001-04-19 Thread Phil Davis

Another possibility:
I believe MC leaves existing "hard" cr's as they are when you get/set
the htmlText of a fld. This is different than what web browsers do
when converting HTML to displayable content. Would that account for
your experience?

Phil Davis


- Original Message -
From: "Wilhelm Sanke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 4:32 AM
Subject: Re: html Problem


[EMAIL PROTECTED] (Christoph Wollek) wrote on April 18th:



> my problem;
> from a long list of item limited by  *  I  want to get item 2802;
the
> script
>
> set the itemdelimiter to "*"
> get item 2802 of fld 3
> set the htmltext of fld 4 to it
>
> the htmltext in item 2802 is
>
> * 2802  Kauda  Kauda / 1x /
>
> Eigenname, eine andere Schreibweise: Klauda;
>
> Kauda, kleine Insel südlich von Kreta
>
> it should show up as: 2802 Kauda Kauda / 1x / (## first Kauda in
> greek) Eigenname, eine andere Schreibweise: Klauda; Kauda, kleine
> Insel südlich von Kreta but it shows as: 2802 Kauda Kauda / 1x /
> Eigenname, eine andere Schreibweise: Klauda; (## here last word in
> greek) Eigenname, eine andere Schreibweise: Klauda; Kauda, kleine
> Insel südlich von Kreta all other item show up properly, this not:
> What is the reason? Thanks in advance for helpful tips.

Are you using Metacard 2.4?

There is a bug that doubles html-textlines sometimes - as I described
in
my message "Re: search and replace "wipes" text styles" of  Tue, 10
Apr
2001 in the Revolution list:


> Try the htmltext property as a workaround for your problem:
>
> "on mouseUp
>   put the htmltext of field 1 into newtext
>   replace "string1" with "string2" in newtext
>   set the htmltext of fld 1 to newtext
> end mouseUp"
>
> This works in Revolution and Metacard 2.3.
> In Metacard 2.4 there is a bug that doubles the textlines when you
use
> this workaround - inserting new lines 1,3,5,7 etc. - so you have to
get
> rid of the *odd* lines
>

Maybe your problem is related to that?
Try Metacard 2.3.2

Regards,

Wilhelm Sanke


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: html Problem

2001-04-19 Thread Wilhelm Sanke

[EMAIL PROTECTED] (Christoph Wollek) wrote on April 18th:



> my problem;
> from a long list of item limited by  *  I  want to get item 2802; the
> script
>
> set the itemdelimiter to "*"
> get item 2802 of fld 3
> set the htmltext of fld 4 to it
>
> the htmltext in item 2802 is
>
> * 2802  Kauda  Kauda / 1x /
>
> Eigenname, eine andere Schreibweise: Klauda;
>
> Kauda, kleine Insel südlich von Kreta
>
> it should show up as: 2802 Kauda Kauda / 1x / (## first Kauda in
> greek) Eigenname, eine andere Schreibweise: Klauda; Kauda, kleine
> Insel südlich von Kreta but it shows as: 2802 Kauda Kauda / 1x /
> Eigenname, eine andere Schreibweise: Klauda; (## here last word in
> greek) Eigenname, eine andere Schreibweise: Klauda; Kauda, kleine
> Insel südlich von Kreta all other item show up properly, this not:
> What is the reason? Thanks in advance for helpful tips.

Are you using Metacard 2.4?

There is a bug that doubles html-textlines sometimes - as I described in
my message "Re: search and replace "wipes" text styles" of  Tue, 10 Apr
2001 in the Revolution list:


> Try the htmltext property as a workaround for your problem:
>
> "on mouseUp
>   put the htmltext of field 1 into newtext
>   replace "string1" with "string2" in newtext
>   set the htmltext of fld 1 to newtext
> end mouseUp"
>
> This works in Revolution and Metacard 2.3.
> In Metacard 2.4 there is a bug that doubles the textlines when you use
> this workaround - inserting new lines 1,3,5,7 etc. - so you have to get
> rid of the *odd* lines
>

Maybe your problem is related to that?
Try Metacard 2.3.2

Regards,

Wilhelm Sanke


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




html Problem

2001-04-18 Thread Christoph Wollek

 Hallo,

my problem;
from a long list of item limited by  *  I  want to get item 2802; the
script

set the itemdelimiter to "*"
get item 2802 of fld 3
set the htmltext of fld 4 to it

the htmltext in item 2802 is

* 2802  Kauda  Kauda / 1x /
Eigenname, eine andere Schreibweise: Klauda;

Kauda, kleine Insel südlich von Kreta



it should show up as:

  2802  Kauda  Kauda / 1x /  (## first Kauda in greek)
Eigenname, eine andere Schreibweise: Klauda;

Kauda, kleine Insel südlich von Kreta

but it shows as:

  2802  Kauda  Kauda / 1x /
Eigenname, eine andere Schreibweise: Klauda; (## here last word in
greek)
Eigenname, eine andere Schreibweise: Klauda;
Kauda, kleine Insel südlich von Kreta

all other item show up properly, this not: What is the reason?
Thanks in advance for helpful tips.

Christoph Wollek


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.