Re: Word delimiters

2017-06-12 Thread Mark Waddingham via use-livecode
On 2017-06-13 01:18, Devin Asay via use-livecode wrote: Fixed. https://github.com/livecode/livecode/pull/5592 Thanks Devin and Henry :) Now if I do the same thing with Bug ..., Bug ..., Bug , ... and go back to bed, will I wake up to find them all fixed in a similar fashion? ;)

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Mark Waddingham via use-livecode
On 2017-06-12 22:22, Richard Gaskin via use-livecode wrote: For group controls you will find that it is. Try it. It's quite handy. Another useful thing which I'm not sure is particularly visible (but is in the dictionary!) is the group 'clipsToRect' property. When 'the clipsToRect' is set

Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Alejandro Tejada via use-livecode
Hi, Check if you could find useful this script that uses a single graphic to calculate the new size of the rectangles from a group of controls (in this example, graphics) I am sure that it's possible to add scripts that constrain the size and position of some rectangles, before changing size or

Re: Word delimiters

2017-06-12 Thread Devin Asay via use-livecode
Added cross reference to dictionary entry for ‘words’ keyword, for good measure. https://github.com/livecode/livecode/pull/5593 Devin On Jun 12, 2017, at 5:18 PM, Devin Asay via use-livecode > wrote: Fixed.

Re: Word delimiters

2017-06-12 Thread Devin Asay via use-livecode
Fixed. https://github.com/livecode/livecode/pull/5592 On Jun 12, 2017, at 3:13 PM, hlowe via use-livecode > wrote: Done. http://quality.livecode.com/show_bug.cgi?id=19855 Henry -- View this message in context:

Re: Word delimiters

2017-06-12 Thread hlowe via use-livecode
Done. http://quality.livecode.com/show_bug.cgi?id=19855 Henry -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Word-delimiters-tp4715709p4715746.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: [ANN] Release 8.1.5 RC-1

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
got it tks… I had forgotten the structure there… only stable versions at the top… yep… 8_1_5-rc-1 is there below. On 6/12/17, 8:41 AM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote:

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On 6/12/17 1:19 PM, Richard Gaskin via use-livecode wrote: >> > a) if a stack is 414 X 736, and opens on a device that is 414 X >> > 736 with full screen mode set to showAll… is the resizeStack >> > handler fired? >> >> Supporting your interest in avoiding theory, I'm

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > Yes, I did try. and certainly any manual resizing fires the resize > msgs as expect. Excellent. You now have one trigger point for the sequence of resizing actions when a stack is opened or the orientation is changed. If you have multiple cards and you

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread J. Landman Gay via use-livecode
On 6/12/17 1:19 PM, Richard Gaskin via use-livecode wrote: > 2) I like everything you are describing but I don't get this: > "resizeControl" is never triggered if the resizeStack is "dormant" > that was my last "problem" … so, how are we "trigger" the resizeStack > to "fire" when any stack

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Alex Tweedly via use-livecode
On 12/06/2017 18:30, Sannyasin Brahmanathaswami via use-livecode wrote: 2) I like everything you are describing but I don't get this: "resizeControl" is never triggered if the resizeStack is "dormant" that was my last "problem" … so, how are we "trigger" the resizeStack to "fire" when any

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, I did try. and certainly any manual resizing fires the resize msgs as expect. But the interest was, initially, to get the resizeControl to fire from script. As resizeable it off of all stacks -- deliberately so team does not inadvertently break their rect with the slip of a drag/save. I

Re: propertyChanged?

2017-06-12 Thread Mark Waddingham via use-livecode
On 2017-06-12 20:42, Mark Waddingham via use-livecode wrote: I'm not sure how long it might be before it becomes a fully supported, end-user feature (there's a great publish/subscribe model lurking there somewhere - at least tuned to an IDE-like applications needs - see further down) but we

Re: propertyChanged?

2017-06-12 Thread Mark Waddingham via use-livecode
On 2017-06-12 20:23, Richard Gaskin via use-livecode wrote: Thanks for that background, Mark. If this message originates in the engine, is there any chance it may one day become available as an official message? Yes - every chance - although I have to confess it is quite a bit lower than

Re: [ANN] Release 8.1.5 RC-1

2017-06-12 Thread panagiotis merakos via use-livecode
Hi Brahmanathaswami, The offline activation file is available for 8.1.5 rc1, as usual (I just checked). This is needed for *activating* a commercial license, not for getting the 8.1.5 rc1 release. Best, Panos -- On Mon, Jun 12, 2017 at 6:58 PM, Sannyasin Brahmanathaswami via use-livecode

Re: propertyChanged?

2017-06-12 Thread Richard Gaskin via use-livecode
Thanks for that background, Mark. If this message originates in the engine, is there any chance it may one day become available as an official message? It would be enormously useful for apps like a web authoring system I built recently, in which I had to keep track of all formatting changes

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > @ Richard > > 1) Again, all very nice theory > > Viz-a-viz my lament… "where are all the examples, sample code" We all > don't live it the stratosphere of visionary LiveCode architecture like > you doi. -☺ I'm relatively late to mobile development, actually.

Re: propertyChanged?

2017-06-12 Thread Mark Waddingham via use-livecode
On 2017-06-12 19:50, Richard Gaskin via use-livecode wrote: Interesting pull request referenced in v8.0.5rc1's Release Notes: https://github.com/livecode/livecode/pull/5570 When will the propertyChanged message be documented? I didn't see it in this latest build's Dictionary. That probably

Re: [ANN] Release 8.1.5 RC-1

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
No offline activation file available? On 6/12/17, 7:09 AM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote: Dear list members, We are pleased to announce the release of

propertyChanged?

2017-06-12 Thread Richard Gaskin via use-livecode
Interesting pull request referenced in v8.0.5rc1's Release Notes: https://github.com/livecode/livecode/pull/5570 When will the propertyChanged message be documented? I didn't see it in this latest build's Dictionary. -- Richard Gaskin Fourth World Systems Software Design and Development

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
@ Richard 1) Again, all very nice theory Viz-a-viz my lament… "where are all the examples, sample code" We all don't live it the stratosphere of visionary LiveCode architecture like you doi. -☺ Can you post sample stacks with your resize handlers? 2) I like everything you are describing but I

[ANN] Release 8.1.5 RC-1

2017-06-12 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 8.1.5 RC-1. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 8.1.5 RC-1 contains 72 bug

Re: Help me test Levure

2017-06-12 Thread Trevor DeVore via use-livecode
On Mon, Jun 12, 2017 at 9:00 AM AndyP via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Trevor, > > All installed and working as documented..excellent work. > > Windows 10 , LC 8.4 Great. Thanks Andy. -- Trevor DeVore > ___ use-livecode

Re: sample Stack for uploading files to a lc server

2017-06-12 Thread Dan Brown via use-livecode
excellent work, thank you! On Mon, Jun 12, 2017 at 12:15 AM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Please excuse for the 2nd post. I forgot to enter a subject. > > > Hi, > > i´ve already posted it to the forum >

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > first: the resizeControl thing did not work out at all because it > depends on the user resizing the stack. The resizeStack message should be sent in response to anything that causes the stack to resize. This should not be limited to the user action of

Re: Ben Beaumont jumps ship.

2017-06-12 Thread Bob Sneidar via use-livecode
Me too. Bob S > On Jun 9, 2017, at 11:43 , Dr. Hawkins via use-livecode > wrote: > >> If we're counting HC, I've been "there" longer than Kevin. :) And so have >> several others on this list. >> > > If that counts, I'm day 1 . . .

Re: Help me test Levure

2017-06-12 Thread AndyP via use-livecode
Hi Trevor, All installed and working as documented..excellent work. Windows 10 , LC 8.4 - Andy Piddock My software never has bugs. It just develops random features. TinyIDE a Free alternative minimalist IDE Plugin for LiveCode TinyIDE Script editor Themer for LC http://2108.co.uk

Re: Word delimiters

2017-06-12 Thread Mark Waddingham via use-livecode
On 2017-06-12 05:12, hlowe via use-livecode wrote: Interestingly, there is no cross-refernce to TrueWord from the Word entry in the 8.1.4 dictionary, though there is a cross-reference from TrueWord to Word. If you have a moment to file a bug in our quality center about that, it will get put

Re: LC 8.1.4 rc3 getting the rect of the videoPlayer returns different coords as in rc2

2017-06-12 Thread Mark Waddingham via use-livecode
Hi Tiemo, On 2017-06-07 10:41, Tiemo Hollmann TB via use-livecode wrote: I am resizing the videoPlayer object by script and export snapshots of the videoPlayer. In 8.1.2 or 8.1.3 I had to adapt my scipt for placing and resizing the videoplayer for Mac only by the hight of the menubar (before

[ANN] This Week in LiveCode 86

2017-06-12 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #86 here: https://goo.gl/plwJbf This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Word delimiters

2017-06-12 Thread Paul Dupuis via use-livecode
On 6/11/2017 11:12 PM, hlowe via use-livecode wrote: > Interestingly, there is no cross-refernce to TrueWord from the Word entry in > the 8.1.4 dictionary, though there is a cross-reference from TrueWord to > Word. I would say this is a dictionary "bug" as there should be a cross reference to

Re: Twitter and Facebook Libraries

2017-06-12 Thread Andre Garzia via use-livecode
I have facebook libraries. :-) Em 11 de jun de 2017 23:25, "Sannyasin Brahmanathaswami via use-livecode" < use-livecode@lists.runrev.com> escreveu: > Hoping to not re-invent the wheel, > > Also MergeSocial is only iOS > > anyone have any "social" libraries for sharing on their apps? > > Sample

Re: Click Download in Browser Widget?

2017-06-12 Thread hh via use-livecode
AFAIK, the file is downloaded, I don't know the place (probably somewhere in /tmp). There is no downloadHandler as in revBrowser. But if one has access to the page then the followong works here: Use a javascriptHandler to get the file url and do the download via LC's get url(). For example: on

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
OK well, continued working on this first: the resizeControl thing did not work out at all because it depends on the user resizing the stack. using that same handler but with "send" breaks everything because if you set the rect of the main enclosing object then the rect of the group "me" start

AW: OT: Has anybody experiences with apps for VPP licenses?

2017-06-12 Thread Tiemo Hollmann TB via use-livecode
Hi Randy, Yes, thats what I wanted to know. Thank you for your experiences! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Randy Hengst via use-livecode Gesendet: Samstag, 10. Juni 2017 20:31 An: How to use LiveCode