Your observation and advice is very helpful. I have sent a copy of our exchanges to runrev.
Thank You again,
Ralph
Search found 42 matches
- Tue Apr 23, 2013 8:14 pm
- Forum: Announcements
- Topic: First Open Source Version of LiveCode
- Replies: 11
- Views: 10503
- Tue Apr 23, 2013 7:29 pm
- Forum: Announcements
- Topic: First Open Source Version of LiveCode
- Replies: 11
- Views: 10503
Re: First Open Source Version of LiveCode
Thanks for your Super Quick reply.
I'm on a PowerMac G5 running OS 10.4.11.
I'm not sure how to pass this on to the RunRev folks? - other than through this Forum.
I'm on a PowerMac G5 running OS 10.4.11.
I'm not sure how to pass this on to the RunRev folks? - other than through this Forum.
- Tue Apr 23, 2013 7:01 pm
- Forum: Announcements
- Topic: First Open Source Version of LiveCode
- Replies: 11
- Views: 10503
LC 6.0 Omission or Bug
Noticed in LC version 6.0 there are no Icons for the Application or it's generated Stacks - only the Application and Stack title shows.
Is this intentional or a bug
Is this intentional or a bug

- Tue Jan 29, 2013 5:17 pm
- Forum: Announcements
- Topic: Help Us Take LiveCode Open Source
- Replies: 89
- Views: 58420
Re: Help Us Take LiveCode Open Source
I'm delighted to see this development in LiveCode's evolution. I am strictly a hobbyist (and HyperCarrd refugee) and was being forced out of utilizing LiveCode by recent RunRev pricing strategies.I also see this as a great move to encourage the LiveCode users to contribute the way the old enthusiast...
- Fri Apr 13, 2012 3:14 pm
- Forum: iOS Deployment
- Topic: LiveCode Stack to iPad ???
- Replies: 4
- Views: 1446
Re: LiveCode Stack to iPad ???
Thank You Very Much for the information. I'm not surprised that I'll need to go to Mac OS X.5 (or later) to utilize IOS - but you've pretty much confirmed that for me. Of course OS 10.4 is obsolete but I'm a die-hard lover of HyperCard and am staying with OS 10.4 as long as I can. I am surprised tha...
- Fri Apr 13, 2012 1:23 pm
- Forum: iOS Deployment
- Topic: LiveCode Stack to iPad ???
- Replies: 4
- Views: 1446
LiveCode Stack to iPad ???
I need advice and information- I have a HyperCard Stack I've converted to LiveCode (using a prior version of Revolution). Now. I'd like to run my LiveCode Stack on my iPod 2. I have no desire to make my program available to the public as an iPad App - it is only for my personal use. I have an iMac G...
- Thu Mar 04, 2010 2:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Software at the Speed of Thought
- Replies: 7
- Views: 2812
Re: Software at the Speed of Thought
I have a mint copy of Software at the Speed of Thought, Volume 1, First Edition, published 2003.
Priced at $25.00 incl postage. Prefer PayPal
Contact ralf7 AT verizon DOT net
Priced at $25.00 incl postage. Prefer PayPal
Contact ralf7 AT verizon DOT net
- Sat Feb 13, 2010 5:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Tutorial Books
- Replies: 23
- Views: 7822
Re: Tutorial Books
The book you will probably receive is "Revolution User Guide Version 3", published in 2008. It is not by Dan Shafer but is an updated User Guide. It is a different and better organized IMO approach (by the Revolution staff?) to introducing Revolution and covers areas Dand Shafer's earlier book didn'...
- Sat Dec 12, 2009 7:21 pm
- Forum: Talking LiveCode
- Topic: Merging Stacks?
- Replies: 24
- Views: 5451
Re: Merging Stacks?
Klaus, My spelling error was the problem!! - I must have taken an idiot pill today!!! I'm sure your previous suggestion (resetting the defaulSstack) corrected the problem with my mouseUp getting lost. And of course, it is very logical and should have been obvious to me - now that I know the answer o...
- Sat Dec 12, 2009 5:57 pm
- Forum: Talking LiveCode
- Topic: Merging Stacks?
- Replies: 24
- Views: 5451
Re: Merging Stacks?
Hi Ralph, hm, nothing offending at first glance... What error do you get? What is the script in your modal dialog stack? Maybe your script "loses" the connection to its stack? Try to add this line after "modal..." ... modal stack "AssessPnlty" set the defaultstack to "name of the stack that OWNS yo...
- Fri Dec 11, 2009 5:28 pm
- Forum: Talking LiveCode
- Topic: Merging Stacks?
- Replies: 24
- Views: 5451
Re: Merging Stacks?
Hi Ralph, could you please post the "offending" script of btn #3? My Button script on card #3 ----- on mouseUp -- 8/26/93 - Rev. 05/06/05 global ydLine, ydsChange, downYds, BallLoc, posStart, ydsToGo put char 1 of posStart into downStart if char 3 of posStart <> "G" then put char 3 to 4 of posStart...
- Fri Dec 11, 2009 2:07 pm
- Forum: Talking LiveCode
- Topic: Merging Stacks?
- Replies: 24
- Views: 5451
Re: Merging Stacks?
Kaus, Sorry for delay in getting back to you - Christmas Season shopping etc. I found myself in trapped a series of errors that all seemed to do with the muoseUp being on the wrong card. Problems that were no problems with the H/C converted stack before I started using the substack. Anyway, I'm back...
- Fri Dec 11, 2009 1:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Program Design - Stacks, Sub-stacks and Cards
- Replies: 2
- Views: 1232
- Wed Dec 09, 2009 6:31 pm
- Forum: Talking LiveCode
- Topic: Merging Stacks?
- Replies: 24
- Views: 5451
Re: Merging Stacks?
Hi Ralph, looks like the script cannot find the desired button, but will, if you add a long descriptor! Note that, when the script executes, the current card might not contain the button "Quarter"! ... put the icon of btn "Quarter" OF CD "Name of Card with the button on it" OF STACK "Name of stack ...
- Wed Dec 09, 2009 2:41 pm
- Forum: Talking LiveCode
- Topic: Merging Stacks?
- Replies: 24
- Views: 5451
Re: Merging Stacks?
Glad that worked out. Anything we might be able to help with on the message path issue? Thanks for offering. Yes, all help is appreciated. My situation is this; I have a main stack #A that consist of several cards. 1. Card #3 has a button "X" script that calls subStack #B (a Dialog Box) 2. subStack...