Forums › Forums › SIMPOL Programming › Where is the source for the function selrec?
- This topic has 2 replies, 2 voices, and was last updated 10 years ago by
Michael.
- AuthorPosts
- May 24, 2016 at 8:16 pm #3375
Dan Jinks
ParticipantIn my toolbar.sma (old project, circa 2011) I actually have source for the function selrec.
I have problems with the selectkey operation. So I looked at the sample address book project to see how it used the selrec function. I found only 8 references to selrec, all where it is assigned to on_click events. The source code does not seem to exist within the project. I then went to the programers language reference chm file and searched, but it was not found. So my questions are:
1. Where is the source for the selrec function in the address book project?
2. How should I have proceeded to successfully search for it?May 24, 2016 at 9:22 pm #3376Dan Jinks
ParticipantAfter re-reading the ide and debugger help files, I had a thought that i might need to re-import the sma files from other projects. I was right! Now I can see that the selrec function is in appfremework. Previously, my project only contained the sma files from my 2012 import.
May 24, 2016 at 11:37 pm #3378Michael
KeymasterHi Dan,
That is correct. In the 1.8 release we moved those from the sample code into the appframework, since there was no reason to make everyone have their own copy/version of them.
Ciao, Neil
- AuthorPosts
- You must be logged in to reply to this topic.