Forum

Free Download More Info
Welcome to the Personal Stock Streamer Developers Forum. Anyone can read messages, but you must be a registered user in order to post. (Sorry, we did this in order to prevent forum spam.)

Everyone who is registered for the Developers Forum on this site should now also have permission to log in and post to the Support Forum.  This was done by hand, so we may have missed a couple of people.  Please let us know if you do not have access to both forums.
Subscribe to RSS Feed
PSS Developers Forum -> Making a category in Preferences
Not logged in.
2008-04-10 03:35:55
1 of 4
#1215
I was wondering if it was possible to code an entry into the category section of the preferences. I would like to be able to set some of my own custom fields for my project. If possible, can you show some sample code of how that would work? For example, let's say I want to evaluate my risk on each stock. I need a field to store the risk% value. This way, I can create a column that calculates this risk percentage against each stocks price and my current investment amount.

Larry E. Hayes
Investors Haven

Larry E. Hayes
Investors Haven
Posted by: lehayes
2008-04-11 06:43:53
2 of 4
#1222
in reply to #1215
It is possible to make custom columns, calculated columns, and scriptable columns. There is a tutorial in the Developers section (under Articles) that deals with how to do scriptable custom columns as an extension, so you can do your custom calculation and set the risk field as desired.
      
Anatoly Ivasyuk
DTLink Software

Anatoly Ivasyuk
DTLink Software
2008-04-11 11:33:14
3 of 4
#1227
in reply to #1222
Not what I am looking for. I want to give the users a location where they can set or change the configuration of values I collect from them for columns User should be able to update it anytime.
      
Larry E. Hayes
Investors Haven

Larry E. Hayes
Investors Haven
Posted by: lehayes
2008-04-11 13:17:23
4 of 4
#1231
in reply to #1227
You want your own page in the Options->Preferences tree. That's possible, but requires a COM DLL plugin. You would have to use our C++/COM SDK.
      
Anatoly Ivasyuk
DTLink Software

Anatoly Ivasyuk
DTLink Software