Statusbar Statusitem updating ...
Posted: Wed Jan 26, 2011 1:50 am
I'm new, and I've been away for awhile, but it's all been spent working and learning with HMG , 3 series ....
I'm having good luck with it... Today's question is a simple topic...
I have a main window ,, wind_1 The statusbar / statusitem looks like this
STATUSITEM "Schedule Tracking : Current Line Selected : " +mPath
mPath is a PUBLIC variable that holds the path and name of the area we are working with.....
When the program starts ,, mPath is set to the last place we were working with when we quit the last time ...
The window signs on looking like ;; Current Line Selected : c:\sch39m\Line594
It all works well .... I have a routine that allows us to change locations. That works good,,,, mPath value changes to the correct new path information....
All other processes work and open the correct files in the correct location we have changed to (mPath) .... The mechanicals work...
My problem,,, I can't get the statusitem on my main window to update and show the changed value of (mPath) in the statusitem...
I'm sorry for a long post over a cosmetic item ... It's the little stuff I have problems with.
Bill
I'm having good luck with it... Today's question is a simple topic...
I have a main window ,, wind_1 The statusbar / statusitem looks like this
STATUSITEM "Schedule Tracking : Current Line Selected : " +mPath
mPath is a PUBLIC variable that holds the path and name of the area we are working with.....
When the program starts ,, mPath is set to the last place we were working with when we quit the last time ...
The window signs on looking like ;; Current Line Selected : c:\sch39m\Line594
It all works well .... I have a routine that allows us to change locations. That works good,,,, mPath value changes to the correct new path information....
All other processes work and open the correct files in the correct location we have changed to (mPath) .... The mechanicals work...
My problem,,, I can't get the statusitem on my main window to update and show the changed value of (mPath) in the statusitem...
I'm sorry for a long post over a cosmetic item ... It's the little stuff I have problems with.
Bill