Re: Upper/Lower case issue

2011-07-01 Thread dunbarx
Pete. In the old HC days, before there was a name AND a label, I might have understood that you might have a valid reason to use identical names. You are aware that these two properties exist, and still have your reasons. Can you say briefly what they are? I know you said they were too compl

Re: Upper/Lower case issue

2011-07-01 Thread Pete
But they're not the same name - one is upper case and one is lower case. LC made a decision to treat them the same since casesensitive doesn't apply to object names, but they are different by any other definition. In summary, the names of the buttons are strings that define elements of date forma

Invitation to connect on LinkedIn

2011-07-01 Thread Craig Newman
LinkedIn I'd like to add you to my professional network on LinkedIn. - Craig Craig Newman Owner at Starfire Lighting, Inc. Greater New York City Area Confirm that you know Craig Newman https://www.linkedin.com/e/-2aaum3-gpm3uyvf-12/isd/3408966244/4XZ9Ljdo/ -- (c) 2011, Li

Invitation to connect on LinkedIn

2011-07-01 Thread Craig Newman
LinkedIn I'd like to add you to my professional network on LinkedIn. - Craig Craig Newman Owner at Starfire Lighting, Inc. Greater New York City Area Confirm that you know Craig Newman https://www.linkedin.com/e/vqip3p-gpm3ummh-5b/isd/3408965419/n7g-k5mp/ -- (c) 2011, Lin

Re: LiveCode.tv Event #30

2011-07-01 Thread Chipp Walters
Also, I'll be giving away a free copy of Interface Designer to all who attend! Look forward to seeing you all tomorrow! On Fri, Jul 1, 2011 at 8:24 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi guys 'n gals, > > This time, the organisation of the event is somewhat chaotic.

LiveCode.tv Event #30

2011-07-01 Thread Mark Schonewille
Hi guys 'n gals, This time, the organisation of the event is somewhat chaotic. First, one presenter decided to cancel, then I simply lost another presenter --I have no idea who he or she might have been-- and Björnke is currently unavailable. Fortunately, Chipp and Judy have been willing to hel

Re: Upper/Lower case issue

2011-07-01 Thread Mark Wieder
Pete- Friday, July 1, 2011, 4:41:16 PM, you wrote: > That's OK Mark, I agree with what you said 99.9% of the time, it's just > that there is a valid reason for what I'm doing in this particular instance. It seems like you found a way out of your predicament, but I'm still with Mark on this.

Re: Enhanced QT External: Intel-Only?

2011-07-01 Thread Mark Schonewille
Jean, You can use the lipo command line to make an Intel bundle. Enter the following in the terminal lipo /path/to/EnhancedQT.bundle/Contents/MacOS/EnhancedQT -thin i386 -output ~/desktop/enhqt and press return. Make sure that you use the path to the actual executable rather than the bundle

Re: Upper/Lower case issue

2011-07-01 Thread Pete
That's OK Mark, I agree with what you said 99.9% of the time, it's just that there is a valid reason for what I'm doing in this particular instance. Pete Molly's Revenge On Fri, Jul 1, 2011 at 4:27 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote

Re: Upper/Lower case issue

2011-07-01 Thread Pete
Good call Devin, I found a way to do it using hilitedButton, coupled with the fact that comparing variables obeys the casesensitive setting. I have a repeat loop that cycles through all the buttons in the group, puts their short name into a variable, compares the short name variable with the name

Re: Upper/Lower case issue

2011-07-01 Thread Mark Schonewille
Pete, I tried to make something clear something important, but you're free to disagree of course. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download th

Re: Upper/Lower case issue

2011-07-01 Thread Pete
Sorry Mark, I don't agree with you. Too complicated to explain by email but I can assure there is a good reason. Pete Molly's Revenge On Fri, Jul 1, 2011 at 4:06 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Pete, > > Use different names and

Re: Upper/Lower case issue

2011-07-01 Thread Mark Schonewille
Pete, Use different names and equal labels. There is NEVER a valid reason to give objects the same name. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Down

Re: Upper/Lower case issue

2011-07-01 Thread Devin Asay
Pete, Does it work to set the hilitedButton instead of the hilitedButtonName? The former uses the number of the button, I believe. Devin On Jul 1, 2011, at 5:00 PM, Pete wrote: > I have two radio buttons whose names are identical except one is in > lowercase and the other is in uppercase. The

Upper/Lower case issue

2011-07-01 Thread Pete
I have two radio buttons whose names are identical except one is in lowercase and the other is in uppercase. They are in a group which should prevent more than one of them being set. The following statement ends up setting the hilite of both buttons: set the hilitedbuttonname of *group* "xyz" to

Re: Approved!

2011-07-01 Thread Pierre Sahores
Bravo :D Le 1 juil. 2011 à 21:01, Dan Friedman a écrit : > Hey all... Apple just approved my second app, "Custom Blind Timer". It's a > timer to run your poker tournament. Like the last app, this one was also > created 100% in LiveCode. > > http://itunes.apple.com/us/app/custom-blind-timer/

Re: Enhanced QT External: Intel-Only?

2011-07-01 Thread Warren Samples
On Friday, July 01, 2011 05:17:44 PM Shao Sean wrote: > hey.. i am still on ppc.. richard, we need to ban together against the > intel heathens :P > > you can always re-compile the external to intel-only to make doubly > sure that it is, but i think the released version is universal as it >

PNGs and screenGamma

2011-07-01 Thread Devin Asay
Hi all, About a year and a half ago Scott Rossi posted this useful tip: > This might be useful for folks delivering image-heavy apps on Mac OS X 10.6 > and later... > > Apparently with Snow Leopard, Apple has changed the default gamma of the > system to 2.2 (used to be 1.8). > >

Re: Enhanced QT External: Intel-Only?

2011-07-01 Thread Shao Sean
hey.. i am still on ppc.. richard, we need to ban together against the intel heathens :P you can always re-compile the external to intel-only to make doubly sure that it is, but i think the released version is universal as it works on my G4.. __

Re: Enhanced QT External: Intel-Only?

2011-07-01 Thread stephen barncard
Everything Apple Desktop is 'Intel Only' today. PPC support is fading very fast with most other vendors. Livecode keeps it available for compiling now, but the App store is very strict about this. Runrev offers Mac PPC support for legacy, education and Richmond. :) On 1 July 2011 13:48, Jean Rio

Re: [OT] Amiga OS in 2011

2011-07-01 Thread Judy Perry
I would hardly consider graffiti an improvement... Judy On Mon, 27 Jun 2011, Bob Sneidar wrote: Let me guess, you dropped it into a toilet... OH WAIT! It wouldn't fit, now would it? LOL! Actually, I was sad to see the newton go. Apple did all the R&D, and then others came along and improved

Enhanced QT External: Intel-Only?

2011-07-01 Thread Jean Rioux
Does anyone know whether this external is "Intel-only"? I just read one LiveCode programmer's guidelines for submission to the Mac App Store (revUp issue 100), which mentioned that the app, including all its externals, must be "Intel-only". "All Mac Builds Require to be Intel Only. This means n

Re: LiveCode.tv Event - Who are the presenters

2011-07-01 Thread Mark Schonewille
I haven't got a reply yet. If you are presenting tomorrow and I don't know about it, please send me a message immediately. -- Mark > Hi, > > This is an important message. > > I haven't been in touch with Björnke the past few days and thus I don't know > who are going to present. I know of one

Re: [OT] what RGB is blue?

2011-07-01 Thread Bob Sneidar
Well that is the point I was making, but when I see how badly my mind has to misinterpret color in order to make sense of an image, I begin to doubt whether anything I see is valid or not. Bob On Jul 1, 2011, at 11:27 AM, Nonsanity wrote: > Go with the math. You can't trust your eyes. > > h

Approved!

2011-07-01 Thread Dan Friedman
Hey all... Apple just approved my second app, "Custom Blind Timer". It's a timer to run your poker tournament. Like the last app, this one was also created 100% in LiveCode. http://itunes.apple.com/us/app/custom-blind-timer/id446493355?mt=8&ls=1 -Dan _

Re: [OT] what RGB is blue?

2011-07-01 Thread Nonsanity
Go with the math. You can't trust your eyes. http://boingboing.net/2008/02/08/color-tile-optical-i.html Well, your eyes aren't really the culprit, if not color blind. We can see three color ranges at the cellular level. http://en.wikipedia.org/wiki/Cone_cell Your brain is the thing that's broke

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

2011-07-01 Thread David Glasgow
On 1 Jul 2011, at 5:29 pm, Peter Alcibiades wrote: > I do think its possible, and has actually been done successfully. The Bible > is a difficult case since we don't have value free assessments of > authorship. Consequently it is reasonable to argue that what the programs > do is successfully i

System Date/Time Format Problems

2011-07-01 Thread Pete
I'm running into some major differences in the way LC displays system date and time versus what I have set up in my OSX control panel and wondering if anyone else has run into this. This is in the context of providing my users with a preference setting for how they want dates/times displayed. Fir

Re: LiveCode development for Android - compatible controls

2011-07-01 Thread J. Landman Gay
On 7/1/11 11:43 AM, Mark Stuart wrote: In the option button, I created a menuPick script and tested it on the Android emulator. The script wouldn't fire. I then changed to a mouseUp script in the button and that didn't fire either. Option buttons don't exist on Android. The usual interface for

Re: Font Problem

2011-07-01 Thread Bob Sneidar
Good point. Missed that in the original email. Bob On Jul 1, 2011, at 9:40 AM, Marty Knapp wrote: > But if there was an id conflict why would the font work in their email > program, word processor, etc, but not in my app? They do get a font - it's > not blank. If anyone is getting an error r

LiveCode development for Android - compatible controls

2011-07-01 Thread Mark Stuart
Hi All, I'm having a go at developing for the Android platform, and doing this on WinXP, using LC v4.6.2. I've gone thru the "Hello World" lesson on the runrev site - it worked fine in the IDE and emulator. Now as I continue the discovery period, I'm trying to find which controls work on Android.

Re: Font Problem

2011-07-01 Thread Marty Knapp
But if there was an id conflict why would the font work in their email program, word processor, etc, but not in my app? They do get a font - it's not blank. If anyone is getting an error report (other than the font is missing) they have not reported it to me. Marty I am going to say that ther

Re: Inserting text into a field

2011-07-01 Thread Ronald Zellner
This may be over-kill, but it works. Script on the text field: on selectionChanged --set variable for insertion point global insertPoint put word 2 of the selectedChunk into insertPoint end selectionChanged Script on Combo box: on menuPick pItemName global insertPoint switch pIte

Re: Font Problem

2011-07-01 Thread Bob Sneidar
I am going to say that there is a conflict with another font id. A lot of Mac users have damaged fonts and don't know it. Do they get another font besides the one they installer, or do they get nothing at all? What is their software or os reporting? Bob On Jul 1, 2011, at 8:58 AM, Marty Knap

Re: [OT] what RGB is blue?

2011-07-01 Thread Bob Sneidar
This brings up an interesting point about color that has long interested me. Given that we see all the frequencies of light in the visible spectrum, why would we see distinct colors? For instance, why in a rainbow is there a blue band and then a green band? While we can in fact see colors in b

Font Problem

2011-07-01 Thread Marty Knapp
I have a Mac only LiveCode standalone that requires a custom symbol font (yes, it's licensed). I use revFontLoad to put it into use. This works great on my 3 Macs and 90% of my users. The other 10% report that that it does not load. After I run revFontLoad I check the fontnames to see if the f

Re: what RGB is blue?

2011-07-01 Thread Mark Schonewille
Geoff, No, because HSV is just a different represenation of RGB and in RGB there's only one single white point and only one single black point while in HSV there's a completely white line and a completely black plain (a little bit of white is still white and very bright black is still black). F

Re: what RGB is blue?

2011-07-01 Thread Bob Sneidar
Well remember that we perceive color in reference to the colors around it. What he might pick on a color wheel might not seem all that blue when it is by itself or nearby other colors. Bob On Jul 1, 2011, at 2:55 AM, Keith Clarke wrote: > Hi Tiemo, > Not a colour expert but it's an interesti

Re: what RGB is blue?

2011-07-01 Thread Bob Sneidar
It would have to be higher that both the first two by a significant margin. Arbitrarily I would say if higher by a factor of 3, but if there is any standard about this I don't know it. Bob On Jul 1, 2011, at 2:44 AM, Terry Judd wrote: > I think if the blue value is the largest of the 3 value

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

2011-07-01 Thread Bob Sneidar
I'm busted! Does this mean I have to go back to Las Vegas? Bob On Jul 1, 2011, at 6:14 AM, Dave Cragg wrote: > > On 30 Jun 2011, at 23:42, Bob Sneidar wrote: > >> Since the subject was broached using textual analysis > >> Software cannot fix that. > > Well, I just put your text through my

Re: why does lock screen doesn't locks the screen?

2011-07-01 Thread Nonsanity
"lock screen" only locks the window contents, not the whole screen (despite the name) and never the cursor. The cursor belongs to the user and lives above the screen. But you can "lock cursor" to keep in in the shape that you want. I can't get "set cursor to none" to hide the cursor here, so there

Re: what RGB is blue?

2011-07-01 Thread Geoff Canyon Rev
I guess I'm playing devil's advocate, but if you were testing for "blue"-ness, wouldn't you convert to HSV and compare the H, regardless of S or V? gc On Fri, Jul 1, 2011 at 4:52 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Tiemo, > > The distance between any colour (1) and

How to set-up Chatrev server on Linux / on-rev?

2011-07-01 Thread Keith Clarke
Hi folks, I think the title says it all - I want to attempt to configure a Chatrev server on Linux - either on my Linux VPS or my on-rev account. Are there any set-up or admin docs or posts around, as I can't find anything in the list archives or via Google? I've downloaded the server stack fro

LiveCode.tv Event - Who are the presenters

2011-07-01 Thread Mark Schonewille
Hi, This is an important message. I haven't been in touch with Björnke the past few days and thus I don't know who are going to present. I know of one person that he will do a presentation, but now I don't know who is the other person. If you are presenting tomorrow, please send me a message a

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

2011-07-01 Thread Dave Cragg
On 30 Jun 2011, at 23:42, Bob Sneidar wrote: > Since the subject was broached using textual analysis > Software cannot fix that. Well, I just put your text through my analogue software text analyzer, at it says there's a 96.2% chance it was written by Elvis. That sounds pretty convincing to

AW: what RGB is blue?

2011-07-01 Thread Tiemo Hollmann TB
Mark, you made my day! With this approach I even don't need to take the mousecolor anymore. I can just go with my blue and the threshold. Thanks, Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von

AW: what RGB is blue?

2011-07-01 Thread Tiemo Hollmann TB
Thank you Mark, for your profound advice. It sounds just as what I was looking for. I will give it a try Thanks Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Mark Schonewille > Gesendet: Freit

Re: what RGB is blue?

2011-07-01 Thread Keith Clarke
Hi Tiemo, Not a colour expert but it's an interesting problem - especially as 'blueness' may be subjective. I visualise RGB values correlating with x, y, and z axis values of a colour 'sphere' where the origin is black and the surface, at cube-root(r-cubed + g-cubed + b-cubed) where r, g and b

Re: what RGB is blue?

2011-07-01 Thread Mark Schonewille
Tiemo, The distance between any colour (1) and a colour chosen by you (2; e.g. r=0, g=0, b=255) can be calculated as sqrt((r1-r2)^2+(g1-g2)^2+(b1-b2)^2) <= T where T is a threshold between 0 and 442 set by you. Change the colour of the background pixel whenever the distance between the colour

Re: what RGB is blue?

2011-07-01 Thread Terry Judd
I think if the blue value is the largest of the 3 values then the colour will always be a blue of sorts. Terry... On 01/07/2011 07:39 PM, "Tiemo Hollmann TB" wrote: > Hello, > > I am taking the mousecolor at different points from an image by script (not > by clicking). I would like to analyse

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

2011-07-01 Thread Terry Judd
On 01/07/2011 05:27 PM, "Peter Alcibiades" wrote: > > The case which I'm looking to apply this to is a bit more like the literary > case. There a number of texts of which the authorship is definitely known > and not subject to dispute. There is then one text whose authorship is > unknown. The

what RGB is blue?

2011-07-01 Thread Tiemo Hollmann TB
Hello, I am taking the mousecolor at different points from an image by script (not by clicking). I would like to analyse if the color I've taken is a "kind of blue", or another color. I want to change the backgroundcolor of an image. The background is always blue, but different blues and changing

AW: why does lock screen doesn't locks the screen?

2011-07-01 Thread Tiemo Hollmann TB
Hi Dick, yes it's the same in a standalone using both set the cursor to none and lock screen Thanks Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Dick Kriesel > Gesendet: Freitag, 1. Juli 2011

Re: why does lock screen doesn't locks the screen?

2011-07-01 Thread Dick Kriesel
Hi, Tiemo. Does it happen in a standalone? from the dictionary: Note: When using script debug mode, the screen cannot be locked and the lock screen command has no effect. -- Dick On Jul 1, 2011, at 1:14 AM, Tiemo Hollmann TB wrote: > Hello, > > In a function I set the screenMouseLoc to fou

AW: why does lock screen doesn't locks the screen?

2011-07-01 Thread Tiemo Hollmann TB
Hi Shao, I've tried to set the cursor to none (hide it), but it seems to have no effect. Everytime I set the mouseloc, the cursor is shown. Thanks Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von

Re: why does lock screen doesn't locks the screen?

2011-07-01 Thread Shao Sean
hide the cursor ? ___ 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/use-livecode

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

2011-07-01 Thread Richmond Mathewson
On 07/01/2011 10:27 AM, Peter Alcibiades wrote: I do think its possible, and has actually been done successfully. The Bible is a difficult case since we don't have value free assessments of authorship. Consequently it is reasonable to argue that what the programs do is successfully implement th

why does lock screen doesn't locks the screen?

2011-07-01 Thread Tiemo Hollmann TB
Hello, In a function I set the screenMouseLoc to four different locations on an image to get the mousecolor of these four locations. I have set the screen lock at the beginning of the function, but the cursor is flickering at all four locations, so obviously the screen is redrawn everytime I set

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

2011-07-01 Thread Peter Alcibiades
I do think its possible, and has actually been done successfully. The Bible is a difficult case since we don't have value free assessments of authorship. Consequently it is reasonable to argue that what the programs do is successfully implement the prejudices of their authors. However, when we