While scrolling to the end of a list box, I get this error message
>>>
Runtime Error 4: Failed Assertion
Loation: ../Common/runListbox.cpp:1912
Failure Condition: thePane
Failure Message: <empty>
<<<
As as OS X crash report sees the problem:
>>>
Thread 0 Crashed:
0 rbframework.dylib 0x01173f77 UserPaint::~UserPaint
[in-charge]() + 95
1 rbframework.dylib 0x01174231
RuntimeListbox::DrawCellBackground(Graphics*, Rect const*, int, int,
unsigned char) + 585
2 rbframework.dylib 0x011760bd
RuntimeListbox::DrawVirtualCell(Graphics*, Rect const*, int, int,
unsigned char) + 89
3 rbframework.dylib 0x01176213
RuntimeListbox::HandleDrawVirtualRow(Graphics*, long, Rect const&) + 209
4 rbframework.dylib 0x011764b5
RuntimeListbox::RedrawCore(Graphics*) + 633
5 rbframework.dylib 0x01176e2a RuntimeListbox::Redraw
(Graphics*) + 234
6 rbframework.dylib 0x01177098
RuntimeListbox::RedrawWithContent(Graphics*, bool) + 38
7 rbframework.dylib 0x010a018a SubPane::Update() + 118
8 rbframework.dylib 0x010a2eb6
SubPane::RedrawWithContent(Graphics*, bool) + 320
9 rbframework.dylib 0x010a018a SubPane::Update() + 118
10 rbframework.dylib 0x01189ff9 Window::Refresh() + 195
11 rbframework.dylib 0x01190ff2
Scroller::ScrollCallback(OpaqueControlRef*, short) + 448
<<<
The app orderly catches an 'Object Out Of Bounds' Exception - which I
need to fix.
But: Is the additional crash report an RB bug regarding the latest
release?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>