Property Profiles and revSetStackFileProfile - Issue

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
fmuller
Posts: 11
Joined: Mon Mar 08, 2010 1:02 pm

Property Profiles and revSetStackFileProfile - Issue

Post by fmuller »

Hello All,

Has someone already tried to used Property Profiles for multi-language management and revSetStackFileProfile for changing the profile ?

Are this property and function working well in all case ?
I tried to used for multi language part of my application, but many times properties disappear or doesn't work.
The revSetStackFileProfile doesn't seem to work and change how application is working.

Thanks for your feedback, Fabrice
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Property Profiles and revSetStackFileProfile - Issue

Post by Klaus »

Bonjour Fabrice,

I never used Rev profiles simply because of the problems you already encountered and made my own
using CustomProperties and CustomPropertySets.

You can download a simply example here (bi-lingual: german/english):
http://www.major-k.de/xtalke.html
"CP-Sets1" a little down the page

Hint:
Rev is able to open MetaCard (the "father" of Rev) documents "*.mc" but NOT after doubleclicking the file, use the
"Open" dialog in Rev instead. OR change the suffix to ".rev" :)


Best from germany

Klaus
fmuller
Posts: 11
Joined: Mon Mar 08, 2010 1:02 pm

Re: Property Profiles and revSetStackFileProfile - Issue

Post by fmuller »

Thanks very much Klaus, I will check your stack.

Regards, Fabrice
Klaus wrote:Bonjour Fabrice,

I never used Rev profiles simply because of the problems you already encountered and made my own
using CustomProperties and CustomPropertySets.

You can download a simply example here (bi-lingual: german/english):
http://www.major-k.de/xtalke.html
"CP-Sets1" a little down the page

Hint:
Rev is able to open MetaCard (the "father" of Rev) documents "*.mc" but NOT after doubleclicking the file, use the
"Open" dialog in Rev instead. OR change the suffix to ".rev" :)


Best from germany

Klaus
Post Reply