As you probably know, the properties now returns a subset of the actual properties of an object since a few releases back. I believe it is just the properties that are required to recreate the object. I've taken to using a combination of the properties and a list I get from the sqlite database created by Bjornke's BvG Docu plugin to get a complete list. That also spits out a list of properties that aren't in the dictionary which I dutifully pass on to RunRev via the QCC
Don't recall the reference offhand but I posted a QCC enhancement request for a way to get all the properties again, perhaps by using "the effective properties". Pete lcSQL Software <http://www.lcsql.com> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> On Thu, Jan 8, 2015 at 9:51 AM, Richard Gaskin <[email protected]> wrote: > Bob Sneidar wrote: > > > There are a TON of properties you don’t see in the Object Inspector. > > My prop sheet plugin uses "the properties", so iconGravity and most others > are included there: > > <http://fourthworld.net/revnet/devolution/4W_Props.rev.gz> > > -- > Richard Gaskin > Fourth World Systems > Software Design and Development for the Desktop, Mobile, and the Web > ____________________________________________________________________ > [email protected] http://www.FourthWorld.com > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
