Re: [ANN] mergExt releases for iOS 9.2

2016-02-11 Thread Monte Goulding
> On 11 Feb 2016, at 9:26 PM, Ben Rubinstein wrote: > > N -1! > > On 10/02/2016 15:41, Mike Kerner wrote: >> The other thing that would be nice would be to maybe have the new versions >> not be marked with the version number. I realize that can be dangerous, >> but

Re: sqlite db password?

2016-02-11 Thread Earthednet-wp
Peter, Thanks so much! I can probably do it if you point me in the right direction. I found the command line tool and I'll see if I can use it. I may not get to it until Monday. Going to be out of town until then. This may be the direction I need, tho. Best, Bill William Prothero

Re: sqlite db password?

2016-02-11 Thread Earthednet-wp
My SQLite db was created about 6-7yrs ago, so password protection has probably changed since then. My best option may be to open up director 10 on an old os and reset or turn off the password. Perhaps I can avoid the whole problem by going back to content created before I put it into a db in

Re: best LiveCode apps?

2016-02-11 Thread Colin Holgate
Thanks, that’s very useful. It doesn’t have to all be apps. > On Feb 11, 2016, at 2:02 PM, Roger Eller wrote: > > These aren't specifically mobile apps, but it is a good showcase of things > made in LiveCode. Some are mobile apps. > >

Re: best LiveCode apps?

2016-02-11 Thread Colin Holgate
Thanks. I did do a search for “made with livecode”, maybe that page should have that in its text somewhere? > On Feb 11, 2016, at 2:50 PM, Richard Gaskin > wrote: > > The team updated their gallery page, now showing many great examples: > >

Re: best LiveCode apps?

2016-02-11 Thread Roger Eller
These aren't specifically mobile apps, but it is a good showcase of things made in LiveCode. Some are mobile apps. http://livecode1001.blogspot.com/ ~Roger On Thu, Feb 11, 2016 at 1:39 PM, Colin Holgate wrote: > I’m showing LiveCode at a Meetup this evening, and as

Re: best LiveCode apps?

2016-02-11 Thread Richard Gaskin
The team updated their gallery page, now showing many great examples: https://livecode.com/livecode-stories/ -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Modifying Drop-Down Menus on the fly

2016-02-11 Thread Francis Nugent Dixon
Hi from sunny Brittany, Thanks to Eric, Phil, Beda and especially Tore. I was so used to using keywords in button definitions to modify button parameters, that I didn't even look up "Menu" in the dictionary (Can't see the wood for the trees ?) Tore gave me little script routines which I can

Re: [ANN] mergExt releases for iOS 9.2

2016-02-11 Thread Ben Rubinstein
N -1! On 10/02/2016 15:41, Mike Kerner wrote: The other thing that would be nice would be to maybe have the new versions not be marked with the version number. I realize that can be dangerous, but for every app, I have to go into Copy Files for every external and point to the new one.

Re: Release 8.0 DP 14

2016-02-11 Thread RM
I was playing around with LiveCode 8.0 DP 14 on Windows 7 VMware (as one does when life gets a bit tedious on the Linux side: I suppose it's because there is none of the excitement of ransomware, viruses, Trojan horses and so on) and could not help but notice [pomposity at its best] that the

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Klaus major-k
Hi all, > Am 11.02.2016 um 08:28 schrieb Peter TB Brett : > > On 2016-02-10 23:39, William Prothero wrote: >> Folks: >> I notice there is no way to set the textfont color of text in a field, >> in the project browser in LC8Dp14. Is this intentional? I can set it >> in

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Klaus major-k
Hi Hermann, > Am 11.02.2016 um 14:31 schrieb [-hh] : > > Hi Klaus, > > wrong number? Report 16843 is not about "textColor/ForeColor" but abut > setting the textfont. oh, sorry, yes, my fault! :-/ So obviously not reported yet. > Hermann Best Klaus -- Klaus Major

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread [-hh]
I'm used to set the 'global' text color of a field by the Property Inspector by setting the textColor (synonym foreColor) and set the color of chunks of text by script or menu. I've never been able to set the color of text (or parts of text) in Project Browser or Application Browser. Please

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread [-hh]
Hi Klaus, wrong number? Report 16843 is not about "textColor/ForeColor" but abut setting the textfont. Hermann ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Roger Guay
I looked for where one COULD set the textColor in the Project Browser on several IDEs, including 7, and I cannot see how that is or was ever done?! Roger > On Feb 11, 2016, at 6:34 AM, Klaus major-k wrote: > > Hi Hermann, > >> Am 11.02.2016 um 14:31 schrieb [-hh]

LC web site and license server down?

2016-02-11 Thread Ralph DiMola
It seems that all services are up now. Sent @ 10:56 est.. Anyone else have a problem? Chrome error message: This webpage is not available ERR_SOCKET_NOT_CONNECTED The webpage at https://livecode.com/download/ might be temporarily down or it may have moved permanently to a new web address.

Re: shadow declarations bug back?

2016-02-11 Thread Peter Haworth
You're probably right, can't remember the exact details. On Thu, Feb 11, 2016 at 3:35 PM Ben Rubinstein wrote: > FWIW I think the repro case is a little tighter than that: I think it's > when > execution is stopped from the debugger, *with the variable inspection pane >

Re: sqlite db password?

2016-02-11 Thread Peter Haworth
Hi Bill, SQLite didn't have built-in password protection until a fairly recent release and the SQLite library. I dont recall which version. The SQLite library included with Livecode 8 is a fairly recent one and I believe includes the password feature Unfortunately, Livecode has not been updated

LC web site and license server down?

2016-02-11 Thread Ralph DiMola
Anyone else have a problem? Chrome error message: This webpage is not available ERR_SOCKET_NOT_CONNECTED The webpage at https://livecode.com/download/ might be temporarily down or it may have moved permanently to a new web address. Ralph DiMola IT Director Evergreen Information Services

sqlite db password?

2016-02-11 Thread William Prothero
Folks: I have an sqlite database created in Adobe Director using an old Xtra (Arca). It has a password. Can livecode open an sqlite database that is password protected? I can’t tell from the dictionary, how to open a password protected db that is local. Thanks for any info. Best, Bill

Re: shadow declarations bug back?

2016-02-11 Thread Ben Rubinstein
FWIW I think the repro case is a little tighter than that: I think it's when execution is stopped from the debugger, *with the variable inspection pane selected*. I won't swear to it... On 11/02/2016 18:40, Peter Haworth wrote: I haven't seen the shadowed variable bug for a long time. I

Re: formattedtext and formattedrect in a substack

2016-02-11 Thread Michael Doub
I think I found the answer to my question set the defaultstack put the short name of this stack into temp go invisible stack "B" set the defaultstack to temp put "Hello world" into fld 1 of cd 1 of stack "B" -- works as expected put the formattedrect of line 1 of fld 1 of cd 1 of stack "B"

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread RM
On 11.02.2016 22:47, [-hh] wrote: William P. wrote: But, why not call it what it is? Since this is an app for "everybody" why not just call it textcolor? That’s what it actually is. If we can use syntax like: “put 3 into x” instead of “x=3”, why not try to carry through the entire system

formattedtext and formattedrect in a substack

2016-02-11 Thread Michael Doub
I recently discovered an interesting bug: http://quality.livecode.com/show_bug.cgi?id=16881 formattedrec and formattedtext do not work properly it their target is in a stack that has not been opened. So if you have a main stack A with a checkbox on the cd 1 and stack B is a substack of stack

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread [-hh]
William P. wrote: > But, why not call it what it is? Since this is an app for "everybody" why not > just call it textcolor? That’s what it actually is. If we can use syntax > like: “put 3 into x” instead of “x=3”, why not try to carry through the > entire system with the same philosophy and

Re: shadow declarations bug back?

2016-02-11 Thread Dr. Hawkins
On Thu, Feb 11, 2016 at 10:40 AM, Peter Haworth wrote: > I haven't seen the shadowed variable bug for a long time. I think it was > established that the bug occurs when execution is stopped by clicking the > blue square icon to stop execution during a debug run. > No, that was

RE: LC web site and license server down?

2016-02-11 Thread Ralph DiMola
I wonder if there was an upgrade. On-rev's cPanel looks different. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: Ralph DiMola [mailto:rdim...@evergreeninfo.net] Sent: Thursday,

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread William Prothero
Folks: Sorry. My Bad. I meant the Application Browser. The new LC8DP14 doesn’t have a way to set the font color of text in a field. You need to go to the toolbar menu. Sorry for the confusion. Bill > On Feb 10, 2016, at 2:39 PM, William Prothero wrote: > > Folks: > I

Re: No audio playback on iOS devices

2016-02-11 Thread Devin Asay
> On Feb 11, 2016, at 10:33 AM, J. Landman Gay wrote: > > Does it work if you use specialFolderPath("resources") instead of "engine"? > Apple changed the rules for bundle structure and LC tries to redirect older > paths to the resources folder, but maybe that's not

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread William Prothero
Roger: Thanks, yeah, it was the property inspector. Sorry for the confusion. The 3rd icon from the left along the top, in LC8DP14 (pencil icon) has a number of items that can be set. Foreground color, background color, etc. There is no textcolor choice. In LC 7, the property inspector with the

Re: No audio playback on iOS devices

2016-02-11 Thread Devin Asay
> On Feb 11, 2016, at 10:50 AM, Devin Asay wrote: > > >> On Feb 11, 2016, at 10:33 AM, J. Landman Gay >> wrote: >> >> Does it work if you use specialFolderPath("resources") instead of "engine"? >> Apple changed the rules for bundle structure

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread William Prothero
Too many multi-tasks, transferring host server to a new implementation, plus a bunch of other distractions. Best, Bill > On Feb 11, 2016, at 9:26 AM, Roger Guay wrote: > > Hey Bill, > > There again, I don’t remember there was ever a way to do that. If you mean > the Property

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Peter TB Brett
On 11/02/2016 18:12, William Prothero wrote: Roger: Thanks, yeah, it was the property inspector. Sorry for the confusion. The 3rd icon from the left along the top, in LC8DP14 (pencil icon) has a number of items that can be set. Foreground color, background color, etc. There is no textcolor

Re: No audio playback on iOS devices

2016-02-11 Thread Devin Asay
>> On Feb 10, 2016, at 5:30 PM, Randy Hengst wrote: >> >> When I’ve had this problem, it’s because I didn’t pay attention to the name >> of the sounds files… I’m pretty sure iOS is case sensitive. I called a name >> without matching case. I can’t remember if the sounds

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Roger Guay
Hey Bill, There again, I don’t remember there was ever a way to do that. If you mean the Property Inspector, then the 4th icon from the left in Property Inspector’s menu (under the titlebar) will allow to set the text color. HTH Cheers, Roger > On Feb 11, 2016, at 9:32 AM, William

Re: No audio playback on iOS devices

2016-02-11 Thread J. Landman Gay
Does it work if you use specialFolderPath("resources") instead of "engine"? Apple changed the rules for bundle structure and LC tries to redirect older paths to the resources folder, but maybe that's not working in this case. On February 11, 2016 11:20:52 AM Devin Asay

shadow declarations bug back?

2016-02-11 Thread Dr. Hawkins
The once common shadow-declaration bug seems to have largely gone away; I realized that I hadn't seen it in some time. It seems to have appeared again in 7.1.2_rc1 & rc2; are other people seeing it again? -- Dr. Richard E. Hawkins, Esq. (702) 508-8462

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Roger Guay
Sorry if I’m still confused, but isn’t foregroundColor the same as textColor? That’s what the Dictionary seems to say. Cheers, Roger > On Feb 11, 2016, at 11:12 AM, William Prothero > wrote: > > Roger: > Thanks, yeah, it was the property inspector. Sorry for the

Re: Release 8.0 DP 14

2016-02-11 Thread Sannyasin Brahmanathaswami
Already reported (dictionary rect stuck out of range) Swasti Astu! Be Well ( from my mobile ) On Thu, Feb 11, 2016 at 3:56 AM -0800, "RM" > wrote: I was playing around with LiveCode 8.0 DP 14 on Windows 7 VMware (as one does

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread William Prothero
Peter: Yep, you’re right. It’s called the Text in vers 7 and I actually didn’t even try foregroundcolor. Since textcolor wasn’t mentioned, I just quickly went on. But, why not call it what it is? Since this is an app for "everybody" why not just call it textcolor? That’s what it actually is. If

best LiveCode apps?

2016-02-11 Thread Colin Holgate
I’m showing LiveCode at a Meetup this evening, and as well as doing some live coding it would be nice to show some good apps that were made in LiveCode, either from the mobile app stores or the Mac App Store. Do you all have any suggestions? I don’t need many, so if you can suggest the ones

Re: shadow declarations bug back?

2016-02-11 Thread Peter Haworth
I haven't seen the shadowed variable bug for a long time. I think it was established that the bug occurs when execution is stopped by clicking the blue square icon to stop execution during a debug run. Don't know if the underlying cause of that has been fixed but I try to remember to let debug