Search found 9 matches

by mdoub
Wed Mar 25, 2015 11:06 pm
Forum: LiveCode Builder
Topic: LCB Debugging Strategies
Replies: 9
Views: 16154

LCB Debugging Strategies

I am clearly spoiled by having used the LCS environment for so long. What are the recommended debugging strategies to be used when developing complex libraries? Are there any LCB debugging tools in the roadmap?

-= Mike
by mdoub
Tue Mar 24, 2015 2:33 pm
Forum: LiveCode Builder
Topic: Foreign handlers
Replies: 6
Views: 5412

Re: Foreign handlers

Thanks Mark. I figured that it was still very early in the implementation and this is one of the more complicated areas. I do think that you are going need a mechanism to allow the user to specify the path to the desired library. It might be reasonable to make assumptions of the locations of the sys...
by mdoub
Sun Mar 22, 2015 9:29 pm
Forum: LiveCode Builder
Topic: Foreign handlers
Replies: 6
Views: 5412

Re: Foreign handlers

@ Mark I am also interested in the taking advantage of the ability to build wrappers to get access to native libraries. Can you elaborate a bit on how this is envisioned to work at the architectural level. I think I see what you are trying to do at the language level with the data type bindings. Wha...
by mdoub
Fri Dec 12, 2014 3:57 pm
Forum: Raspberry Pi
Topic: Raspberry Pi GPIO
Replies: 18
Views: 23743

Re: Raspberry Pi GPIO

I have added some routines that will do Raspberry Pi GPIO to my MasterLibrary. There are instructions for getting around the permissions issue in the comments.

Enjoy...

https://www.dropbox.com/s/3wpwn3hfbmpl7 ... ecode?dl=0
by mdoub
Tue Nov 18, 2014 6:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scrolling a field
Replies: 15
Views: 9879

Re: Scrolling a field

A few of the solutions in the thread don't take into account a bug in livecode where the spaceabove and space below properties are not taken into account. Specifically (put the formattedHeight of line 1 to tLOS of fld 1 into tScroll) is a problem and it has been reported. Here is my generalized solu...
by mdoub
Thu Oct 09, 2014 7:03 pm
Forum: Raspberry Pi
Topic: Raspberry Pi GPIO
Replies: 18
Views: 23743

Re: Raspberry Pi GPIO

Is there anything you need to do regarding permissions? I seem to be able to do step ! successfully, but I get a folder not found error when I attempt step 2. The interesting part is that when I do this from the terminal it all seems to work fine. I am just having difficult doing it thru livecode. P...
by mdoub
Sun Nov 27, 2011 4:47 pm
Forum: iOS Deployment
Topic: dg first row
Replies: 1
Views: 1943

Re: dg first row

Take advantage of the dgVScroll scroll property of the datagrid. When the grid is initialized it is set to 0 and the first line is at the top.
by mdoub
Tue Apr 24, 2007 2:45 am
Forum: Databases
Topic: Don't find SQLite in 2.8.1 Beta
Replies: 6
Views: 7882

SQLite

It looks like Sqlite 3.2.8. This is a bit dissapointing as it is over 2 years old. :(
by mdoub
Mon Apr 23, 2007 1:37 am
Forum: Databases
Topic: Don't find SQLite in 2.8.1 Beta
Replies: 6
Views: 7882

What version of SQLite is supported?

What version of SQLite is supported in Rev? 3.x I hope. Anyone know for sure?

Go to advanced search