Re: A widget_event() mystery [message #8253] |
Fri, 21 February 1997 00:00 |
haimov
Messages: 9 Registered: August 1996
|
Junior Member |
|
|
In article <330CD6A6.41C67EA6@astrosun.tn.cornell.edu>, jdsmith@astrosun.tn.cornell.edu
says...
>
> Hey Folks,
>
> I'm back with another problem. After what I thought would be a routine
> modification of a compound widget of mine, I ran into a mysterious error
> originating in XManager. I later eliminated XManager, and made the
> event call myself with widget_event. The same error occurred. It is:
>
> % Array dimensions must be greater than 0.
>
This problem probably has nothing to do with widgets.
Check if the index variable of the array that generates the error is correct.
By correct I mean it should be LONG if the index goes beyond 32767, otherwise
an integer index will return a negative number.
Cheers, Sam
Samuel Haimov
haimov@uwyo.edu
|
|
|