[OT] Android for the HP Touchpad (ICS 4.0)

2012-04-05 Thread Roger Eller
I just happen to discover this when browsing YouTube, and I thought of Andre. If you ever decide to part ways with WebOS (not likely), your hardware is at least capable of running the latest incarnation of Android, and very well it appears. http://www.youtube.com/watch?v=Lj2l55-LOTo ~Roger _

Re: Forwarded from Grandpa L

2012-04-05 Thread Judy Perry
I've been looking at this with interest... Nice that somebody with 30 seconds on their hands can spare it to provide a review. :-) Judy On Wed, 4 Apr 2012, Paul Looney wrote: Amber, This was on one of the lists I follow. Bob Earp is a fellow programmer who lives in British Columbia. I've m

E-Learn 2012 (Montreal, Quebec) Call for Presentations: May 25 (fwd)

2012-04-05 Thread Judy Perry
-- Forwarded message -- For E-Mail Web Version Click Here http://campaign.r20.constantcontact.com/render?llr=kvjx7fdab&v=001cNWX07JYSkTJmWpmO0_Zerzbe3fNDewy6Vtq9kIl2r1cGzgJIoZrqfhYZCd_mkJzVIv69vnA_fXRuNv_l2CmBDcl1ZeRFNKoSgjfXks0Ppns9tBea9Rymg%3D%3D October 9 - 12, 2012 * Montr

EdMedia 2014 (Europe) Call for Proposals to Host (fwd)

2012-04-05 Thread Judy Perry
-- Forwarded message -- Having trouble viewing this email? Click here http://campaign.r20.constantcontact.com/render?llr=kvjx7fdab&v=001euir7dY8GMXfWIClhJgHl82TvTBYogd9NUPE_Pv1lU0Vq0tletbgxZwuCIWueIDAKU_xPyz6IsVoImZMTEJovrQWvT1lAQW1JlMkIO00kSkSj1zjEP_arw%3D%3D Quick Links Re

Re: Disabling a tab

2012-04-05 Thread Pete
Phil and Marty, Wanted to pass on to you that, while the enable/disable solution, it changes the selectedtext property of the tab control. Didn;t get a chance to see if using the "(" prefix did the same thing or not. Pete On Sun, Apr 1, 2012 at 3:16 PM, Phil Davis wrote: > Hi Pete, > > As usual

RE: [OT] HyperNext Android Creator

2012-04-05 Thread Lynn Fredricks
> No, it's something more like Shotoflop, Agitator Pro, > Quacktime, Microsquash Sentence or Pornographer Home Edition! Sadly - a couple of these names I could imagine as becoming "an app for that!" ;-) Best regards, Lynn Fredricks President Paradigma Software http://www.paradigmasoft.com Vale

Re: iOS - picking from a scrolling list

2012-04-05 Thread Thomas McGrath III
Graham, I don't use mobgui but instead I use tmControl for layout of iOS elements. There are two types of scrolling lists possible in LC. The first is using mobilePick by itself or use an option button (that uses the iOS mobilePicker). The second is using either an LC field object or other obj

Re: Localization languages

2012-04-05 Thread Kee Nethery
It is very very simple. Create two folders. One named "en.lproj" and the other named "es.lproj". You don't have to put anything into the folders. Empty folders are fine. In your standalone app, use the "Show Package Contents" in the Finder to view the insides of the app. Open the "Contents" fol

MobGUI, what am I doing wrong?

2012-04-05 Thread Geoff Canyon
I have a field object, a button object, and a browser object. If the button script is this, it works as expected: *on* touchEnd pId mobGUIUntouch the long id of me *put* the uText of *group* "URL" into tURL *if* char 1 to 7 of tURL is not "http://"; *then* *put* "http://"; beforetURL

Re: iOS - picking from a scrolling list

2012-04-05 Thread Graham Samuel
Chris, thanks again: you learn something new every day! As often in LC, this means that there are two pretty different ways of doing the same thing. While you were asleep (probably, as I see you're minus 6 hours compared to me), mobGUI support (in the person of John Dixon) clarified his first ex

Re: Localization languages

2012-04-05 Thread Sergio Schvarstein
Hi Monte, Thanks for your quick answer and I agree it must be an option in the standalone settings. I really cannot understand your suggestion and please excuse me for my ignorance. What is an .lproj folder ? Can you give me some more details ? Can I get a binary with both localization langua

Re: Localization languages

2012-04-05 Thread Matthias Rebbe
Sergio, i do not know if this is of any use for you. I had the problem that my ios app showed english labled buttons when creating an email although the iphone was set to german. The solution was to add an empty folder with the name german.lproj to the app. In the standalone settings under cop

Re: Localization languages

2012-04-05 Thread Monte Goulding
I agree, this could be documented better and even supported in the standalone builder. You need an empty .lproj folder for each language you support. Cheers -- Monte Goulding On 05/04/2012, at 9:40 PM, Sergio Schvarstein wrote: > Hi, > > I've just submitted an iOS app to the AppStore and I c

Localization languages

2012-04-05 Thread Sergio Schvarstein
Hi, I've just submitted an iOS app to the AppStore and I can see in the Binary Details section that the app localization is set to "English". My app is bilingual, in Spanish and English and I need these information to be showed correctly in iTunes. I've been searching in the LiveCode documenta