Swipe gestures on a mobile scroller

2016-11-19 Thread J. Landman Gay
I have a native mobile scroller handling the vertical scroll of a field. I want to add swipe gestures to change cards. When swiping, I get a mouseDown, sporadic mouseMoves (the logging might be interfering, not sure, but after a couple they stop) and no mouseUp at all. I tried using

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Alex Tweedly
Wow ! Terrific. Like I said, I would have been happy to pay for extra compnents, so to hear that they will be included, and in the Community version, is better than I would have hoped for. Thanks Monte. Alex. On 18/11/2016 00:58, Monte Goulding wrote: Hi Alex Yes one of the side effects of

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Skip Kimpel
That is really good news! > On Nov 19, 2016, at 9:13 AM, Alex Tweedly wrote: > > Wow ! Terrific. Like I said, I would have been happy to pay for extra > compnents, so to hear that they will be included, and in the Community > version, is better than I would have hoped for. >

Macintosh support

2016-11-19 Thread Richmond
I would like to know why Livecode 9 has dropped support for all versions of Mac OS before 10.9. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Monte Goulding
> On 20 Nov. 2016, at 9:15 am, Roger Eller wrote: > > I have no use at all for FM, but a lcGoogleDrive would be just wonderful. Cool, with the OAuth2 library + JSON <-> Array web services aren’t that complicated. It’s largely just a matter or reading the API docs

Re: Swipe gestures on a mobile scroller

2016-11-19 Thread J. Landman Gay
On 11/19/16 2:18 AM, J. Landman Gay wrote: I have a native mobile scroller handling the vertical scroll of a field. I want to add swipe gestures to change cards. When swiping, I get a mouseDown, sporadic mouseMoves (the logging might be interfering, not sure, but after a couple they stop) and no

Re: Swipe gestures on a mobile scroller

2016-11-19 Thread Paul Hibbert
> On Nov 19, 2016, at 11:38 AM, J. Landman Gay wrote: > > Anyone have a workaround? Kind of! I built an iOS app that needed to display some long fields of text, I built some pages based around this lesson:

Re: Type on an angle

2016-11-19 Thread Monte Goulding
> On 20 Nov. 2016, at 9:01 am, Sannyasin Brahmanathaswami > wrote: > > Any solutions? Do you need to be able to type or just show angled text? Angled text is very easy to do in a widget. I vaguely recall someone in the community releasing an angled text label. Bernd?

Re: Type on an angle

2016-11-19 Thread Colin Holgate
Could you import snapshot from rectangle the rect of field 1, then set the angle of the image? You would need to add the left and top of the card window I guess, to get the right part of the screen. ___ use-livecode mailing list

Re: GUI Design Tasks Send Back - Bring Forward

2016-11-19 Thread Roger Eller
Besides wanting to only use the mouse for re-layering, you can already demo your layered images by clicking and pressing Control-[ or Control-]. ~Roger On Sat, Nov 19, 2016 at 4:21 PM, Sannyasin Brahmanathaswami < bra...@hindu.org> wrote: > when I switch from code to building GUI.. we are in

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Monte Goulding
> On 20 Nov. 2016, at 1:13 am, Alex Tweedly wrote: > > Wow ! Terrific. Like I said, I would have been happy to pay for extra > compnents, so to hear that they will be included, and in the Community > version, is better than I would have hoped for I should clarify that at

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Roger Eller
I have no use at all for FM, but a lcGoogleDrive would be just wonderful. ~Roger On Sat, Nov 19, 2016 at 5:04 PM, Monte Goulding wrote: > > > On 20 Nov. 2016, at 1:13 am, Alex Tweedly wrote: > > > > Wow ! Terrific. Like I said, I would have been happy to

Re: Type on an angle

2016-11-19 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > Working on GUI today I created a field and thinking it would be cool > to have it run sideways at an angle along the edge of an element in > the background photo… I put this into the msg Box > > set the angle of fld "cardTitle" to 66 ... > "Why is LC's graphic

Re: Type on an angle

2016-11-19 Thread J. Landman Gay
On 11/19/16 4:07 PM, Monte Goulding wrote: On 20 Nov. 2016, at 9:01 am, Sannyasin Brahmanathaswami wrote: Any solutions? Do you need to be able to type or just show angled text? Angled text is very easy to do in a widget. I vaguely recall someone in the community

GUI Design Tasks Send Back - Bring Forward

2016-11-19 Thread Sannyasin Brahmanathaswami
when I switch from code to building GUI.. we are in an world of objects. Is it only me that wishes we could a) import and image b) click right click on the image --arrange send back bring forward ? Use case is in a rapid prototyping/design environment where e.g. you have

Type on an angle

2016-11-19 Thread Sannyasin Brahmanathaswami
Working on GUI today I created a field and thinking it would be cool to have it run sideways at an angle along the edge of an element in the background photo… I put this into the msg Box set the angle of fld "cardTitle" to 66 Of course, duh, got this: Message execution error: Error

Re: Type on an angle

2016-11-19 Thread Roger Eller
I would much rather have a native angle property as a part of the text field. Live text on an angle like Adobe Photoshop and Illustrator have would enable a whole world of design apps with LiveCode. I've used the snapshot workaround for 15 years, and it has never impressed anyone. ~Roger On

Re: Free Let's Encrypt SSL Certificates for On-Rev?

2016-11-19 Thread Alex Tweedly
I know it's an old conversation from Jnuary - but here's an update ... I recently ask sup...@on-rev.com and got the following reply from David : The way this works is that all sites under your account which are not currently secured with a preexisting SSL certificate will be automatically set

Re: Swipe gestures on a mobile scroller

2016-11-19 Thread J. Landman Gay
Well, it's good to know I'm not alone I guess. ;) I just wish I'd asked earlier, before I spent some hours tracking down the problem. I'd like to think the omission of mouseUp/touchEnd messages was an oversight, since we do get all the other mouse messages. I haven't tried Paul's workaround.

Re: Swipe gestures on a mobile scroller

2016-11-19 Thread Terry Judd
Hi Jacque - I struggled with this for ages on an iOS and android app earlier in the year (vertical scrolling content with side-to-side swiping for navigation (a la iCal). After trying a truckload of different approaches (hacks) I mostly got it to work on iOS (I still got intermittent failures)

Re: Swipe gestures on a mobile scroller

2016-11-19 Thread J. Landman Gay
BTW, there appears to be a related bug that got fixed: MouseUp wasn't being sent when a native scroller was active. It looks like they fixed that one but forgot to check related swipe mouseUps. Hopefully the team can use the same fix again.

Re: Type on an angle

2016-11-19 Thread Richard Gaskin
Roger Eller wrote: > I would much rather have a native angle property as a part of > the text field. That would be cool, but could we perhaps have formatting properties first? I have maybe two apps across all my computing devices that let me edit rotated text, but I have dozens that display

Re: Macintosh support

2016-11-19 Thread Richard Gaskin
Richmond wrote: > I would like to know why Livecode 9 has dropped support for all > versions of Mac OS before 10.9. ZDNet reports that OS X 10.8 t hasn't received critical security patches in over four years, and as such is regarded as too dangerous to use: OS X Mountain Lion: Still

Re: Macintosh support

2016-11-19 Thread Peter TB Brett
On 19/11/2016 15:13, Richmond wrote: I would like to know why Livecode 9 has dropped support for all versions of Mac OS before 10.9. LiveCode 9 may still run on OS X 10.7, for the time being -- we just don't provide any official support for (or run tests on) that platform any more. The