Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog listboxes empty on re-call dialog
#2
Yes, the thread variables possibly is the reason.
QM thread variables behave like local static variables in C/C++:
int- cur_fontsize=14 ;;=14 is executed once
int- cur_fontsize; cur_fontsize=14 ;;use this


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)