Re: listview limit
- Posted by rml at rubis.trix.net
Jul 17, 2003
Hi Derek;
This is the code:
without type_check
include Win32Lib.ew
without warning
with trace
--with profile
--------------------------------------------------------------------------------------------------------------
constant Window1 = createEx( Window, "", 0, 0, 0, 0.999, 0.9, 0, 0 )
constant ListView1 = createEx( ListView,
{{"Count",100,0},{"Phrases",2000,0}},Window1,0, 0 ,0.99,
0.9,or_all({LVS_REPORT,LVS_SHOWSELALWAYS}),0)
sequence texto
object bla
setLVStyle(ListView1, {LVS_EX_CHECKBOXES,LVS_EX_FULLROWSELECT})
texto=repeat(123456789,30)
bla = addLVItem( ListView1, 0, {sprint(1),sprint(texto)})
WinMain( Window1,Normal )
At 04:08 17/7/2003, you wrote:
>
>On Thu, 17 Jul 2003 00:34:33 -0300 (07/17/03 13:34:33)
>, <rml at rubis.trix.net> wrote:
>
>>
>>Hi Derek;
>>
>>I'm using listview to show selected frases, and frases bigger than 255
>>are cut, this is why I asked.
>>I will do a search for virtual-list.
>
>Sorry, but are you saying that the LENGTH of each line is being restricted
>to 255 characters? Can you show me code that does this?
>
>--
>
>cheers,
>Derek Parnell
>
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>
|
Not Categorized, Please Help
|
|