Re: [OT] Text analysis and author, anyone done it?

2011-07-03 Thread Peter Alcibiades
My own purpose is not to do with religious texts, but it seems like the example is getting in the way of the subject. There's no reason why statistical analysis shouldn't work on textual analysis. Whether it does, and which method is best, and which language is best to do it in, these are all emp

Re: [OT] Text analysis and author, anyone done it?

2011-07-03 Thread Richmond Mathewson
On 07/03/2011 11:27 AM, Peter Alcibiades wrote: My own purpose is not to do with religious texts, but it seems like the example is getting in the way of the subject. There's no reason why statistical analysis shouldn't work on textual analysis. Whether it does, and which method is best, and whi

Re: Anyone using MobGUI?

2011-07-03 Thread Mark Schonewille
Hi Chipp, I gave it a try. I found a few problems and reported them. I think they have been or are being fixed. As far as I know, there is no tab bar. The library is automatically added to any stack you are working on, if that stack is in the front and you change a setting in the MobGUI palett

Re: Anyone using MobGUI?

2011-07-03 Thread John Craig
Hi, Chipp. I'm (unsurprisingly!) using the plugin. I don't mean that as a joke - I actually started writing it to save me time on my own iOS projects. Other coders had a similar interest / need (feedback after a demo on LiveCode.TV) so it has now developed into it's current form. It works on b

Re: Tab Key

2011-07-03 Thread Ken Ray
> When the tab key is pressed, the I tab forward to the next field in > the text field. The scrolling field provides alternative works to > select. When I select any words, the tab key is disabled unless I > click into the text field. > > I am not sure why this is happening. What platform are

Re: record sound problem on windows

2011-07-03 Thread Alex Shaw
Hi I'm having a similar problem recording sound on Windows XP with updated quicktime. Using the standard "record sound file "test.wav", works fine on OSX but the resulting file when recorded on XP is high pitched & out of tempo. Is there a special setting needed for XP? Have tried various r

Re: Tab Key

2011-07-03 Thread Warren Kuhl
Ken, This is a scrolling list field. The platform is Windows. Thanks for any help! Warren On Sun, Jul 3, 2011 at 7:52 AM, Ken Ray wrote: > >> When the tab key is pressed, the I tab forward to the next field in >> the text field.  The scrolling field provides alternative works to >> select.  W

Re: System Date/Time Format Problems

2011-07-03 Thread Pete
Thanks Jacque, that's a great start. I also found the dateFormat function which I think may assist in all this. Pete Molly's Revenge On Sat, Jul 2, 2011 at 8:15 PM, J. Landman Gay wrote: > On 7/2/11 2:46 PM, Pete wrote: > > So if a user tells me he wants his da

Re: Combobox

2011-07-03 Thread Pete
If anyone would like to try my combobox, it's attached to the forum message at http://forums.runrev.com/viewtopic.php?f=9&t=8350 This control has been working fine for me but please let me know of any improvements and I'll do my best to incorporate them - or you can just add them yourself :-). Pe

Re: Tab Key

2011-07-03 Thread Ken Ray
> This is a scrolling list field. The platform is Windows. > > Thanks for any help! The problem is that the "traversalOn" property of the list field is "false". This is shown in the properties palette as "Focusable". Make sure that is *checked*, and everything should work... Ken Ray Sons of

Re: System Date/Time Format Problems

2011-07-03 Thread Pete
I think I already mentioned this but I've entered QC report number 9604 about all this. There's various problems involved: 1) LC needs one more keyword so it can deal with the 4 date/time formats used by OS X. 2) There's a bug in the "abbrev system time" - it returns LC's default abbrev format, n

Second test for Infinite Zoom

2011-07-03 Thread Alejandro Tejada
Hi All, Today, I found time to revisit this code, originally published in 2009. Now the stack could zoom in and zoom out using the mouse scroll wheel. If you want, read that messages thread, started back in 2009: http://runtime-revolution.278305.n4.nabble.com/First-test-for-Infinite-Zoom-td62170

Re: System Date/Time Format Problems

2011-07-03 Thread J. Landman Gay
On 7/3/11 4:58 PM, Pete wrote: I think I already mentioned this but I've entered QC report number 9604 about all this. There's various problems involved: 1) LC needs one more keyword so it can deal with the 4 date/time formats used by OS X. 2) There's a bug in the "abbrev system time" - it retu

Re: Second test for Infinite Zoom

2011-07-03 Thread Roger Eller
On Sun, Jul 3, 2011 at 7:28 PM, Alejandro Tejada wrote: > Hi All, > > Today, I found time to revisit this code, originally published > in 2009. Now the stack could zoom in and zoom out using > the mouse scroll wheel. > > If you want, read that messages thread, started back in 2009: > > > http://ru

Re: Anyone using MobGUI?

2011-07-03 Thread Chipp Walters
On Sun, Jul 3, 2011 at 7:03 AM, John Craig wrote: > > > The scripts are protected - if I can generate some revenue from the plugin, > then I can dedicate time to developing it further. > I'm not sure exactly the correlation between scripts being protected and generating revenue from them. I've be

Pinch Zooming an image in iOS

2011-07-03 Thread Chipp Walters
These were asked in another thread, but got derailed discussing protecting library stacks. Does anyone have an answer? 1. What is currently the best version of OSX iOS which to work with? 2. Anyone know how to pinch zoom a picture? Is there already a control or library for that? Can Rev e

Re: Anyone using MobGUI?

2011-07-03 Thread J. Landman Gay
On 7/3/11 10:30 PM, Chipp Walters wrote: On Sun, Jul 3, 2011 at 7:03 AM, John Craig wrote: The scripts are protected - if I can generate some revenue from the plugin, then I can dedicate time to developing it further. I'm not sure exactly the correlation between scripts being protected and

interesting custom property behavior...

2011-07-03 Thread Chipp Walters
This is one, in all the years of programming Rev and LC, I didn't know about. This weekend, when I was talking about the altButton droptool at LiveCode TV, I mentioned all the properties can be explicitly set outside of the object inspector. For instance to change the width of the object, you can

Re: Anyone using MobGUI?

2011-07-03 Thread Chipp Walters
Can't someone just lend the whole plugin? I know with altBrowser and altSQLite and altFont, all you needed was a regcode and you were good to go. I guess what I'm saying, is you're never going to stop the pirates. They won't pay no matter what. Most of us in the commercial space know this and we i

Re: interesting custom property behavior...

2011-07-03 Thread J. Landman Gay
On 7/3/11 10:54 PM, Chipp Walters wrote: It turns out when you set a custom prop from within a LC custom property inspector, it doesn't pass the setProp message. I'm sure this design is on purpose, but I wonder why? Recursion? -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: Anyone using MobGUI?

2011-07-03 Thread Chipp Walters
On Sun, Jul 3, 2011 at 10:51 PM, J. Landman Gay wrote: > > I agree we're a pretty good bunch. But I believe most or all the market > vendors protect their scripts. Without that, it's too easy for someone to > "lend" the script to someone else. I don't begrudge them a bit of > protection, and it doe

Re: interesting custom property behavior...

2011-07-03 Thread Chipp Walters
Isn't there the property: the recursionLimit? Seems like an easy fix. On Sun, Jul 3, 2011 at 10:58 PM, J. Landman Gay wrote: > On 7/3/11 10:54 PM, Chipp Walters wrote: > > It turns out when you set a custom prop from within a LC custom property >> inspector, it doesn't pass the setProp message.

Re: System Date/Time Format Problems

2011-07-03 Thread Pete
I think I only described item 2 as a bug (and it definitely is). Item 1 is an enhancement request and item 3, who knows - it's an "inconsistency", which is not good. New formats would be fine with me if they fix the issues. No doubt the mothership will categorise them however they see fit and t

delete array element

2011-07-03 Thread Slava Paperno
Could someone help me translate this entry in the 4.6.2 Dictionary, please? === delete variable Type: command Syntax: delete {local | global | variable} {variableName | arrayIndex} === What is the "arrayIndex" here? The index of what array? It seems to be an alternative to "variableName",

Re: Anyone using MobGUI?

2011-07-03 Thread Pete
I'm just starting to consider this issue so glad it's being discussed. I think protection of stacks that are incorporated into other products is perhaps more to do with protecting them from end users rather than the developers who incorporate them into their products. I would gladly give the pass

Re: record sound problem on windows

2011-07-03 Thread Pete
> > Using the standard "record sound file "test.wav", works fine on OSX but the > resulting file when recorded on XP is high pitched & out of tempo. > > Are you sure you weren't recording a bagpipe band?!?! ___ use-livecode mailing list use-livecode@lis

Re: record sound problem on windows

2011-07-03 Thread Alex Shaw
Hi Just tried on a Windows 7 machine. Works ok. This is definitely a XP-only issue. Anyone recording audio on XP successfully? If not, I will bugzilla it. regards alex On 4/07/11 12:39 AM, Alex Shaw wrote: Hi I'm having a similar problem recording sound on Windows XP with updated quicktime

Re: Anyone using MobGUI?

2011-07-03 Thread Chipp Walters
Aren't all purchasers of a product like this developers by default? Why would end users ever delve into application code? Certainly, I've never tried looking at the source code for a commercial application, even when available. And, mostly code in stacks can't be edited unless you're in an LC IDE.

Re: interesting custom property behavior...

2011-07-03 Thread Mark Wieder
Chipp- Sunday, July 3, 2011, 8:54:05 PM, you wrote: > It turns out when you set a custom prop from within a LC custom property > inspector, it doesn't pass the setProp message. I'm sure this design is on > purpose, but I wonder why? I believe the property inspector locks messages before setting

object beneath mouseLoc?

2011-07-03 Thread Nicolas Cueto
Hello. Does LC have a built-in way of returning the id of the object(s) at a mouseLoc? For now, I'm relying on mouseMove combined with mouseColor. But on my stack there's a weakness to this method. (It's a grid of round-edged tiles each of which can be deleted if contiguously connected. A diago

Re: command "group" fails when objectList is a string

2011-07-03 Thread Nicolas Cueto
That was perfect, Klaus. Thanks. -- Nicolas Cueto (iPhone) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/us

Re: object beneath mouseLoc?

2011-07-03 Thread Phil Davis
Try "the mouseControl" - that should work. Phil On 7/3/11 10:09 PM, Nicolas Cueto wrote: Hello. Does LC have a built-in way of returning the id of the object(s) at a mouseLoc? For now, I'm relying on mouseMove combined with mouseColor. But on my stack there's a weakness to this method. (It's