Search found 397 matches

by maxs
Sat Feb 18, 2017 12:39 am
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12979

Re: Pick a song

Hi RIchard

"It" returned nothing.

"Result" returned nothing.

For some reason I've been having alot of bad luck with Livecode this year. Thanks for looking into this. As you can see there is not much interest here in this subject.

Max
by maxs
Fri Feb 17, 2017 8:06 am
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12979

Re: Pick a song

Gee, it's lonely here.
by maxs
Tue Feb 14, 2017 8:38 am
Forum: iOS Deployment
Topic: Play iTunes audio file using Player?
Replies: 3
Views: 8273

Re: Play iTunes audio file using Player?

I have not gotten any response either, and it 2017 now. DId you ever get a response?
by maxs
Tue Feb 14, 2017 8:34 am
Forum: iOS Deployment
Topic: Pick a song
Replies: 18
Views: 12979

Re: Pick a song

I usually get a good response from great people here.

My hunch is that no one bothers to access music from the ipad.

I just want to know if it works.

Max
by maxs
Tue Feb 14, 2017 8:31 am
Forum: Mac OS
Topic: Using resourses for the Application stack
Replies: 2
Views: 3079

Re: Using resourses for the Application stack

Thanks Klaus,

I guess its important to know who's using who.

Max
by maxs
Fri Feb 10, 2017 5:46 am
Forum: Mac OS
Topic: Using resourses for the Application stack
Replies: 2
Views: 3079

Using resourses for the Application stack

I built a standalone shell which opens a stack on my desktop. That way I can make changes to the stack which will not be erased on closing. But the stack does not include the inclusions I specified when I built the main shell stack. All my SVG icons and answer dialogs will not display in the seconda...
by maxs
Fri Feb 10, 2017 5:39 am
Forum: Mac OS
Topic: Open a stack from a Standalone
Replies: 4
Views: 4496

Re: Open a stack from a Standalone

Thank you Jean- Marc

I forgot the the name of a stack can be different than the display name of a stack.

It opens now, as well as opening another can of worms.

Max
by maxs
Mon Feb 06, 2017 1:13 am
Forum: Mac OS
Topic: Open a stack from a Standalone
Replies: 4
Views: 4496

Re: Open a stack from a Standalone

Thanks Jean-Marc, Thanks for the function. I got the function working. I know I have the correct pathame but the stack is not opening, "Classroom Control Center" is the mainstack name, spelling is correct. I wrote on mouseUp put getMyStackFolderPath(rMainStackFolder) into ThisWindow put ( ThisWindow...
by maxs
Sun Feb 05, 2017 9:09 pm
Forum: iOS Deployment
Topic: Importing text on IOS
Replies: 13
Views: 9324

Re: Importing text on IOS

Roger, Thank you for doing the search in Livecode, finding the answer, and doing the extra step of making a sample stack. It worked! That was exciting to see. It was one of the things I thought was very difficult to accomplish. I also learned that I need to look deeper in Livecode myself for answers...
by maxs
Sun Feb 05, 2017 8:32 pm
Forum: Mac OS
Topic: Open a stack from a Standalone
Replies: 4
Views: 4496

Open a stack from a Standalone

I'm trying to build a standalone shell that will open a stack in the same folder on my computer.

This code does not seem to work.

put the longfilepath of me into ThisLoc
put (ThisLoc & "/" & "Classroom Control Center") into ThisWindow
Open stack ThisWindow


Am I missing something?

Max
by maxs
Sun Feb 05, 2017 8:45 am
Forum: iOS Deployment
Topic: Importing text on IOS
Replies: 13
Views: 9324

Re: Importing text on IOS

Hi Mikey, It worked as you described. I was able to select and copy the text in the dropbox. But I was unable to paste the text into Livecode. First, I was unable to open both Livecode and any other app in split windows. Also, there is no paste commandkey in IOS. Also, in scripting On mouseenter --p...
by maxs
Sat Feb 04, 2017 6:15 pm
Forum: iOS Deployment
Topic: Importing text on IOS
Replies: 13
Views: 9324

Re: Importing text on IOS

Hi Mikey ----have the teachers use the Dropbox app, open the file within the Dropbox app, copy the contents, then paste them into your app. Yes yes yes, that is exactly what I want to do. I tried doing that but I could not get the text file to open. Perhaps I need to find the right text app to assis...
by maxs
Sat Feb 04, 2017 5:57 pm
Forum: iOS Deployment
Topic: Importing text on IOS
Replies: 13
Views: 9324

Re: Importing text on IOS

Thank you again Roger and Mikey. I'm appreciative, but sorry to be taking your time and effort on this problem. I am trying to assist teachers to import a class list of names into my app, so they wont have to manually retype them into the app. Perhaps by having to use authentication/token-obtaining ...
by maxs
Sat Feb 04, 2017 6:47 am
Forum: iOS Deployment
Topic: Importing text on IOS
Replies: 13
Views: 9324

Re: Importing text on IOS

Thank you Mikey and Batninja. I appreciate you help. The documentation for MergDropbox is difficult to understand, and appear to be written for more advanced programmers. It also seems to require the user to imput their account info. All I want to do is bring a simple textfile into my App. Here is t...
by maxs
Tue Jan 31, 2017 4:27 am
Forum: iOS Deployment
Topic: Importing text on IOS
Replies: 13
Views: 9324

Importing text on IOS

I want to import a list of names from a text file I sent to DropBox to a field my Livecode app. Livecode dictionary says: Note: iOS imposes strict controls over what you can and cannot access. Each application in iOS is stored in its own 'sandbox' folder (referred to as the home folder). An applicat...

Go to advanced search