Hi, all of you!
Twice I have asked through this list for help to get an idea about how much it
would cost «to make HC great again», that is, to facilitate its use by means of
an LC-app. I may not succeed in getting a Norwegian sponsor, but again I might.
But certainly not without an approximate
The fold control bar uses this stack as its behavior: stack
"rev_g_groupFoldBar"
That script is:
on mouseUp
put getID(barClickLine()) into CL
if the number of lines of CL > 1 or word 1 of CL is not "group" then
exit mouseUp
setFolded CL
doUpdateDisplay true
end mouseUp
So it's pretty
http://lists.runrev.com/pipermail/use-livecode/2018-December/251858.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailma
Well this turned out to be a default folder issue. So just before I move the
folder, I set the default folder to something other than where the user stacks
are stored and then the move works fine. It only seems to be an issue on
Windows. Thanks to Ralph and Brian.
Marty
> On Jan 24, 2019, at 5
I'm trying to show live webcam footage in a Livecode stack on OSX.
*Browser*
The following works well in the browser but requires permissions to be
agreed with a browser dialogue that does not show in the embedded browser.
- https://davidwalsh.name/demo/camera.php
It would be great to get tha
Nope. Running LC 9.0.2 Community, MacOS 10.14.2, Navigator 7.2 RC1. If you
point me to where the folding code actually happens, I can turn on rev
development and trace it.
Bob S
> On Jan 25, 2019, at 14:16 , Geoff Canyon via use-livecode
> wrote:
>
> I'm not seeing this? I tried both with
I'm not seeing this? I tried both with a specific stack and (what I
remember from the last time) "this card of the topstack". Folding is
working for me, both by clicking in the margin, and by selecting a fold
level on the popup menu for a card or group.
Any specific recipe?
gc
On Fri, Jan 25, 20
Bah, I’ll take a look later today.
gc
> On Jan 25, 2019, at 1:19 PM, Bob Sneidar via use-livecode
> wrote:
>
> Hate to do this to you Geoff but the groups are not folding again.
>
> I click in the shaded area nothing. I right click on the name of the group
> and select fold level 1, nothin
Hate to do this to you Geoff but the groups are not folding again.
I click in the shaded area nothing. I right click on the name of the group and
select fold level 1, nothing.
Bob S
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
I made a simple test stack to move folders, saved as a standalone and it works
fine - even moving the folder I’m trying to move in my real app. In my app
where I’m having trouble (works fine on Mac but not on Windows) the result is
returning “1” which isn’t really helpful!
Marty
> On Jan 24, 20
10 matches
Mail list logo