Calling all Navigator users: can you fill out this (very) brief survey to
help me understand what needs to be done with Navigator?
https://www.surveymonkey.com/r/8V3Y2D5
Thanks!
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit th
> On 20 Feb 2018, at 4:44 pm, Brian Milby via use-livecode
> wrote:
>
> I was finally able to get the init to return a 0 or 1 (success or already
> initialized). I switched to `code\x86-win` - not sure if that had any
> effect based on the other major change I made…
I think it will find bot
I was finally able to get the init to return a 0 or 1 (success or already
initialized). I switched to `code\x86-win` - not sure if that had any
effect based on the other major change I made...
Turns out I was using the wrong version of the dll. If anyone else wants
to try, here's the path that
The Sub-to-srt stack on Livecode share has now been updated.
The interface has been simplified and frame rate conversions can now be applied
to converted ssa and sub files.
For those who came in late...(apologies to L Falk)
Sub-to-srt is a conversion utility ofr subtitles.
It will convert eithe
Thanks, Mark.
Strange, during devpt I couldn't press "apply" in the script editor when I
had the line "pass backspaceKey"... Maybe I misspelt...
--
Nicolas Cueto
On 20 February 2018 at 10:42, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On 02/19/2018 05:01 PM, Nicolas
turns out the cloud is just other people's computers.
https://xkcd.com/1957/
...and there's a tooltip...
--
Mark Wieder
ahsoftw...@gmail.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe
On 02/19/2018 05:01 PM, Nicolas Cueto via use-livecode wrote:
As you can see, the reason I'm interrupting the backspace key is to find
out the number of lines in a field after a char is deleted.
I would do that differently:
local sHowManyLines
on backspaceKey
send "howManyLinesNow" to me i
I'm trying to script a special backspace script.
As is the usual backspace behavior, I still want the char to the left of
the flashing cursor to be deleted. Wherever that cursor happens to be.
But because the backscape key cannot get passed, it seemsI have to manually
delete that character to the
Hi Brian
Looks like there’s an issues in the code folder stuff. At the moment it will
look for `code\x86-win` when deploying a standalone it seems. I will patch it
in a bit to `code\x86-win32`. By the looks of the IDE extension loading code it
will be actually work for win or win32 (it does a f
> On 20 Feb 2018, at 8:56 am, Brian Milby via use-livecode
> wrote:
>
> Made my first attempt to just initialize the library and something is not
> working:
>
> Message execution error:
> Error description: LCB Error in file
> C:/Users/milby/Dropbox/LiveCode/Downloads/lcSodium/sodium.lcb at l
It probably depends on how these are used as to what you want here, however, if
all of these are data coming from LCS then I’d suggest you want your LCB
handlers to take in Data and then use something like:
__safe foreign handler MCDataGetBytePtr(in pData as Data) returns Pointer binds
to "”
__
Made my first attempt to just initialize the library and something is not
working:
Message execution error:
Error description: LCB Error in file
C:/Users/milby/Dropbox/LiveCode/Downloads/lcSodium/sodium.lcb at line 34:
unable to load foreign library
Hint: runtime
Here's all that the LCB does:
pr
Richmond.
Not the first time I have been caught replying to the last person that
posted, that being the way the nabble thing works, and why I alway sign my
name.
In this instance, of course, Roger did indeed sign his name, and so the
above comment is valueless. Oh, and as for the name typo, since
I wouldn't do it if you only have 3 days. I'd spend the effort on other
parts of your project instead. It will take longer than 3 days to get
yourself into the Levure groove, IMHO. It's well worth it, but you can't
just jump in and be off and going.
On Mon, Feb 19, 2018 at 2:51 PM, Graham Samue
You can now drag and drop from Navigator windows to LC stacks, and from
Navigator windows to other Navigator windows. You can:
Drag controls and bookmarks from Navigator to a stack to add and position
controls. (Note, this always duplicates the control even if you're dragging
a control that is alr
I understand the problem. It looks as if I might have a short window of around
3 days where I could see if I could get Levure to work for me. If (and it is
only an if) I manage this, I will try to write it up.
Graham
> On 19 Feb 2018, at 16:45, Trevor DeVore via use-livecode
> wrote:
>
> :-
Issue filed, let's discuss over there.
On Mon, Feb 19, 2018 at 10:45 AM, Trevor DeVore via use-livecode <
use-livecode@lists.runrev.com> wrote:
> :-)
>
> Usually it is just a matter of someone asking the right question. It is
> easier to respond to a question then to set aside time to consider a
:-)
Usually it is just a matter of someone asking the right question. It is
easier to respond to a question then to set aside time to consider all of
the questions people may be having and try to proactively create docs.
Unfortunately my time for extracurricular projects has been very limited as
And wait, don't you have a Documentation Doughboy?
On Mon, Feb 19, 2018 at 10:37 AM, Mike Kerner
wrote:
> Then you have to throw these things out more often so the bread-and-butter
> cult can do your bidding, my crusty master
>
> On Mon, Feb 19, 2018 at 10:25 AM, Trevor DeVore via use-livecode <
Then you have to throw these things out more often so the bread-and-butter
cult can do your bidding, my crusty master
On Mon, Feb 19, 2018 at 10:25 AM, Trevor DeVore via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On Mon, Feb 19, 2018 at 8:53 AM Mike Kerner via use-livecode <
> use-liv
On Mon, Feb 19, 2018 at 8:53 AM Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:
> @Trevor
> That would be good advice to add to the wiki as a "trying out and
> transitioning to Levure" item
I agree. Somebody should write that up and submit a PR :-)
—
Trevor DeVore
>
__
@Trevor
That would be good advice to add to the wiki as a "trying out and
transitioning to Levure" item
On Mon, Feb 19, 2018 at 9:09 AM, Trevor DeVore via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi Graham,
>
> 1) You do not need to scriptify (move code into script only stacks) your
Hi Graham,
1) You do not need to scriptify (move code into script only stacks) your
stacks to use them in Levure. Levure supports an organizational structure
(the `ui` folder in Levure) which makes it easy to organize binary stacks
that use script only stacks as behaviors.
2) You are not required
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #117 here: https://goo.gl/LPogbE
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
I have not tried to look at Levure until now, but since I am in difficulties
trying to create a user-oriented update system (the kind that professionals use
Sparkle for on Mac, and other techniques on other platforms), I have some hopes
(from previous emails from Trevor) that Levure might help m
25 matches
Mail list logo