Search found 397 matches

by maxs
Sun Jan 29, 2017 7:07 pm
Forum: iOS Deployment
Topic: Open Printing to PDF
Replies: 11
Views: 9105

Re: Open Printing to PDF

Thanks Tom, there is alot of good stuff here.
by maxs
Sun Jan 29, 2017 7:06 pm
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12845

Re: Pick a song

Has anyone got this code to work?

mobilePickMedia true, "music", "anyAudio"


mobilePlaySoundOnChannel tResult , "current", "now"
by maxs
Mon Jan 23, 2017 4:45 am
Forum: iOS Deployment
Topic: Print from IOS
Replies: 1
Views: 2324

Print from IOS

Is it possible to print a card? Max
by maxs
Mon Jan 23, 2017 4:43 am
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12845

Re: Pick a song

I want to select a song from my laptop Itunes library, and from IOS.

Has anyone done this successfully?

Max
by maxs
Sat Jan 21, 2017 11:41 pm
Forum: iOS Deployment
Topic: Does a file exist
Replies: 5
Views: 5105

Re: Does a file exist

Thank you,

So simple, and so quick. This really helps.
by maxs
Sat Jan 21, 2017 8:16 pm
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12845

Re: Pick a song

I still cannot find a way to play a song from my music library from LC.

Does anyone have any sample scripts to make this work?
by maxs
Sat Jan 21, 2017 8:14 pm
Forum: iOS Deployment
Topic: Does a file exist
Replies: 5
Views: 5105

Does a file exist

I've been exporting files to my document folder, like " export image "seats" to file "seats.png" as PNG"

How can I tell if a file exists outside the app? The "exists" function work only with files inside LC.

Also, Is there a way to delete a file in my documents folder?

Max
by maxs
Wed Jan 18, 2017 5:53 am
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12845

Re: Pick a song

HI On my ipad I can select a song from my library with mobilePickMedia, but it does not return anything, I cant get any mp3 song to play mobilePickMedia true, "music", "anyAudio" put the result into tResult mobilePlaySoundOnChannel tResult , "current", "now" THis is what is in the dictionary, but it...
by maxs
Fri Jan 06, 2017 6:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing a photo from iPhone Library and save within App
Replies: 16
Views: 9356

Re: Importing a photo from iPhone Library and save within Ap

Thank you Jacque,

I was not aware of the "imagedata" option.

Max
by maxs
Fri Jan 06, 2017 2:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing a photo from iPhone Library and save within App
Replies: 16
Views: 9356

Re: Importing a photo

Thanks, Klaus It turns out to be a corrupted button. For the last step of this process, I used the Import paint command to bring the saved picture in, Here it is: import paint from file "carpet.png" set the vis of the last image to false set the textdata of img "ClassCarpet" of grp "Carpet seats" to...
by maxs
Fri Jan 06, 2017 2:04 am
Forum: iOS Deployment
Topic: Double clicks
Replies: 4
Views: 4023

Double clicks

In livecode docs, it says that MouseDoubleUP works with IOS. For me it works only on Mac. The docs also say: If a tool other than the Browse tool is being used, no mouseDoubleUp message is sent. If an unlocked field is clicked with mouse button 1 or 2, no mouseDoubleUp message is sent. Is there a wa...
by maxs
Thu Jan 05, 2017 8:35 pm
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12845

Re: Pick a song

Not on my ipad either.

At least on my ipad I can select a song.

Max
by maxs
Thu Jan 05, 2017 7:40 pm
Forum: Multimedia
Topic: Get SVG icons
Replies: 1
Views: 2775

Re: Get SVG icons

I have a SVG file on my desktop. How do I download it?

Max
by maxs
Thu Jan 05, 2017 7:39 pm
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12845

Re: Pick a song

I am able to pick a song, but it will not play. tline return nothing. Any ideas? mobilePickMedia true, "music", "anyAudio" put the result into tResult repeat for each line tLine in tResult put ( tLine & return ) after fld "songlist" of grp "Songlist" play tLine end repeat Max
by maxs
Thu Jan 05, 2017 7:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing a photo from iPhone Library and save within App
Replies: 16
Views: 9356

export wont work

This command gives me an error message: bad command

export the last image to file "image1.jpg" as jpeg

This command also gives me an error message: bad command
set the defaultFolder to (specialFolderPath("documents") & "/images")‬

What is going on?

Max

Go to advanced search