Search found 1535 matches

by monte
Tue Dec 01, 2015 11:49 am
Forum: LiveCode Builder
Topic: iOS extensions with native code
Replies: 2
Views: 3386

Re: iOS extensions with native code

The note in the engine says resources/code/<platform> but that it will probably move later on.
by monte
Tue Dec 01, 2015 11:48 am
Forum: LiveCode Builder
Topic: my colors
Replies: 4
Views: 4946

Re: my colors

Great! I think it would be a quite helpful addition and save having a diverse range of property names for things like text color and maintaining inheritance is always nice.
by monte
Mon Nov 30, 2015 6:45 am
Forum: Engine Contributors
Topic: build stuff
Replies: 1
Views: 6491

build stuff

Hi This is just a small thing but it there any reason why the build directory for the different platforms can't be standardised? I see iOS and Mac are under _build and android is under build-android-armv6/livecode/out. It would seem to me to be nice if you are building one of the mobile platforms on...
by monte
Sun Nov 22, 2015 8:38 pm
Forum: LiveCode Builder
Topic: my colors
Replies: 4
Views: 4946

my colors

Hi

It would be nice if we could access an array of the effective colors of the widget with my colors.

Cheers

Monte
by monte
Mon Nov 16, 2015 6:20 am
Forum: LiveCode Builder
Topic: Android extensions with Java ffi
Replies: 0
Views: 3088

Android extensions with Java ffi

Hi

Is there any timeframe on the Java ffi? I was wondering if an interim solution could be a way to bind to an external function so we can therefore use the JNI stuff that is already in lcidlc. Indeed perhaps lcidlc could pump out a LCB library declaring all the the handlers???

Cheers

Monte
by monte
Mon Nov 16, 2015 6:06 am
Forum: LiveCode Builder
Topic: iOS extensions with native code
Replies: 2
Views: 3386

iOS extensions with native code

Howdy So... we put native code in resources/code/mac etc... Do we put a zipped lcext in resources/code/ios or seeing as the whole extension package is zipped do we just use resources/code/iphoneos9.1 resources/code/iphonesimulator9.1 and so on... PS I can't see any implementation of this in the stan...
by monte
Sat Nov 14, 2015 10:08 pm
Forum: LiveCode Builder
Topic: avoiding releasing foreign types
Replies: 2
Views: 3830

avoiding releasing foreign types

Hi

I'm wondering if we can add a generic way to pass the fact that a foreign value shouldn't be released. I'm encountering a crash on a function that returns a pointer to a static string. At the moment it seems doimport just has a hard coded true for release.

Cheers

Monte
by monte
Fri Nov 13, 2015 6:20 am
Forum: Engine Contributors
Topic: building LC for MacOSX: "BUILD FAILED"
Replies: 4
Views: 9779

Re: building LC for MacOSX: "BUILD FAILED"

@LCFraser is in the middle of implementing 64 bit support for Mac which also resolves all or most of the reasons we can't currently build against anything higher than 10.9. Here's the relevant PR to your error https://github.com/livecode/livecode/pull/3167
by monte
Sat Nov 07, 2015 4:11 am
Forum: Engine Contributors
Topic: Lcidlc project templates
Replies: 4
Views: 8584

Re: Lcidlc project templates

Ok... so I need a linked version of the device build to build the test harness from so I've made some tweaks to bind-ios-standalone.sh in order to pump out standalone-mobile-community-linked.ios-engine. Next step is to work out how to do a deploy build for the test harness as an extra build phase. A...
by monte
Sat Nov 07, 2015 3:19 am
Forum: HTML5
Topic: Thought for improving the speed of the HTML 5: Will it work?
Replies: 32
Views: 31852

Re: Thought for improving the speed of the HTML 5: Will it w

Good stuff with the CDN. Will that allow caching of the mem file as I couldn't get safari to cache it
by monte
Sat Nov 07, 2015 3:17 am
Forum: Engine Contributors
Topic: fetch-libraries.sh progress
Replies: 3
Views: 7842

Re: fetch-libraries.sh progress

I probably won't worry about it if you think it will stuff up the logs
by monte
Fri Nov 06, 2015 11:29 pm
Forum: HTML5
Topic: Thought for improving the speed of the HTML 5: Will it work?
Replies: 32
Views: 31852

Re: Thought for improving the speed of the HTML 5: Will it w

@-hh I'm sorry I haven't spend more than the time it took to write the previous post thinking about externals for HTML5. Are the standard externals included in HTML5?
by monte
Fri Nov 06, 2015 9:53 pm
Forum: HTML5
Topic: Thought for improving the speed of the HTML 5: Will it work?
Replies: 32
Views: 31852

Re: Thought for improving the speed of the HTML 5: Will it w

@-hh Regarding externals I haven't yet investigated the possibility of compiling to JavaScript. I suspect I would need considerable hand holding from @peter-b or @lcmark in order to achieve that. My understanding though is there are or will be JavaScript hooks so we can use the millions of JavaScrip...
by monte
Fri Nov 06, 2015 12:40 pm
Forum: Engine Contributors
Topic: Lcidlc project templates
Replies: 4
Views: 8584

Re: Lcidlc project templates

Is it possible to run the OS X dev engine -ui. Seems to break here. I'm trying to work out if I can build the iOS external test engines on the fly rather than using pre-built standalones. It's looking like it's going to be tricky. Probably not a huge issue to open up a stack and click a button in th...
by monte
Fri Nov 06, 2015 8:08 am
Forum: Using Externals
Topic: New Xcode Externals Templates
Replies: 3
Views: 8470

New Xcode Externals Templates

Hi folks

I've put together some new templates for Xcode here https://github.com/montegoulding/liveco ... -templates

Enjoy

Cheers

Monte

Go to advanced search