Re: [SOLVED]Rép : Re: checking device or platform

2013-05-26 Thread Philippe Rabier

On 23 mai 2013, at 00:45, Paul Hoadley wrote:

 On 22/05/2013, at 11:51 PM, Raymond NANEON rnan...@me.com wrote:
 
 Thanks to all, problem resolved.
 
 What was the issue?
+1
 ___
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


[SOLVED]Rép : Re: checking device or platform

2013-05-22 Thread Raymond NANEON
Thanks to all, problem resolved.Envoyé depuis iCloudLe 22 mai 2013 à 05:19, Johann Werner j...@oyosys.de a écrit : Am 22.05.2013 um 14:05 schrieb Raymond NANEON rnan...@me.com:   Hi Johann,Thanks for your advice but it doesn't resolve my issue.  Uhm, yeah, that happens when the phone rings while writing an email ;-)  So browser().isIPhone() returns false? You should check the values in ERXBrowserFactory.parsePlatform what your iPhone sends as user-agent string and why the browser object is initialized with a different platform. If there is a bug, patches for wonder are welcome :-)  jwEnvoyé depuis iCloudLe 22 mai 2013 à 04:40, Johann Werner j...@oyosys.de a écrit :Instead of mySession().browser() you should preferably use browser() that ERXComponent provides. That's a little bit shorter and works also for sessionless pages.jw  Am 22.05.2013 um 12:35 schrieb Raymond NANEON rnan...@me.com: Hi List,  I want to check the device or platform on which my app running, to activate or not some options. Does it exist a component which does it well?  I try WOConditional and test this example :   in Html  webobject name = "platform"   webobject name = "nav"mobileOption/webobject   /webobject  in woD  platform : WOConditional {   condition = platform;   }  in Java :  public boolean platform() {   return mySession().browser().isIPad()   || mySession().browser().isIPhone()   || mySession().browser().isUnknownPlatform();   }  This example don't activate mobileOption when I run my app on my iPhone.  Thanks for help   Envoyé depuis iCloud  ___
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: [SOLVED]Rép : Re: checking device or platform

2013-05-22 Thread Paul Hoadley
On 22/05/2013, at 11:51 PM, Raymond NANEON rnan...@me.com wrote:

 Thanks to all, problem resolved.

What was the issue?


-- 
Paul Hoadley
http://logicsquad.net/

 ___
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