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 » Thu Apr 22, 2010 7:26 pm

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: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Property Profiles and revSetStackFileProfile - Issue

Post by Klaus » Fri Apr 23, 2010 12:47 pm

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 » Fri Apr 23, 2010 6:12 pm

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