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
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 url
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 everyb
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
Albuquerque
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 are
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 wrote:
>
>> I'm wonder
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 parti
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
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
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) or an
> IDE bug
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 page
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 exp
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? And if so, is the label
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 I'm not scripti
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 your
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
use-livecode@lists.runrev.co
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
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&t=25210
(links to websites with HTML5
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 c
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
> that
> turns text horizontally.
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
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&t=27328&p=143042#p143042
Richmond.
___
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 to
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 w
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
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 (a
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 Lin
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.. :-)
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
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 spi
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
use-livecode@lists.runre
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"
--
http://berndniggem
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 p
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 widge
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 playba
35 matches
Mail list logo