Re: should mobileshowstatusbar work on iOS?

2012-04-07 Thread Matthias Rebbe
Hi Tom, thanks for testing. Tried now on Android and there only the mobileShowStatusBar works and not the iphone…. command althought the dictionary says that it should run on both platforms. I filed a bug http://quality.runrev.com/show_bug.cgi?id=10151 Regards, Matthias Am 07.04.2012 um 16

Re: A problem with Font Menu in LC Resource Center

2012-04-07 Thread Mark Wieder
Charles- As Peter pointed out, the problem is that you have *too many* breaks, not that you need to add one. Remove the breaks after the case "Bold" and case "Italic" lines, as these will exit from the switch statement without doing anything. Also, in the Italic case section you're attempting to

Re: A problem with Font Menu in LC Resource Center

2012-04-07 Thread Peter M. Brigham, MD
On Apr 7, 2012, at 1:38 PM, Charles Szasz wrote: > Peter, > > Thanks! But that is how the script is presented in the Resource Center with > no breaks before the end of the switch. I did insert a break after the last > case statement but the script still does not work. Any other suggestions? Ju

Re: A problem with Font Menu in LC Resource Center

2012-04-07 Thread Charles Szasz
Peter, Thanks! But that is how the script is presented in the Resource Center with no breaks before the end of the switch. I did insert a break after the last case statement but the script still does not work. Any other suggestions? Charles Szasz csz...@mac.com

RE: Yet another iOS keyboard question

2012-04-07 Thread John Dixon
No, the iOS keyboard properties are not redundant... I think that you would help yourself a lot if you used the UITextfield instead of using a regular LC field. You can then manipulate the keyboard properties more or less to your hearts' content...:-) Dixie > 1. thanks very much Jacque. I fo

Re: Yet another iOS keyboard question

2012-04-07 Thread Graham Samuel
1. thanks very much Jacque. I forgot (if I ever knew) that this preference exists. There is too much to remember, I find. 2. Looks like it works, tho clunky. I have not yet found out if one can instantiate an iOS keyboard by script - if not, the latest iOS Release Notes on setting keyboard prop

Re: should mobileshowstatusbar work on iOS?

2012-04-07 Thread Thomas McGrath III
It is not working here either. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Apr 7, 2012, at 10:14 AM, Matthias Rebbe wrote: > Hi, > > could someone confirm that mobileshowstatusbar definitely does work on iOS. > > In the past i used iPhoneShowStatusbar and iPhoneHide

should mobileshowstatusbar work on iOS?

2012-04-07 Thread Matthias Rebbe
Hi, could someone confirm that mobileshowstatusbar definitely does work on iOS. In the past i used iPhoneShowStatusbar and iPhoneHideStatusbar to show/hide the status bar. In a new stack under LC5.5 i now used mobileShowStatusBar and mobileHideStatusBar. But these commands do not work. Replaci

Re: A problem with Font Menu in LC Resource Center

2012-04-07 Thread Peter M. Brigham, MD
On Apr 6, 2012, at 10:44 PM, Charles Szasz wrote: > on menuPick theMenuItem > set the itemDelimiter to "|" > switch item 1 of theMenuItem ---the submenu name > case "Font" > set the textFont of field "Example Text"\ >to item 2 of theMenuItem > break >