[jawsscripts] Code needed for Winamp Script Modification

  • From: Jonathan Milam <milamj@xxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 31 May 2016 13:25:46 -0400

Hi All,

I am now able to jump by specific incruments of time as defined in the
winamp.tmf file in the "relativeTime" string.  Now what I would like to do
is to figure out how to create a script to modify the value in the
TimeMarkerFile and add a minute to the current value which is using mm:ss
format.

I am referring to the following lines:
        Let sTime=IniReadString(SettingsSection,
DefaultRelativeTimeKey,cscNull, TimeMarkerFile)
        IniWriteString(SettingsSection, DefaultRelativeTimeKey,sTime,
TimeMarkerFile)

I am using the sTime string to first read the current time in the
TimeMarkerFile.  I then want to somehow let sTime equal an integer that
adds 1 minute to the current time in the TimeMarkerFile.  The script would
then write that new value to the TimeMarkerFile whenever the keystroke is
pressed to which the script is attached.  Subsequent presses of the
keystroke would add an additional minute to the current value in the
TimeMarkerFile.

Thanks,
Jonathan
__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: