Re: ASK dialog box

2015-11-25 Thread Peter M. Brigham
If something is entered and the field contains text and the user clicked "OK" then it = and the result = empty if user enters text then clicks "cancel" then it = empty and the result = "cancel" if user doesn't enter text and the field is empty and then clicks "OK" then it = empty and

Re: iPad Pro icons and launch file

2015-11-25 Thread Alain Vezina
Hi Colin, You were right. I submited a new release of one of my Pad app and now it is waiting for review. Thanks a lot Alain Vezina Logilangue www.logilangue.com Le 2015-11-25 à 09:03, Alain Vezina a écrit : > Thank you Colin and Nell. > I will submit my new

Re: ASK dialog box

2015-11-25 Thread Lyn Teyla
Hi Randy, As Klaus mentioned, when the 'Cancel' button is pressed, not only is "it" set to empty, but "the result" is also set to "Cancel". If the user leaves the dialog blank by pressed 'OK', then both "it" and "the result" are set to empty. - on mouseUp ask "Are you a bunny?" if

Re: ASK dialog box

2015-11-25 Thread Peter Haworth
if the result is "Cancel" then Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Wed, Nov 25, 2015 at 9:17 AM, Randy Hengst wrote: > Hi Klauss, > >

LiveCode Server on RHEL 5 [was: Release 8.0 DP 10]

2015-11-25 Thread Peter TB Brett
On 25/11/2015 14:58, Warren Samples wrote: On 11/25/2015 08:38 AM, Peter TB Brett wrote: Yes, the release notes appear to be inaccurate. We currently build against: * glibc 2.11 (released Nov 2009) or newer on x86 * glibc 2.13 (released Feb 2011) or newer on x86-64 I will make sure they are

Release 6.7.8 RC 4 / 7.1.1 RC 4

2015-11-25 Thread Sebastien Nouat
Dear List Members, We are pleased to announce the release of LiveCode 6.7.8 RC 4 and 7.1.1 RC 4. *Release Content* This release contains 2 regressions fixes in 6.7.8 RC 4, and 1 more in 7.1.1 RC 4 (see the Release Notes for more information). *Getting the Release* To get the release please

Re: ASK dialog box

2015-11-25 Thread Roland Huettmann
Dear Randy Maybe the obvious is sometimes not so obvious when starting. And even following the discussions on this board, with all those acronyms, many users - also me - are sometimes lost guessing around what this or that could mean. It is very simple in LiveCode catching the Ask box: The code

Re: ASK dialog box

2015-11-25 Thread Randy Hengst
Hi Klauss, Yes, I did find that Cancel put EMPTY into it. The catch is, so does selecting OK when the user leaves the dialog empty. I’d like to respond in different ways depending on the user selecting Cancel versus OK. I can’t find a way to trap for which button is pressed since in both

Re: ASK dialog box

2015-11-25 Thread Scott Rossi
Hi Randy: Klaus is right -- you should only need to test for "cancel" in the result. If you don't receive that, any other value, including empty, is a valid user choice. You probably already know you can "ask..." with a preset value, so you could also compare against an expected result.

Re: Death of the Application Browser

2015-11-25 Thread Mark Schonewille
Does this mean that it is no longer supported? Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book on the LiveCode language: http://livecodebeginner.economy-x-talk.com Op 11/25/2015 om 21:54 schreef Ali Lloyd: It was put into

Re: learning resources for kids

2015-11-25 Thread Alejandro Tejada
Hi Monte, Monte Goulding-2 wrote > One day I would love to see LiveCode listed here: > https://code.org/learn/beyond https://code.org/learn/beyond; Understanding computer programming helps a lot to gather all essential skills for workers in this 21st Century:

Re: SQLite, keep connection open or close every time?

2015-11-25 Thread Bob Sneidar
Not sure, but the help desk system Spiceworks uses sqLite. They warn that the service needs to be stopped before opening and querying the database to avoid damaging it (I think they mean the data, not the structure). I think the point is that if someone has the DB open for write when it is

Re: ico & icons file editor on Mac

2015-11-25 Thread Randy Hengst
Monte, I’ve been using this for a couple years. It hasn’t been updated to create the 180x180 size for the iOS icons, but it’s still pretty handy. https://itunes.apple.com/us/app/icons/id413612688?mt=12 be well, randy Randy Hengst

Re: Something Mark W is NOT doing

2015-11-25 Thread Richmond
On 25/11/15 20:23, Richard Gaskin wrote: Richmond wrote: > I received a very odd message today, purporting to be > from Mark Waddingham: > > good evening Richmond > > > http://[spam URL deleted] > > > Mark > mark.waddingham at yahoo.com > > > and sent from: mark.waddingham at jalehill.com > >

Re: learning resources for kids

2015-11-25 Thread Monte Goulding
> On 26 Nov 2015, at 10:46 am, Alejandro Tejada wrote: > > Why every english speaking school is not using Livecode > to introduce computer programming to their students? > WHY? :-( > [Insert here your favorite picture or video of Extreme Facepalm] Well probably because

Re: ico & icons file editor on Mac

2015-11-25 Thread Monte Goulding
Thanks Randy and Scott. Will look at these. > On 26 Nov 2015, at 11:28 am, Scott Rossi wrote: > > Can't say it's the "best", but I've been using Icon Slate for a while now > (Mac App Store). Definitely worth 5 bucks. > > Regards, > > Scott Rossi > Creative Director >

Re: SQLite, keep connection open or close every time?

2015-11-25 Thread Peter Haworth
Perfectly explained Lynn. The SQLite website is full of caveats about directly addressing SQLite dbs over a network, mainly because they use the native file system locking mechanisms which, they claim, don't work very well in a networked environment. Having said that, the SQLite website is

ico & icons file editor on Mac

2015-11-25 Thread Monte Goulding
Hi Folks It’s been a while since I needed to create an icon. What’s the best app on Mac for this at the moment? Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: ico & icons file editor on Mac

2015-11-25 Thread Scott Rossi
Can't say it's the "best", but I've been using Icon Slate for a while now (Mac App Store). Definitely worth 5 bucks. Regards, Scott Rossi Creative Director Tactile Media UX/UI Design > On Nov 25, 2015, at 4:12 PM, Monte Goulding wrote: > > Hi Folks > > It’s been a while

Setting the color of a field's border

2015-11-25 Thread Peter Haworth
I've been trying to set the border around a field to something other than its default by setting its topColor and bottomColor but didn't see the color show up. By chance, I set the borderWidth to 3 instead of the default 2 and the color showed up. Setting the borderWidth back to 2 made the color

RE: SQLite, keep connection open or close every time?

2015-11-25 Thread Lynn Fredricks
> Not sure, but the help desk system Spiceworks uses sqLite. > They warn that the service needs to be stopped before > opening and querying the database to avoid damaging it (I > think they mean the data, not the structure). I think the > point is that if someone has the DB open for write

Re: ico & icons file editor on Mac

2015-11-25 Thread Colin Holgate
That is a different need. For Mac I just paste the icon into the get info box. But regardless, using the photoshop generated icons might be best, even with an ICNS editor. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: ico & icons file editor on Mac

2015-11-25 Thread Scott Rossi
For individual files sure, but does it output multi-resource ICO or ICNS? Or is there a plugin for that? Way back, IconBuilder from Icon Factory was the go-to for this kind of thing, but it hasn't been supported for years. Regards, Scott Rossi Creative Director Tactile Media UX/UI Design >

Re: Death of the Application Browser

2015-11-25 Thread J. Landman Gay
It needs to come back. I can't work without it. Project browser is not an acceptable replacement for the kind of stacks I work with. On November 25, 2015 8:19:05 PM CST, Colin Holgate wrote: >Maybe it was there in DP9. Seems not to be there in DP10. > > >> On Nov 25,

Re: Setting the color of a field's border

2015-11-25 Thread J. Landman Gay
It's always been like that. Three-d objects need at least 3 pixels to draw the effect. If you turn off Three-d the color will show up at any border width. On November 25, 2015 6:30:23 PM CST, Peter Haworth wrote: >I've been trying to set the border around a field to something

Re: ico & icons file editor on Mac

2015-11-25 Thread Colin Holgate
One thing to watch out for, some of these icon making programs end up antialiasing the edge pixels with nothingness. That is, the edge pixels are partly transparent or blended with white. I use Photoshop for making icons, it gives hard edges, and there it a Generator feature in Photoshop, that

Re: Death of the Application Browser

2015-11-25 Thread Mark Wieder
On 11/25/2015 01:38 PM, Richmond wrote: On 25/11/15 22:54, Ali Lloyd wrote: It was put into the plugins menu in DP 9. Apologies for the lack of release note to that effect. Then why does it not show up menu/development/plugins ??? Nor in

Re: Setting the color of a field's border

2015-11-25 Thread dunbarx
Hi. I see no issue, but I was using the "borderColor" Craig Newman -Original Message- From: Peter Haworth To: How to use LiveCode Sent: Wed, Nov 25, 2015 7:32 pm Subject: Setting the color of a field's border I've been trying to

Re: Death of the Application Browser

2015-11-25 Thread Colin Holgate
Maybe it was there in DP9. Seems not to be there in DP10. > On Nov 25, 2015, at 9:10 PM, Mark Wieder wrote: > > On 11/25/2015 01:38 PM, Richmond wrote: >> On 25/11/15 22:54, Ali Lloyd wrote: >>> It was put into the plugins menu in DP 9. Apologies for the lack of >>>

Re: One Rect For All specificaiton

2015-11-25 Thread J. Landman Gay
Actually, I think what he's looking for will be in "showAll" mode. The specs he/we need are: 1. Ideal stack size for the actual stack file 2. Ideal screen ratio 3. The "target" area where controls should be located and still be visible on any device 4. The "margin" area to consider on larger

Re: Something Mark W is NOT doing

2015-11-25 Thread Colin Holgate
He posts here using m...@livecode.com , that might work. > On Nov 25, 2015, at 1:29 PM, Richmond wrote: > > On 25/11/15 20:23, Richard Gaskin wrote: >> Richmond wrote: >> > I received a very odd message today, purporting to be >> > from Mark Waddingham: >> > >> >

Re: Something Mark W is NOT doing

2015-11-25 Thread Richard Gaskin
Richmond wrote: > I received a very odd message today, purporting to be > from Mark Waddingham: > > good evening Richmond > > > http://[spam URL deleted] > > > Mark > mark.waddingham at yahoo.com > > > and sent from: mark.waddingham at jalehill.com > > which is obviously bogus. > > Mark needs to

Re: [OT] Seeking a contact in Perth, Australia

2015-11-25 Thread Monte Goulding
I would offer to be a contact but Tasmania -> Perth is like Turkey -> UK. Probably not all that helpful. Unless of course you mean Perth, Tasmania rather than Perth, Western Australia but given it’s just a small town with no University it seems unlikely ;-) All of the Aus LiveCoders I’m aware

Re: One Rect For All specificaiton

2015-11-25 Thread Colin Holgate
With showall, all of the content would appear on all screens, and extra content would appear on wider or taller screens (if you have content off the edges of the card area). Although noborder can be used to achieve the same results as showall (by dictating a maximum width or height), it can be

Re: Something Mark W is NOT doing

2015-11-25 Thread Richard Gaskin
Richmond wrote: > On 25/11/15 20:23, Richard Gaskin wrote: >> Have you considered sending an email to Mark directly? > > I am unaware of a direct e-mail for Mark. In the archives it's at the top of every post, e.g.: When

Re: Something Mark W is NOT doing

2015-11-25 Thread Richmond
On 25/11/15 20:38, Richard Gaskin wrote: Richmond wrote: > On 25/11/15 20:23, Richard Gaskin wrote: >> Have you considered sending an email to Mark directly? > > I am unaware of a direct e-mail for Mark. In the archives it's at the top of every post, e.g.:

Re: SQLite, keep connection open or close every time?

2015-11-25 Thread Bob Sneidar
A memory database won't time out and close the connection, so those you don't have to worry about closing. Also, a memory database can only be used by one person by the nature of what it is so you won't have concurrent write problems. A memory database is an exception, and for obvious reasons

Re: SQLite, keep connection open or close every time?

2015-11-25 Thread Peter Haworth
Maybe I'm missing something but I don't understand why the issue of concurrent users keeps coming up in threads about SQL dbs. There are perfectly good mechanisms built into every SQL implementation to preserve the integrity of the db, that's ACID is all about, or at least the "I" in it. They

Re: ASK dialog box

2015-11-25 Thread Randy Hengst
This is what I was looking for. And, I did read the dictionary before I wrote… but, didn’t really “see” the reference to “the result” as separate from “it.” Thanks to all. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Nov 25, 2015, at 11:40 AM, Peter Haworth

Re: Death of the Application Browser

2015-11-25 Thread Richmond
On 25/11/15 22:54, Ali Lloyd wrote: It was put into the plugins menu in DP 9. Apologies for the lack of release note to that effect. Then why does it not show up menu/development/plugins ??? Richmond. ___ use-livecode mailing list

Death of the Application Browser

2015-11-25 Thread Richmond
I see the Application Browser has been removed completely from LiveCode 8.0 DP 10. I am not happy about that as I much prefer it to the Project Browser. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Death of the Application Browser

2015-11-25 Thread Ali Lloyd
It was put into the plugins menu in DP 9. Apologies for the lack of release note to that effect. On Wed, Nov 25, 2015 at 8:42 PM Richmond wrote: > I see the Application Browser has been removed > completely from LiveCode 8.0 DP 10. > > I am not happy about that as I

Re: Nice text adventure game to learn SQL for beginners

2015-11-25 Thread Bob Sneidar
Yeah I get to the part where it starts throwing errors in german and then I'm out. Bob S > On Nov 24, 2015, at 11:04 , G.W.Gaich wrote: > > I've found a nice text adventure game to learn SQL for beginners. > Have a look at www.sql-island.de > Would be great to have

Re: [OT] Network load analysis

2015-11-25 Thread Bob Sneidar
First, if he has managed switches, he can find out which ports are generating the traffic. If he is getting traffic spikes all at once on all ports, he likely is suffering from a broadcast storm. Those are difficult to troubleshoot, but the short answer is monitor switch LED's and start

Something Mark W is NOT doing

2015-11-25 Thread Richmond
I received a very odd message today, purporting to be from Mark Waddingham: good evening Richmond http://www.clubmazdaphilippines.org/service.php?difficult=t1tn0d6e36ba Mark mark.wadding...@yahoo.com and sent from: mark.wadding...@jalehill.com which is obviously bogus. Mark needs to be

Re: Death of the Application Browser

2015-11-25 Thread [-hh]
> J. LG wrote: > It needs to come back. I can't work without it. Project browser is not an > acceptable replacement for the kind of stacks I work with. I stopped to edit any stack in LC 8. The Project Browser is beautiful to look at, also the Property Inspector, beautiful design, but there

Re: Release 8.0 DP 10

2015-11-25 Thread Warren Samples
On 11/25/2015 08:38 AM, Peter TB Brett wrote: Yes, the release notes appear to be inaccurate. We currently build against: * glibc 2.11 (released Nov 2009) or newer on x86 * glibc 2.13 (released Feb 2011) or newer on x86-64 I will make sure they are updated in time for our next releases. Out

Re: One Rect For All specificaiton

2015-11-25 Thread Brahmanathaswami
Aloha, Colin: noborder -- 14:9 OK this is useful... just so we are on the same page... "center safe" refers to the dimensions of the entire screen...right? I need to bring this down to actual numbers and my head hearts if we stay too theoretical. Any "live matter margins" (as we say in

Re: Release 8.0 DP 10

2015-11-25 Thread Mark Waddingham
On 2015-11-24 19:11, Richmond wrote: BUT ( and, you know me by now, there always has to be a 'but') Please, Please, Pretty Please, integrate SVG import into the 'standard' image import menu feature. Patience Richmond :) As we've said before we will do something along those lines once the

Re: learning resources for kids

2015-11-25 Thread Monte Goulding
> On 25 Nov 2015, at 7:08 pm, Richmond wrote: > > Anyway, I suggest you have a looki yoursdelf and see whether the stuff > interests you, and more to the point, your son. Thanks Richmond, sorry I thought he had to become part of a group or something but I see that

Re: iPad Pro icons and launch file

2015-11-25 Thread Neil Roger
Hi Alain, This setting will need to be added to the standalone settings in future versions of LC. I've submitted an enhancement request for this- http://quality.livecode.com/show_bug.cgi?id=16485 Kind Regards, Neil LiveCode Technical Support Lead n...@livecode.com

Re: learning resources for kids

2015-11-25 Thread Richmond
On 25/11/15 02:35, Monte Goulding wrote: I don't think he's spoilt rotten but then again I'm biased ;-) He doesn't have a FB account. Our kids aren't allowed to get one until they are 13 which is FB policy. I wanted something game focussed because code.org and the other apps he has been

Learning resources for kids

2015-11-25 Thread stgoldb...@aol.com
In order to create a wide variety of games in LiveCode, it is first important to know the basic aspects of the LiveCode IDE and scripting. These can be found at medmaster.net/livecode.html, which includes not only my book LiveCode Lite: Computer Programming Made Ridiculously Simple as a

Re: iPad Pro icons and launch file

2015-11-25 Thread Colin Holgate
Meanwhile, those files being missing shouldn’t prevent an app from being submitted to iTuneConnect. > On Nov 25, 2015, at 3:25 AM, Neil Roger wrote: > > Hi Alain, > > This setting will need to be added to the standalone settings in future > versions of LC. I've submitted

Re: One Rect For All specificaiton

2015-11-25 Thread Colin Holgate
What you’re describing is one variation of solving the problem, and in LiveCode that is what the different full screen modes do. The one you’re showing is the noborder variation, only you’re using it in a way where you are dictating the standard width. Look at these links I’ve posted before,

Re: iPad Pro icons and launch file

2015-11-25 Thread Alain Vezina
Thank you Colin and Nell. I will submit my new release to the App Store and let you know what happened. Regards Alain Vezina Le 2015-11-25 à 07:35, Colin Holgate a écrit : > Meanwhile, those files being missing shouldn’t prevent an app from being > submitted to

[OT] Seeking a contact in Perth, Australia

2015-11-25 Thread Medard
Hi! My son is (maybe) about to go at Perth, Australia, in order to follow a class in computer science. There are a number of problems pending before it is a real thing ;-) Among them, a contact in Perth! If all goes well, it will take place in 2016, Februrary... [By the way, I tried to make

Re: Release 8.0 DP 10

2015-11-25 Thread Peter TB Brett
On 25/11/2015 14:19, Warren Samples wrote: On 11/24/2015 05:46 AM, Ali Lloyd wrote: We are pleased to announce the release of LiveCode 8.0 DP 10. The release notes provided with this version of Livecode Server say it requires glibc 2.3.6 or later for 32-bit Intel. This seems not to be the

Re: Release 8.0 DP 10

2015-11-25 Thread Warren Samples
On 11/24/2015 05:46 AM, Ali Lloyd wrote: We are pleased to announce the release of LiveCode 8.0 DP 10. The release notes provided with this version of Livecode Server say it requires glibc 2.3.6 or later for 32-bit Intel. This seems not to be the case. It won't run in my environment and ldd