Search found 8 matches

by pony
Thu Mar 17, 2011 2:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working with scrolling list views
Replies: 2
Views: 2963

Re: Working with scrolling list views

Once again, thank you!
by pony
Thu Mar 17, 2011 1:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working with scrolling list views
Replies: 2
Views: 2963

Working with scrolling list views

Arggh, I really want to like this product but the documentation for iOS is terrible.

I have a simple action in a button
on mouseUp
put shell ("ls") into shelltext

I'm trying to put the results in to a scrolling list view called directoryList. I've tried
set contents of directoryList to ...
by pony
Wed Mar 16, 2011 2:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Question about tabs
Replies: 1
Views: 3766

Question about tabs

So, upon reading the user manual, it appears I am responsible for handling tab events and then drawing the necessary interface on each pane, is this correct?
In other development environments I can design my interface by adding controls to each tab, the compiler takes care of the rest. I'm not sure ...
by pony
Wed Mar 16, 2011 2:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying an image in a thread
Replies: 8
Views: 6104

Re: Displaying an image in a thread

I'm not sure what the 'browser' object is and how I would add another. I'm able to use the example, but would like to know how I go about adding my own in future.
by pony
Tue Mar 15, 2011 8:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying an image in a thread
Replies: 8
Views: 6104

Re: Displaying an image in a thread

EDIT:
Found the Mobile Browser Example that appears to contain all I need to make this work.
by pony
Tue Mar 15, 2011 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying an image in a thread
Replies: 8
Views: 6104

Re: Displaying an image in a thread

On my iPhone using WebKit (Safari) I am able to view the video stream. Is it not possible to embed an HTML view in to a window (I'm thinking how UIWebView Class in XCode, and HTMLViewer Class in Real Studio, work)?
by pony
Tue Mar 15, 2011 4:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying an image in a thread
Replies: 8
Views: 6104

Re: Displaying an image in a thread

yeah that didn't work.

Any idea how to display a MPEG stream in RunRev, or is this just not possible?
by pony
Tue Mar 15, 2011 3:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying an image in a thread
Replies: 8
Views: 6104

Displaying an image in a thread

Complete newbie first time RenRev user.

I am evaluating RunRev as a replacement to RealStudio - My Real Studio Enterprise license expires in April this year. A huge advantage of RunRev is it builds for iOS.
Anyway, on to my problem.

I have a MPEG stream being served over HTTP from an application I ...