Why Script-only stacks?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

mrcoollion
Posts: 738
Joined: Thu Sep 11, 2014 1:49 pm

Re: Why Script-only stacks?

Post by mrcoollion » Sat Apr 25, 2020 10:34 am

So I am playing with revIDESubscribe and I would like to catch the message send when a I have changed a script and push the Apply Button.
Cannot get that to work .
I thought

Code: Select all

revIDESubscribe "idePreferenceChanged:cRevScriptSize"
would do it (in On OpenStack) and then use handler

Code: Select all

on idePreferenceChanged pPreference
. But no luck :(
Most other messages I can monitor e.g. when I save the stack.

Post Reply