This is the Personal Stock Monitor scripting developers forum.
Subscribe to RSS Feed
Developing Custom Stock Market Software using PSM -> Ticker data display not updating
Not logged in.
2011-01-24 03:26:01
1 of 6
#2853
After performing a ticker.SetProperty on several Custom Columns, the Ticker data display is not updating itself. I must click the "Update Selected" button to force an update.

Is there another call I need to make in order for the display to update itself with the new data?

Thank you,

-Don
Posted by: dgoyette
2011-01-24 08:47:25
2 of 6
#2855
in reply to #2853
Oops! There should have been an UpdateUI() method available on Ticker and Folder objects, but it looks like it was never added. I'll add it for the next release.
Posted by: Anatoly
2011-01-24 09:29:48
3 of 6
#2856
in reply to #2855
I need to get this release out, so if you could give this beta a try to make sure it works for you, I would appreciate it.

http://www.personalstockmonitor.com/_downloads/psm/beta...

The new calls will be ticker.UpdateUI() and folder.UpdateUI() after setting the properties.
Posted by: Anatoly
2011-01-24 20:59:46
4 of 6
#2858
in reply to #2856
Thank you Anatoly. Just downloaded it, installed it, gave it a test run ...

The updated data does not display until I click on another ticker or do something else in the window (arrow keys, select a menu, etc.).

Hope this helps.

Time to eat now, so I'll check the other changes later.

-Don
Posted by: dgoyette
2011-01-25 00:12:54
5 of 6
#2859
in reply to #2858
Sorry Anatoly ... Just read the What's New text. I did not add any code to my existing code before testing.

What is the syntax of the UpdateUI method?

Thanks,

-Don
Posted by: dgoyette
2011-01-25 00:15:40
6 of 6
#2860
in reply to #2859
tickerUpdateUI works like a champ!

Thank you Anatoly
Posted by: dgoyette