Found that it may be possible in the Process Design view to be creating the various window/view components but that the screen is being revalidated or updated before the components are in place. This means that when things like "scrolling" or "resize" takes place, the objects may be null. This is causing Null Pointer Exceptions (NPEs) to be thrown.
Found that it may be possible in the Process Design view to be creating the various window/view components but that the screen is being revalidated or updated before the components are in place. This means that when things like "scrolling" or "resize" takes place, the objects may be null. This is causing Null Pointer Exceptions (NPEs) to be thrown.