Search found 7 matches

by classic12
Thu Aug 07, 2014 1:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using a windows dll
Replies: 4
Views: 2819

Using a windows dll

I wrote a windows app a few years ago that used a dll to process images. (Number plate recognition ).

Is it possible to call a dll in livecode. Is there a simple demo app anywhere.

Cheers

Stevew
by classic12
Thu Jan 05, 2012 5:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App not working on android 2.2
Replies: 4
Views: 2692

Re: App not working on android 2.2

Ok
If I use :
set the name of the templateimage to "harry"
set the loc of the templateimage to 100,100
mobilePickPhoto "camera", 100,100

it places it correctly.

Any work around for the android not calling the camera?
by classic12
Thu Jan 05, 2012 5:32 pm
Forum: Multimedia
Topic: Get image from mobile camera
Replies: 2
Views: 3742

Re: Get image from mobile camera

Got that thanks. I cannot get the camera to fire up in 2 different android 2.2 devices (phone & tablet) . If I use: mobileCameraFeatures put the result into field "details4" I get : rear photo Although the tablet has a front camera. This works on Iphone set the name of the templateimage to "harry" s...
by classic12
Thu Jan 05, 2012 3:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App not working on android 2.2
Replies: 4
Views: 2692

Re: App not working on android 2.2

I still get the same result. ie image in the middle of the screen.

Cheers

SteveW
by classic12
Thu Jan 05, 2012 12:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App not working on android 2.2
Replies: 4
Views: 2692

App not working on android 2.2

I have a app that queries a Mysql database and puts the results into a field. Another button fires up the camera app and takes an image. It runs okay on windows. Runs okay on Iphone. I have a android 2.2 tablet and 2.2 phone the mysql works okay but the camera does not fire up on mouseUp ## This is ...
by classic12
Wed Jan 04, 2012 6:59 pm
Forum: Multimedia
Topic: Get image from mobile camera
Replies: 2
Views: 3742

Get image from mobile camera

I have tried: on mouseUp ## This is the only way to name an imge BEFORE it is created set the name of the templateimage to "harry" mobilePickPhoto "front camera" ,100 , 100 if the result <> empty then --put the result into image "image1" put "harry" into image "image1" EXIT mouseup end if ## Succes,...
by classic12
Wed Jan 04, 2012 5:10 pm
Forum: Talking LiveCode
Topic: DB Image Retrieval Problem
Replies: 4
Views: 4662

Re: DB Image Retrieval Problem

I have an existing MYSQL database that has blobfield with images in there. I have used the following SQL: on displayDetails ## Query all details ## Put the result into the field put "SELECT * FROM Tickets WHERE Ticket_No =2" into tSQLQuery put revDataFromQuery(tab, return, sDatabaseID, tSQLQuery) in...

Go to advanced search