ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread John Dixon

Hi...

I have put a stack together on a Mac using an 'English' Mac OS... The stack 
will run in France... I have just realized that there are a couple of 'Ask' 
commands littered about the stack that have 'Cancel' and 'OK' in the buttons...

Will 'Cancel' be translated into something like 'Effacer' when running under a 
French Mac OS ?

regards,

John Dixon

  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us 
now___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread Mark Schonewille

Hi John,

No, the Cancel and OK button won't change automatically, but I think  
you can set the labels of the OK and Cancel buttons in the Ask dialog  
before showing it. Don't change the names, just the labels. I haven't  
tried this myself.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce

On 26 jul 2010, at 20:17, John Dixon wrote:



Hi...

I have put a stack together on a Mac using an 'English' Mac OS...  
The stack will run in France... I have just realized that there are  
a couple of 'Ask' commands littered about the stack that have  
'Cancel' and 'OK' in the buttons...


Will 'Cancel' be translated into something like 'Effacer' when  
running under a French Mac OS ?


regards,

John Dixon


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread René Micout
Hi John,

   set the label of btn Cancel of stack ask dialog to Annuler -- 
francisation dialogue

Bon souvenir de Paris
René


Le 26 juil. 2010 à 20:17, John Dixon a écrit :

 
 Hi...
 
 I have put a stack together on a Mac using an 'English' Mac OS... The stack 
 will run in France... I have just realized that there are a couple of 'Ask' 
 commands littered about the stack that have 'Cancel' and 'OK' in the 
 buttons...
 
 Will 'Cancel' be translated into something like 'Effacer' when running under 
 a French Mac OS ?
 
 regards,
 
 John Dixon
 
 
 _
 http://clk.atdmt.com/UKM/go/19780/direct/01/
 Do you have a story that started on Hotmail? Tell us 
 now___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread John Dixon

René

Thanks...

Regards

John Dixon
  
_
http://clk.atdmt.com/UKM/go/195013117/direct/01/
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread John Dixon

Mark...

Thanks for the tip... I'll try it

Regards,

John Dixon
  
_
http://clk.atdmt.com/UKM/go/195013117/direct/01/
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread Devin Asay

On Jul 26, 2010, at 12:56 PM, René Micout wrote:

 Hi John,
 
   set the label of btn Cancel of stack ask dialog to Annuler -- 
 francisation dialogue
 
 Bon souvenir de Paris
 René
 
 
 Le 26 juil. 2010 à 20:17, John Dixon a écrit :
 
 
 Hi...
 
 I have put a stack together on a Mac using an 'English' Mac OS... The stack 
 will run in France... I have just realized that there are a couple of 'Ask' 
 commands littered about the stack that have 'Cancel' and 'OK' in the 
 buttons...
 
 Will 'Cancel' be translated into something like 'Effacer' when running under 
 a French Mac OS ?

John,

Profiles work really well for this kind of thing. Just create a new profile for 
each object that needs a French label, in the object's property inspector, 
under the Profile section. Name the profile something obvious like french. 
Make sure the new profile is selected in the inspector, then change the label 
property to the French label. Do this for each object that needs a French 
label. Then use the revSetStackProfile command to switch between the Master 
(default) profile and the French one for all objects in the stack that have the 
french profile:

revSetStackProfile french --switch 

To switch back use:

revSetStackProfile Master

Regards,

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread Andre Garzia
:-O

never used profiles before... cool...

Thanks for the tip

On Mon, Jul 26, 2010 at 4:27 PM, Devin Asay devin_a...@byu.edu wrote:


 On Jul 26, 2010, at 12:56 PM, René Micout wrote:

  Hi John,
 
set the label of btn Cancel of stack ask dialog to Annuler --
 francisation dialogue
 
  Bon souvenir de Paris
  René
 
 
  Le 26 juil. 2010 à 20:17, John Dixon a écrit :
 
 
  Hi...
 
  I have put a stack together on a Mac using an 'English' Mac OS... The
 stack will run in France... I have just realized that there are a couple of
 'Ask' commands littered about the stack that have 'Cancel' and 'OK' in the
 buttons...
 
  Will 'Cancel' be translated into something like 'Effacer' when running
 under a French Mac OS ?

 John,

 Profiles work really well for this kind of thing. Just create a new profile
 for each object that needs a French label, in the object's property
 inspector, under the Profile section. Name the profile something obvious
 like french. Make sure the new profile is selected in the inspector, then
 change the label property to the French label. Do this for each object that
 needs a French label. Then use the revSetStackProfile command to switch
 between the Master (default) profile and the French one for all objects in
 the stack that have the french profile:

 revSetStackProfile french --switch

 To switch back use:

 revSetStackProfile Master

 Regards,

 Devin

 Devin Asay
 Humanities Technology and Research Support Center
 Brigham Young University

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ON TOPIC : A REV QUESTION! :-)

2010-07-26 Thread François Chaplais
great. Never understood the stuff before. This message is now flagged in my 
mailbox.
Le 26 juil. 2010 à 22:22, Andre Garzia a écrit :

 :-O
 
 never used profiles before... cool...
 
 Thanks for the tip
 
 On Mon, Jul 26, 2010 at 4:27 PM, Devin Asay devin_a...@byu.edu wrote:
 
 
 On Jul 26, 2010, at 12:56 PM, René Micout wrote:
 
 Hi John,
 
  set the label of btn Cancel of stack ask dialog to Annuler --
 francisation dialogue
 
 Bon souvenir de Paris
 René
 
 
 Le 26 juil. 2010 à 20:17, John Dixon a écrit :
 
 
 Hi...
 
 I have put a stack together on a Mac using an 'English' Mac OS... The
 stack will run in France... I have just realized that there are a couple of
 'Ask' commands littered about the stack that have 'Cancel' and 'OK' in the
 buttons...
 
 Will 'Cancel' be translated into something like 'Effacer' when running
 under a French Mac OS ?
 
 John,
 
 Profiles work really well for this kind of thing. Just create a new profile
 for each object that needs a French label, in the object's property
 inspector, under the Profile section. Name the profile something obvious
 like french. Make sure the new profile is selected in the inspector, then
 change the label property to the French label. Do this for each object that
 needs a French label. Then use the revSetStackProfile command to switch
 between the Master (default) profile and the French one for all objects in
 the stack that have the french profile:
 
 revSetStackProfile french --switch
 
 To switch back use:
 
 revSetStackProfile Master
 
 Regards,
 
 Devin
 
 Devin Asay
 Humanities Technology and Research Support Center
 Brigham Young University
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 
 
 -- 
 http://www.andregarzia.com All We Do Is Code.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution