CAPM32 Цитата: В последней версии ДевЭкс обнаружен мерзкий глюк: при редактировании поля, имеющего маску типа emkRegEx - приложение уходит в глубокий ступор и вываливается с ошибкой StackOverflow.
Эта ситуация похожа на описанную недавно в новостной группе (30.05):
"I upgrade Grid From 5.2 to 5.5. But when i do it i've got a lot of error..
in edit change usually I get "stack over flow" error for all edit
components.
These errors occurs if edits have a "Repository".
When i drop repository problem to disappear.."
Там же предложен временный вариант лечения (я не проверял):
"now its works...
in cxGridCustomTableView in "TcxGridEditingController.PrepareEdit" procedure
they used "FEdit.RepositoryItem" in Grid5.5
when you change this procedure with old Grid5.2 version this error to
dissappear..
"
Еще один вариант лечения:
"It seems that if you define "Properties" for your editors, and also define a
Repository Item, they cause each other problems. The solution I've found use
either one or the other: If you have a repository item that you're using,
completely clear the "Properties" item of the editor -- in other words,
delete the "Properties" value in the object inspector so that it is blank.
If you're not using repository items, defining the properties works OK.
"