Re: Dictionary bug

2012-09-17 Thread Kay C Lan
I'll take that back. Most Functions that have multi-line entries seem to have been concatenated. On Mon, Sep 17, 2012 at 2:02 PM, Kay C Lan lan.kc.macm...@gmail.com wrote: OK, for base64Decode I see that, but for many others, like 'switch' I see multiple lines all nicely spaced. On Mon, Sep

Is this POST and httpHeaders script syntax correct?

2012-09-17 Thread Keith Clarke
Hi folks, I'm trying to post a soap login message to a web service and I'm getting no response at all. I can prove the call using SOAPClient. So, as this is my first experiment with posting to a server, I suspect my 'POST' button script. Any clues? on mouseUp --prepare for the response

Re: 5.5.2 Linux display bug?

2012-09-17 Thread Roger Eller
On Mon, Sep 17, 2012 at 12:05 AM, Richard Gaskin wrote: Warren Samples wrote: I find that the the blinking insertion cursor is not displayed in Livecode 5.5.2 in the IDE, and carrying over through a standalone. Confirmed here in LC 5.5.2 with Ubuntu 12.04. Too bad. I was looking

Re: 5.5.2 Linux display bug?

2012-09-17 Thread Warren Samples
On 09/16/2012 10:21 PM, Warren Samples wrote: Hello, I find that the the blinking insertion cursor is not displayed in Livecode 5.5.2 in the IDE, and carrying over through a standalone. This happens running openSUSE 12.1, KDE and Mint 9, Gnome. Toggling desktop effects in SUSE makes no

Graphic Effects: Defaults

2012-09-17 Thread Richmond
Well, whoever heard of an Outer Glow that was BLACK? As I find myself repeatedly using Outer Glow set at white, and seem to spent far too long setting the colour for every object from the default black to white I wonder if there is not a way to set the defaults of the Graphic effects: Drop

Re: Graphic Effects: Defaults

2012-09-17 Thread Roger Eller
set the outerglow[color] of templateGraphic to 255,0,0 -- any color Then create a new graphic. ~Roger On Mon, Sep 17, 2012 at 10:38 AM, Richmond richmondmathew...@gmail.comwrote: Well, whoever heard of an Outer Glow that was BLACK? As I find myself repeatedly using Outer Glow set at white,

Re: Graphic Effects: Defaults

2012-09-17 Thread Richmond
On 09/17/2012 05:54 PM, Roger Eller wrote: set the outerglow[color] of templateGraphic to 255,0,0 -- any color Then create a new graphic. ~Roger That's great: I'd forgotten about 'templateGraphic' - No, I hadn't, that's a lie - I didn't know about it. Richmond.

Re: Graphic Effects: Defaults

2012-09-17 Thread Richmond
On 09/17/2012 05:54 PM, Roger Eller wrote: set the outerglow[color] of templateGraphic to 255,0,0 The only problem is that that doesn't work: Livecode 4.5, Xubuntu 12.04. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Graphic Effects: Defaults

2012-09-17 Thread Roger Eller
On Mon, Sep 17, 2012 at 11:06 AM, Richmond wrote: On 09/17/2012 05:54 PM, Roger Eller wrote: set the outerglow[color] of templateGraphic to 255,0,0 -- any color Then create a new graphic. ~Roger That's great: I'd forgotten about 'templateGraphic' - No, I hadn't, that's a lie - I didn't

Re: Graphic Effects: Defaults

2012-09-17 Thread Roger Eller
On Mon, Sep 17, 2012 at 11:10 AM, Richmond wrote: On 09/17/2012 05:54 PM, Roger Eller wrote: set the outerglow[color] of templateGraphic to 255,0,0 The only problem is that that doesn't work: Livecode 4.5, Xubuntu 12.04. It worked in 5.5.1 on OS X Lion. The dictionary says

Re: Graphic Effects: Defaults

2012-09-17 Thread Richmond
On 09/17/2012 06:16 PM, Roger Eller wrote: On Mon, Sep 17, 2012 at 11:10 AM, Richmond wrote: On 09/17/2012 05:54 PM, Roger Eller wrote: set the outerglow[color] of templateGraphic to 255,0,0 The only problem is that that doesn't work: Livecode 4.5, Xubuntu 12.04. It worked in 5.5.1 on

SQL question

2012-09-17 Thread Klaus on-rev
Hi friends, I know that we can use WILDCARDS in database searches with LIKE ... SELECT * FROM Persons WHERE City LIKE 'sa%' ... I am wondering if it is possible to search the complete table instead of a particular column. Know what I mean? Like this pseudocode: ... SELECT * FROM Persons WHERE

RE:iPad Blues Using Tab Style

2012-09-17 Thread Nigel Soden
Hi All Been playing around with LC code for the last 3/4 months in the evenings and weekends. So far I've been enjoying myself with it. Over the weekend I thought I would try put the Mobile side of LC to use and so I proceeded to create a little app with a couple of fields, when I run on the

Re: SQL question

2012-09-17 Thread Mark Schonewille
Hi Klaus, The easy way to do this is to retrieve all column names, use a script (PHP or LiveCode) to create the syntax for searching all columns with OR statements and use another statement to retrieve the data with your now dynamic SQL syntax. MySQL has no built-in way to do this. -- Best

Re: Skanky ways to play MP3 on Windows XP

2012-09-17 Thread Bob Sneidar
Is it the copy in the clipboard that leads you to believe there are 2 copies? I wonder if that is an LC clipboard thing, or even a Microsoft Compatibility thing? Bob On Sep 14, 2012, at 6:20 PM, stephen barncard wrote: It's not looking like double-byte Unicode to me. What shows up is the

Re: SQL question

2012-09-17 Thread Klaus on-rev
Hi Mark, Am 17.09.2012 um 18:25 schrieb Mark Schonewille m.schonewi...@economy-x-talk.com: Hi Klaus, The easy way to do this is to retrieve all column names, use a script (PHP or LiveCode) to create the syntax for searching all columns with OR statements and use another statement to

Re: Dictionary bug

2012-09-17 Thread Bob Sneidar
What's worse is that the American Technical Terms may mean entirely different things to the Scotts. Wars have started over less. ;-) Bob On Sep 16, 2012, at 7:25 PM, J. Landman Gay wrote: I hope the Scotts understand these American technical terms. :)

Re: Dictionary bug

2012-09-17 Thread Bob Sneidar
Uh uh! Mike started it! On Sep 16, 2012, at 7:43 PM, Mike Bonner wrote: Um.. Nothin! insert innocent whistling here On Sun, Sep 16, 2012 at 8:42 PM, stephen barncard stephenrevoluti...@barncard.com wrote: What the hell is going on here?

[OT] Batch Image converter for Linux

2012-09-17 Thread Richmond
Useful thing: http://www.ubuntugeek.com/converseen-the-batch-image-converter-and-resizer.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Dictionary bug

2012-09-17 Thread Richmond
On 09/17/2012 07:33 PM, Bob Sneidar wrote: What's worse is that the American Technical Terms may mean entirely different things to the Scotts. Wars have started over less. ;-) Who are the Scotts? Maybe a family who live down your way? Bob On Sep 16, 2012, at 7:25 PM, J. Landman Gay wrote:

Re: SQL question

2012-09-17 Thread Mike Bonner
Might look here. http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=103033 Theres an example for locating an exact match that is simple, another example that uses like, but not sure you'd want to mess with it. (seems to be a convoluted way to use 'or') I also found this, --select * from contacts

Re: datagrid weirdness

2012-09-17 Thread Bob Sneidar
The labels do not matter. They can differ from the actual column names. What matters is the dgprop[columns]. Changing the labels is dgprop[column labels]. Bob On Sep 16, 2012, at 4:27 PM, Dr. Hawkins wrote: I'm working with datagrids to figure them out, and am seeing what seems to be

Re: Dictionary bug

2012-09-17 Thread Mike Bonner
No, thats the Jones family. I'm always trying to keep up with them. On Mon, Sep 17, 2012 at 10:35 AM, Richmond richmondmathew...@gmail.comwrote: On 09/17/2012 07:33 PM, Bob Sneidar wrote: What's worse is that the American Technical Terms may mean entirely different things to the Scotts. Wars

Re: SQL question

2012-09-17 Thread Peter Haworth
Hi Klaus, Don't think you cand o that with standard SQL tables. You can do it with SQLite Full TExt Search tables It could also be done with standard tables as follows. Set up an index table with columns named table, text, and key. In your example, every time your Persons table is updated, you

Re: Dictionary bug

2012-09-17 Thread Richmond
On 09/17/2012 07:41 PM, Mike Bonner wrote: No, thats the Jones family. I'm always trying to keep up with them. They must be Welsh, or, perhaps Welch :) On Mon, Sep 17, 2012 at 10:35 AM, Richmond richmondmathew...@gmail.comwrote: On 09/17/2012 07:33 PM, Bob Sneidar wrote: What's worse is

Re: Dictionary bug

2012-09-17 Thread Mike Bonner
Words are amazing things. Did you know the alternate meaning of the word This? As defined by bugs bunny: You do realize, THIS, means war.. On Mon, Sep 17, 2012 at 10:42 AM, Richmond richmondmathew...@gmail.comwrote: On 09/17/2012 07:41 PM, Mike Bonner wrote: No, thats the Jones family. I'm

Re: 5.5.2 Linux display bug?

2012-09-17 Thread Mark Wieder
Warren Samples warren@... writes: Thank you Richard and Roger. I have filed a bug report, 10393 Confirmed here on Fedora Core 16 as well, and comment added to the bug report. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list

Re: SQL question

2012-09-17 Thread Klaus on-rev
Hi Mike, Am 17.09.2012 um 18:38 schrieb Mike Bonner bonnm...@gmail.com: Might look here. http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=103033 Theres an example for locating an exact match that is simple, another example that uses like, but not sure you'd want to mess with it. (seems to

Re: SQL question

2012-09-17 Thread Klaus on-rev
Hi Pete, Am 17.09.2012 um 18:41 schrieb Peter Haworth p...@lcsql.com: Hi Klaus, ... SELECT * FROM Index WHERE Table='Persons AND Text LIKE 'sa%' JOIN Persons on Person.PrimaryKeyname=Index.Key If you are using SQLite, your could use Triggers to keep the Index Table up to date with any

Re: SQL question

2012-09-17 Thread Bob Sneidar
Peters way seems like it would be quicker, although more work to implement, because it keeps an index of the columns you want to search for up to date. For a large table this would be the way to go. For a smaller dataset, you could probably get away with Mike's solution of using the concat()

Re: Dictionary bug

2012-09-17 Thread Richmond
On 09/17/2012 07:46 PM, Mike Bonner wrote: Words are amazing things. Did you know the alternate meaning of the word This? As defined by bugs bunny: You do realize, THIS, means war.. And why would I trust a cony? On Mon, Sep 17, 2012 at 10:42 AM, Richmond richmondmathew...@gmail.comwrote:

How to copy and paste in iOS

2012-09-17 Thread gwendalwood
The dictionary shows that copypaste is not available in iOS, but does someone have a workaround? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Graphic Effects: Defaults

2012-09-17 Thread Richmond
On 17/09/2012 18:16, Roger Eller wrote: On Mon, Sep 17, 2012 at 11:10 AM, Richmond wrote: On 09/17/2012 05:54 PM, Roger Eller wrote: set the outerglow[color] of templateGraphic to 255,0,0 The only problem is that that doesn't work: Livecode 4.5, Xubuntu 12.04. Not working with

Re: How to copy and paste in iOS

2012-09-17 Thread Guglielmo Braguglia
Hi, you can't copypaste from script, but the user can do if you use native controls. Guglielmo On 17.09.2012 20:20, gwendalw...@cox.net wrote: The dictionary shows that copypaste is not available in iOS, but does someone have a workaround? ___

Re: Dictionary bug

2012-09-17 Thread Mike Bonner
Because they're land owners. Its their island. On Mon, Sep 17, 2012 at 11:40 AM, Richmond richmondmathew...@gmail.comwrote: On 09/17/2012 07:46 PM, Mike Bonner wrote: Words are amazing things. Did you know the alternate meaning of the word This? As defined by bugs bunny: You do realize,

Setting a local certificate for HTTPS

2012-09-17 Thread Keith Clarke
Hi Folks, Thanks for the off-list advice concerning my question 'Is this POST and httpHeaders script syntax correct?' After making some tweaks and adding some transaction logging, via libURLSetLogField, I now know why the server was ignoring me - it can't see my local certificate for SSL

Re: Skanky ways to play MP3 on Windows XP

2012-09-17 Thread stephen barncard
Why would the byte count of the data in memory change with LC versions? It looks like unintended, hidden memory bloat to me. A bug. What leads me to believe is that I've seen it and share it with you now! 1. I made a test stack to show the contents of the clipboard keys, you can see the previous

iTunes Connect Error

2012-09-17 Thread Dan Friedman
I got a error/warning with I submitted my app today. Anyone ever get this: The app references non-public selectors in appName.app/appName: recurrenceRule, setRecurrenceRule: I got the Waiting For Review message and eMail. So, it appears that it went through and did upload. Anyone

iOS/LC5.2.2 UIWebView?

2012-09-17 Thread Rick Harrison
Hi there, Has anyone gotten iOS UIWebView under LC 5.5.2 to work? I've been through the archives and tried the lesson example and even the lesson example doesn't work! Suggestions? Thanks, Rick ___ use-livecode mailing list

Re: iTunes Connect Error

2012-09-17 Thread Matthias Rebbe
Hi Dan, there was a similar question in the dev list today. It seems, that this error can be ignored. I hope it is okay that i attach the discussion from the dev list for your info. Regards Matthias -- Am 17.09.2012 um 18:59 schrieb Andrew Henshaw hens...@me.com: I had the warning too

Re: How to copy and paste in iOS

2012-09-17 Thread Thomas McGrath III
Something like: Two hidden buttons that appear when hovering over a field. Button Copy global gCopy on myCopy put the name of the target into tTemp put the text of field tTemp into gCopy end myCopy Button Paste global gCopy on myPaste if gCopy is not then put gCopy into field tTarget end if

Oval Bug in iOS?

2012-09-17 Thread Roger Guay
Greetings! If you grow an oval with a repeat loop that incrementally increases its width and height, it works fine in the IDE and standalone Mac app. But, if you run the same code in the iOS simulator or an iPad, there is a small sector missing at 3 o'clock. It looks like the oval has settings

External ways of playing MP3 on XP

2012-09-17 Thread Ben Rubinstein
(restating the question from previous thread which has drifted) Are there any 'external' ways for an LC stack to cause the playing of an MP3 file on Windows XP, without using the native LiveCode facilities? Either using an external, or a shell call, or something like that? Any advice

Re: External ways of playing MP3 on XP

2012-09-17 Thread Alex Shaw
Hi Ben I have used SOX successfully to play record sound on XP machines without quicktime. http://sox.sourceforge.net/ regards alex On 18/09/12 8:20 AM, Ben Rubinstein wrote: (restating the question from previous thread which has drifted) Are there any 'external' ways for an LC stack to

Need suggestions: very start of a stack revision system.

2012-09-17 Thread Mike Bonner
I've just started work on what I hope will be a useful plugin, but I tend to get lost in the details and add to that, my design skills are non-existant. Currently the stack will Insert its script into front -- to catch open and close stack messages (it will remove itself when the stack is closed)

Re: Need suggestions: very start of a stack revision system.

2012-09-17 Thread Peter Haworth
Sounds interesting Mike. One thing to watch out for, as I found out with my lcStackBrowser plugin, if a stack is closed and removed from memory, you don;t get a closeStack message because apparently the IDE locks messages when handling that function. Don't remember who it was that revealed that

Re: Need suggestions: very start of a stack revision system.

2012-09-17 Thread Mike Bonner
Thanks very much for the revIDEHandleObjectDeleted pointer. Do you mind if I look at your frontscript to see how you did some thing? Just downloaded the trial and can see that script but don't want to start digging without your ok. And yes, my code is bagworthy. Possibly a doublebagger.

Re: iOS/LC5.2.2 UIWebView?

2012-09-17 Thread Charles E Buchwald
Hi Rick, I just completed an iPad project using scroller controls and a player control. I experimented a bit with the browser control without much luck... I assumed I was missing some important parameter. Are you using the mobileControl... variations or the mostly decremented iphoneControl...