Re: Exceed 9.0 XDK app exits after XmNcursorPositionVisible set to TRUE
From: Roloff, Craig A (
)
Date: Tue Jul 27 2004 - 17:09:02 EDT
After further investigation, the problem is simpler. Namely,
whenever XmNcursorPositionVisible is TRUE in a scrolled
Text widget and the mouse is clicked in an area to the
right of an end-of-line, then the app exits with status = 1.
Craig Roloff
(425) 237-7660
> -----Original Message-----
> From: Roloff, Craig A
> Sent: Monday, July 26, 2004 9:20 AM
> To: '
'
> Subject: Exceed 9.0 XDK app exits after XmNcursorPositionVisible
> set to TRUE
>
> The environment:
>
> Exceed 9.0.0.8, Windows 2000, Motif 2.1, gcc static libraries
>
> The set-up:
>
> Scolled multi-line non-editable text widget, initialized with
> XmNcursorPositionVisible and XmNautoShowCursorPosition FALSE
>
> The action:
>
> XmNfocusCallback:
> ==============
> Arg args[2];
> XtSetArg (args[0], XmNcursorPositionVisible, TRUE);
> XtSetArg (args[1], XmNautoShowCursorPosition, TRUE);
> XtSetValues (w, args, 2);
>
> The result:
>
> Upon returning from callback, app exits with status = 1 and
> no error message. (It's the XmNcursorPositionVisible
> resource that causes the problem. If it's commented out
> then the app runs fine.)
>
> Any ideas?
>
> Thanks,
> Craig
>
This archive was generated by hypermail 2b29
: Sat Jul 31 2004 - 23:54:01 EDT
|