Re: LC 8 speed advantages??

2016-05-07 Thread Monte Goulding
I'm sure the team would be keen to look at the code if you can post an issue and attach it. Sent from my iPhone > On 8 May 2016, at 7:52 AM, Howard Bornstein wrote: > > "LiveCode 8 is on average 3.5 times faster than LiveCode 7" > > I was very interested to see this

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread [-hh]
A few words in defense of the LC dev team: We have the first stable release, a dot-dot-release ... And I couldn't even find in 5 minutes an arrowkey on one of the available mobiles around! Not sent from an iPhone. -- View this message in context:

LC 8 speed advantages??

2016-05-07 Thread Howard Bornstein
"LiveCode 8 is on average 3.5 times faster than LiveCode 7" I was very interested to see this claim as I had been hoping for better speeds in a text manipulation app I wrote. After building a standalone with LC 8, I ran the same test file in the new LC8 standalone as a version I compiled in LC7.

Re: iOS iPad Simulator 9.3 keyboard

2016-05-07 Thread Randy Hengst
Excellent, thank you Terry be well, randy Randy Hengst www.classroomFocusedSoftware.com > On May 7, 2016, at 3:58 PM, Terry Judd wrote: > > Hi Randy - itąs just a simulator thing. Type cmd-K (or choose > Keyboard>Toggle Software Keyboard from the simulatorąs

Re: iOS iPad Simulator 9.3 keyboard

2016-05-07 Thread Terry Judd
Hi Randy - it¹s just a simulator thing. Type cmd-K (or choose Keyboard>Toggle Software Keyboard from the simulator¹s Hardware menu) to display the full keyboard. Terry... On 8/05/2016 5:56 am, "use-livecode on behalf of Randy Hengst"

iOS iPad Simulator 9.3 keyboard

2016-05-07 Thread Randy Hengst
Hi All, I’ve just installed El Capitan and LC 7.1.4 and LC8 and Xcode 7.3.1 I did so to build for iOS9.3 I’m updating at app currently on the app store and all has been just fine with it… just want to add a couple features. When using the “ask” command in the 8.2 simulator and on a device,

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread RM
I assume (???) a lot of these "oversights" are the result of the 'fact' (?) that the Livecode people have gone back to square one and virtually recreated Livecode /ad novum/ rather than adding incrementally on top of Livecode 7. I don't know whether this is true. But it seems the 'kindest'

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread Scott Rossi
The arrowKey code has nothing to do with a change in language -- the lack of arrowKey functionality in the IDE is just an oversight on the part of LiveCode Ltd. (at least, I hope it is). Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 5/7/16, 12:24 PM, "use-livecode on

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread Mike Bonner
I didn't file it, just went looking for one and there it was. On Sat, May 7, 2016 at 1:39 PM, RM wrote: > Glad you filed that bug report, as arrowKeys not being sent to a card would > be a real B*mmer. Thanks. > > Richmond. > > On 7.05.2016 22:30, Mike Bonner wrote:

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread RM
Glad you filed that bug report, as arrowKeys not being sent to a card would be a real B*mmer. Thanks. Richmond. On 7.05.2016 22:30, Mike Bonner wrote: If there isn't a focused object, arrowkey is supposed to be sent to the card. This isn't happening in 8. If you place an additional object

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread Mike Bonner
If there isn't a focused object, arrowkey is supposed to be sent to the card. This isn't happening in 8. If you place an additional object (like a scrolling list field) onto the card and click it so that it has focus, and then hit the arrow keys, your object to move will behave as you expect.

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread RM
I am beginning to wonder exactly HOW MUCH of the language has been changed, and what justifies such change. Richmond. On 7.05.2016 21:56, Scott Rossi wrote: If you want to recreate the behavior of previous versions of LC, you can do something like this: on arrowKey theKey if the selObj is

Re: scrollerDidScroll - no control ID?

2016-05-07 Thread Richard Gaskin
John Dixon wrote: > In the context of a message that has been dispatched from a native > control, you can use the iphoneControlTarget() function to fetch the > name (or id, if no name is set) of the control that sent the message. Thanks, John. I just stumbled across the mobileControlTarget

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread Scott Rossi
If you want to recreate the behavior of previous versions of LC, you can do something like this: on arrowKey theKey if the selObj is empty then pass arrowKey put loc of the selObj into theLoc put 1 into D if the shiftkey is down then multiply D by 10 switch theKey case

RE: scrollerDidScroll - no control ID?

2016-05-07 Thread John Dixon
In the context of a message that has been dispatched from a native control, you can use the iphoneControlTarget() function to fetch the name (or id, if no name is set) of the control that sent the message. > To: use-livecode@lists.runrev.com > From: ambassa...@fourthworld.com > Subject:

scrollerDidScroll - no control ID?

2016-05-07 Thread Richard Gaskin
How do you handle multiple scrollers from a single card script when scrollerdidScroll passes no control ID? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Getting text into a Livecode field

2016-05-07 Thread RM
So, I was mucking around trying to reduplicate/solve John Patten's problem with Arrow Keys in Livecode 8 (I reduplicated them: http://forums.livecode.com/viewtopic.php?f=6=27225), and thought I'd do what I usually do: enter some text in a field and do a quick "import snapshot" to get a label

Re: ArrowKey Handler in LiveCode 8?

2016-05-07 Thread RM
NBG: Stack here: http://forums.livecode.com/viewtopic.php?f=6=27225 on arrowKey AWK switch AWK case "left" put item 1 of the loc of img "eight" into IT1 put item 2 of the loc of img "eight" into IT2 put (IT1 - 10) into IT1 move img "eight" to IT1,

Props Palette 8

2016-05-07 Thread RM
I won't say anything about releasing Beta quality stuff as 'stable' because it has already been said loads of times, and . . . But there is a "more niggly thing", which many may regard as simply cosmetic, and I suppose it is, but it does seem a bit symptomatic . . .

Re: LC 8 temp files

2016-05-07 Thread Richard Gaskin
Terence Heaford wrote: > Just had a need to restart my iMac and noticed in the trash a new > folder named “Recovered files” > > It contained 41 livecode files with names like "tmp.18599.9nplXYjK” > > There must be an issue somewhere? Probably not. That's just how Macs work: files in Temporary

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-07 Thread Richard Gaskin
Kay C Lan wrote: On Fri, May 6, 2016 at 11:57 PM, Richard Gaskin wrote: There are many open source licenses. ...just because a system succeeds doesn't mean it can't be made better. Of course. Ours is an imperfect world. No single license can serve all goals, and all systems can always

LC 8 temp files

2016-05-07 Thread Terence Heaford
Just had a need to restart my iMac and noticed in the trash a new folder named “Recovered files” It contained 41 livecode files with names like "tmp.18599.9nplXYjK” There must be an issue somewhere? All the best Terry ___ use-livecode mailing

Re: Matchchunk and the variables list

2016-05-07 Thread James Hale
Thanks Mark. Missed the parentheses in the notes. James ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Display issue with LC 8 and OSX Dock

2016-05-07 Thread Terence Heaford
> On 7 May 2016, at 13:25, pink wrote: > > The second icon that appears in the Dock is the "Autoupdate" program which is > checking the Livecode site for an update. > > It closes almost immediately because there isn't one. Very good point but…… 1. Went to preferences and

Re: Android build woes again

2016-05-07 Thread Richard Gaskin
Mark Wieder wrote: On 05/06/2016 10:56 AM, Richard Gaskin wrote: Just setting up v8 for Android deployment, and I've got the SDK path fine but no matter which JDK path I choose I get the dreaded "The chosen folder is not a valid JDK" warning. What should I be using? I've tried nearly every

Re: Display issue with LC 8 and OSX Dock

2016-05-07 Thread pink
The second icon that appears in the Dock is the "Autoupdate" program which is checking the Livecode site for an update. It closes almost immediately because there isn't one. -- View this message in context:

Re: textHeight in 8.0 not working ?

2016-05-07 Thread Jacques Hausser
Meeh… it works only when the fixedLineHeight is true… what I forgot ! I’m aging…apologies ! Jacques > Le 7 mai 2016 à 12:37, Jacques Hausser a écrit : > > > LC 8.0, Mac OS 10 el capitan: impossible to change the textHeight of a field > either in the inspector nor in

textHeight in 8.0 not working ?

2016-05-07 Thread Jacques Hausser
LC 8.0, Mac OS 10 el capitan: impossible to change the textHeight of a field either in the inspector nor in a handler. I have a bug report ready and will send it as soon as somebody confirms (my computer shows sometime weird idiosyncrasies.…) Thanks Jacques

Re: Tree view widget - changing the row height?

2016-05-07 Thread Terry Judd
Thanks Ali - nice to know that it¹s a relatively simple enhancement for someone with the know how (which I assume means a working knowledge of LCB and GitHub). Wish I had the time to get up to speed with both of those things. Best regards, Terry... On 7/05/2016 5:21 pm, "use-livecode on behalf

RE: First experience with LC 8.0's Interactive Welcome

2016-05-07 Thread Erik Beugelaar
Hi Mark, Please take a look at these links to see if you can use it. Some are online LiveCode courses. https://livecode.com/resources/guides/ http://livecodesupersite.com/ https://www.udemy.com/livecode101/ http://www.medmaster.net/livecode.html https://sites.google.com/a/pgcps.org/livecode/

Re: Tree view widget - changing the row height?

2016-05-07 Thread Ali Lloyd
Currently there is not, no. It would be quite easy to add, as the row height is completely abstracted in the code as a private variable mRowHeight, which is initialised to 21 in the OnCreate handler and never changed. So I believe all that would need to be done is to add a new property and make

Re: Display issue with LC 8 and OSX Dock

2016-05-07 Thread Terence Heaford
Bug 17588 All the best Terry > On 7 May 2016, at 08:18, Terence Heaford wrote: > > I have LC in the OS X Dock. > > When I start up LC by clicking it in the dock I get a brief flash of an extra > LC Icon in the

Display issue with LC 8 and OSX Dock

2016-05-07 Thread Terence Heaford
I have LC in the OS X Dock. When I start up LC by clicking it in the dock I get a brief flash of an extra LC Icon in the dock. This extra LC Icon then disappears and I am left with one Icon. It appears this is a bug in LC and LC’s interface with the Dock needs investigating and correcting. I

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-07 Thread Kay C Lan
On Fri, May 6, 2016 at 11:57 PM, Richard Gaskin wrote: > > There are many open source licenses. Yes, just like there are many political systems - all supposedly for the betterment 'of the people'. Even in democratic societies the variations are tremendous - and their