cREVStandaloneSettings & Co

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

Post Reply
berndg
Posts: 17
Joined: Thu Mar 22, 2012 3:37 pm

cREVStandaloneSettings & Co

Post by berndg » Wed Mar 28, 2012 6:42 pm

mwieder wrote:You can also get at the standalone builder's strings to set up the uRIP properties during development if you need to:

Code: Select all

put the cREVStandaloneSettings["Windows,productversion1"] of this stack into tVersion1
Where would one find out those things? cREVStandaloneSettings isn't listed in the dictionary or the user's guide. I'd wonder where I may find a complete language and API reference guide.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: cREVStandaloneSettings & Co

Post by mwieder » Wed Mar 28, 2012 6:47 pm

Well, you probably don't want to go messing around with the standalone settings, but just poking around uncovers a lot of stuff <g>. The stuff that *is* documented in the dictionary and user guide is official and sanctioned for use. Anything else is subject to change at any time. The whole standalone builder infrastructure may get refactored some day and then anything you base on existing undocumented features would have to be redone.

Post Reply