Re: Keyboard Shortcuts in Menus

2014-11-12 Thread Graham Samuel
Hi - I’ve searched recent activity on the list but I haven’t been able to find any reference to this issue apart from my own input, and in the QCC all I can see is a specific reference to a fault in the ‘Quit’ command in the IDE. Can someone please point me at a more comprehensive description

Re: Keyboard Shortcuts in Menus

2014-11-12 Thread Jacques Hausser
Hi Graham, see bug 13836 (fixed - avaiting built) and the discussion there. Jacques Le 12 nov. 2014 à 11:03, Graham Samuel livf...@mac.com a écrit : Hi - I’ve searched recent activity on the list but I haven’t been able to find any reference to this issue apart from my own input, and in

RELEASE LiveCode 6.7.1 RC2

2014-11-12 Thread Benjamin Beaumont
Dear List Members, We're pleased to announce the release of LiveCode 6.7.1 RC2. This is a maintenance release focusing on bug fixes and refinement. *Release Contents* This release contains 27 bug fixes. Most notable are the issues relating to menus and shortcuts which have now been resolved on

Re: Keyboard Shortcuts in Menus

2014-11-12 Thread Graham Samuel
Thanks - I see that 6.7.1 is addressing these issues, but I need them on LC7 because I’m dipping my toe into Unicode. I’m hoping it’s only a day or so away… Graham On 12 Nov 2014, at 10:13, Jacques Hausser jacques.haus...@unil.ch wrote: Hi Graham, see bug 13836 (fixed - avaiting built)

Re: hair-pulling frustration

2014-11-12 Thread Mark Schonewille
I agree. I have always felt that RunRev should occasionally hire one or two people for beta-testing. They could test new releases before they are labelled pre-release. This would cost only a little money and safe hundreds, if not thousands of people lots of frustrations. -- Best regards,

Re: hair-pulling frustration

2014-11-12 Thread Mark Schonewille
Jacque, I teach a class for free and if one student doesn't understand one word, I spend some extra time with that student to make sure he or she understands it. If I didn't do this, I would lose the students one by one and in the end I'd be the only one understanding the lesson. So, I guess

Re: hair-pulling frustration

2014-11-12 Thread Dr. Hawkins
On Tue, Nov 11, 2014 at 11:15 PM, J. Landman Gay jac...@hyperactivesw.com wrote: An unresponsive IDE was mentioned. The editor and the IDE can both become frozen if you are debugging and you try to do something else without exiting debug mode. Not only can you not type into the editor, which

Re: hair-pulling frustration

2014-11-12 Thread Richmond
On 11/12/2014 04:25 PM, Mark Schonewille wrote: Jacque, I teach a class for free and if one student doesn't understand one word, I spend some extra time with that student to make sure he or she understands it. If I didn't do this, I would lose the students one by one and in the end I'd be

revExecuteSQL Security

2014-11-12 Thread Dan Friedman
Does anyone know what is going on in the background of LiveCode's revExecuteSQL command (and related commands: revOpenDatabase revDataFromQuery, etc)? Are there any security features available? Is it safe to use these calls (read and write) to a server-side database in a commercially released

Re: BBEdit Language Module for LiveCode

2014-11-12 Thread Bob Sneidar
I am uncertain how this helps me code in Livecode. Am I missing something? I downloaded TextMate and the bundles and installed the bundles, but I do not see anything for Livecode. Is this just for RevIgniter? Bob S On Nov 11, 2014, at 08:24 , Martin Koob

Re: New SQLite binary option

2014-11-12 Thread Peter Haworth
Thanks Kay. I reported this as a bug but turns out to be a misunderstanding on the use of revDatabaseColumnNamed. Courtesy of Mark Waddingham, it turns out that if you are getting binary data from the cursor, you need to use the form of revDatabaseColumnNamed that includes the destination

Re: revExecuteSQL Security

2014-11-12 Thread Peter Haworth
Hi Dan, For any calls that access a remote database, you should use the form that includes :1, :2, etc in the SQL statement and variable name(s) to supply the values for those placeholders. That protects against SQL injection attacks and also removes the need to escape quote characters in your

Re: test

2014-11-12 Thread Bob Sneidar
Sorry I didn’t get this. :-P Bob S On Nov 11, 2014, at 09:58 , Richard Gaskin ambassa...@fourthworld.com wrote: No posts here since last night; unusual, so just making sure the system isn't down. ___ use-livecode mailing list

RELEASE LiveCode 7.0.1 RC2

2014-11-12 Thread Benjamin Beaumont
Dear List Members, We're pleased to announce the release of LiveCode 7.0.1 RC2. This is a maintenance release focusing on bug fixes and refinement. *Release Contents* This release contains 49 bug fixes. Most notable are the issues relating to menus and shortcuts which have now been resolved on

sound recording 6.7 and 7.0

2014-11-12 Thread Serge Brami
since LC6.7 all my scripts using record sound doesnt work any more I work on a mac pro and yosemite i have tried setting the dontuseqt prop to false but it is the same recording is impossible if i go back to lc 6..6 everything is ok recording sound is a main key of my app so for me it is a

Re: Keyboard Shortcuts in Menus

2014-11-12 Thread Bob Sneidar
Looks like, from playing with the Menu Builder that whatever key the precedes will be the hotkey in Windows. Of course, it needs to be unique for that menu button. If that is not working (by holding the Alt button and typing the key) then that is probably some kind of bug, unless you have

Re: Keyboard Shortcuts in Menus

2014-11-12 Thread Bob Sneidar
I vill check out the link vich you posted to see vhat you speak of. :-) Bob S On Nov 12, 2014, at 02:13 , Jacques Hausser jacques.haus...@unil.chmailto:jacques.haus...@unil.ch wrote: Hi Graham, see bug 13836 (fixed - avaiting built) and the discussion there. Jacques

Re: hair-pulling frustration

2014-11-12 Thread Bob Sneidar
Let me just say that for some folks who do not have enough time to report bugs, they certainly have found an abundance of time to post their frustrations to this list! Just sayin’. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: revExecuteSQL Security

2014-11-12 Thread Bob Sneidar
Use encryption when setting up your database connection. Bob S On Nov 12, 2014, at 07:29 , Dan Friedman d...@clearvisiontech.com wrote: Does anyone know what is going on in the background of LiveCode's revExecuteSQL command (and related commands: revOpenDatabase revDataFromQuery, etc)?

Re: hair-pulling frustration

2014-11-12 Thread Richmond
On 12/11/14 19:50, Bob Sneidar wrote: Let me just say that for some folks who do not have enough time to report bugs, they certainly have found an abundance of time to post their frustrations to this list! Just sayin’. Bob S ___ Ooo! Bi*chy :)

Re: hair-pulling frustration

2014-11-12 Thread Peter Haworth
On Tue, Nov 11, 2014 at 3:13 PM, Dr. Hawkins doch...@gmail.com wrote: SELECT * FROM sometable; worked before the change with SQLite. Now, it is necessary to remove the semicolon. I just tried this using LC 5.5.4 (prior to the SQLite library change) and LC 6.6.2 (after the SQLite library

Re: hair-pulling frustration

2014-11-12 Thread Peter Haworth
Can't quite agree with that simplistic analysis. There are many Commercial users who test the dp and rc releases, especially if they contain fixes for bugs they reported. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin

Re: sound recording 6.7 and 7.0

2014-11-12 Thread Devin Asay
On Nov 12, 2014, at 10:12 AM, Serge Brami brami.se...@gmail.com wrote: since LC6.7 all my scripts using record sound doesnt work any more I work on a mac pro and yosemite i have tried setting the dontuseqt prop to false but it is the same recording is impossible if i go back to lc 6..6

Re: hair-pulling frustration

2014-11-12 Thread Geoff Canyon
On Wed, Nov 12, 2014 at 11:50 AM, Bob Sneidar bobsnei...@iotecdigital.com wrote: Let me just say that for some folks who do not have enough time to report bugs, they certainly have found an abundance of time to post their frustrations to this list! Just sayin’. It takes far less time to send

Re: hair-pulling frustration

2014-11-12 Thread Richard Gaskin
Geoff Canyon wrote: It takes far less time to send an email than it does to file a bug. If you just want to type, the difference is negligible. If you want to actually see the bug fixed, the ROI for filing a bug report is much higher. ;) -- Richard Gaskin LiveCode Community Manager

Datagrid : showing a row by auto scrolling

2014-11-12 Thread Glen Bojsza
I guess the title is hard to describe what I am trying to do. Assume a user makes a selection by selecting a choice in a drop down list. Based on the selection the associated line in the datagrid is located. But the datagrid has 100+ lines and only shows 12 lines at a time unless scrolled and

Re: revExecuteSQL Security

2014-11-12 Thread Mark Wieder
Dan- Wednesday, November 12, 2014, 7:29:06 AM, you wrote: Is it safe to use these calls (read and write) to a server-side database in a commercially released app? No. Or, is it just really intended for local databases? That's more the case. Any database worth talking about will

externals for mac

2014-11-12 Thread François Chaplais
I repost this forum post which has no answer at this time: I am interested in building externals for the mac. Since the switch to a more cocoa friendly version of livecode, has the externals SDK been updated (I mean desktop, not iOS)? I specifically need 64 bit support for scientific

Re: externals for mac

2014-11-12 Thread Monte Goulding
On 13 Nov 2014, at 3:50 pm, François Chaplais francois.chapl...@mines-paristech.fr wrote: I repost this forum post which has no answer at this time: I am interested in building externals for the mac. Since the switch to a more cocoa friendly version of livecode, has the externals SDK been

Re: externals for mac

2014-11-12 Thread François Chaplais
Thanks Monte. I cross my fingers. Le 13 nov. 2014 à 05:58, Monte Goulding mo...@sweattechnologies.com a écrit : On 13 Nov 2014, at 3:50 pm, François Chaplais francois.chapl...@mines-paristech.fr wrote: I repost this forum post which has no answer at this time: I am interested in

Re: sound recording 6.7 and 7.0

2014-11-12 Thread Serge .Brami
yes QT still come with yosemite I hope LC is working on the problem any feed back of them ?? Le 12 nov. 2014 à 21:40, Devin Asay devin_a...@byu.edu a écrit : On Nov 12, 2014, at 10:12 AM, Serge Brami brami.se...@gmail.com wrote: since LC6.7 all my scripts using record sound doesnt work

Re: hair-pulling frustration

2014-11-12 Thread Geoff Canyon
Any positive value is higher than zero, so sure. I'm just expressing frustration about barriers to reporting bugs. For example, a login is required to file a bug, and the bug submission form all but requires an example stack. I understand the desire to get clear, actionable bug reports, and I

Re: hair-pulling frustration

2014-11-12 Thread Richmond
WINE has an interesting release model: https://www.winehq.org/ Every 2 weeks, dead on time, they release another beta version, and whenever (and 'whenever' can mean anything between 2 weeks to 2 years) they release a stable version. The beta versions are labelled like this: 1.7.1, 1.7.2 and