I don't know, but I'm happy to make guesses - especially when it gives
me a chance to rant a bit as well :-)
Runrev had a first attempt at tackling "the web" with revlets - which
worked well, but stumbled and failed because by then it was becoming
impossible to get anyone to install a player
On 2015-07-05 18:43, Mark Wieder wrote:
On 07/05/2015 10:10 AM, Richard Gaskin wrote:
Are your pull requests specific to v6.x, or also applicable to v7 as
well?
They're generic, as in the addition of floor() and ceil().
And submitted as pull requests against the develop branch, as
requested.
Ok... You need to elaborate on that "pickpocket possy from Naples..." I have a
feeling it's a good story that must be shared.
> On Jul 5, 2015, at 2:00 PM, David Bovill wrote:
>
> Yes there is. I'm in the middle of nowhere and just been professionaaly
> pickpocketed by a possy from Naples -
Yes there is. I'm in the middle of nowhere and just been professionaaly
pickpocketed by a possy from Naples - but when I get settled at the
symposium I should be able to help as I have a bunch of Mediawiki handlers
in a proto-library. I'm working on it at the moment so it's good timing :)
On Sunda
David asked what software?
YES. I am using WikiMedia software. It is on the server of course.
I have a couple of wikis at wikia.com and then I do have it working on my
virtual server too, so one day i might depart the wikia platform or mirror
-- for extra control.
I just made about 200 wiki page
Yup. Graham nailed it here.
The startup message is really only useful in a standalone app.
I have used it to take care of some setup stuff that's only really
useful in a standalone and not in the IDE. As Richard noted, once the
IDE is running it's already loaded several system stacks, most not
On 07/05/2015 10:10 AM, Richard Gaskin wrote:
Are your pull requests specific to v6.x, or also applicable to v7 as well?
They're generic, as in the addition of floor() and ceil().
And submitted as pull requests against the develop branch, as requested.
--
Mark Wieder
ahsoftw...@gmail.com
_
On 07/05/2015 10:18 AM, Richard Gaskin wrote:
> I've never been able to launch from the installer window, and I've
> rather given up trying.
This was fixed several months ago with some of the GDK improvements
Fraser implemented in v7.
But hasn't been backported to LC6, i.e., it still doesn'
On 05/07/15 20:22, Richard Gaskin wrote:
Richmond wrote:
On 05/07/15 20:10, Richard Gaskin wrote:
Mark Wieder wrote:
On 07/04/2015 11:46 AM, Richmond wrote:
Are there features in the 6.7 series that have not yet been
incorporated
into the 7.0 series? (seems unlikely and slightly odd).
No,
On 05/07/15 20:18, Richard Gaskin wrote:
Mark Wieder wrote:
> On 07/04/2015 09:27 AM, Richmond wrote:
>
>> Bug report 15574
>
> I tried to add info to the bug report, but the quality center is down
> right now. I managed to launch both commercial and community 6.7.6
> builds on my 64-bit linux M
Richmond wrote:
On 05/07/15 20:10, Richard Gaskin wrote:
Mark Wieder wrote:
On 07/04/2015 11:46 AM, Richmond wrote:
Are there features in the 6.7 series that have not yet been
incorporated
into the 7.0 series? (seems unlikely and slightly odd).
No, quite the opposite. I *am* annoyed that s
Mark Wieder wrote:
> On 07/04/2015 09:27 AM, Richmond wrote:
>
>> Bug report 15574
>
> I tried to add info to the bug report, but the quality center is down
> right now. I managed to launch both commercial and community 6.7.6
> builds on my 64-bit linux Mint 17 system.
I believe both the RQCC be
On 05/07/15 20:10, Richard Gaskin wrote:
Mark Wieder wrote:
On 07/04/2015 11:46 AM, Richmond wrote:
Are there features in the 6.7 series that have not yet been
incorporated
into the 7.0 series? (seems unlikely and slightly odd).
No, quite the opposite. I *am* annoyed that some of the additi
Can you tell me what wiki softtware you are using - MediaWiki?
On Saturday, July 4, 2015, Mark Rauterkus wrote:
> Hi,
>
> I'm looking for any open-source software that helps to manage wiki pages
> and a wiki site with LiveCode.
>
> A long time ago there was a tiny bit of chatter about someone wo
Mark Wieder wrote:
On 07/04/2015 11:46 AM, Richmond wrote:
Are there features in the 6.7 series that have not yet been incorporated
into the 7.0 series? (seems unlikely and slightly odd).
No, quite the opposite. I *am* annoyed that some of the additions I've
contributed to the engine have not
Richmond wrote:
Seems to be 'down' or stuck, or something, "Me dears".
It appears that the servers have been under intermittent DDoS attack for
the last several days.
The team has been implementing safeguards against it, but now and then
the attack changes apparent origin so the safeguards
It's helpful to remember that the IDE is just a collection of stacks,
which are run automatically whenever the development engine is launched.
So the Dictionary's explanation is correct, and the recipient of the
startup message when running the IDE will be the IDE.
To initialize stacks simply
I think the startup message actually goes to the first card of the first stack
to be opened. In effect it gets swallowed in the IDE which has its own first
card, opened long before your script starts executing (well, I think that’s
what’s happening). For a long time now I have used this fact del
I’m happy to be wrong on this, but it’s my understanding that startUp is only
seen by a standalone… and that "Handle the startup message
if you want to do initialization or other tasks when the application
” in the
dictionary is literal.
I’m currently just building for iOS… so, I place the s
Hi.
The dictionary says the message goes to the first stack in a new session. But I
think the reason you are not trapping it if you place a handler in the stack
script, and open that stack in a new session, is that other stacks open before
the one you, say, double click on in the finder.
Or
I've found the startup message, to be sent to the first stack opened.
It seems useful, but I haven't been able to trap it in the IDE.
In particular, I found an incantation to hide the stack or some such for
use at the command line.
Is it going to an IDE card? Could I simulate it with a
if the
Thanks Alex. That fixed it.
Regards
Peter
> On 5 Jul 2015, at 19:09, Alex Tweedly wrote:
>
> You would need to use a binary file (e.g. "binfile:temp.txt") for the
> result of arrayencode
> (so I might therefore chose different extension :-)
>
> Alex.
>
>
> On 05/07/2015 09:46, Peter W A
You would need to use a binary file (e.g. "binfile:temp.txt") for the
result of arrayencode
(so I might therefore chose different extension :-)
Alex.
On 05/07/2015 09:46, Peter W A Wood wrote:
I am having problems with encoding and decoding an array when I save the
encoded data to a file
I am having problems with encoding and decoding an array when I save the
encoded data to a file and read it back. Here is a simple LiveCode Server
script that shows the issue:
#coding:utf-8
set the outputLineEndings to “lf”
# OS X
s
Thanks for your observations. Will stick with total() for now.
All the best
Terry
> On 4 Jul 2015, at 17:18, Peter Haworth wrote:
>
> I lot depends on your application and whether you might want to move to
> another SQL implementation in the future. If you think you might move, I
> would defi
25 matches
Mail list logo