You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.1.b2 stopped working properly for me on a 10.12.6 machine, so I reverted back to an old Spark version 3.0b11 (470) I luckily found on a backup and all is well again. The 3.1.b2 version didn't respond when I clicked "Start Spark Demon" and many shortcuts I made stopped working including this custom one for Textedit to quickly change colors of sections of text I have selected:
I had it run this with shift-command-B:
tell application "TextEdit"
end tell
tell application "System Events" to tell text area 1 of scroll area 1 of window 1 of process "TextEdit" to if exists then
set {x, y} to value of attribute "AXSelectedTextRange"
if x ≤ y then tell application "TextEdit" to set color of document 1's characters x thru y to {0, 0, 65535}
end if
Nothing happens when I did the shortcut with 3.1.b2, but works perfectly with 3.0b11 (470). I guess I should just stick with the old version that works for now.
I should also mention the interface in 3.1.b2 was jacked up with the "All Application's Hot Keys", etc. button riding up to where the top vertical half of the button was missing.
Does anyone know where one can find older versions of Spark?
The text was updated successfully, but these errors were encountered:
also found the new version not working for met today in sierra. version 3.0b10 (470).....
same thing spark daemon button not working, no hotkeys working.
it must have updated automatically and now I can't go back, any links to older versions or Cowicide can you upload the version that works for you??
3.1.b2 stopped working properly for me on a 10.12.6 machine, so I reverted back to an old Spark version 3.0b11 (470) I luckily found on a backup and all is well again. The 3.1.b2 version didn't respond when I clicked "Start Spark Demon" and many shortcuts I made stopped working including this custom one for Textedit to quickly change colors of sections of text I have selected:
I had it run this with shift-command-B:
Nothing happens when I did the shortcut with 3.1.b2, but works perfectly with 3.0b11 (470). I guess I should just stick with the old version that works for now.
I should also mention the interface in 3.1.b2 was jacked up with the "All Application's Hot Keys", etc. button riding up to where the top vertical half of the button was missing.
Does anyone know where one can find older versions of Spark?
The text was updated successfully, but these errors were encountered: