Search found 1535 matches

by monte
Wed Jul 13, 2016 4:58 am
Forum: MergEXT
Topic: How do I use mergMK with LC8 ?
Replies: 10
Views: 13211

Re: How do I use mergMK with LC8 ?

In LC 8.1 you can choose to select the inclusions yourself which will enable the Inclusions pane of the standalone settings.
by monte
Wed Jul 13, 2016 4:56 am
Forum: Version Control
Topic: lcVCS problem
Replies: 7
Views: 12186

Re: lcVCS problem

Hi Jim Martin has access to a lcvcs command line app that I haven't released publicly just yet so that's what he was talking about. In regards to your actual question then you need to use lcVCSExport to clear out anything from your stack that you don't want to change. Imagine a stack with a resizeSt...
by monte
Tue Jun 07, 2016 4:19 am
Forum: MergEXT
Topic: How do I use mergMK with LC8 ?
Replies: 10
Views: 13211

Re: How do I use mergMK with LC8 ?

Hi @paulsr

LiveCode 8.0.1 includes support for adding mergExt externals in the Standalone Builder. It is improved again (quite dramatically) in LiveCode 8.1 but in 8.0.1 you can add a mergExt external on the copy files pane directly.

Cheers

Monte
by monte
Fri Jun 03, 2016 12:57 pm
Forum: MergEXT
Topic: MergCL problems
Replies: 1
Views: 5562

Re: MergCL problems

Hi uncleb

For some reason I can now no longer remember I used defaults for these optional parameters of -1 instead of 0 which they should have been... For the moment you can use:

Code: Select all

mergCLStartRangingBeaconsInRegion fld "identifier", fld "uuid",0,0
by monte
Fri Jun 03, 2016 12:43 pm
Forum: MergEXT
Topic: mergJSON.lcext on Android not working ,LC 8.0 Indy
Replies: 1
Views: 5539

Re: mergJSON.lcext on Android not working ,LC 8.0 Indy

@razvan could you please post a bug report at http://quality.livecode.com as this could be mergJson or it could be the standalone builder.
by monte
Wed May 18, 2016 5:09 am
Forum: MergEXT
Topic: Success with BLE External
Replies: 10
Views: 12140

Re: Success with BLE External

Hi Joel, I gather Heather either has or will be in touch. It's a great story Joel and it has potential to reach new audiences for LiveCode which is always welcome. Actually it's what I love about LiveCode that if you have the vision for something you can realise it without having to get deep into Co...
by monte
Tue May 17, 2016 4:05 am
Forum: MergEXT
Topic: Success with BLE External
Replies: 10
Views: 12140

Re: Success with BLE External

@dr_mumps Many of the mergExt externals are mobile only but mergBLE is cross compiled to OS X. It should be being loaded automatically in LC 8.0.0 so if it isn't can you please report that.
by monte
Tue May 17, 2016 4:03 am
Forum: MergEXT
Topic: Success with BLE External
Replies: 10
Views: 12140

Re: Success with BLE External

Really great to see what you are doing! How do you feel about this being turned into a blog post for livecode.com?
by monte
Mon May 09, 2016 2:10 am
Forum: MergEXT
Topic: MergSocial
Replies: 10
Views: 12352

Re: MergSocial

Hmm... is Facebook available in mergPopActivity?
by monte
Wed May 04, 2016 5:08 am
Forum: MergEXT
Topic: MergSocial
Replies: 10
Views: 12352

Re: MergSocial

Go to Facebook and Twitter in the Settings app and sign in. If that doesn't enable them let me know and I'll investigate.
by monte
Tue May 03, 2016 7:19 am
Forum: MergEXT
Topic: MergSocial
Replies: 10
Views: 12352

Re: MergSocial

Have you enabled the device on your device?
by monte
Mon May 02, 2016 2:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC versions
Replies: 19
Views: 12908

Re: LC versions

Pistris the reason why mergAccessory is business only is because when LiveCode took exclusive license I advised it would be better in the Business product due to the level of support usually required for users based on my experience selling it for a few of years. ClipArtGuy mergExt & XPDF have had n...
by monte
Mon May 02, 2016 7:12 am
Forum: MergEXT
Topic: MergSocial
Replies: 10
Views: 12352

Re: MergSocial

mergSocial is iOS only so you need to test on a device.
by monte
Fri Apr 29, 2016 10:36 am
Forum: Internet
Topic: Getting real IP of mobile device not working but...
Replies: 17
Views: 17667

Re: Getting real IP of mobile device not working but...

@FourthWorld adding support for binding to a specific local port doesn't look overly complicated. It is essentially just adding the syntax then adding another instance variable to MCSocket then changing `t_bind_addr.sin_port = 0;` to `t_bind_addr.sin_port = p_socket->local_port;` It would probably b...
by monte
Thu Apr 28, 2016 10:54 pm
Forum: Internet
Topic: Getting real IP of mobile device not working but...
Replies: 17
Views: 17667

Re: Getting real IP of mobile device not working but...

Hi Tony I think there may be a case of XY problem here. I think it would help if you specified clearly what your app needs to do rather than what you feel is missing from LiveCode that is stopping you from doing what you want to do. For example, I have been confused on the point about whether the cl...

Go to advanced search