Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Monte Goulding
use cases. The idea needs a bit more thought so won’t make 8.1 although the scriptStatus property will (that returns an enum letting you know if the script is uncompiled, compiled or has an error… there’s a placeholder for a future warning state also). Cheers Monte ___

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Monte Goulding
child behaviors. Given the width it would probably be nice to support showing the full behavior hierarchy on the project browser. If you would like to open an enhancement request on that I think it would be a nice feature. Cheers Monte ___ use-

Re: Can use assign multiple behaviors to a single object?

2016-08-11 Thread Monte Goulding
You can assign a behavior to a behavior object for common code you want to use in multiple behaviors. The IDE does support it. Cheers Monte Sent from my iPhone > On 12 Aug 2016, at 7:10 AM, Sannyasin Brahmanathaswami <bra...@hindu.org> > wrote: > > Pursuant to the ne

Re: put one array after another

2016-08-10 Thread Monte Goulding
a 1…N indexed array. Unfortunately I think we would need an explicit append command rather than using a concatenation operator or put after/before because of the way arrays are silently converted to empty strings. Cheers Monte ___ use-livecode mai

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
> On 9 Aug 2016, at 11:44 AM, Jerry Jensen <je...@jhjensen.com> wrote: > > Just checked, it crashes in 8.1 DP3 as well. I’ll add to the bug report. Thanks Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
ut in this case testing to ensure you are experiencing it in 8.1 would be a good idea as so much has changed in relation to QuickTime. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
10.6 or 10.7 systems. If someone has urgent need for Mac audio recording then it is quite feasible that the open source mergMicrophone could be made to cross compile to Mac. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Play MP3 - What format do you use for mobile?

2016-08-08 Thread Monte Goulding
I doubt if the player object or mobile control can't play a file that mergAV will be any different as all three use the same framework on iOS and Mac. Unless of course we are discussing pre-10.8 Mac. Cheers Monte Sent from my iPhone On 8 Aug 2016, at 4:01 PM, Peter TB Brett <peter

Re: Refer to new group?

2016-08-03 Thread Monte Goulding
> On 3 Aug 2016, at 3:31 PM, Richard Gaskin <ambassa...@fourthworld.com> wrote: > > Thanks for moving that forward, Monte. > > I agree that the best solution would be for "it" to contain the long id of > the newly created group. > > "last group

Re: Refer to new group?

2016-08-02 Thread Monte Goulding
ecode.com/show_bug.cgi?id=18118> As you can see I’m using Jeanne’s workaround here but really this needs some engine improvements which is why I filed the report to look into when we get a chance. Cheers Monte > On 2 Aug 2016, at 4:37 PM, Richard Gaskin <ambassa...@fourthworld.com>

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-30 Thread Monte Goulding
ed as a dependency of libURL. At the moment we don’t have a facility for turning tsNet off in the event you want to use libURL (not really sure why you would want that but I guess it’s possible). You can turn tsNet off if you want to with `dispatch “revUnloadLibrary

Re: HELP with: open printing for pdf...

2016-07-27 Thread Monte Goulding
No problem Paul. Looking forward to the beer next year ;-) > On 27 Jul 2016, at 4:43 PM, Paul Dupuis <p...@researchware.com> wrote: > > Monte, > > Thank you so much - exactly that - so for LC6.x I added the follow which > address the problem whether in the ID

Re: HELP with: open printing for pdf...

2016-07-26 Thread Monte Goulding
. Cheers Monte > On 26 Jul 2016, at 4:49 PM, Paul Dupuis <p...@researchware.com> wrote: > > I have very large application running under LC 6.7.11 for Windows and OSX > > I have code that does an "open printing for PDF", prints a field, and > closes printing. Und

Re: UN-FullScreen a Stack?

2016-07-24 Thread Monte Goulding
> On 25 Jul 2016, at 2:58 AM, Mark Wieder <mwie...@ahsoftware.net> wrote: > > On 07/24/2016 12:39 AM, Monte wrote: > >> Sent from my iPhone > > <http://www.howtogeek.com/220091/how-to-change-the-%E2%80%9Csent-from-my-iphone%E2%80%9D-signature-other-mail-setting

Re: UN-FullScreen a Stack?

2016-07-23 Thread Monte Goulding
Support for deprecation (at least in a consistent and visually obvious way) has only just been added to the dictionary. If anyone would like to contribute to adding depredation notes to the lcdoc files they are quite welcome! Cheers Monte Sent from my iPhone > On 23 Jul 2016, at 11:34

Re: Understanding the ScriptExecution Error List

2016-07-23 Thread Monte Goulding
It has been around for a long time but it is only in the IDE and server engines so if you need the list in a standalone you should copy it in your savingStandalone script. The empty lines should be maintained otherwise the error line number won't match the right line. Cheers Monte Sent from

Re: UN-FullScreen a Stack?

2016-07-22 Thread Monte Goulding
Here it is http://quality.livecode.com/show_bug.cgi?id=16946 Sent from my iPhone > On 23 Jul 2016, at 8:19 AM, Monte Goulding <mo...@appisle.net> wrote: > > I have a bug report open about this. Apple decided to just change the way > windows worked in 10.11 and this h

Re: UN-FullScreen a Stack?

2016-07-22 Thread Monte Goulding
I have a bug report open about this. Apple decided to just change the way windows worked in 10.11 and this has caused a number of issues we need to resolve. For the moment you can't script a way out of fullscreen mode so you need to use the widget again at the top of the screen. Cheers Monte

Re: Backspace unrecoverably deletes an object ....

2016-07-21 Thread Monte Goulding
No. We aren't building 7 any more and also this issue is probably not the same as in 7. Sent from my iPhone > On 22 Jul 2016, at 6:50 AM, Mark Wieder wrote: > > Will that get merged as a bugfix into the 7.1.x branch or is that branch > just officially dead?

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Monte Goulding
Yes it does Sent from my iPhone > On 21 Jul 2016, at 8:36 AM, Devin Asay wrote: > > Do you know whether that regression shows up in 8.1.0 dp2? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Monte Goulding
Oh are you deleting the entire object? Sent from my iPhone > On 21 Jul 2016, at 3:42 AM, Francis Nugent Dixon wrote: > > Why can’t I recover a button and script (after Select-Delete), > or, if I can, how do I do it ? Other apps respond to “Undo” > commands, even after a

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Monte Goulding
I'm not sure I completely understand the recipe but could you create a bug report about this as the script editor undo should be able to undo a delete. Cheers Monte Sent from my iPhone > On 21 Jul 2016, at 3:42 AM, Francis Nugent Dixon <effe...@wanadoo.fr> wrote: > > Why

Re: [ANN] This Week in LiveCode 42

2016-07-19 Thread Monte Goulding
Well the Cosmic Turtle won't be all that happy to hear that... Sent from my iPhone > On 20 Jul 2016, at 5:21 AM, Jim Lambert wrote: > > ‘Global Handler’ is reserved for Atlas. ;) ___ use-livecode mailing list

Re: [ANN] This Week in LiveCode 42

2016-07-18 Thread Monte Goulding
> On 19 Jul 2016, at 1:49 AM, Richard Gaskin <ambassa...@fourthworld.com> wrote: > > ...where Monte has this note: > > Previously global handlers took priority > over handlers scripted in LCS. This patch > enables a LCS handler the handle the global > hand

Re: How to report bugs

2016-07-18 Thread Monte Goulding
I’m sure Panos will fid this helpful for his talk! > On 19 Jul 2016, at 4:34 AM, Mark Wieder wrote: > > Came across this wonderful writeup this morning: > > http://www.chiark.greenend.org.uk/~sgtatham/bugs.html > > And it's available in 15 languages. > If nothing else,

Re: Script Only Stacks and Script Locals

2016-07-15 Thread Monte Goulding
> On 16 Jul 2016, at 1:35 PM, J. Landman Gay <jac...@hyperactivesw.com> wrote: > >>> function getSMediaItemData >>> return sMediaItemData >>> end getSMediaItemData >> >> gmta > > Yeah, and Monte too. Parallel evolution. I think i

Re: Script Only Stacks and Script Locals

2016-07-15 Thread Monte Goulding
properties suffer from the same issues as globals where it can be too flexible what scripts are messing with them. > > > I won't be at the conference… I hope it is recorded! It will be there is a simulcast available. Cheers Monte ___ 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: Script Only Stacks and Script Locals

2016-07-15 Thread Monte Goulding
s on it are saved when you save it and it defaults to invisible. I’m giving a talk on script only stacks at the conference if you are coming. Cheers Monte ___ 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: mergSocial issues

2016-07-13 Thread Monte Goulding
Unfortunately the Facebook issue is a Facebook policy problem and isn't something I can do anything about. This is the first I've heard of the twitter issue so if you could post a bug report at quality.livecode.com I'll see if I can work out what the issue is. Cheers Monte Sent from my

Re: Application Transport Security deadline for iOS apps

2016-07-11 Thread Monte Goulding
LiveCode does use UIWebView. I can’t speak for the team but I would think it’s unlikely we would look at altering that until support for iOS 7 is dropped. Down the track with WKWebView having a common api on Mac 10.10 and iOS 8.0 it would make sense to share code when they are our minimum

help wanted!

2016-07-11 Thread Monte Goulding
and inclination to take a look here’s a link: https://reviewable.io/reviews/livecode/livecode/4271#- I’m not looking for previously existing docs errors but data missing in the patch. I don’t believe there is any but it’s better safe than sorry ;-) Cheers Monte

Re: Application Transport Security deadline for iOS apps

2016-07-11 Thread Monte Goulding
The browser widget will be blank. Sent from my iPhone > On 12 Jul 2016, at 6:55 AM, J. Landman Gay wrote: > > I wonder what happens if your app allows general browsing with, say, a > browser widget? ___ use-livecode

Re: screen capture from LC as video?

2016-07-10 Thread Monte Goulding
> On 11 Jul 2016, at 3:23 PM, Monte Goulding <mo...@appisle.net> wrote: > > OK, great. AVFoundation has text to speech so we could do that bit but I’m > not sure about generating an asset from that to include in a video… would > need some research to work out the feasibili

Re: screen capture from LC as video?

2016-07-10 Thread Monte Goulding
OK, great. AVFoundation has text to speech so we could do that bit but I’m not sure about generating an asset from that to include in a video… would need some research to work out the feasibility of that. Cheers Monte > On 11 Jul 2016, at 2:46 PM, Terry Judd <terry.j...@unimelb.edu.au&

Re: Markdown in 8.1dp2 Mac app builds

2016-07-10 Thread Monte Goulding
Yes it’s not intended as markdown to htmlText so if you need that you may need to fiddle with the output or roll your own. Reporting any issues with dp 2 would be very helpful. Cheers Monte > On 11 Jul 2016, at 3:10 PM, m...@jerrydaniels.com wrote: > > I got it to work already, bu

Re: screen capture from LC as video?

2016-07-10 Thread Monte Goulding
ability to add an image to the video You may not actually need text because you could always export a snapshot of a field. AVFoundation is pretty awesome but only available on iOS and OS X unfortunately. If this sounds interesting then you might like to discuss with business services: busin...@liv

Re: Markdown in 8.1dp2 Mac app builds

2016-07-10 Thread Monte Goulding
pSuperscript (boolean): If true use ^ to indicate the start of a superscript word pLaxSpacing (boolean): If true allows lax spacing. For example it will allow no space between a paragraph and a list. Returns: XHTML Example: put mergMarkdownToXHTML(theMarkdownText,,true) into theHTML Cheers Monte > On

Re: Markdown in 8.1dp2 Mac app builds

2016-07-10 Thread Monte Goulding
> On 11 Jul 2016, at 9:17 AM, m...@jerrydaniels.com wrote: > > Does the markdown support tables? I know some do. Tables are optional. There’s parameters to turn on and off support for a heap of things ;-) Cheers Monte ___ use-livecode mai

Re: Markdown in 8.1dp2 Mac app builds

2016-07-10 Thread Monte Goulding
Hi Jerry It was the same bug as this one and has been fixed for dp-2: http://quality.livecode.com/show_bug.cgi?id=17754 Cheers Monte > On 11 Jul 2016, at 6:33 AM, m...@jerrydaniels.com wrote: > > Anyone know (from experience) whether the LC 8.1dp2 mergEXT markdown stuff > will w

Re: Get fillGradient props

2016-07-10 Thread Monte Goulding
browser` Cheers Monte Sent from my iPhone > On 10 Jul 2016, at 8:27 PM, Dave Kilroy <d...@applicationinsight.com> wrote: > > OK Monte how about naming convention for widgets? ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: ICO image extraction lib?

2016-07-08 Thread Monte Goulding
I have played with it a couple of times over the years. If you can find a copy of Revolution 2.3.. ish you might find something interesting in the standalone builder script as I had to extract all the bitmaps and rebuild the file in the order the engine needed. Thankfully Mark Waddingham sorted

Re: Get fillGradient props

2016-07-08 Thread Monte Goulding
> On 9 Jul 2016, at 8:33 AM, Dar Scott wrote: > >> - declaring variables at the top of the handler or in the block they are >> used. Ali and I do the latter and Peter B thinks it's poor style because we >> don't have block scoped variables. > > I usually write small handlers

Re: Get fillGradient props

2016-07-08 Thread Monte Goulding
I think that is much more common than the c thing. Sent from my iPhone > On 9 Jul 2016, at 2:57 AM, J. Landman Gay wrote: > > For now I just name the button with a trailing "behavior" string,, i. e., > "scrollBehavior".

Re: Get fillGradient props

2016-07-08 Thread Monte Goulding
and Peter B thinks it's poor style because we don't have block scoped variables. - anything else we can come up with Cheers Monte Sent from my iPhone > On 9 Jul 2016, at 5:00 AM, Mark Wieder <mwie...@ahsoftware.net> wrote: > > Richard Gaskin <ambassador@...> writes: >

Re: Get fillGradient props

2016-07-07 Thread Monte Goulding
n a wee little Kevin and his mates had a vision ;-) Cheers Monte > > Thanks > > Alex > > On 07/07/2016 23:16, Monte Goulding wrote: >>> On 8 Jul 2016, at 7:52 AM, Scott Rossi <sc...@tactilemedia.com> wrote: >>> >>> I've always thought lowerca

Re: Get fillGradient props

2016-07-07 Thread Monte Goulding
here are some older scripts like libURL that use some other prefixing conventions. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Re: Applying scripts that don't compile

2016-07-03 Thread Monte Goulding
ed script and error. If you ignore it will silently ignore the rest of the compilation failures. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: Applying scripts that don't compile

2016-07-02 Thread Monte Goulding
a big worry. Cheers Monte ___ 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: Applying scripts that don't compile

2016-07-02 Thread Monte Goulding
en it should beep at you or something rather than save. Cheers Monte ___ 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: How to find the name of the recent card?

2016-07-02 Thread Monte Goulding
Looking at your report I'm not really sure if the bug is in the recent card or the current card. If preOpenCard is before the card is open then there's a good argument that it's the latter... Of course either may be an anomaly that may be difficult to do anything about. Cheers Monte Sent

Applying scripts that don't compile

2016-07-01 Thread Monte Goulding
think this would be generally helpful as a preference? https://github.com/livecode/livecode-ide/pull/1269 Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Having major Livecode problems

2016-07-01 Thread Monte Goulding
Did you happen to save the preference files? Creating a bug report with them attached would be helpful. Cheers Monte > On 2 Jul 2016, at 7:01 AM, pink <nab...@mad.pink> wrote: > > clearing those files did the trick > > my project browser works correctly now, and I ha

Re: Monte Goulding's day off? ; -) the outcome.

2016-07-01 Thread Monte Goulding
do what you are suggesting here as there’s simply no access to the strings from Jannson. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: [ANN] Release 8.1.0 DP 2

2016-06-30 Thread Monte Goulding
For clarity here’s the tests that pass for this build: https://github.com/livecode/livecode/blob/develop/tests/lcs/core/engine/return.livecodescript Cheers Monte > On 1 Jul 2016, at 7:34 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > > well, "return error x"

Re: TTS for mobile?

2016-06-29 Thread Monte Goulding
Hi Nicholas This kid of request was my bread and butter up to joining the LC team. I'm (or I should say the team is) still available but via LiveCode Business Services now. There are some existing options available for iOS but we would need to look at Android in more depth. Cheers Monte

Re: Monte Goulding's day off? ; -) mergJSON - Documented Bug or Feature?

2016-06-29 Thread Monte Goulding
an extra boolean parameter governing whether to apply the numberFormat also I think. Cheers Monte > On 29 Jun 2016, at 9:22 PM, Lagi Pittas <iphonel...@gmail.com> wrote: > > Hi, > > I used the mergJSON in version 8 DP1 today for the first time. > I loaded my CSV file into

Re: Geometry Manager on mobile?

2016-06-26 Thread Monte Goulding
> On 26 Jun 2016, at 8:17 PM, m...@jerrydaniels.com wrote: > > Hey, Monte! 'Will work on mobile' as of 8.1 or 8.0.2? 8.1 I believe. You can read about it in Ali’s blog: https://livecode.com/cross-platform-app-deployment-with-livecode-is-now-ev

Re: Geometry Manager on mobile?

2016-06-25 Thread Monte Goulding
I haven't tested it myself but Ali has done a considerable amount of work lately to make mobile and desktop standalone building more aligned so I think things like the geometry manager and table library will work on mobile now. Cheers Monte Sent from my iPhone > On 26 Jun 2016, at 1:55

Re: Go Card Error Handling

2016-06-25 Thread Monte Goulding
Perhaps the stackFiles property could used to load on stack load rather than load on demand. Load/unload would certainly be nicer than what we do now which is check if there is a stack then get the short name and delete when finished with it. Sent from my iPhone > On 25 Jun 2016, at 3:08 AM,

Re: [OT] Conference ticket for sale

2016-06-22 Thread Monte Goulding
Right then. Conference is being relocated to Jacque's house. What's the address again? Sent from my iPhone > On 23 Jun 2016, at 5:13 AM, J. Landman Gay wrote: > > getting away wasn't possible. ___ use-livecode mailing

Re: quirk in group resize behavior

2016-06-21 Thread Monte Goulding
I was thinking gravity relative to the reference corner/center was accurate. Sent from my iPhone > On 22 Jun 2016, at 7:09 AM, Scott Rossi wrote: > > ControlGravity ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: quirk in group resize behavior

2016-06-21 Thread Monte Goulding
Hmm... I suspect we don't have resources to do this right now but I'd be interested to discuss how it might work. So I presume what we mean by this is we have 5 options: - topLeft - controls only move with the topLeft - topRight - controls only move with the topRight - bottomLeft - controls

Re: quirk in group resize behavior

2016-06-21 Thread Monte Goulding
Yep... Precisely why I'm asking here although it would seem an odd thing to depend on because you need to be quite precise. One pixel out and it uses the normal code path. You also need to know about it and the docs make no mention... I do suspect it has been around for a long time. > On 22

Re: htmlText not supporting target in ?

2016-06-21 Thread Monte Goulding
to apply as formatting for the element. Sent from my iPhone > On 21 Jun 2016, at 11:51 PM, Richard Gaskin <ambassa...@fourthworld.com> > wrote: > > @Monte: Some time ago Mark Waddingham floated the notion of adding "xmlText" > as a synonym for "htmlText", e

Re: htmlText not supporting target in ?

2016-06-21 Thread Monte Goulding
upported by htmlText. htmlText is a limited subset of html that supports only field chunk properties. There’s no guarantee on round-tripping your htmlText. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: quirk in group resize behavior

2016-06-21 Thread Monte Goulding
yone who thinks changing this will break their app… One possible use case is if you had an object at the exact centre of this group it would remain in that position as you are basically resizing the group around the object. Perhaps that’s the use case?

Re: [OT] remote Mac rental services

2016-06-21 Thread Monte Goulding
Hmm... You could deliver the app over the air to the devices and avoid the local Mac entirely. You still obviously need to manage provisioning profiles for the devices etc. Sent from my iPhone > On 21 Jun 2016, at 5:00 PM, Peter TB Brett wrote: > > However, to test

Re: Get url "file:///..."

2016-06-20 Thread Monte Goulding
oded and to not include “//[]“. Unixes should cope fine with the extra “//“. They won’t like the URL encode path though. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: quirk in group resize behavior

2016-06-20 Thread Monte Goulding
interesting idea… Something like: resize to relative to {topLeft | topRight | bottomRight | bottomLeft} While possibly handy I’m not convinced it resolves the issue because no matter what new syntax we add if something as fundamental as setting the rect has undefined behavior then it’s going

Re: quirk in group resize behavior

2016-06-20 Thread Monte Goulding
ut which is the behavior of resizing a group when the bottomLeft is maintained. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.run

quirk in group resize behavior

2016-06-20 Thread Monte Goulding
have a feeling that I know why at one point… If it is something that people depend on than it may be we can only document as an anomaly or would need to add an extra group property to override it. Any thoughts from the community would be appreciated. Cheers Monte

Re: [OT-ish] WWDC things of interest

2016-06-18 Thread Monte Goulding
where they stand. Cheers Monte Sent from my iPhone > On 19 Jun 2016, at 10:05 AM, Richard Gaskin <ambassa...@fourthworld.com> > wrote: > > Those are things reported to me by my customers, back in 2007. ___ use-livecode mailing

Re: JSON not working in Standalones?

2016-06-18 Thread Monte Goulding
In 8.1.0 the mergExt externals are not yet being searched for so you need to manually select inclusions. Ali is working on a mechanism to allow searching for them. Cheers Monte Sent from my iPhone > On 19 Jun 2016, at 4:19 AM, tkuyp...@telenet.be > <tkuyp...@publishingtools4u.c

Re: [OT-ish] WWDC things of interest

2016-06-18 Thread Monte Goulding
reports that are likely to be impacting large numbers of users on Windows as perhaps the team has misidentified their importance. Cheers Monte > > With all due respect to you and the dev team, I hope that before we pull > them away into new platform-specific features we first t

Re: Widgets don't show in iOS simulator or on iPad?

2016-06-17 Thread Monte Goulding
Are they selected in standalone settings? On 8.0.1 that's on the copy files pane. Sent from my iPhone > On 18 Jun 2016, at 11:45 AM, Glen Bojsza wrote: > > Any suggestions? ___ use-livecode mailing list

Re: Windows 10 script editor problem

2016-06-17 Thread Monte Goulding
level for control and awareness of the maximized state of a window. Dealing with fullscreen state on Mac is rather high priority now that 10.11 has defaulted toplevel windows to have the fullscreen rather than zoom button. Cheers Monte Sent from my iPhone > On 18 Jun 2016, at 1:35 AM, Rich

Re: livecode 8 system tray / osx menu bar support

2016-06-11 Thread Monte Goulding
Thanks Maarten. Could you report on quality.livecode.com Sent from my iPhone > On 12 Jun 2016, at 1:00 AM, Maarten Koopmans > wrote: > > Report where? I am happy to do so. ___ use-livecode mailing list

Re: livecode 8 system tray / osx menu bar support

2016-06-11 Thread Monte Goulding
Maarten could you report this. I believe the LC updater uses both of these so I'd say it's no longer experimental. The menu bar widget on Mac is not supported. It would be a helpful feature to have I think. Cheers Monte Sent from my iPhone > On 11 Jun 2016, at 11:00 PM, Maarten Koopm

Re: mergExt Markdown

2016-06-10 Thread Monte Goulding
my externals. Standalone inclusions have been completely reworked for 8.1. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

Re: mergExt Markdown

2016-06-10 Thread Monte Goulding
> On 10 Jun 2016, at 3:53 PM, m...@jerrydaniels.com wrote: > > I figured out what 'Ali awesomeness' meant just before I checked email. I've > got Mohammed Ali on the brain this week, I suppose. Well float like a butterfly over to the copy files pane and sting like a bee on the “Add Included

Re: Raspberry Pi GPIO

2016-06-09 Thread Monte Goulding
It looks like you could do this very easily in script. A good community project to write a library and see what you can do with it! http://luketopia.net/2013/07/28/raspberry-pi-gpio-via-the-shell/ Cheers Monte > On 10 Jun 2016, at 8:38 AM, Richard Gaskin <ambassa...@fourthworld.com&

Re: mergExt Markdown

2016-06-09 Thread Monte Goulding
> On 10 Jun 2016, at 6:04 AM, Jerry Daniels <m...@jerrydaniels.com> wrote: > > Thx, Monte! “Ali awesomeness”? Ali from the LC team has worked some magic on standalone inclusions in 8.1. ___ use-livecode mailing list use-livecode@l

Re: mergExt Markdown

2016-06-09 Thread Monte Goulding
There were some issues with desktop mergExt inclusion in 8.0.1. 8.0.2 fixes it and 8.1 will bring some Ali awesomeness to the experience. Sent from my iPhone > On 10 Jun 2016, at 4:23 AM, Jerry Daniels wrote: > > I cannot seem to get the mergExt markdown stuff to work

Re: The 'startup' message not working in IDE

2016-06-08 Thread Monte Goulding
no reason the local command can’t reassign the value. It’s possibly too dangerous to fix but it does seem unlikely that someone would write `local tVar = 1` and not want it 1 every time the script executed that. Perhaps you could raise it in the panel discussion on scripting styles at the conferenc

Re: mergExtSocket stuff?

2016-06-08 Thread Monte Goulding
> On 9 Jun 2016, at 9:17 AM, Jerry Daniels <m...@jerrydaniels.com> wrote: > > With the engine stuff, do I just write to socket like I would ordinarily? Yes I believe its the same as on desktop. Cheers Monte ___ use-livecode mailing li

Re: mergExtSocket stuff

2016-06-08 Thread Monte Goulding
Hi Jerry mergSocket is iOS only (so it won’t function in the IDE) and is only really maintained for legacy reasons because the engine now supports mobile sockets so I would recommend just using the engine commands. Cheers Monte > On 9 Jun 2016, at 8:20 AM, Jerry Daniels

Re: The 'startup' message not working in IDE

2016-06-08 Thread Monte Goulding
Or: local sFIrstRun = "true" on preOpenStack if the owner of the target is me then if the environment is "development" and sFIrstRun then startup end if put false into sFIrstRun end if end preOpenStack Sent from my iPhone > On 9 Jun 2016, at 6:40

Re: The 'startup' message not working in IDE

2016-06-08 Thread Monte Goulding
One of the issues is lots of people over the years have put code in there they specifically don't want running in the IDE. I should have said standalone or home stack or stack passed go the open source standalone engine on the command line. I wonder if instead it would be feasible to pass a

Re: The 'startup' message not working in IDE

2016-06-08 Thread Monte Goulding
Hi Paul This is as intended. Startup goes to the first stack the engine runs not other stacks that are opened. Use preOpenStack for that. Cheers Monte Sent from my iPhone > On 9 Jun 2016, at 6:09 AM, Paul Dupuis <p...@researchware.com> wrote: > > In LiveCode 6.7.11 and 8.1.0

Re: "LiveCode Infinity": lexically-scoped variables and bytecode blocks

2016-06-07 Thread Monte Goulding
What I think we could do which I personally feel would be a bug fix is if a variable is declared with an initial value then reassign it if we iterate over the local command again. For example: repeat local tIndex = 1 -- tIndex is always 1 here repeat add 1 to tIndex

Re: Fun (was Re: Cubist's first bug report)

2016-06-05 Thread Monte Goulding
chunk could mutate from one reference to the next. The case of a command mutating a single chunk is much simpler as it’s just a case of retaining the evaluation. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please v

Re: Fun (was Re: Cubist's first bug report)

2016-06-05 Thread Monte Goulding
gh because you would need to compare the expressions in a statement and quite possibly slow down everything else in order to speed up the one use case. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: Fun (was Re: Cubist's first bug report)

2016-06-05 Thread Monte Goulding
I suspect not. I didn't realise one was open ;-) Sent from my iPhone > On 6 Jun 2016, at 9:52 AM, Mark Wieder wrote: > > There are two bug reports on this already. Do you need a third? ___ use-livecode mailing list

Re: Feature Exchange any one?

2016-06-05 Thread Monte Goulding
ust post a bug report and wait for the team to find time to fix it and the team has your back (it’s very late on a Sunday night for Ali!). Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: Fun (was Re: Cubist's first bug report)

2016-06-05 Thread Monte Goulding
ide commands… are there others?) by setting the previously marked chunk rather than re-evaluating. Please submit a bug report so we can look into it further and work out whether I’m right or I just don’t know my way around the engine well enough yet ;-) Cheers Monte ___

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-03 Thread Monte Goulding
of QuickTime to re-encode unsupported videos as a high priority. Cheers Monte ___ 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

Re: Feature Exchange any one?

2016-06-02 Thread Monte Goulding
ibute much else right now but I can at > least do that. The script is basically done it’s now more about timing when would be a good time to commit a huge diff on just about every doc. Thanks anyway! Cheers Monte ___ use-livecode mailing list use-l

Re: Feature Exchange any one?

2016-06-02 Thread Monte Goulding
merge in tests for things as we have the time to get all the docs to pass that test. I also have a side project writing a script to hard wrap all the docs at 72 chars on the parts of the doc that can handle hard wrapping. Cheers Monte > I've been thinking about trying to write a validator st

Re: Feature Exchange any one?

2016-06-02 Thread Monte Goulding
> On 3 Jun 2016, at 11:09 AM, Paul Dupuis wrote: > > Okay, I may see if I can carve out the time to pull the API section from > the PDF and edit it to the doc format. At least the doc on the doc > format is now a guide accessible from within LiveCode! ;-) You may want to

Re: MetaCard compatibility patterns

2016-05-24 Thread Monte Goulding
t in some extra hours this week to make up for it. Actually I’m not meant to be working now so it’s all good ;-) Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

<    3   4   5   6   7   8   9   10   11   12   >