Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

runtime error in custom container

Former Member
0 Likes
474

hi experts,

i have two containers in one screen , in one container i have tree structure and in another one i have text editor. if i click on the node

of the tree it has to read the text object and placed i the text area

text editor corresponding to that node.but when i am double clicking on the node it is giving dump.

thanks&regards,

nag.

3 REPLIES 3
Read only

former_member188827
Active Contributor
0 Likes
425

wat is da dump message?

Read only

0 Likes
425

hi experts,

i have two containers in one screen , in one container i have tree structure and in another one i have text editor. if i click on the node

of the tree it has to read the text object and placed i the text area

text editor corresponding to that node.but when i am double clicking on the node it is giving dump.

Runtime Error: MESSAGE_TYPE_X

A termination of short dump occurred purpose by the keyword message(type X)

regards,

nag.

Read only

Former Member
0 Likes
425

Hi

do one thing after displaying the tree start debugger by /h. and debug program to find where short dump occurs. It may be possible that there is some error when it tries to execute the double-click event.

Regards

Aditya