Re: [ widget that turns text horizontal ]

2016-05-29 Thread William Prothero
Bernd: What I was thinking was like a text fly-out. With your widget, it would just start from invisible and expand out from the center and stop without turning. Thinking of a presentation/slide show type system that would be more interesting that just text on a screen. What I would really love

Re: Random? changes to textAlign

2016-05-29 Thread Mark Wieder
On 05/29/2016 02:44 PM, Mike Bonner wrote: I love random features. Yeah. In my code, though, the accent is usually on the "dom". -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Hypercarding Livecode

2016-05-29 Thread Roland Huettmann
I did not have time to test any, but it looks very nice. The label text in buttons looks a bit squeezed in. Could there be an option to place horizontally or vertically as the user may choose? I am not sure if too many users like using too many different interfaces. Better to settle on one

Re: Random? changes to textAlign

2016-05-29 Thread dsc
Found it! If a label is the 2nd or higher object in a selection (shift-click or drag scoop), then the textAlign changes. I tried giving the label field a unique name, but that didn't help. Dar --- Dar Scott dba Dar Scott Consulting 8637 Horacio Place NE

re: Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread Todd Fabacher
Hello Richard, Rating Stars for WP - just doing an iFrame will not be that simple, because you will need to transfer a good deal of info into calling iFrame. Plus you will NOT be able to track the user. I suggest using a WP plugin like this: https://wordpress.org/plugins/rating-widget/. There

Re: Random? changes to textAlign

2016-05-29 Thread Dar Scott
Oh, great. Now it doesn't change. I have no idea what I might have been doing to cause the change. Maybe some layout cleanup or something. > On May 29, 2016, at 3:44 PM, Mike Bonner wrote: > > I love random features. > > On Sun, May 29, 2016 at 3:23 PM, Dar Scott

Re: Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread Dave Kilroy
Richard, actually you might be better off with Alex's suggestion of a WP plugin. iFrames in WP with .lc content work fine, but from within an iFrame I don't think there is a way for your Livecode Server script to access WP's data on the user/session and thence know whether a user has rated a

Re: Random? changes to textAlign

2016-05-29 Thread Dar Scott
Ah, I suppose those could be mutually exclusive. But, often, once I figure out a workaround to an engine bug, I find it was hiding my own bug. Or the other way around (but maybe equivalent)--my bug exercises some unusual case that exposes the engine bug. > On May 29, 2016, at 3:56 PM, Alex

Re: Random? changes to textAlign

2016-05-29 Thread Alex Tweedly
Or an arithmetic bug (120% chance). :-) Alex. On 29/05/2016 22:23, Dar Scott wrote: I'm wondering if it has something to do with my leaving the names of the labels all the same. Or something about backgrounds. I haven't seen this before. It might be an engine bug (5% chance) or an IDE bug

Re: Random? changes to textAlign

2016-05-29 Thread Mike Bonner
I love random features. On Sun, May 29, 2016 at 3:23 PM, Dar Scott wrote: > I'm wondering if it has something to do with my leaving the names of the > labels all the same. > > Or something about backgrounds. > > I haven't seen this before. It might be an engine bug (5% chance)

Re: Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread Richard Miller
Thanks, Stephen. Those two inclinations were what I was thinking as well. Thanks for confirming. On 5/29/16 4:52 PM, stephen barncard wrote: 1. I wouldn't bother trying to do this simple task in PHP if I didn't have to... how about.. create a livecode server page with the rating/poll

Re: Random? changes to textAlign

2016-05-29 Thread Dar Scott
I'm wondering if it has something to do with my leaving the names of the labels all the same. Or something about backgrounds. I haven't seen this before. It might be an engine bug (5% chance) or an IDE bug (20%) chance but most likely it is a Dar bug (95%). I fully expect somebody will

Re: Random? changes to textAlign

2016-05-29 Thread Mike Bonner
Nevermind. Having textalign set, and changing tabalign to various combinations of tabs and settings does do interesting things, but I can't make it do what you describe so far. On Sun, May 29, 2016 at 3:10 PM, Mike Bonner wrote: > the tabAlign isn't set to anything is it?

Re: Random? changes to textAlign

2016-05-29 Thread Mike Bonner
the tabAlign isn't set to anything is it? And if so, is the label text changing with possible preceding tabs? On Sun, May 29, 2016 at 2:46 PM, Dar Scott wrote: > I have a couple label fields in a background that keep changing from right > aligned to left aligned. I'm pretty sure

Re: Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread stephen barncard
1. I wouldn't bother trying to do this simple task in PHP if I didn't have to... how about.. create a livecode server page with the rating/poll page and business logic since you said you could do that ... and easy to check and debug outside WP. and then use an IFRAME in the html to display

Random? changes to textAlign

2016-05-29 Thread Dar Scott
I have a couple label fields in a background that keep changing from right aligned to left aligned. I'm pretty sure I'm not scripting any textAlign changes. What might do this? Dar 8.0.1 ___ use-livecode mailing list

Re: Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread Alex Tweedly
Disclaimer - I don't know much about Wordpress. But after Todd's postings about it during the recent funding effort, I decided to go back and try again to use it (previous attempts have failed in a myriad of features that appear to be documented only on videos - the least time-effective way to

Re: [ widget that turns text horizontal ]

2016-05-29 Thread BNig
Hi Roland, I tried the HTML5 only in latest Firefox and Safari on a desktop, both worked. I don't know about Chrome Browser in Android, nor did I try an iDevice. Do other HTML5 Stacks work in Chrome on Android? http://forums.livecode.com/viewtopic.php?f=120=25210 (links to websites with HTML5

Hypercarding Livecode

2016-05-29 Thread RM
Many people should be aware by now that I am producing a set of related alternative interfaces for Livecode 8, mainly because of some comments made on the Yahoo 'Hypercard' group. Nobody has indicated yet whether they are considering using one of the things I am making. However, what has become

Re: [ widget that turns text horizontal ]

2016-05-29 Thread Roland Huettmann
Wow, great. ))) Unfortunately in my Chrome Browser in Android latest version Samsung S7 the HTML version only loads but then hangs. Not supported yet? On May 29, 2016 12:54, "BNig" wrote: > in the spirit of letting thousand widgets bloom: here is a simple widget >

Re: [ widget that turns text horizontal ]

2016-05-29 Thread BNig
Bill: in its most simple form you could script in a button - local sTurning = false on mouseUp if sTurning = false then put true into sTurning put "This is Bills text" into tText set the displayText of widget "turnText" to tText

Re: Alternative interfaces

2016-05-29 Thread RM
I produced an extended lateral palette to day for those who want to mess around with text in fields while in Browse mode: same place. Richmond. On 27.05.2016 19:12, RM wrote: I went lateral today: http://forums.livecode.com/viewtopic.php?f=25=27328=143042#p143042 Richmond.

Re: Picasso's blue period

2016-05-29 Thread RM
What happened to Dr Raney? R. On 29.05.2016 22:07, J. Landman Gay wrote: On 5/29/2016 1:39 PM, RM wrote: No; I think a lot of the problem comes down to whether one wants to used quotes or not: set the textColor of the selectedText to "yellow" works For what it's worth, Dr Raney stressed

Re: Picasso's blue period

2016-05-29 Thread J. Landman Gay
On 5/29/2016 1:39 PM, RM wrote: No; I think a lot of the problem comes down to whether one wants to used quotes or not: set the textColor of the selectedText to "yellow" works For what it's worth, Dr Raney stressed to me that one should always place color names in quotes. That it sometimes

Re: [ widget that turns text horizontal ]

2016-05-29 Thread William Prothero
Bernd: Nice widget. I thought it would be interesting to make an animated text line display effect using this. Maybe there are better ways. I tried to get it to turn automatically and just watch for the turnAngle, but I couldn’t get it to start turning, from my script unless I set the turnAngle

Re: Picasso's blue period

2016-05-29 Thread RM
Hey: my specs have a very jazzy filter in them as my eyes were getting damaged by staring at large monitors! No; I think a lot of the problem comes down to whether one wants to used quotes or not: set the textColor of the selectedText to "yellow" works, while plain yellow seems, sometimes

RE: Picasso's blue period

2016-05-29 Thread John Dixon
LOL... are you sure that it is not a visit to specsavers that is needed..:-) > Subject: Re: Picasso's blue period > To: use-livecode@lists.runrev.com > From: richmondmathew...@gmail.com > Date: Sun, 29 May 2016 21:27:45 +0300 > > Yes, and it has been going blue for the last 12 years, both on

Re: Picasso's blue period

2016-05-29 Thread RM
Yes, and it has been going blue for the last 12 years, both on Linux and on my Macintosh PPC computers with earlier recensions of Livecode. Richmond. On 29.05.2016 21:12, John Dixon wrote: It goes yellow for me... there again I am on a macBook and I guess you are messing about with linux.. :-)

RE: Picasso's blue period

2016-05-29 Thread John Dixon
It goes yellow for me... there again I am on a macBook and I guess you are messing about with linux.. :-) > To: use-livecode@lists.runrev.com > From: richmondmathew...@gmail.com > Subject: Picasso's blue period > Date: Sun, 29 May 2016 21:02:57 +0300 > > No, not really, but more like Richmond's

Re: [ widget that turns text horizontal ]

2016-05-29 Thread BNig
Thank you Richmond, just taking babysteps into widgets. Oh, and if you installed the widget and want to get rid of it use "Tools" -> "Extension Manager" Kind regards Bernd RM wrote > Clever, clever stuff! > > Congratulations. > > Richmond. > > On 29.05.2016 13:15, BNig wrote: >> in the

Picasso's blue period

2016-05-29 Thread RM
No, not really, but more like Richmond's blue 5 minutes. I am having a small, silly problem: When I type this: set the textColor of the selectedText to yellow the text goes *BLUE*. :-( Richmond. ___ use-livecode mailing list

Re: [ widget that turns text horizontal ]

2016-05-29 Thread RM
Clever, clever stuff! Congratulations. Richmond. On 29.05.2016 13:15, BNig wrote: in the spirit of letting thousand widgets bloom: here is a simple widget that turns text horizontally. the widget to install in "My Livecode" -> "extensions" --

Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread Richard Miller
I have someone building a WordPress website for me. I personally do not know WordPress. He doesn't know how to address the following issue. I know how to do much of it through Livecode, but I'm not sure how to integrate the two. One feature of the site is that users get to input a rating on a

[ widget that turns text horizontal ]

2016-05-29 Thread BNig
in the spirit of letting thousand widgets bloom: here is a simple widget that turns text horizontally. the widget to install in "My Livecode" -> "extensions" -- http://berndniggemann.on-rev.com/turnwidget/turnText.zip -- as

Re: Chromium Embedded Framework as audio and video player

2016-05-29 Thread David Bovill
CEF is currently not being used on OSX in Livecode 8 - but why not use HTML5 playback in the browser widget? Just create your html with or tags and set the htmltext of the browser widget. You can show or hide the html5 controller, and if you want more control from Livecode you can control