Dan Friedman | 14 May 2013 18:34
Favicon

mobilePickMedia

mobilePickMedia allows you to pick media from the devices audio library.  Is there a way to pick (or just get a
reference to) a movie?  The movies/videos listed in the "Videos" app?

Thanks!
-Dan
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Favicon

Trace.. Like Director

For all you Director "convertees".... Does LC have a feature like "trace"
in Director where you can watch code execution as it happens?

SKIP
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Dan Friedman | 14 May 2013 16:55
Favicon

iOS Audio/Video

Greetings!

I have a couple of A/V questions...

(1) Is it possible to determine if headphones are inserted (or otherwise connected) to a iPhone/iPad?
(2) Can the volume of a iOS Player Control be set?  If not, can the Application Instance volume be set?  If not,
can the device volume be set?

Any assistance is appreciated.

Thanks,
-Dan
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Bert Shuler | 14 May 2013 16:14
Picon
Favicon

Field changes prompting save

I created a sub-stack with my fields, and I am using a sqlite db to populate them.
It has the standard "next record" and CRUD type buttons.

When I close the substack via the X (windows form close), it prompts me to save. 
I want to do the saving to the DB, and the substack should not prompt to save.

Any ideas on how to do this? Honestly, I did some searching in the docs, but I am not sure which terms to search for. 
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Thomas McGrath III | 14 May 2013 09:59
Picon

ChatRev not working

I am getting a socket error using chat rev. Any ideas how to get around that???

Tom

-- Tom McGrath III
http://lazyriver.on-rev.com
mcgrath3@...

_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Thomas McGrath III | 14 May 2013 09:57
Picon

Live13

No video, no chat, what's going on ????

-- Tom McGrath III
http://lazyriver.on-rev.com
mcgrath3@...

_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Richmond | 14 May 2013 07:46
Picon

Flipping Animated GIFs

So, I am working out something fairly babyish for one of my 
"introduction to programming"
nonsense in the Summer and have a stack that has the dimensions:

1044 x 788

it has a transparent graphic with a 2 pixel black border of dimensions 
1024 x 768

[this is to explain to kids what is "on-screen" and what is "off-screen"]

and an animated walking stick figure called img "MAN" (animated GIF)

I plan to use the arrow keys on the keyboard to move "MAN" around.

HOWVER, I don't really want "MAN" walking backwards sometimes, so 
decided to FLIP him
like this:

flip img "MAN" horizontal  (grammatically a bit dicky, but coding-wise 
acceptable)

when I do that the animation stops . . . not good at all.

So . . . questions:

1. Is there a way to, while flipping my GIF, ensuring it keeps animating?

2. Or, am I going to have a leftward facing version and a rightward 
facing version and muck around with
(Continue reading)

Dr. Hawkins | 14 May 2013 03:34
Picon

"revdberr, " as the returned value on *successful* postgres operations

I have an ongoing issue on successful operations in postgres.

For some transactions, a successful operation returns the string
"revdberr," ranter than a numeric value.  I now have to trap for both to
check success.

This would be the first line of a failure message, too (so at least I can
tell success and failure apart).

Is this a problem with livecode not recognizing all of the success codes
from postgres?

--

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Dr. Hawkins | 14 May 2013 03:31
Picon

can't edit first line of datagrid most of the time

I can't quite pin this down.

I'm now successfully editing my datagrids, and loading/dumping changes to
my database.

I have a button for the moment to trigger my new lien, and it works with
existing lines or an empty datagrid (the actual majority of them in
bankruptcy practice).

However I get rows, though, the first row is resistant to getting clicked
in to begin editing.  I can click rows 2 to n and edit whatever I want, and
tab around, but the first row is a persistent problem.

Has anyone seen anything like this?

--

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Mike Bonner | 14 May 2013 02:26
Picon

lessons.runrev.com

Some visible changes are up at runrev. Main site is still down but
lessons.runrev.com has a nifty new look.
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Favicon

Timed scripts without locking up functionality

I am having a hard time researching a solution since most of the forums are
down :)  Here is my issue, hopefully somebody has the simple answer to my
question...

I have a script that runs every two minutes and I have been calling it with:

on mouseUp
  wait for 120 seconds
  processRequest
end mouseUp

I then call a repeat script that keeps checking for the status and
repeating it until a condition is met.  Obviously when I do this it locks
up my software until the condition has been satisfied.

How can I do this without locking everything up?
_______________________________________________
use-livecode mailing list
use-livecode@...
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Gmane