1. Re[2]: Win32lib richedit bug!
DP> Add this line, just before calling putStream() ..
DP> LimitText(RichEdit6, length(txt))
DP> By default the limit is 32K. This gets automatically changed,
DP> apparently, when not doing SreamRTF. So to set the limit you
DP> really want, call LimitText() just prior to streaming in data.
Thanks! I forgot LimitText after not using euphoria for about 3
months.
BTW, why is it LimitText() not limitText()
and Current_Directory instead of currentDirectory() ?
2. Re: Re[2]: Win32lib richedit bug!
----- Original Message -----
From: "aku saya" <akusaya at gmx.net>
To: "EUforum" <EUforum at topica.com>
Subject: Re[2]: Win32lib richedit bug!
>
>
> DP> Add this line, just before calling putStream() ..
>
> DP> LimitText(RichEdit6, length(txt))
>
> DP> By default the limit is 32K. This gets automatically changed,
> DP> apparently, when not doing SreamRTF. So to set the limit you
> DP> really want, call LimitText() just prior to streaming in data.
>
>
> Thanks! I forgot LimitText after not using euphoria for about 3
> months.
>
> BTW, why is it LimitText() not limitText()
> and Current_Directory instead of currentDirectory() ?
A mistake, I guess. I should fix this.
--
Derek
3. Re: Re[2]: Win32lib richedit bug!
> > BTW, why is it LimitText() not limitText()
> > and Current_Directory instead of currentDirectory() ?
>
> A mistake, I guess. I should fix this.
For consistency's sake.
4. Re: Re[2]: Win32lib richedit bug!
>From: aku saya <akusaya at gmx.net>
>Subject: Re[2]: Win32lib richedit bug!
>
>DP> Add this line, just before calling putStream() ..
>
>DP> LimitText(RichEdit6, length(txt))
>
>DP> By default the limit is 32K. This gets automatically changed,
>DP> apparently, when not doing SreamRTF. So to set the limit you
>DP> really want, call LimitText() just prior to streaming in data.
>
>
>Thanks! I forgot LimitText after not using euphoria for about 3
>months.
>
>BTW, why is it LimitText() not limitText()
>and Current_Directory instead of currentDirectory() ?
>
Or getCurrentDirectory and setCurrentDirectory, like most other functions.
5. Re[2]: Win32lib richedit bug!
------------CA481D34FAA073
DP> Add this line, just before calling putStream() ..
DP> LimitText(RichEdit6, length(txt))
DP> By default the limit is 32K. This gets automatically changed,
DP> apparently, when not doing SreamRTF. So to set the limit you
DP> really want, call LimitText() just prior to streaming in data.
There is still a bug, I think.
Try the long.exw file. It loads teh long.rtf file.
In the end of long.rtf, there is text "This is the end of the file."
But in the RichEdit, the text is not shown and the text is also
truncated. How can I solve this problem?
Thanks!
------------CA481D34FAA073
Content-Type: APPLICATION/X-STUFFIT; name="long.zip"