Re: Browser Widget Fails to Re position

2016-06-26 Thread Colin Holgate
I don’t know if you tried it, but if you show the position of the browser when you get to the card, it’s already 0,0. Until that symptom is fixed it may confuse the other symptoms. > On Jun 26, 2016, at 10:10 PM, Sannyasin Brahmanathaswami > wrote: > > Colin wrote: > >

Re: Refresh Data Grid not working in 8.1?

2016-06-26 Thread jameshale
OK it is a bug. Logged... http://quality.livecode.com/show_bug.cgi?id=17908 -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Refresh-Data-Grid-not-working-in-8-1-tp4706089p4706115.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Browser Widget Fails to Re position

2016-06-26 Thread Sannyasin Brahmanathaswami
Colin wrote: Any idea why when trying in LiveCode that the browser widget is near the bottom of the card window? BR: No idea.. in fact that was the first issue reported in February and even though the preopencard handler issues a set the topleft of widget "surpriseBrowser" to 0,0 did not

Re: Browser Widget Fails to Re position

2016-06-26 Thread Colin Holgate
Any idea why when trying in LiveCode that the browser widget is near the bottom of the card window? As an aside, are there any licensing issues involve in getting permission to embed a YouTube video in an app’s web view? Also, you should continue the tab bar off the left and right of the card

Re: Copying a button drops iconGravity

2016-06-26 Thread Sannyasin Brahmanathaswami
Klause wrote: yes, I already reported this some time ago! :-) Maybe you want to add a comment. BR: OK I did… ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Browser Widget Fails to Re position

2016-06-26 Thread Sannyasin Brahmanathaswami
I am struggling with a bug that was reported in February, and confirmed by the team, but remains unsolved. it's been so long that I posted a new bug report here, not remembering that I had one already in that related but is five months old http://quality.livecode.com/show_bug.cgi?id=17906

Re: Move to the points.

2016-06-26 Thread [-hh]
You could also have a look to the forum: moving multiple objects (SOLVED) http://forums.livecode.com/viewtopic.php?p=137583#p137583 -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Move-to-the-points-tp4706104p4706110.html Sent from the Revolution - User mailing

Re: Move to the points.

2016-06-26 Thread Richmond
moveStopped Thanks so much. Richmond. On 26.06.2016 21:03, Dar Scott wrote: Also of interest might be the moveStopped message. On Jun 26, 2016, at 10:36 AM, J. Landman Gay wrote: Use the "without waiting" syntax for the move command, which allows messages to be

Re: Move to the points.

2016-06-26 Thread Dar Scott
Also of interest might be the moveStopped message. > On Jun 26, 2016, at 10:36 AM, J. Landman Gay wrote: > > Use the "without waiting" syntax for the move command, which allows messages > to be generated normally. Then set up a "send in time" structure that checks

Re: Move to the points.

2016-06-26 Thread Richmond
Thanks, both. Meanwhile, I came up with another way of doing things [Isn't THAT the best thing about Livecode? That there are almost always many ways to achieve one thing.] So, my script looks a bit like this: on mouseUp put the points of grc "myTRACK" into fld "myTRAK" put 1 into KOUNT

Re: Move to the points.

2016-06-26 Thread Tore Nilsen
Both move and wait commands are blocking commands. Now messages are acted upon when the code runs. If you would like several things happen at the same time you would need to use “send to me in time” where you then would have to check current position and set the new position based on this. You

Move to the points.

2016-06-26 Thread Richmond
It is very easy to draw and/or generate a *multi-point vector path* on a stack and then *animate* a control to move along it like this: *move* the *btn* "button" to the points of the *graphic* "wiggle" in 30 secs but is looks, frankly, bl**dy silly except in the most trivial of instances. So

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-even-easier/

Re: Geometry Manager on mobile?

2016-06-26 Thread me
Hey, Monte! 'Will work on mobile' as of 8.1 or 8.0.2? Best, Jerry On Jun 25, 2016, 10:00 PM -0500, Monte Goulding, wrote: > 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

Re: Copying a button drops iconGravity

2016-06-26 Thread Klaus major-k
Hi all > Am 26.06.2016 um 04:23 schrieb Sannyasin Brahmanathaswami : > > LC 8.1 > > create button > set icon to ID of imported image > from msg box >" set the icongravity of btn "Vedas" to center" > selection and option-copy-drag the button > result: newly