CW R4 (win), POSE 2.1d25
I've created a single line text field with properties
 Usable, Editable, Underline, Single line, Dynamic size checked.
It's properly attached to a record (store data into db) and is closed when
the form is closed.
Now, what seems to be odd is when running gremlins, there is
a warning *SOMETIMES* generated:
"MyApp has just read directly from low memory".
It is possible to get this message 'by hand' (without gremlins) but very
rare (maybe ones in thirty times) when I set focus by mouse and try to
write a letter into field.
Event sequence on stack is:
FrmDispatchEvent
FrmHandleEvent
FldHandleEvent
InsertChar
InsertChar
ExpandFieldHeight  <- here comes the problem every time

When I unchecked 'Single Line' and compiled again, warning has dissapeared
but the new type of warning started to show up
"MyApp read directly from memory manager data structures." 
This message appears maybe 3 times in 100000 events generated by gremlin
0.



I'd like to know what's the reason for such behaviour.


Reply via email to