Re: determining if user has shell access

2010-10-15 Thread Monte Goulding
I'm trying to avoid trial and error testing with the client of client. I'm assuming that at this point you don't know if this is some policy setting or simply the removal of some file. My response was too long for the list so I put a blog up while it's in moderation:

Franklin Audio Intro Pricing Ends Soon; New Testable Too!

2010-10-15 Thread Lynn Fredricks
Hello all, Franklin Audio, our multi-channel audio external for LiveCode (Windows and Mac deployment) is good enough to start selling. Franklin Audio is an external that lets you manipulate audio without enslavement to mighty pharaoh QuickTime. It is more sophisticated that just simple playback

Re: Franklin Audio Intro Pricing Ends Soon; New Testable Too!

2010-10-15 Thread René Micout
Thank you Lynn, but what about music ? René Le 15 oct. 2010 à 18:21, Lynn Fredricks a écrit : Hello all, Franklin Audio, our multi-channel audio external for LiveCode (Windows and Mac deployment) is good enough to start selling. Franklin Audio is an external that lets you manipulate

[UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Andre Garzia
Folks, following Craig advise, I've changed the little RPN calculator stack to be more HP like. Now it has four stack registers (X,Y,Z,T). T will roll down as expected. There is now a roll down button. I also made the label on the buttons bigger. Before this change, the calculator has an

Read Words from a URL

2010-10-15 Thread Razvan Pantescu
Hi, How can I read/get all the words from a URL? Thank you, Raz. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Read Words from a URL

2010-10-15 Thread Colin Holgate
On Oct 15, 2010, at 12:59 PM, Razvan Pantescu wrote: How can I read/get all the words from a URL? Do you mean the text that is held at that URL, or the words that are in the URL itself? If you mean the contents of the URL, here's the example from Help: get URL

RE: Read Words from a URL

2010-10-15 Thread Razvan Pantescu
I have an URL with a list of Urls on it. Something like here: http://beta.mindcast.com/folders/32ilym4b/?context=list_fileset I want to get all the urls from the above URL. Thank you, Raz. From: co...@verizon.net Date: Fri, 15 Oct 2010 13:11:13 -0400 To:

Re: Read Words from a URL

2010-10-15 Thread Colin Holgate
On Oct 15, 2010, at 1:19 PM, Razvan Pantescu wrote: http://beta.mindcast.com/folders/32ilym4b/?context=list_fileset When you do: get URL http://beta.mindcast.com/folders/32ilym4b/?context=list_fileset; 'it' then contains: http://www.w3schools.com/tags/ref_entities.asp

Re: Franklin Audio Intro Pricing Ends Soon; New Testable Too!

2010-10-15 Thread Bob Sneidar
I'm not sure what you mean by the previous version files. Do you mean the stack itself, or all the associated support files, or files created by the stack? At any rate, I am experiencing the same problems on my Macbook Pro running OS X 10.6.4. Usually the first time I initialize for the

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread DunbarX
Andre. Bravo. Looks just like my HP-35 (the HC of its kind), except you can see all four registers. The y^x is relatively modern, in that if you want to get three squared, you would normally key in3, enter, 2. The HP-35 had x^y. You had to think about it, or, as I always did, switch x and y.

RE: Franklin Audio Intro Pricing Ends Soon; New Testable Too!

2010-10-15 Thread Lynn Fredricks
Hi Bob, I'm not sure what you mean by the previous version files. Do you mean the stack itself, or all the associated support files, or files created by the stack? Toss everything and reinstall. At any rate, I am experiencing the same problems on my Macbook Pro running OS X 10.6.4.

RE: Read Words from a URL

2010-10-15 Thread Razvan Pantescu
Thank you Colin for help, it works perfect!! Raz. From: co...@verizon.net Date: Fri, 15 Oct 2010 13:25:11 -0400 To: use-revolution@lists.runrev.com Subject: Re: Read Words from a URL On Oct 15, 2010, at 1:19 PM, Razvan Pantescu wrote:

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Andre Garzia
Glad you liked it! :-) Given infinite time and money I'd implement UserRPL and SystemRPL... On Fri, Oct 15, 2010 at 2:30 PM, dunb...@aol.com wrote: Andre. Bravo. Looks just like my HP-35 (the HC of its kind), except you can see all four registers. The y^x is relatively modern, in that if

Re: Franklin Audio Intro Pricing Ends Soon; New Testable Too!

2010-10-15 Thread Bob Sneidar
Well I went to www.mantis.com. It's a gardening equipment site. LOL! I suspect Mantis is a bug reporting site. If you have a link I will be happy to post there. Bob On Oct 15, 2010, at 10:51 AM, Lynn Fredricks wrote: If I stop and start again, it always seems to work the second time.

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Bob Sneidar
Really? I never knew that. Cool. I guess I am not as smart as I still think I am. ;-) Bob On Oct 15, 2010, at 10:30 AM, dunb...@aol.com wrote: A stack four high can solve any algebraic equation of any complexity without having to store any intermediate results. I think you can do it in

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Andre Garzia
On Fri, Oct 15, 2010 at 4:02 PM, Bob Sneidar b...@twft.com wrote: Really? I never knew that. Cool. I guess I am not as smart as I still think I am. ;-) I can't solve alebraic equations past a very near complexity threshold without the aid of computers. I wish my math was better. At least I

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread DunbarX
Bob. I think it all stems from the fact that operators (like plus) take two operands. Therefore if you evaluate an expression efficiently, using PEMDOS and a little analysis, you are never in a position where four pieces of data have to be remembered. So you are always working with an

RE: Franklin Audio Intro Pricing Ends Soon; New Testable Too!

2010-10-15 Thread Lynn Fredricks
Hi Bob, Well I went to www.mantis.com. It's a gardening equipment site. LOL! I suspect Mantis is a bug reporting site. If you have a link I will be happy to post there. Right here: http://www.franklin3d.com/bt/ Mantis is a bug/incident tracking software we use. Best regards, Lynn

Geometry settings...

2010-10-15 Thread John Dixon
Hi... Is it possible to set the geometry of an object by script so that the settings are then reflected in that objects' inspector ? be well Dixie

Re: Geometry settings...

2010-10-15 Thread Devin Asay
On Oct 15, 2010, at 4:08 PM, John Dixon wrote: Hi... Is it possible to set the geometry of an object by script so that the settings are then reflected in that objects' inspector ? be well Yes. There are many properties that can be set, like height, width, rectangle, left, right,

RE: Geometry settings...

2010-10-15 Thread John Dixon
Hi Devin... Thanks for the reply.. I have not explained what I want to do too well. What I would like to be able to do is set the 'geometry' in the geometry pane that are in the objects' inspector so, if I create a field by script, I can also set its geometry in the geometry pane... Is

Re: use-revolution Digest, Vol 85, Issue 31

2010-10-15 Thread Vokey, John
One last change; HP worked hard to find the colours for the keys that would work for all, especially those otherwise known as colourblind; hence the, for some, odd beige/yellow keys, and the faded cyan keys. But, in tests, these colours really do work for all including monochromats. Wendy

Re: Constant command

2010-10-15 Thread Mark Wieder
Richard- Thursday, October 14, 2010, 12:17:10 PM, you wrote: Unless Malte's request was implemented recently, I believe constants are available only to the script they're defined in: http://quality.runrev.com/qacenter/show_bug.cgi?id=5135 AFAICT it hasn't been implemented, nor has it been

Re: Constant command

2010-10-15 Thread Mark Wieder
Robert- Thursday, October 14, 2010, 3:54:33 PM, you wrote: As others said, this is a matter of programming style. What I often use script-wide constants for is for names of objects user interacts with. For example, on a card level, I may have several handlers that refer to a button or a

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Mark Wieder
Andre- Friday, October 15, 2010, 11:48:42 AM, you wrote: Glad you liked it! :-) Given infinite time and money I'd implement UserRPL and SystemRPL... It would be fairly easy to get from here to a full-fledged FORTH system, but you'd have to add more keys. -- -Mark Wieder

Re: use-revolution Digest, Vol 85, Issue 31

2010-10-15 Thread Richmond
On 10/16/2010 07:25 AM, Vokey, John wrote: One last change; HP worked hard to find the colours for the keys that would work for all, especially those otherwise known as colourblind; hence the, for some, odd beige/yellow keys, and the faded cyan keys. But, in tests, these colours really do