Re: Launcher stacks on iOS etc.

2011-12-28 Thread Gerry Orkin
I do, because my apps have to to go to different stacks depending on the running environment. My launcher handles that and also initialises SQLite databases. Using a launcher also lets me store files that need to be copied to the device in one place, rather than in multiple places, given that th

Re: [OT] LIve Video Streaming

2011-12-28 Thread Pete
The problem we've always had with board mixes, especially in smaller venues, is that we have a bagpiper. The pipes are so loud that the sound engineer generally has very little, if any, of them in the mix so when you play back the board mix, they sound like they're not there! Which some might say

Re: [OT] LIve Video Streaming

2011-12-28 Thread Pete
Ho Stepehn, Thanks a lot for all this info. Unfortunately, my budget isn;t going to allow me to do some for the things you mentioned, much as I would like to have multiple cameras going. Since I sent the original post, I discovered that a friend of mine has a Canon XHA1S HDV camera which I am alm

Re: [OT] LIve Video Streaming

2011-12-28 Thread Pete
Well, I haven't actually tried them yet! On Wed, Dec 28, 2011 at 3:32 PM, Mark Wieder wrote: > Pete- > > Wednesday, December 28, 2011, 11:54:01 AM, you wrote: > > > **not the least** livecode tv with ustream > > ...what - you've found something worse than ustream? That's scary. > > -- > -Mark Wi

Re: [OT] LIve Video Streaming

2011-12-28 Thread stephen barncard
whatever service that streamed the last conference (San Jose) had excellent up time and quality. I could blow up the stream to a 23" screen and it was like being there. You know what a critic I am about this stuff. On 28 December 2011 15:39, Mark Wieder wrote: > Pete- > > Wednesday, December 28,

Re: [OT] LIve Video Streaming

2011-12-28 Thread Mark Wieder
Pete- Wednesday, December 28, 2011, 1:34:49 PM, Stephen wrote: > Get the audio off of the PA separately, however. Distant mics always suck > for music, no matter the quality. I'll defer to Stephen's comments here (and I'm off to check out that webcam) but I'll add my vote to this. If you can use

Re: [OT] LIve Video Streaming

2011-12-28 Thread Mark Wieder
Pete- Wednesday, December 28, 2011, 11:54:01 AM, you wrote: > **not the least** livecode tv with ustream ...what - you've found something worse than ustream? That's scary. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-li

Re: OT Password protection of RR server?

2011-12-28 Thread Mark Wieder
Jim- Wednesday, December 28, 2011, 1:51:06 PM, you wrote: > Thank you going into the details. They will be helpful when > Heather returns information about my user name and password.. Well, the username/password thing is the hard part. After that it really is pretty simple to do. -- -Mark Wied

curious about weblets

2011-12-28 Thread Todd Geist
I am trying some very basic stuff with weblets. I can't seem to open other Stacks after the WebLet. Or they aren't coming to the front? Not sure? I don't think they are being found. How does one incorporate other stacks into a webLet? Is there any info anywhere on the nuances of WebLet? Thank

Re: Sample stack demonstrating how to obtain all properties and custom properties of a stack?

2011-12-28 Thread stephen barncard
well if one were setting all of the properties of a stack, they'd have to be set to another stack. set the properties of stack "b" to the properties of stack "a" Easier to copy the stack.Can all the properties be placed into a variable? I think some props will be left out by design, otherwi

Re: OT Password protection of RR server?

2011-12-28 Thread Jim Hurley
Mark, Thank you going into the details. They will be helpful when Heather returns information about my user name and password.. It has been months since I have used cPanel. Wish me luck. Jim Hurley > > Message: 24 > Date: Tue, 27 Dec 2011 17:04:59 -0800 > From: Mark Wieder > To: How to use

Datagrid Column Format

2011-12-28 Thread Pete
Is that any way to use a different format for a column in different rows in a datagrid. For example, sometimes I want plain text in the column, other times an option menu, etc depending the value of another column in the row. -- Pete Molly's Revenge __

Re: matchChunk question

2011-12-28 Thread stephen barncard
cancel that. Read too quickly. On 28 December 2011 13:36, stephen barncard wrote: > delimiters have to be single characters, I believe. Not tested but I > think the idea failed on me once. > > Stephen Barncard > San Francisco Ca. USA more about sqb __

Re: matchChunk question

2011-12-28 Thread stephen barncard
delimiters have to be single characters, I believe. Not tested but I think the idea failed on me once. On 28 December 2011 12:00, Peter M. Brigham, MD wrote: > Any reason not to just use > > put numtochar(8) into tempDelim > replace <4-char-sequence> with tempDelim in tString > set the itemdeli

Re: [OT] LIve Video Streaming

2011-12-28 Thread stephen barncard
Logitech has a great new webcam for about 100 bucks. http://www.logitech.com/en-us/webcam-communications/webcams/devices/hd-pro-webcam-c910 1080p and so sharp it hurts. Get the audio off of the PA separately, however. Distant mics always suck for music, no matter the quality. However, it has no

Re: Sample stack demonstrating how to obtain all properties and custom properties of a stack?

2011-12-28 Thread Bob Sneidar
I meant all at once as in set the properties of this stack to theSavedProperties Bob On Dec 28, 2011, at 10:16 AM, Mark Wieder wrote: > Bob- > > Wednesday, December 28, 2011, 8:31:54 AM, you wrote: > >> Putting the standard properties back is a bit trickier though. I >> don't think you can se

SoCal LUG meeting: Jan 5

2011-12-28 Thread Richard Gaskin
Barring any city-wide declarations of a state of emergency, we're all set for our next LiveCode User Group meeting next week in Pasadena - details in the forum: -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.

Re: matchChunk question

2011-12-28 Thread Peter M. Brigham, MD
Any reason not to just use put numtochar(8) into tempDelim replace <4-char-sequence> with tempDelim in tString set the itemdelimiter to tempDelim ? -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Dec 27, 2011, at 5:35 PM, Mark Smith wrote: > Thanks, worked perfec

[OT] LIve Video Streaming

2011-12-28 Thread Pete
I'm involved in a project to stream a music concert live over the internet. I've used streaming services before (not the least livecode tv with ustream) but this is a bit different. The main difference is that I need to use an external camera, not a built in one. I just don;t think the image qua

Re: Sample stack demonstrating how to obtain all properties and custom properties of a stack?

2011-12-28 Thread Mark Wieder
Bob- Wednesday, December 28, 2011, 8:31:54 AM, you wrote: > Putting the standard properties back is a bit trickier though. I > don't think you can set the properties of a stack. Most of them you can. Some are read-only. If you wrap your code below in a try-catch construct you can avoid the error

Re: Initial Orientation

2011-12-28 Thread Dan Friedman
Colin, Your question led me straight to the answer! I added this to my preOpenStack handler: put the screenRect into tRect add 20 to item 2 of tRect --to account for the status bar set the rect of this stack to tRect Now it works perfectly! Thank you!! -Dan > What size is your card, and wh

Re: Initial Orientation

2011-12-28 Thread Colin Holgate
What size is your card, and what size is the screen? If they are the same, does anything change if you make the card size something different? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Crashing Ubuntu 11.10 with LC 4.5

2011-12-28 Thread Richard Gaskin
David C. wrote: On Tue, Dec 27, 2011 at 2:35 PM, Richard Gaskin wrote: In terms of design, it's almost as big a departure from earlier versions as OS X is from Mac OS 9. And as with my Mac experience, the transition was a bit jarring at first, and I initially complained about not being as pr

Initial Orientation

2011-12-28 Thread Dan Friedman
Greetings! I have a iPad project I am working on... in the resizeStack routine, I am resizing all the controls on all the cards so when they rotate the iPad, everything will update and look pretty. This is working great! My problem is when the app launches, apparently no "resizeStack" message

Re: Sample stack demonstrating how to obtain all properties and custom properties of a stack?

2011-12-28 Thread Bob Sneidar
Get the customProperties of a stack. It is an array. Get the properties of a stack. It is (almost) all of the properties of the stack as an array. at this point the easiest thing to do to save them as a file on disk is to arrayEncode() them and write them to a low level file. Not sure if you nee

Sample stack demonstrating how to obtain all properties and custom properties of a stack?

2011-12-28 Thread Keith (Gulf Breeze Ortho Lab)
Hi All, Does anyone know of a sample stack demonstrating how to pull all of the properties and custom properties out of a stack, putting them into a file, and then demonstrating how to put the file of data back into the stack (or into another copy or clone of the original stack)? Thanks, - Bo