Should this be avoided?
Hi,
In my program, in a %CBN_CLOSEUP message, I have placed two calls in row to the same function(different parameters) and one call to a second function. The functions reads data from two files.
Values collected from the files is then displayed in some controls, among them 3 listview controls. The controls is located on a one paged Tabcontrol with its own callback, and it all works fine until a Msgbox call is placed before call to the functions. Then no controls is updated with the new data values.
Anyone any clue?
Hi,
In my program, in a %CBN_CLOSEUP message, I have placed two calls in row to the same function(different parameters) and one call to a second function. The functions reads data from two files.
Values collected from the files is then displayed in some controls, among them 3 listview controls. The controls is located on a one paged Tabcontrol with its own callback, and it all works fine until a Msgbox call is placed before call to the functions. Then no controls is updated with the new data values.
Anyone any clue?
Comment