Re: Localizable.strings path needs to customizable

2015-04-02 Thread Sreenivasulu A
Thank you for the information.

We will try with our own localization with WebObjects.


Thanks & Regards,
Sreenivasulu Arveti.

On Thu, Apr 2, 2015 at 12:10 AM, Samuel Pelletier  wrote:

> Hi,
>
> This is not supported at all, the file path are found using the
> WOResourceManager and it was not designed to handle such scheme.
>
> If you have an instance per customer, you may simply create sim link
> during the app installation. If a single instance needs to serve multiple
> customers, you need to create your own localization system.
>
> You may also trick the system by creating new localizations like
> customeroneEnglish or just customer-one if you are not really using
> multiple localization per customer and adjust the locale name in your
> session constructor with setLanguage("customeroneEnglish"). This trick may
> force you to add some strings the app will no longer find in the frameworks.
>
> Samuel
>
>
> Le 2015-04-01 à 13:06, Sreenivasulu A  a
> écrit :
>
> Hi Group,
>
> As of now Localizable.strings file needs to place in Resources folder in
> "Lang".lproj directory under Resources.
>
> But we have a requirement to place these files in one more directory level
> up, which is shown below:
>
> Resources
>   --customerone
>  --English.lproj
> --Localizable.strings
>
>   --customertwo
>  --English.lproj
> --Localizable.strings
>
> Please let me know, how do we achieve this?
>
>
> Thanks ​in advance,​
> Sreenivasulu Arveti.
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
>
> This email sent to sam...@samkar.com
>
>
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Localizable.strings path needs to customizable

2015-04-01 Thread Samuel Pelletier
Hi,

This is not supported at all, the file path are found using the 
WOResourceManager and it was not designed to handle such scheme.

If you have an instance per customer, you may simply create sim link during the 
app installation. If a single instance needs to serve multiple customers, you 
need to create your own localization system.

You may also trick the system by creating new localizations like 
customeroneEnglish or just customer-one if you are not really using multiple 
localization per customer and adjust the locale name in your session 
constructor with setLanguage("customeroneEnglish"). This trick may force you to 
add some strings the app will no longer find in the frameworks.

Samuel


> Le 2015-04-01 à 13:06, Sreenivasulu A  a écrit :
> 
> Hi Group,
> 
> As of now Localizable.strings file needs to place in Resources folder in 
> "Lang".lproj directory under Resources.
> 
> But we have a requirement to place these files in one more directory level 
> up, which is shown below:
> 
> Resources
>   --customerone
>  --English.lproj
> --Localizable.strings
> 
>   --customertwo
>  --English.lproj
> --Localizable.strings
> 
> Please let me know, how do we achieve this?
> 
> 
> Thanks ​in advance,​
> Sreenivasulu Arveti.
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
> 
> This email sent to sam...@samkar.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Localizable.strings path needs to customizable

2015-04-01 Thread Sreenivasulu A
Hi Group,

As of now Localizable.strings file needs to place in Resources folder in
"Lang".lproj directory under Resources.

But we have a requirement to place these files in one more directory level
up, which is shown below:

Resources
  --customerone
 --English.lproj
--Localizable.strings

  --customertwo
 --English.lproj
--Localizable.strings

Please let me know, how do we achieve this?


Thanks ​in advance,​
Sreenivasulu Arveti.
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

RE: Localizable.strings [Solved]

2012-10-03 Thread Oscar González




Thanks David for your help,
The way it works."MgeProductor.MgeProductor" = "Productor";
If you want to localize an entity name"yourEntityName.yourEntityname" = 
"something";
Thanks,
Oscar.
From: racso...@hotmail.com
To: programming...@mac.com
Subject: RE: Localizable.strings
Date: Wed, 3 Oct 2012 08:15:07 -0600
CC: webobjects-dev@lists.apple.com








Hi David,It's a wonder application.Not a D2W.
Saludos,
Oscar.

CC: webobjects-dev@lists.apple.com
From: programming...@mac.com
Subject: Re: Localizable.strings
Date: Tue, 2 Oct 2012 16:45:06 -0700
To: racso...@hotmail.com

D2W? If so what are your rules?

Sent from my iPad
On 2012-10-02, at 3:07 PM, Oscar González  wrote:





Hi all,I try it but no luck.I have in my 
ValidationTemplate.strings"MgeProductor_Existe" = "Ya existe un 
@@displayNameForEntity@@ con el mismo @@displayNameForProperty@@";
And in my Localizable.strings"MgeProductor.codigoInterno" = 
"código";"Entity.MgeProductor" = "Productor";
And the message for the validation says"Ya existe un Mge Productor con el mismo 
código".
I want it to say"Ya existe un Productor con el mismo código".
Saludos,
Oscar.

CC: webobjects-dev@lists.apple.com
From: programming...@me.com
Subject: Re: Localizable.strings
Date: Tue, 2 Oct 2012 14:47:28 -0700
To: racso...@hotmail.com

I'm away from my computer but I think it's "Entity.MgeProductor" = 

Sent from my iPad
On 2012-10-02, at 2:20 PM, Oscar González  wrote:





Hi all,I'm starting with localizables.
I need to localizable a entity name MgeProductor. I try with this.{ 
"MgeProductor" = "Productor";   "EntityKey.MgeProductor" = "Productor"; 
"Entity.name.MgeProductor" = "Productor";}
Non of this work for me.
Saludos,
Oscar.

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com

This email sent to programming...@mac.com
  
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com

This email sent to programming...@mac.com

  

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/racso_gp%40hotmail.com

This email sent to racso...@hotmail.com
   ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


RE: Localizable.strings

2012-10-03 Thread Oscar González




Hi David,It's a wonder application.Not a D2W.
Saludos,
Oscar.

CC: webobjects-dev@lists.apple.com
From: programming...@mac.com
Subject: Re: Localizable.strings
Date: Tue, 2 Oct 2012 16:45:06 -0700
To: racso...@hotmail.com

D2W? If so what are your rules?

Sent from my iPad
On 2012-10-02, at 3:07 PM, Oscar González  wrote:





Hi all,I try it but no luck.I have in my 
ValidationTemplate.strings"MgeProductor_Existe" = "Ya existe un 
@@displayNameForEntity@@ con el mismo @@displayNameForProperty@@";
And in my Localizable.strings"MgeProductor.codigoInterno" = 
"código";"Entity.MgeProductor" = "Productor";
And the message for the validation says"Ya existe un Mge Productor con el mismo 
código".
I want it to say"Ya existe un Productor con el mismo código".
Saludos,
Oscar.

CC: webobjects-dev@lists.apple.com
From: programming...@me.com
Subject: Re: Localizable.strings
Date: Tue, 2 Oct 2012 14:47:28 -0700
To: racso...@hotmail.com

I'm away from my computer but I think it's "Entity.MgeProductor" = 

Sent from my iPad
On 2012-10-02, at 2:20 PM, Oscar González  wrote:





Hi all,I'm starting with localizables.
I need to localizable a entity name MgeProductor. I try with this.{ 
"MgeProductor" = "Productor";   "EntityKey.MgeProductor" = "Productor"; 
"Entity.name.MgeProductor" = "Productor";}
Non of this work for me.
Saludos,
Oscar.

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com

This email sent to programming...@mac.com
  
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com

This email sent to programming...@mac.com

   ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Localizable.strings

2012-10-02 Thread David Holt
D2W? If so what are your rules?

Sent from my iPad

On 2012-10-02, at 3:07 PM, Oscar González  wrote:

> Hi all,
> I try it but no luck.
> I have in my ValidationTemplate.strings
> "MgeProductor_Existe" = "Ya existe un @@displayNameForEntity@@ con el mismo 
> @@displayNameForProperty@@";
> 
> And in my Localizable.strings
> "MgeProductor.codigoInterno" = "código";
> "Entity.MgeProductor" = "Productor";
> 
> And the message for the validation says
> "Ya existe un Mge Productor con el mismo código".
> 
> I want it to say
> "Ya existe un Productor con el mismo código".
> 
> Saludos,
> 
> Oscar.
> 
> CC: webobjects-dev@lists.apple.com
> From: programming...@me.com
> Subject: Re: Localizable.strings
> Date: Tue, 2 Oct 2012 14:47:28 -0700
> To: racso...@hotmail.com
> 
> I'm away from my computer but I think it's "Entity.MgeProductor" = 
> 
> Sent from my iPad
> 
> On 2012-10-02, at 2:20 PM, Oscar González  wrote:
> 
> Hi all,
> I'm starting with localizables.
> I need to localizable a entity name MgeProductor. I try with this.
> {
>   "MgeProductor" = "Productor";
>   "EntityKey.MgeProductor" = "Productor";
>   "Entity.name.MgeProductor" = "Productor";
> }
> 
> Non of this work for me.
> 
> Saludos,
> 
> Oscar.
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
> 
> This email sent to programming...@mac.com
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
> 
> This email sent to programming...@mac.com
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


RE: Localizable.strings

2012-10-02 Thread Oscar González

Hi all,I try it but no luck.I have in my 
ValidationTemplate.strings"MgeProductor_Existe" = "Ya existe un 
@@displayNameForEntity@@ con el mismo @@displayNameForProperty@@";
And in my Localizable.strings"MgeProductor.codigoInterno" = 
"código";"Entity.MgeProductor" = "Productor";
And the message for the validation says"Ya existe un Mge Productor con el mismo 
código".
I want it to say"Ya existe un Productor con el mismo código".
Saludos,
Oscar.

CC: webobjects-dev@lists.apple.com
From: programming...@me.com
Subject: Re: Localizable.strings
Date: Tue, 2 Oct 2012 14:47:28 -0700
To: racso...@hotmail.com

I'm away from my computer but I think it's "Entity.MgeProductor" = 

Sent from my iPad
On 2012-10-02, at 2:20 PM, Oscar González  wrote:





Hi all,I'm starting with localizables.
I need to localizable a entity name MgeProductor. I try with this.{ 
"MgeProductor" = "Productor";   "EntityKey.MgeProductor" = "Productor"; 
"Entity.name.MgeProductor" = "Productor";}
Non of this work for me.
Saludos,
Oscar.

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com

This email sent to programming...@mac.com
   ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Localizable.strings

2012-10-02 Thread Oscar González

Hi all,I'm starting with localizables.
I need to localizable a entity name MgeProductor. I try with this.{ 
"MgeProductor" = "Productor";   "EntityKey.MgeProductor" = "Productor"; 
"Entity.name.MgeProductor" = "Productor";}
Non of this work for me.
Saludos,
Oscar.
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Localizable.strings ?

2012-08-02 Thread Ramsey Gurley
Create a rule model group file for all the rule files in your project and find 
your rules in that. Double clicking a rule will open the correct rule model and 
take you to the rule. And yeah, you still want to use localized string keys for 
the interface strings, but you would make your rule based on whatever logic you 
need.

Ramsey

On Aug 2, 2012, at 11:15 AM, Theodore Petrosky wrote:

> 
> yea i understood that. I was thinking in the Localizable.strings file!!
> 
> either way. I was also looking at the docs to included a separate d2wmodel 
> file for these name mappings.
> 
> I noticed in every d2w video that I have watched (you included) a lot of time 
> went into finding rules to edit them. I am thinking of the number of times I 
> watched you looking for a rule in the demo and you gave up. There has to be a 
> better way to organize the rules.
> 
> Is there any downside to using multiple d2wmodel files?
> 
> Ted
> 
> 
> --- On Thu, 8/2/12, Ramsey Gurley  wrote:
> 
>> From: Ramsey Gurley 
>> Subject: Re: Localizable.strings ?
>> To: "Theodore Petrosky" 
>> Cc: webobjects-dev@lists.apple.com
>> Date: Thursday, August 2, 2012, 11:57 AM
>> Of course you can :-) Just create
>> your own rule. RHS is displayNameForProperty.
>> 
>> On Aug 2, 2012, at 8:45 AM, Theodore Petrosky wrote:
>> 
>>> But can I target PropertyKey.textArea5 differently if
>> the page is different, i.e..
>>> 
>>> "EditListUser.PropertyKey.textArea5" = "string 1";
>>> "CreateListUser.PropertyKey.textArea5" = "string 2";
>>> 
>>> Can this be done? or am I barking up the wrong tree.
>>> 
>>> Ted
>>> 
>>> 
>>> --- On Thu, 8/2/12, Ramsey Gurley 
>> wrote:
>>> 
>>>> From: Ramsey Gurley 
>>>> Subject: Re: Localizable.strings ?
>>>> To: "Theodore Petrosky" 
>>>> Cc: webobjects-dev@lists.apple.com
>>>> Date: Thursday, August 2, 2012, 11:31 AM
>>>> Oh, and BTW
>>>> 
>>>> "PropertyKey.myBigAttribute" = "My Big Attribute";
>>>> 
>>>> There's actually another one Q added to the
>> validation
>>>> system "MyEntity.myBigAttribute" which makes more
>> sense, but
>>>> no one, as yet, has gone through and updated the
>> erd2w
>>>> assignment to use that key instead.
>>>> 
>>>> Ramsey
>>>> 
>>>> On Aug 2, 2012, at 8:27 AM, Ramsey Gurley wrote:
>>>> 
>>>>> Dump your created keys. Just go to the ListUser
>> page,
>>>> then click the "Created Keys" link in your page.
>> That will
>>>> dump all the created localizable strings into your
>> eclipse
>>>> console.
>>>>> 
>>>>> Ramsey
>>>>> 
>>>>> On Aug 2, 2012, at 8:22 AM, Theodore Petrosky
>> wrote:
>>>>> 
>>>>>> I am looking over Ramey's HelloD2W and
>>>> Localizable.strings.
>>>>>> 
>>>>>> I understand targeting the Navigation area
>>>> with  nav.something. I don't understand how to
>> target
>>>> the different areas. For instance, if I wanted to
>> target the
>>>> attribute myBigAttribute on the "List User" page.
>>>>>> 
>>>>>> Or am I not understanding what I can do
>> with the
>>>> Localizable.string?
>>>>>> 
>>>>>> Ted
>>>>>> 
>> ___
>>>>>> Do not post admin requests to the list.
>> They will
>>>> be ignored.
>>>>>> Webobjects-dev mailing list   
>>   (Webobjects-dev@lists.apple.com)
>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
>>>>>> 
>>>>>> This email sent to ramseygur...@gmail.com
>>>>> 
>>>> 
>>>> 
>> 
>> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> 
> This email sent to rgur...@smarthealth.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Localizable.strings ?

2012-08-02 Thread Theodore Petrosky

yea i understood that. I was thinking in the Localizable.strings file!!

either way. I was also looking at the docs to included a separate d2wmodel file 
for these name mappings.

I noticed in every d2w video that I have watched (you included) a lot of time 
went into finding rules to edit them. I am thinking of the number of times I 
watched you looking for a rule in the demo and you gave up. There has to be a 
better way to organize the rules.

Is there any downside to using multiple d2wmodel files?

Ted


--- On Thu, 8/2/12, Ramsey Gurley  wrote:

> From: Ramsey Gurley 
> Subject: Re: Localizable.strings ?
> To: "Theodore Petrosky" 
> Cc: webobjects-dev@lists.apple.com
> Date: Thursday, August 2, 2012, 11:57 AM
> Of course you can :-) Just create
> your own rule. RHS is displayNameForProperty.
> 
> On Aug 2, 2012, at 8:45 AM, Theodore Petrosky wrote:
> 
> > But can I target PropertyKey.textArea5 differently if
> the page is different, i.e..
> > 
> > "EditListUser.PropertyKey.textArea5" = "string 1";
> > "CreateListUser.PropertyKey.textArea5" = "string 2";
> > 
> > Can this be done? or am I barking up the wrong tree.
> > 
> > Ted
> > 
> > 
> > --- On Thu, 8/2/12, Ramsey Gurley 
> wrote:
> > 
> >> From: Ramsey Gurley 
> >> Subject: Re: Localizable.strings ?
> >> To: "Theodore Petrosky" 
> >> Cc: webobjects-dev@lists.apple.com
> >> Date: Thursday, August 2, 2012, 11:31 AM
> >> Oh, and BTW
> >> 
> >> "PropertyKey.myBigAttribute" = "My Big Attribute";
> >> 
> >> There's actually another one Q added to the
> validation
> >> system "MyEntity.myBigAttribute" which makes more
> sense, but
> >> no one, as yet, has gone through and updated the
> erd2w
> >> assignment to use that key instead.
> >> 
> >> Ramsey
> >> 
> >> On Aug 2, 2012, at 8:27 AM, Ramsey Gurley wrote:
> >> 
> >>> Dump your created keys. Just go to the ListUser
> page,
> >> then click the "Created Keys" link in your page.
> That will
> >> dump all the created localizable strings into your
> eclipse
> >> console.
> >>> 
> >>> Ramsey
> >>> 
> >>> On Aug 2, 2012, at 8:22 AM, Theodore Petrosky
> wrote:
> >>> 
> >>>> I am looking over Ramey's HelloD2W and
> >> Localizable.strings.
> >>>> 
> >>>> I understand targeting the Navigation area
> >> with  nav.something. I don't understand how to
> target
> >> the different areas. For instance, if I wanted to
> target the
> >> attribute myBigAttribute on the "List User" page.
> >>>> 
> >>>> Or am I not understanding what I can do
> with the
> >> Localizable.string?
> >>>> 
> >>>> Ted
> >>>>
> ___
> >>>> Do not post admin requests to the list.
> They will
> >> be ignored.
> >>>> Webobjects-dev mailing list   
>   (Webobjects-dev@lists.apple.com)
> >>>> Help/Unsubscribe/Update your Subscription:
> >>>> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
> >>>> 
> >>>> This email sent to ramseygur...@gmail.com
> >>> 
> >> 
> >> 
> 
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Localizable.strings ?

2012-08-02 Thread Ramsey Gurley
Of course you can :-) Just create your own rule. RHS is displayNameForProperty.

On Aug 2, 2012, at 8:45 AM, Theodore Petrosky wrote:

> But can I target PropertyKey.textArea5 differently if the page is different, 
> i.e..
> 
> "EditListUser.PropertyKey.textArea5" = "string 1";
> "CreateListUser.PropertyKey.textArea5" = "string 2";
> 
> Can this be done? or am I barking up the wrong tree.
> 
> Ted
> 
> 
> --- On Thu, 8/2/12, Ramsey Gurley  wrote:
> 
>> From: Ramsey Gurley 
>> Subject: Re: Localizable.strings ?
>> To: "Theodore Petrosky" 
>> Cc: webobjects-dev@lists.apple.com
>> Date: Thursday, August 2, 2012, 11:31 AM
>> Oh, and BTW
>> 
>> "PropertyKey.myBigAttribute" = "My Big Attribute";
>> 
>> There's actually another one Q added to the validation
>> system "MyEntity.myBigAttribute" which makes more sense, but
>> no one, as yet, has gone through and updated the erd2w
>> assignment to use that key instead.
>> 
>> Ramsey
>> 
>> On Aug 2, 2012, at 8:27 AM, Ramsey Gurley wrote:
>> 
>>> Dump your created keys. Just go to the ListUser page,
>> then click the "Created Keys" link in your page. That will
>> dump all the created localizable strings into your eclipse
>> console.
>>> 
>>> Ramsey
>>> 
>>> On Aug 2, 2012, at 8:22 AM, Theodore Petrosky wrote:
>>> 
>>>> I am looking over Ramey's HelloD2W and
>> Localizable.strings.
>>>> 
>>>> I understand targeting the Navigation area
>> with  nav.something. I don't understand how to target
>> the different areas. For instance, if I wanted to target the
>> attribute myBigAttribute on the "List User" page.
>>>> 
>>>> Or am I not understanding what I can do with the
>> Localizable.string?
>>>> 
>>>> Ted
>>>> ___
>>>> Do not post admin requests to the list. They will
>> be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
>>>> 
>>>> This email sent to ramseygur...@gmail.com
>>> 
>> 
>> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Localizable.strings ?

2012-08-02 Thread Theodore Petrosky
But can I target PropertyKey.textArea5 differently if the page is different, 
i.e..

"EditListUser.PropertyKey.textArea5" = "string 1";
"CreateListUser.PropertyKey.textArea5" = "string 2";

Can this be done? or am I barking up the wrong tree.

Ted


--- On Thu, 8/2/12, Ramsey Gurley  wrote:

> From: Ramsey Gurley 
> Subject: Re: Localizable.strings ?
> To: "Theodore Petrosky" 
> Cc: webobjects-dev@lists.apple.com
> Date: Thursday, August 2, 2012, 11:31 AM
> Oh, and BTW
> 
> "PropertyKey.myBigAttribute" = "My Big Attribute";
> 
> There's actually another one Q added to the validation
> system "MyEntity.myBigAttribute" which makes more sense, but
> no one, as yet, has gone through and updated the erd2w
> assignment to use that key instead.
> 
> Ramsey
> 
> On Aug 2, 2012, at 8:27 AM, Ramsey Gurley wrote:
> 
> > Dump your created keys. Just go to the ListUser page,
> then click the "Created Keys" link in your page. That will
> dump all the created localizable strings into your eclipse
> console.
> > 
> > Ramsey
> > 
> > On Aug 2, 2012, at 8:22 AM, Theodore Petrosky wrote:
> > 
> >> I am looking over Ramey's HelloD2W and
> Localizable.strings.
> >> 
> >> I understand targeting the Navigation area
> with  nav.something. I don't understand how to target
> the different areas. For instance, if I wanted to target the
> attribute myBigAttribute on the "List User" page.
> >> 
> >> Or am I not understanding what I can do with the
> Localizable.string?
> >> 
> >> Ted
> >> ___
> >> Do not post admin requests to the list. They will
> be ignored.
> >> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
> >> 
> >> This email sent to ramseygur...@gmail.com
> > 
> 
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Localizable.strings ?

2012-08-02 Thread Ramsey Gurley
Oh, and BTW

"PropertyKey.myBigAttribute" = "My Big Attribute";

There's actually another one Q added to the validation system 
"MyEntity.myBigAttribute" which makes more sense, but no one, as yet, has gone 
through and updated the erd2w assignment to use that key instead.

Ramsey

On Aug 2, 2012, at 8:27 AM, Ramsey Gurley wrote:

> Dump your created keys. Just go to the ListUser page, then click the "Created 
> Keys" link in your page. That will dump all the created localizable strings 
> into your eclipse console.
> 
> Ramsey
> 
> On Aug 2, 2012, at 8:22 AM, Theodore Petrosky wrote:
> 
>> I am looking over Ramey's HelloD2W and Localizable.strings.
>> 
>> I understand targeting the Navigation area with  nav.something. I don't 
>> understand how to target the different areas. For instance, if I wanted to 
>> target the attribute myBigAttribute on the "List User" page.
>> 
>> Or am I not understanding what I can do with the Localizable.string?
>> 
>> Ted
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
>> 
>> This email sent to ramseygur...@gmail.com
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Localizable.strings ?

2012-08-02 Thread Ramsey Gurley
Dump your created keys. Just go to the ListUser page, then click the "Created 
Keys" link in your page. That will dump all the created localizable strings 
into your eclipse console.

Ramsey

On Aug 2, 2012, at 8:22 AM, Theodore Petrosky wrote:

> I am looking over Ramey's HelloD2W and Localizable.strings.
> 
> I understand targeting the Navigation area with  nav.something. I don't 
> understand how to target the different areas. For instance, if I wanted to 
> target the attribute myBigAttribute on the "List User" page.
> 
> Or am I not understanding what I can do with the Localizable.string?
> 
> Ted
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
> 
> This email sent to ramseygur...@gmail.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Localizable.strings ?

2012-08-02 Thread Theodore Petrosky
I am looking over Ramey's HelloD2W and Localizable.strings.

I understand targeting the Navigation area with  nav.something. I don't 
understand how to target the different areas. For instance, if I wanted to 
target the attribute myBigAttribute on the "List User" page.

Or am I not understanding what I can do with the Localizable.string?

Ted
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Localizable.strings encoding problem

2009-03-30 Thread David LeBer


On 30-Mar-09, at 11:42 AM, David LeBer wrote:

We're seeing a weird encoding problem with a legacy app (many  
iterations of dev/build environments).


All of the standard Wonder encoding flags are set in the Properties  
and everything works fine when launched from within Eclipse.


But when installed and launched via command-line it looks like the  
Localizable.strings files are being read as MacRoman encoding  
instead of UTF-8.


This only effects text coming from the Localizable.strings files.  
Content directly in the components displays correctly.


Any ideas how I might go about tracking this down?


Localizable.strings encoding needs to be UTF-16... I knew that. :-(

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Localizable.strings encoding problem

2009-03-30 Thread David LeBer
We're seeing a weird encoding problem with a legacy app (many  
iterations of dev/build environments).


All of the standard Wonder encoding flags are set in the Properties  
and everything works fine when launched from within Eclipse.


But when installed and launched via command-line it looks like the  
Localizable.strings files are being read as MacRoman encoding instead  
of UTF-8.


This only effects text coming from the Localizable.strings files.  
Content directly in the components displays correctly.


Any ideas how I might go about tracking this down?

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com