Hello Vladimir, On 08.12.2004, you wrote:
> well.. > MUI_NList_GetSelectInfo struct : > LONG start num of first selected *REAL* entry/line > LONG end num of last selected *REAL* entry/line > LONG num not used > LONG start_column column of start of selection in 'start' > entry > LONG end_column column of end of selection in 'end' entry > LONG start_pos char pos of start of selection in > 'start_column' entry > LONG end_pos char pos of end of selection in 'end_column' > entry > LONG vstart num of first visually selected entry > LONG vend num of last visually selected entry > LONG vnum number of visually selected entries > > i cant get 'start', 'vstart' fields... always = 1 > but 'end' field ok, and 'vnum' too > so 'vend'-'vstart' != 'vnum' ----- this is bad I just monitor this list because of what I don't know about MUI, not because I know enough to help. However, I can't help but comment on this one. I don't know about start and vstart always = 1, but I don't think that vend-vstart should necessarily be equal to vnum. If one entry is selected, for example the third one, wouldn't vstart=3 and vend=3? Then vend-vstart would = 0, but the number of selected entries (vnum) is 1. Why is that bad? Hopefully someone else can be more helpful. Regards, -- Jeff ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
