Search found 168 matches

by peter-b
Mon Mar 21, 2016 4:51 pm
Forum: LiveCode Builder
Topic: Starting drag operation with a widget
Replies: 11
Views: 7803

Re: Starting drag operation with a widget

I think at the moment you have to start it from the widget's LiveCode Script rather than being able to start it directly from LCB.
by peter-b
Mon Mar 21, 2016 4:31 pm
Forum: Making IDE Plugins
Topic: rsIsValid(Validation functions) and a call for contributors
Replies: 14
Views: 19460

Re: rsIsValid(Validation functions) and a call for contribut

Hey Steve,

This looks like a really useful idea!

A quick suggestion: when you make a numbered release, why not make a release on GitHub? That way people can easily see what GitHub changes relate to which version, and also GitHub provides a convenient way to download the source code from releases.
by peter-b
Sun Mar 20, 2016 12:46 am
Forum: HTML5
Topic: HTML5 standalone builder is broken in 8.0.0-dp16
Replies: 3
Views: 3696

Re: HTML5 standalone builder is broken in 8.0.0-dp16

Hmm, that's weird. I'm not aware of any relevant changes.

Can you go ahead and file a bug report, please?

Thanks!
by peter-b
Fri Mar 18, 2016 11:32 am
Forum: Talking LiveCode
Topic: dp 16 button widget
Replies: 2
Views: 3582

Re: dp 16 button widget

Hi HAnil,

The pushbutton widget wasn't up to the standard that we wanted it to be, and we felt that for LiveCode 8 it really didn't do anything that the normal LiveCode button control didn't do better.

So we removed it! But it will hopefully be back in a better form in a future release.
by peter-b
Wed Mar 16, 2016 3:11 pm
Forum: iOS Deployment
Topic: iOS and MySQL SSL
Replies: 8
Views: 5873

Re: iOS and MySQL SSL

Hi Doug,

I note that you're using LiveCode 7.1.1. Could you please try deploying your stack with LiveCode 7.1.2 or LiveCode 7.1.3 and see if the problem goes away?

Thanks!
by peter-b
Wed Mar 02, 2016 10:16 am
Forum: LiveCode Builder
Topic: Adding a translator
Replies: 2
Views: 3327

Re: Adding a translator

n_star348: Yes, there is a way to do that, probably, but it would involve you implementing it from scratch (i.e. developing the complete string extraction, translation, and substitution infrastructure, from nothing). I know that we're very keen to provide this in a future release, but it's not even ...
by peter-b
Mon Feb 15, 2016 11:44 am
Forum: Android Deployment
Topic: Taking a photo without native controls
Replies: 17
Views: 12914

Re: Taking a photo without native controls

As far as I'm aware, both Android and iOS are very specifically designed for it to be difficult or impossible for an app to take a photo without the user being aware of it. I'd be curious to hear if you find a workaround -- and I expect Google/Apple would be quite interested too!
by peter-b
Mon Feb 15, 2016 11:41 am
Forum: HTML5
Topic: Web Assembly Is Coming This Year
Replies: 2
Views: 3525

Re: Web Assembly Is Coming This Year

Yes, I'm paying attention to WebAssembly. For purely practical reasons, it's unlikely that I'll start working on anything anything closely linked to it until it's reasonably widely supported by all the major browsers. There's not much point in depending on a technology that's not available to the ma...
by peter-b
Mon Feb 15, 2016 11:30 am
Forum: LiveCode Builder
Topic: syntax of arguments passing from LCB to LCS
Replies: 4
Views: 4873

Re: syntax of arguments passing from LCB to LCS

For the last couple of LiveCode 8 developer preview releases, you should now just be able to use:

Code: Select all

<number> formatted as string
and it should do the Right Thing -- it shouldn't be necessary to use the workaround "FormatInt" functions any more.
by peter-b
Mon Feb 15, 2016 11:27 am
Forum: LiveCode University
Topic: Can linux be used?
Replies: 5
Views: 7601

Re: Can linux be used?

I do almost all of my work on LiveCode -- both the core LiveCode engine and the IDE -- using Linux. So, yes, Linux can be used. :)
by peter-b
Mon Feb 08, 2016 9:53 am
Forum: HTML5
Topic: HTML5 no wait syntax
Replies: 21
Views: 18801

Re: HTML5 no wait syntax

[-hh] wrote:I'll prepare a demo/input stack for the bug, so we can see IDE speed and standalone-speed both with dp9 (my current favourite) and dp14.
It will be really useful to have something that can be used to quantify relative speed -- thank you.
by peter-b
Mon Feb 08, 2016 9:51 am
Forum: HTML5
Topic: HTML5 no wait syntax
Replies: 21
Views: 18801

Re: HTML5 no wait syntax

Question: is Wait is disabled now in 8 LC 14? I'm getting a total failure on one stack that I think should run. I have 4 wait commands in different card scripts. I believe I can easily change those to send in time methods without much difficulty. Yes, you need to use "send in time" for now, please....
by peter-b
Fri Feb 05, 2016 1:01 pm
Forum: HTML5
Topic: HTML5 no wait syntax
Replies: 21
Views: 18801

Re: HTML5 no wait syntax

Well, that's not good news. I actually can't think of any good reason why the DP 14 engine should be slower than the DP 9 engine. Actually, it should be faster! Maybe file a bug report for this, and then I will make sure it gets added at my queue of things to look at (which is unfortunately quite lo...
by peter-b
Fri Feb 05, 2016 12:23 pm
Forum: HTML5
Topic: Good [was 'bad'] news about Firefox and HTML5 standalones
Replies: 8
Views: 6565

Re: Bad news about Firefox and HTML5 standalones

Note that the fix for this problem in the LiveCode HTML5 engine will be released in dp-15.
by peter-b
Tue Feb 02, 2016 7:18 pm
Forum: LiveCode Builder
Topic: <combine> and the result
Replies: 2
Views: 3364

Re: <combine> and the result

That's a bug!

Go to advanced search