I have 2 unrelated Xview questions and a olwm/olvwm question.
Setup: IPC, SunOS 4.1.1, OW 3.0, X11R5.
1) This is almost a FAQ, but I don't think it's ever been explained
properly. The problem is with scrolling lists. If I set the PANEL_VALUE when I
create the item, the list does not scroll. If I set in an unrelated callback,
the list will scroll. I get the proper value either way, but shouldn't the list
scroll automatically? One workaround is to use makerowvisible which was posted
recently, but I think that this should be unnecessary. Is there a bug patch for
this?
2) A problem with numeric text items. If a user blanks out a numeric
text field and doesn't use the return key (forcing a 0 in the field), the value
you get from a xv_get in an unrelated callback is 32. Is there a bug fix or
workaround for this? Shouldn't a 0 or -0 be returned?
3) This seems to be an exclusively an X11R5 problem, since I can not
get to it reproduce in X11R4 or OprnWindows. If I run olvwm or olwm under X11R5, I run into a cursor problem with my xterms. I'm defining the cursor as the
small rectangle that becomes solid when the window gets attention. The problem
I have is one of my xterm windows cursor always remains solid, even when the
cursor is nowhere near the window. It doesn't happen at startup time, but
sometime soon after that. It's mainly an annoyance (sp?) since I see the cursor
is solid, so I think the attention is in that window and I type only to realize
a few seconds later that I'm really typing in another window. Any suggestions?
Thanks in advance for all suggestions, hints, etc.