The loading percentage is working now, and videos are playing ok in Safari
(they didn’t before). Frame rate is still a bit slow.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your s
> Colin wrote:
> Frame rate is still a bit slow.
I left the whole "pieces part" (set backpattern of the pieces) in the
LiveCode/Emscripten part, which is up to 10 times slower than the IDE.
So there is no chance to improve this more.
You could see it only as a demo of "this is working".
In the I
This may rank as one of the goofiest questions I've ever asked: Oh,
well, here goes:
Imagine a mosaic of faux buttons if you will.
Each of these buttons will play a tone if I drag my mouse into it:
on mouseEnter
play audioClip "x.aiff"
end mouseEnter
All well and good . . .
BUT, Richmond
This does *NOT* work:
on mouseEnter
if mouseDown then
set the backgroundColor of me to red
else
set the backgroundColor of me to green
end if
end mouseEnter
on mouseLeave
set the backgroundColor of me to white
end mouseLeave
which is a "right pox"
Richmond.
On 29.12.18
I believe the Keysdown() function picks up the mousebutton as well. that
will give you the info whether enter key is down.
On Sat, Dec 29, 2018 at 10:06 AM Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:
> This does *NOT* work:
>
> on mouseEnter
> if mouseDown then
>
oopsi mean if mouse key is down :)
On Sat, Dec 29, 2018 at 10:18 AM Tom Glod wrote:
> I believe the Keysdown() function picks up the mousebutton as well. that
> will give you the info whether enter key is down.
>
> On Sat, Dec 29, 2018 at 10:06 AM Richmond via use-livecode <
> use-livecode@l
Not sure that's going to work ... if the mouse button is being held
down, you won't get a "mouseenter" event. Dict says:
If the mouse button is down when the mouse pointer enters the control,
the *mouseEnter* message is not sent unless the mouse button is released
while the pointer is still i
MouseDown is a message, not a function. You need:
if the mouse is down then
set the...etc.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On December 29, 2018 9:07:37 AM Richmond via use-livecode
wrote:
This does *NOT* work:
on m
Thanks for the email Tom. Unfortunately NOT. We got the WebSocket working
in the browser with Javascript, but the app dies after 20 mins in iOS [<10
mins on Android] of play because it is calling a LiveCode function from
Javascript. Or workaround was to create an Angular site [
https://play.trivia
Bob Sneidar wrote:
>> On Dec 28, 2018, at 09:49 , Richard Gaskin wrote:
>>
>> In the beginning, script-only stacks contained only a script.
>>
>> Later, accommodation was made to allow the behavior property there,
>> using the "with behavior" clause.
>>
>> Now we're considering adding breakpoints
Sannyasin Brahmanathaswami wrote:
> Richard wrote:
>> Not at all my intention to hijack your thread by exploring that
>> option further to see if we can arrive at an actionable plan. On the
>> contrary, it is in direct support of pursuing solutions specific to
>> your needs.
>
> I don't mind h
Quentin Long wrote:
>> From: Richard Gaskin
>> By what means would be indicate which properties we want saved there
>> and which ones we don't care about?
>
> To a first approximation, I'd say that any property which has been
> changed from the engine's built-in default value should be saved. On
If you saw my Community Roundup talk in the November installment of
LiveCode Global, you know I track the TIOBE Index as a shorthand
indicator of LiveCode's relative marketshare/mindshare.
The TIOBE Index is a list of the Top 100 programming languages in the
world, ranked by popularity among d
The LC office is closed until after New Years so that would be why you
didn't get a response yet.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On December 29, 2018 11:04:02 AM Todd Fabacher via use-livecode
wrote:
So unfortunately si
In another email on the list, Richard said something like :
> relatively easy to use a parallel LSON file and load via a library
and
On 29/12/2018 18:03, Richard Gaskin via use-livecode wrote:
Breakpoint support may well be a uniquely valuable addition worth
considering. I rarely use them mys
How do they gather their data?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On December 29, 2018 12:23:15 PM Richard Gaskin via use-livecode
wrote:
If you saw my Community Roundup talk in the November installment of
LiveCode Global,
Ah, Yes . . .
Thanks so much.
Richmond.
On 29.12.18 18:52, J. Landman Gay via use-livecode wrote:
MouseDown is a message, not a function. You need:
if the mouse is down then
set the...etc.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw
On 12/29/18 10:27 AM, Alex Tweedly via use-livecode wrote:
Could breakpoints also go in an LSON file ? Is there a way that a script
can set breakpoints into a script? (i.e. not insert eh command into the
script, but set a dynamic breakpoint like are stored in a binary-stack) ?
There is indeed
Mark Wieder wrote:
> On 12/29/18 10:27 AM, Alex Tweedly via use-livecode wrote:
>
>> Could breakpoints also go in an LSON file ? Is there a way that a
>> script can set breakpoints into a script? (i.e. not insert eh command
>> into the script, but set a dynamic breakpoint like are stored in a
>> b
TIOBE's definitions are outlined here:
https://www.tiobe.com/tiobe-index/programming-languages-definition/
Oddly, they don't count Github repos. :/
The bad thing about not including Github is that LC has a growing
presence there.
The good thing about not including Github is that we're seeing
Hi,
I’m using DropDMG to sign my macOS installer. Users are having trouble opening
it—Gatekeeper seems to not recognize my developer ID.
It is unclear to me what is going on. Does the application need to be signed
before I create the installer in DropDMG? And how do I do that? I had thought
th
[A] JIGSAW PUZZLE 2d-video (HTML5) is now updated to v_110
• Improved once again speed with videos a little bit.
The links are unchanged
(US) http://hh.on-rev.com/html5/jigsawPuzzle2d-video-9.0.2hhX.html
or
(EU) http://hyperhh.de/html5/jigsawPuzzle2d-video-9.0.2hhX.html
[B] JIGSAW PUZZLE 2d-vid
I believe that DropDMG just signs the installer and does not sign the app. You
might take a look at AppWrapper3 or dive into Trevor’s Levure framework - it
works with DropDMG to sign both the app and the disk image.
Marty
> On Dec 29, 2018, at 12:20 PM, Peter Bogdanoff via use-livecode
> wrot
Hi Peter,
I don’t develop for Macs beyond personal use… but I do develop for iOS. You
need to use a Distribution Certificate (rather than Developer) to sell on the
iOS App Store… could that requirement also be needed for your situation?
be well,
randy
www.classroomFocusedSoftware.com
> On De
On Sat, Dec 29, 2018 at 2:20 PM Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
> I have these IDs:
> Developer ID Installer
> Developer ID Application
>
> DropDMG shows in its preferences the 'Developer ID Application’ that is
> used to sign the installe
25 matches
Mail list logo