Re: ANN: MasterLibrary

2014-11-06 Thread FlexibleLearning.com
Here you go... Try Get the script of stack pStk Put false into isProtected Catch tErr Put true into isProtected End try Hugh Senior FLCo Peter Haworth wrote: I'll see if I can dig up the handler I use to check it out and prompt for the password... then I can donate it! Pete lcSQL Soft

[ANN] mergCL 2.0 iBeacon, visits & OS X!

2014-11-06 Thread Monte Goulding
Hi LiveCoders Today I'm releasing mergCL 2.0. This is a major upgrade of the mergExt Core Location external for iOS and now OS X and introduces iBeacon monitoring and the broadcasting your device as an iBeacon and the new visits feature in iOS 8 so your app can find out when a user visits one o

Re: ToolTip properties

2014-11-06 Thread Peter Haworth
I think they're fixed unless you roll your own tooltip dialog Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Thu, Nov 6, 2014 at 5:31 PM, Glen Bojsza wrote: > Has anyone figu

Re: 7.0.1-RC1 selectively not obeying "open card in script?

2014-11-06 Thread Dr. Hawkins
On Thu, Nov 6, 2014 at 1:58 PM, Peter Haworth wrote: > I had turned off Strict Compile Mode temporarily because of the "name > shadows another variable" bug which still hasn't been fixed and causes me > to quit and restart LC probably 6 times a day. > That was the primary reason I stayed with 5.

ToolTip properties

2014-11-06 Thread Glen Bojsza
Has anyone figured out how to set tooltip properties? Text style and background? thanks, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://

Re: 7.0.1-RC1 selectively not obeying "open card in script?

2014-11-06 Thread Dr. Hawkins
On Thu, Nov 6, 2014 at 12:06 PM, Ralph DiMola wrote: > It is a bug but.another reason to use Strict Compilation Mode. > This is happening *in* that mode; it doesn't catch it. The card & stack combo are built from known names; apparently LC7 is treating a word in the middle of a string as a

RE: mobileComposeMail - Yosemite - LC 6.6.5 - iOS 8.1 - Bug..?

2014-11-06 Thread Ralph DiMola
I have not had this problem. I'm using LC 6.6.5 and just tested on iOS 8.02 Mavericks/Xcode 6.1. How do you determine iPad/iPhone? Do you use resolution? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: livecode-dev [mailto:liveco

Re: Changing the defaults of a datagrid

2014-11-06 Thread Matthias Rebbe | M-R-D
Hi Zryip, first of all my question about hidden features was not intended as criticism. Please excuse if this seemed. I know DGH as a really powerful tool which saved me much time in past. > Am 06.11.2014 um 21:06 schrieb zryip theSlug : > > Matthias, > > The window opened by the 3 dots button

Re: LiveCode and learning C++

2014-11-06 Thread Monte Goulding
On 7 Nov 2014, at 10:43 am, Paul D. DeRocco wrote: > The video indicates that you can wrap "any" OS API. Does that mean that > callbacks are seamlessly integrated into the LC messaging architecture? > That's always been the sticking point for me when writing externals. I don't know for sure but

RE: LiveCode and learning C++

2014-11-06 Thread Paul D. DeRocco
> From: ethanl...@gmail.com > > Is this the context of you questions? > LiveCode Widgets Preview ( http://youtu.be/yn-l2-GHos8 ) > > Looks very cool. > > Is there a projected product release date for new feature set? I'll add another question to anyone who might know: The video indicates that

Re: Changing the sort icon in a datagrid

2014-11-06 Thread Peter Haworth
Thanks for that info zryip. I don't see those properties listed in the Datagrid Manual or under the dgProps custom Property Set in the IDE Inspector for a datagrid. In fact, they're not even there if I get the customProperties["dgProps"] of a datagrid I know that's not your responsibility but it

Re: LiveCode and learning C++

2014-11-06 Thread David Bovill
Yes - there should have been some update at the conference I guess - but I couldn't get there. The only sources of info I have so far are the blog posts =, these videos, and the GitHub repo Can anyone advise / help / suggest places for further reading? ᐧ On 6 November 2014 18:41, ethanl...@g

Re: libURLsetVerification

2014-11-06 Thread J. Landman Gay
It does do a reset if enough attempts fail. Thanks Dave, that must be what's happening. On November 6, 2014 4:45:30 PM CST, Dave Cragg wrote: >Jacques, > >Does you application do anything that might reset local variables in >libUrl. For example, using resetAll or libUrlResetAll. In that case,

mobileComposeMail - Yosemite - LC 6.6.5 - iOS 8.1 - Bug..?

2014-11-06 Thread PystCat
I have an app that determines if you are on an iPad or an iPhone and will go to the appropriate card. I have the SAME code on both cards to send an email: mobileComposeMail theSubjtheNote,”" It works fine on the iPad but won’t do anything for the iPhone… Has anyone else encountered this

Re: libURLsetVerification

2014-11-06 Thread Dave Cragg
Jacques, Does you application do anything that might reset local variables in libUrl. For example, using resetAll or libUrlResetAll. In that case, if libURLSetSSLVerification is not set again, I think subsequent secure sockets will have verification set to true. Cheers Dave On 6 Nov 2014, at

Re: Problems with externals when building for iOS8

2014-11-06 Thread Monte Goulding
On 6 Nov 2014, at 10:40 pm, Andrew Henshaw wrote: > You were spot on with the including a folder rather than a file. Ah good. I'm glad you're sorted ;-) Cheers Monte -- M E R Goulding Software development services Bespoke application development for vertical markets mergExt - There's an ex

Re: 7.0.1-RC1 selectively not obeying "open card in script?

2014-11-06 Thread Peter Haworth
Didn't want to get into that, but so true. I spent an hour yesterday trying to track down a bug that turned out to be caused by a misspelled variable name. I had turned off Strict Compile Mode temporarily because of the "name shadows another variable" bug which still hasn't been fixed and causes

Re: OT: How to serve a 8GB download?

2014-11-06 Thread Andre Garzia
Tiemo, I would use bittorrent to serve this file or some public hosting thing where I didn't pay for traffic. 8gb downloads pile up pretty quickly. cheers On Fri, Oct 31, 2014 at 1:39 PM, Tiemo Hollmann TB wrote: > Hello, > > I have a LC application, which has a total size of about 8GB (includ

Re: revHHTP

2014-11-06 Thread Andre Garzia
Friends, I haven't touched this in ages. I have a couple gigs on a folder called "RunRev Source" here and there was a RevHTTP folder there. There is a lot of non-working half baked goodies in that folder but I think that the main httpd.rev file should work ok. https://www.dropbox.com/s/0636wl30z4

Re: libURLsetSSLVerification

2014-11-06 Thread J. Landman Gay
Sorry, that should say "libURLSetSSLVerification". It's correct in the code. On 11/6/2014, 3:18 PM, J. Landman Gay wrote: My client has just received a report from a user who got an error about a self-signed certificate in the certificate chain at depth 3. This is the first one of these we've se

libURLsetVerification

2014-11-06 Thread J. Landman Gay
My client has just received a report from a user who got an error about a self-signed certificate in the certificate chain at depth 3. This is the first one of these we've seen out of hundreds of users operating the app almost daily over the last several months. The app has libURLSetVerificati

Re: Changing the sort icon in a datagrid

2014-11-06 Thread Glen Bojsza
Excellent. Thanks for working this out. Glen On Thu, Nov 6, 2014 at 3:52 PM, zryip theSlug wrote: > Glen, > > You can use the "ascending sort icon" and "descending sort icon" > properties of the datagrid control: > > set the dgProps["ascending sort icon"] of grp "datagrid 1" to x > set the dgP

Re: Changing the sort icon in a datagrid

2014-11-06 Thread zryip theSlug
Glen, You can use the "ascending sort icon" and "descending sort icon" properties of the datagrid control: set the dgProps["ascending sort icon"] of grp "datagrid 1" to x set the dgProps["descending sort icon"] of grp "datagrid 1" to y Place the images in the first card of the datagrid template

Re: ANN: MasterLibrary

2014-11-06 Thread Peter Haworth
I'll see if I can dig up the handler I use to check it out and prompt for the password... then I can donate it! Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Thu, Nov 6, 2014

Re: Changing the defaults of a datagrid

2014-11-06 Thread zryip theSlug
Matthias, The window opened by the 3 dots button should float over the DGH palette window and wait for your click. Is DGH installed in your plugin folder? You have to click on the "Add in Chamber" button to have the "Clone" buttons enabled when selecting another datagrid. Will also create a new

RE: 7.0.1-RC1 selectively not obeying "open card in script?

2014-11-06 Thread Ralph DiMola
It is a bug but.another reason to use Strict Compilation Mode. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Peter Haworth Sent: Wednesday, November 0

Re: ANN: MasterLibrary

2014-11-06 Thread Mike Doub
I am glad you all picked up on this. I suspect that a lot of folks might run into this, so I wanted to fix it quickly. I just don't have many password protected stacks, so I did not hit it myself. -= Mike On 11/6/14 2:36 PM, Devin Asay wrote: On Nov 6, 2014, at 12:31 PM, Mike Doub wrote:

Re: ANN: MasterLibrary

2014-11-06 Thread Devin Asay
On Nov 6, 2014, at 11:54 AM, Mike Doub wrote: > Thanks Peter, > > Good Catch. I never even thought about password protected stacks. As soon > as I figure out how to tell if a stack is protected, I will put out an update. > Mike, I ran into the same thing. I just added an IF-THEN to the

Re: ANN: MasterLibrary

2014-11-06 Thread Devin Asay
On Nov 6, 2014, at 12:31 PM, Mike Doub wrote: > Version 5 is now available. It checks to see if a stack is password > protected and if so, it ignore it. You beat me to it, I see. :) Devin Devin Asay Office of Digital Humanities Brigham Young University

Re: ANN: MasterLibrary

2014-11-06 Thread Mike Doub
Version 5 is now available. It checks to see if a stack is password protected and if so, it ignore it. -= Mike On 11/6/14 1:54 PM, Mike Doub wrote: Thanks Peter, Good Catch. I never even thought about password protected stacks. As soon as I figure out how to tell if a stack is protecte

Re: ANN: MasterLibrary

2014-11-06 Thread Mike Doub
Thanks Peter, Good Catch. I never even thought about password protected stacks. As soon as I figure out how to tell if a stack is protected, I will put out an update. Regards, Mike On 11/6/14 12:37 PM, Peter Haworth wrote: Hi Mike, That is an excellent concept, thank you! I haven't

Re: iOS stand alone settings

2014-11-06 Thread Mark Talluto
On Nov 6, 2014, at 8:23 AM, ethanl...@gmail.com wrote: > Thanks for the response. Any pointers to where I can locate or discover the > object name? > > I am looking to move away from having two version numbers; > - one on the stand-alone setting screen and > - one in the application

Re: LiveCode and learning C++

2014-11-06 Thread ethanl...@gmail.com
Is this the context of you questions? LiveCode Widgets Preview ( http://youtu.be/yn-l2-GHos8 ) Looks very cool. Is there a projected product release date for new feature set? E On 11/6/14 11:33 AM, Mike Doub wrote: I am interested in this as well. I hope there is some place. ;-) -= Mike O

Re: iOS stand alone settings

2014-11-06 Thread J. Landman Gay
On 11/6/2014, 10:23 AM, ethanl...@gmail.com wrote: Thanks for the response. Any pointers to where I can locate or discover the object name? I am looking to move away from having two version numbers; - one on the stand-alone setting screen and - one in the application setting screen

Re: ANN: MasterLibrary

2014-11-06 Thread Peter Haworth
Hi Mike, That is an excellent concept, thank you! I haven't fully examined the scripts yet but did come across one runtime error at line 240 if card LibMgr. The error occurred because "stack x" is password protected. Pete lcSQL Software Home of lcStackBrowser

Re: LiveCode and learning C++

2014-11-06 Thread Mike Doub
I am interested in this as well. I hope there is some place. ;-) -= Mike On 11/6/14 11:02 AM, David Bovill wrote: ᐧ Greetings folks. I know most LiveCoders don't need to get down low and dirty into C++ - and then there is the new low level LiveCode stuff, and open language... is there a bett

Re: iOS stand alone settings

2014-11-06 Thread ethanl...@gmail.com
Thanks for the response. Any pointers to where I can locate or discover the object name? I am looking to move away from having two version numbers; - one on the stand-alone setting screen and - one in the application setting screen Since the stand-alone setting version value

ANN: MasterLibrary

2014-11-06 Thread Mike Doub
Hello all. I assume that most of you have collected scripts over the years and have created many versions of libraries. Well, I finally got around to organizing the set that I had collected. What may be different, is that I did it in such a way as you can select the routines that you want,

LiveCode and learning C++

2014-11-06 Thread David Bovill
ᐧ Greetings folks. I know most LiveCoders don't need to get down low and dirty into C++ - and then there is the new low level LiveCode stuff, and open language... is there a better place to hangout and ask questions about this? I'm learning :) ___ use-li

Re: scrollbars for a stack?

2014-11-06 Thread Dr. Hawkins
On Wed, Nov 5, 2014 at 10:53 PM, Scott Morrow wrote: > Is the user viewing a pdf or is it LiveCode controls (fields and such)? They're viewing in livecode controls, whose content they can edit. > If it isn’t a pdf then they should be able to view things in any form > since it hasn’t been rend

Re: LC 6.7 click on behavior in project browser does nothing

2014-11-06 Thread Klaus major-k
Hi Richard, > Am 06.11.2014 um 16:25 schrieb Richard Gaskin : > > Klaus major-k wrote: >> before i create another bug report, see subject. >> In earlier versions one could click on the "behavior" badge in the >> project browser and the behavior script would open. >> This does not seem to work in

Re: LC 6.7 click on behavior in project browser does nothing

2014-11-06 Thread Richard Gaskin
Klaus major-k wrote: before i create another bug report, see subject. In earlier versions one could click on the "behavior" badge in the project browser and the behavior script would open. This does not seem to work in LC 6.7 anymore? Only the object script itself can be opened this way! Anyon

LC 6.7 click on behavior in project browser does nothing

2014-11-06 Thread Klaus major-k
Hi all, before i create another bug report, see subject. In earlier versions one could click on the "behavior" badge in the project browser and the behavior script would open. This does not seem to work in LC 6.7 anymore? Only the object script itself can be opened this way! Anyone else exper

Changing the sort icon in a datagrid

2014-11-06 Thread Glen Bojsza
Hello, I was hoping someone can tell me how to change the Icon Image used by the datagrid sortarrow button. I have modified the colors of the datagrid to adhere to a theme for the project and the current icon image is too dark to be noticed so I want to replace it with one in the standard library

Get Happy with LiveCode 7

2014-11-06 Thread Richmond
Not yet. Richmond. ___ 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: Problems with externals when building for iOS8

2014-11-06 Thread Andrew Henshaw
Hi Monte, You were spot on with the including a folder rather than a file. Selecting each external file individually to include seems to work, it was selecting a folder that caused the problem. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Problems with externals when building for iOS8

2014-11-06 Thread Andrew Henshaw
Its all of them Mone, I cant figure it out at all. Last night I wiped my Macbook and reinstalled Yosemite, Livecode and xCode from the appstore, then created a basic app which worked, then added an external (answercolor) and it bombed. I guess I must be doing something wrong somewhere so Ill

Re: Changing the defaults of a datagrid

2014-11-06 Thread Matthias Rebbe | M-R-D
Hi Zryip, although i am not the original poster, i have some questions about that procedure. I tried it here with LC 6.6.x and i am not able to clone the settings according your instructions. Clicking on the 3 dots button shows me very shortly 2 buttons (Add in Chamber... and Remove). That i

Re: Changing the defaults of a datagrid

2014-11-06 Thread zryip theSlug
Glen, DGH can help you. Define your first datagrid with the settings you need then prepare the others datagrid with no settings. 1. In the DGH properties palette open the Mimetism topic 2. Select the first datagrid (the one with all the settings) and put it in the "Cloning chambers" by using the

Changing the defaults of a datagrid

2014-11-06 Thread Glen Bojsza
Hello, I am starting a project that will use several datagrids. Is there a way to change the default settings such as the text, font, color etc so any new datagrids have the new settings? This would save me doing it manually for each new datagrid. thanks, Glen