Re: Audio Triggering + Mouse Event latency

2010-11-19 Thread René Micout
Leopard. Would it help to move to Quicktime Pro? Or Quicktime X? >> >> Thanks for any suggestions. >> >> Fred Moyer >> >> On Nov 16, 2010, at 4:33 AM, use-revolution-requ...@lists.runrev.com wrote: >> >>> Message: 26 >>> Date: Tue, 16 Nov 2010 1

Re: DOWNLOADING REV 4.0.0

2010-11-19 Thread Bob Sneidar
Eheh. Of course. DOH! Bob On Nov 19, 2010, at 4:56 AM, Björnke von Gierke wrote: > on startup > put the effective filename of me into thePath > put the files into theList > filter theList with "*.rev" > put line 1 of theList into theStack > put the short name of me into theStandalone > hi

Re: Strange Datagrid Column Problem

2010-11-19 Thread Bob Sneidar
My favorite personal syntax is "put 'goodFood' into the large mouth of me" Another favorite: "get SomeOneElseToCleanUp(afterwards)" Bob On Nov 19, 2010, at 4:13 AM, David Bovill wrote: > Yes - I've seen this when you refer to "me" using strange syntax like that. > That's not me personally - yo

Re: LiveCode Personal Banner

2010-11-19 Thread Richard Gaskin
Kevin Miller wrote: I'm leaning towards shortening the banner time to 5 seconds. That would be a very good option, IMO. When SuperCard introduced a splash screen delay they originally went for 10 seconds, but I suggested they try the breath-holding test: when the splash screen appears simp

Re: Twitter and Oauth

2010-11-19 Thread Erik Schwartz
Cool. Thanks. Looking forward to it. On Fri, Nov 19, 2010 at 10:49 AM, Mark Schonewille wrote: > I'll set up a wiki over the weekend so we're good to go on monday. See ya... > > -- == er...@sisyph.us                                  http://sisyph.us (530)

Re: Twitter and Oauth

2010-11-19 Thread Mark Schonewille
I'll set up a wiki over the weekend so we're good to go on monday. See ya... -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Follow Economy-x-Talk on Facebook now a

Re: Twitter and Oauth

2010-11-19 Thread Erik Schwartz
Sounds good. I think the mailing lists are going down at any moment so we might want to wait until they're back. On Fri, Nov 19, 2010 at 10:40 AM, Mark Schonewille wrote: > Hi, > > Shall I set up an open wiki to start with? That will give everybody a chance > to share whatever he or she likes

Re: Twitter and Oauth

2010-11-19 Thread Mark Schonewille
Hi, Shall I set up an open wiki to start with? That will give everybody a chance to share whatever he or she likes. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: Twitter and Oauth

2010-11-19 Thread Erik Schwartz
It seems like the kind of thing for which a nice set of libraries would get a ton of use. On Fri, Nov 19, 2010 at 10:35 AM, Andre Garzia wrote: > I fled in fear as well... I call it ONoesAuth > > On Fri, Nov 19, 2010 at 1:21 PM, David Bovill wrote: > >> Me too - I've looked at oAuth, but fled i

Re: Twitter and Oauth

2010-11-19 Thread Andre Garzia
I fled in fear as well... I call it ONoesAuth On Fri, Nov 19, 2010 at 1:21 PM, David Bovill wrote: > Me too - I've looked at oAuth, but fled in fear :) Keen to get on and crack > it. I've got a bit of work on Twitter clients as well I could throw in the > mix. > > On 19 November 2010 14:06, Erik

Re: matchChunk works?

2010-11-19 Thread David Bovill
Your destination is misquoted? "(tDestino)" is not "(" & tDestino & ")" > On 19 November 2010 13:35, JosepM wrote: > > Hi, > > Not for me, well, the sample code work but this not. Why? > > LOCAL startMatch, endMatch > on mouseUp > PUT fld "f_friends" into VAR1 > put fld "f_look_for_f

Re: Twitter and Oauth

2010-11-19 Thread David Bovill
Me too - I've looked at oAuth, but fled in fear :) Keen to get on and crack it. I've got a bit of work on Twitter clients as well I could throw in the mix. On 19 November 2010 14:06, Erik Schwartz wrote: > I'd be happy to help. > > I think this is an important area, especially as runrev gets mor

Re: Twitter and Oauth

2010-11-19 Thread Erik Schwartz
I'd be happy to help. I think this is an important area, especially as runrev gets more mobile focused, but also for on-rev and desktop apps. On Fri, Nov 19, 2010 at 8:25 AM, Mark Schonewille wrote: > Hi Erik, > > I will probably be working on Oauth very soon, with regard to Facebook. > Perha

Re: The New FRelease

2010-11-19 Thread Jim Sims
On Nov 19, 2010, at 2:58 PM, Andre Garzia wrote: >> Intriguing, but a search for "Elsie four fiftyone" failed to turn up >> anything I recognize. >> > > LC 4 51 ? ;-) It's a Koan, Richard. And there ain't no ice cream in it. :-) sims ___ use

Re: The New FRelease

2010-11-19 Thread Andre Garzia
On Fri, Nov 19, 2010 at 11:39 AM, Richard Gaskin wrote: > Cal Horner wrote: > > I know this is a 'bit' early and I may be jumping the gun but... >> >> Has anyone out there installed Elsie four fiftyone and if so are there any >> gotchas waiting to bite us in the backside? >> >> Or, is everything

Re: The New FRelease

2010-11-19 Thread Richard Gaskin
Cal Horner wrote: I know this is a 'bit' early and I may be jumping the gun but... Has anyone out there installed Elsie four fiftyone and if so are there any gotchas waiting to bite us in the backside? Or, is everything sweet? Any comments? Intriguing, but a search for "Elsie four fiftyone"

Re: matchChunk works?

2010-11-19 Thread JosepM
Hi, Not for me, well, the sample code work but this not. Why? LOCAL startMatch, endMatch on mouseUp    PUT fld "f_friends" into VAR1 put fld "f_look_for_friends" into tDestino    PUT EMPTY INTO startMatch    PUT EMPTY INTO endMatch    PUT matchChunk(VAR1,"(tDestino)",start

Re: LiveCode and the Mac App Store

2010-11-19 Thread Andre Garzia
Thomas & Jacque, What I am going to say here is untested. So far I haven't got the time to try it out but "it should work" (tm). What you see on the "Documents" interface on iTunes is the same folder you get when you use specialFolderPath("documents"). So why doesn't all apps shown up? Because yo

Re: Twitter and Oauth

2010-11-19 Thread Mark Schonewille
Hi Erik, I will probably be working on Oauth very soon, with regard to Facebook. Perhaps we can do something together. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277

Re: DOWNLOADING REV 4.0.0

2010-11-19 Thread Björnke von Gierke
on startup put the effective filename of me into thePath put the files into theList filter theList with "*.rev" put line 1 of theList into theStack put the short name of me into theStandalone hide this stack go stack theStack if the result <> "" then show stack theStack put

Re: Strange Datagrid Column Problem

2010-11-19 Thread David Bovill
On 19 November 2010 11:47, zryip theSlug wrote: > On Fri, Nov 19, 2010 at 9:54 AM, David Bovill > wrote: > > Can you file this as a bug, and add the stack? I think it is related > > to a reference resolution bug with behaviours that causes a few > > problems when using send. I'm interested to tr

Re: Strange Datagrid Column Problem

2010-11-19 Thread zryip theSlug
On Fri, Nov 19, 2010 at 9:54 AM, David Bovill wrote: > Can you file this as a bug, and add the stack? I think it is related > to a reference resolution bug with behaviours that causes a few > problems when using send. I'm interested to track this bug down. For columns, "me" should refer to a grou

Re: Strange Datagrid Column Problem

2010-11-19 Thread zryip theSlug
On Fri, Nov 19, 2010 at 12:42 AM, Peter Haworth wrote: Pete, > That worked! Odd, should work in the both cases. > Are you familiar with the banana slug, native to the Santa Cruz area of > California? A few. It is endemic (native) of the area. It loves forest. Its color allows it to hide from

Re: Stackrunner

2010-11-19 Thread David Bovill
On 17 November 2010 19:49, Devin Asay wrote: > > start using stack "myIconStack" --or whatever it's called. > You don't need to "use" the stack - it just needs to be loaded into memory. Using the stack is one way to do that, so is making it a substack of the main stack as then they are in the

Re: Strange Datagrid Column Problem

2010-11-19 Thread David Bovill
Can you file this as a bug, and add the stack? I think it is related to a reference resolution bug with behaviours that causes a few problems when using send. I'm interested to track this bug down. On Thursday, November 18, 2010, Peter Haworth wrote: > That worked! > > Are you familiar with the b

Re: OT: getting page hit-counts for on-rev account

2010-11-19 Thread Pierre Sahores
Le 19 nov. 2010 à 01:22, Bob Sneidar a écrit : > Unless they are checking for it, Bots will trigger a hit as well. Have you > thought about Google Analytics? Not sure if you can use it for on-rev. Works 100% friendly with on-rev hosted apps. Best, Pierre > > Bob > > > On Nov 18, 2010, at

Re: OT: getting page hit-counts for on-rev account

2010-11-19 Thread Pierre Sahores
Nicolas, cPanel : Webalizer + Analogue irev : <.?rev get url this.page.counter ; put 1+it into url this.page.counter ?> or best and more secure (concurrent writes supported), an SQL data write StatCounter Xiti Google Analytics etc... Best, Pierre Le 19 nov. 2010 à 00:55, Nicolas Cueto a é

Re: Question regarding Valentina DB

2010-11-18 Thread Ruslan Zasukhin
On 11/18/10 11:21 PM, "Jonathan Lynch" wrote: Hi Jonathan, > I never do database stuff. But, for a project I am doing at work, I am going > to need to. Valentina seems like the best choice for what I am doing. > > Are there any older versions of the embedded form of the Valentina database > tha

Re: OT: getting page hit-counts for on-rev account

2010-11-18 Thread Nicolas Cueto
Thank you for the responses. Had a look at the on-rev cpanel's "Logs", at Google Analytics, and briefly at statcounter.com. Google Analytics does work with on-rev webpages (just insert some code into the html code), it is free, and looks more attractive (and more detailed?) than on-rev "Logs". So,

Re: OT: getting page hit-counts for on-rev account

2010-11-18 Thread Jim Sims
On Nov 19, 2010, at 12:55 AM, Nicolas Cueto wrote: > How can one retrieve a count of the number of visitors to a specific web-page? Quite often I use a service at http://statcounter.com/ It not only counts, but shows you the pages they were on, what order they traveled through, how long on eac

Re: LiveCode and the Mac App Store

2010-11-18 Thread Thomas McGrath III
Well this would be great news for a few projects of mine. In xCode you have to register in the applications pList file for Document Sharing in order to 'turn on' this feature. Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net I Can Speak on the iPad Store htt

Re: Drag and Drop to Item in List Field

2010-11-18 Thread J. Landman Gay
On 11/18/10 6:41 PM, Bill Vlahos wrote: Getting closer now. If I put the following script in the source list field the correct text is sent in the drag. on mouseDown set the dragData["text"] to the selectedText end mouseDown Target field script hilites the correct line in the list on dragM

Re: Drag and Drop to Item in List Field

2010-11-18 Thread Bill Vlahos
Getting closer now. If I put the following script in the source list field the correct text is sent in the drag. on mouseDown set the dragData["text"] to the selectedText end mouseDown Target field script hilites the correct line in the list on dragMove set the hilitedLines of me to (word 2

Re: OT: getting page hit-counts for on-rev account

2010-11-18 Thread Bob Sneidar
Unless they are checking for it, Bots will trigger a hit as well. Have you thought about Google Analytics? Not sure if you can use it for on-rev. Bob On Nov 18, 2010, at 4:20 PM, Alex Tweedly wrote: > In cpanel > In the "Logs" panel, click on webalizer > for the appropriate domain, click on

Re: OT: getting page hit-counts for on-rev account

2010-11-18 Thread Alex Tweedly
In cpanel In the "Logs" panel, click on webalizer for the appropriate domain, click on "View" then click on the relevant month then click on "URLs" and then you should see it Hopefully there are other, perhaps better ways. -- Alex. On 18/11/2010 23:55, Nicolas Cueto wrote: Hello List,

Re: Desktop to iPad

2010-11-18 Thread Colin Holgate
I haven't checked, but does LC have a full screen mode, where you get to use the 1024x768, and not have to show the status bar? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

Re: Desktop to iPad

2010-11-18 Thread Sarah Reichelt
On Fri, Nov 19, 2010 at 8:09 AM, edward cawley wrote: > Just starting to look at Revmobile, I have an app which runs on desktop . I'd > like to modify it to the ipad. I reduced the stack size to 1000,700 which > should fit the ipad. I have an animated Gif on the first card with a > dimension of

Re: Strange Datagrid Column Problem

2010-11-18 Thread Peter Haworth
That worked! Are you familiar with the banana slug, native to the Santa Cruz area of California? Pete Haworth On Nov 18, 2010, at 2:54 PM, zryip theSlug wrote: Pete, Try: set the hilite of btn 1 of me to handleBoolean(pData) ___ use-revolution

Re: Strange Datagrid Column Problem

2010-11-18 Thread zryip theSlug
On Thu, Nov 18, 2010 at 11:19 PM, Peter Haworth wrote: > I've customised a datagrid column to contain a checkbox.  Right after the > customisation, the checkbox shows up in the column just fine.  I then added > the following line of code in the FillInData handler for the column: > > set the hilite

Re: Reunion (was: It was once possible to set individual pixels of an image)

2010-11-18 Thread Peter Brigham MD
I think I'll make up a T-shirt that says: on openBackground backgroundID if the short name of background backgroundID = "Hypercard" then answer "Things have changed now!" launch "LiveCode" end if end openBackground -- Peter Peter M. Brigham pmb...@gmail.com http://home.comca

Re: It was once possible to set individual pixels of an image

2010-11-18 Thread Bob Sneidar
We should have our own Reunion party and everyone wear a Hypercard t-shirt! We could get drunk and talk about old times. Ok, it's enough that we just get drunk. I'll bring the chips and guacamole! Bob On Nov 18, 2010, at 10:37 AM, dunb...@aol.com wrote: > Showing my age, but HC had an XFCN c

Re: Blend level scale query

2010-11-18 Thread Bob Sneidar
I believe the 1-100 is a measure of percentage, not the actual bit value for the alpha channel (or whatever they are doing there). 100 would then correspond to 255 (if I do not have it backwards). If you cannot use a decimal value for blendLevel then I think you are stuck with 100 levels. Is it

Re: Cloning cards

2010-11-18 Thread Bob Sneidar
Whoops! I didn't mean the splash stack should "close itself" I meant "hide itself". Closing the "real" stack will have to have a "Quit" command at the end of anything else you do. Otherwise I think the splash screen will pop up again if you close the "real" stack. The more knowledgable among us

Re: Uninstaller

2010-11-18 Thread Kenji Kojima
nstaller does, and >> install a real fresh LiveCode. > > I don't think any of the other files will affect the script editor, but you > can try removing your preferences file and the other files in here: > > ~/Library/Preferences/RunRev/ > > That is where the rece

Re: Uninstaller

2010-11-18 Thread J. Landman Gay
t think any of the other files will affect the script editor, but you can try removing your preferences file and the other files in here: ~/Library/Preferences/RunRev/ That is where the recent files are stored. When you re-install, use the installer. I don't think it is enough to just dr

Re: Stackrunner

2010-11-18 Thread Richmond
On 11/18/2010 09:21 PM, Peter Brigham MD wrote: On Nov 17, 2010, at 2:58 PM, Richmond wrote: On 11/17/2010 09:36 PM, Peter Haworth wrote: I'm not 100% sure how to do this. I guess it means finding where the image library stack is then issuing a command of some sort when my app starts up to b

Re: Stackrunner

2010-11-18 Thread Peter Brigham MD
On Nov 17, 2010, at 2:58 PM, Richmond wrote: On 11/17/2010 09:36 PM, Peter Haworth wrote: I'm not 100% sure how to do this. I guess it means finding where the image library stack is then issuing a command of some sort when my app starts up to bring that stack into my stack file? Pete Hawo

Re: Uninstaller

2010-11-18 Thread Kenji Kojima
Thanks Jacqueline, I removed "~/Documents/My LiveCode/Plugins/revMobilePlugin.rev" and LiveCode 4.5.1.app. Installed "LiveCode 4.5.1.app" again. And restart my computer, but it did not work. I removed all of LiveCode files I could find. But I am still having the same problem. Even if remov

Re: Blend level scale query

2010-11-18 Thread Scott Rossi
Not sure what you're looking for here David. AFAIK, blendLevel is simply a percentage of opacity. I have seen opacity treated in other tools using levels from 0 to 255, so I'm pretty sure finer increments of opacity are possible beyond those addressable in LC. Regards, Scott Rossi Creative

Re: Uninstaller

2010-11-18 Thread J. Landman Gay
On 11/18/10 11:06 AM, Kenji Kojima wrote: Hi Jacqueline, Thanks your advise. If you are on Mac, just drag the app to the trash. I tried but It did not work. I think I need to remove somewhere hidden files on my Mac. Probably they were broken. Oh, okay. You could see if you have any plugin

Re: Multi-Language-Support iOS

2010-11-18 Thread Pierre Sahores
Harald, Seems good ! I just use, for my own, a function witch contains items & lines delimited rows, one sentence per row and a different translation per item. Best, Pierre > Hello all, > > while waiting for my first app to be reviewed I'm planning the next apps > and also think about a bette

Re: Cloning cards

2010-11-18 Thread Joe Lewis Wilkins
Thanks Robert. Just haven't had the time this AM to tackle this as yet. Joe Wilkins On Nov 18, 2010, at 9:29 AM, Bob Sneidar wrote: > Hi Joe. > > Not so tough. Make a brand new stack which will be your splash stack. Have > that stack open the "real" stack and then close itself. Add your "real

Re: Cloning cards

2010-11-18 Thread Bob Sneidar
Hi Joe. Not so tough. Make a brand new stack which will be your splash stack. Have that stack open the "real" stack and then close itself. Add your "real" stack along with it's substack as an included file in your standalone settings. Mince finely, stir in with a cup of lemon juice and compile

Re: DOWNLOADING REV 4.0.0

2010-11-18 Thread Bob Sneidar
Just thot I'd say, the player was one of the selling points for me. To be able to distribute a stack I made for the company I work for, along with a player, without having to futz with all the idiosyncrasies of standalones was very appealing. I was disappointed when support for the player went a

Re: Uninstaller

2010-11-18 Thread Kenji Kojima
Hi Jacqueline, Thanks your advise. >If you are on Mac, just drag the app to the trash. I tried but It did not work. I think I need to remove somewhere hidden files on my Mac. Probably they were broken. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Nov 18, 2010, at 11:53 AM, J. L

Re: Uninstaller

2010-11-18 Thread J. Landman Gay
On 11/18/10 10:27 AM, Kenji Kojima wrote: Hi, Where is Uninstaller.app for LiveCode? The uninstall procedure is documented on page 5 of the User Guide, which you can access from the Help menu in the IDE. If you are using Windows, the uninstall is now available in Windows Add/Remove Programs

Re: Is it possible to access or set individual pixels of an image?

2010-11-18 Thread Marty Billingsley
Thanks to everyone who responded! I understand imageData a lot better now. (And the fact that transparency is stored in maskData, not imageData.) Turns out I was able to solve the problem using a combination of crop and imageData -- now I can split an image into irregularly-shaped puzzle

Re: Cloning cards

2010-11-18 Thread Richard Gaskin
Joe Lewis Wilkins wrote: > I'll save this approach as a plan "B"; for now, I think, I'll > just create a brand new, expandable Main Stack that I can use > when the user needs to create new forms. I think I can probably > do this by just creating a dummy empty stack and, then, when I > need additi

Re: Cloning cards

2010-11-18 Thread Joe Lewis Wilkins
Hi Richard, I'll save this approach as a plan "B"; for now, I think, I'll just create a brand new, expandable Main Stack that I can use when the user needs to create new forms. I think I can probably do this by just creating a dummy empty stack and, then, when I need additional copies of a Form

Re: LiveCode and the Mac App Store

2010-11-18 Thread J. Landman Gay
On 11/18/10 9:14 AM, Thomas McGrath III wrote: Jacqueline, So then, is the Documents folder you're saving to the same folder that Apple expects? In other words can you register that folder as a shared folder and see the contents in iTunes? I think so, but I've only tested in the simulator so f

Re: Cloning cards

2010-11-18 Thread Richard Gaskin
Joe Lewis Wilkins wrote: > My dilemma, now, is that this sub-stack is already part of the > standalone, so splitting it off as another stack file may not > be so easy. OTOH, it may also solve an issue I now have > communicating between that "sub-stack" and the main stack in > the standalone. May

Re: Cloning cards

2010-11-18 Thread Joe Lewis Wilkins
Hi Richard, My intuition told me as much, and I've been surprised at how easily I'm able to change the data in a Standalone by using an external text file and then changing the text file along the way. My dilemma, now, is that this sub-stack is already part of the standalone, so splitting it of

Re: Groups as background

2010-11-18 Thread JosepM
Oh... thanks,... has already started going crazy .. I did not know you could do this way. :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Groups-as-background-tp3048672p3048928.html Sent from the Revolution - User mailing list archive at Nabble.c

Re: LiveCode and the Mac App Store

2010-11-18 Thread Thomas McGrath III
Jacqueline, So then, is the Documents folder you're saving to the same folder that Apple expects? In other words can you register that folder as a shared folder and see the contents in iTunes? Thanks Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net On Nov

Re: Cloning cards

2010-11-18 Thread Richard Gaskin
Joe Lewis Wilkins wrote: > If we create a standalone with a menu item of "New Form" and > then implement it with a handler script in which we do: clone > this card, will this create a new card in the Standalone, keeping > in mind that this will be done in a sub-stack? Also, with a > matching menu

Re: Multi-Language-Support iOS

2010-11-18 Thread Harald Müller
Hi Ron, thank you for your remarks! That could be a way to distribute the loaded language file to the relevant elements. But perhaps the step via customproperties isn't necessary. When I have to change labels and texts with a script I could also get the input directly from the "language file". (I

Re: Groups as background

2010-11-18 Thread DunbarX
Make sure that the background behavior ("behaves like a background") of the group is true, so when you add additional cards the group will appear there. You only need to do this once. The engine will take care of this forever. Craig Newman ___ use-revo

Re: Groups as background

2010-11-18 Thread Klaus on-rev
Hi Josep, > Hi, > > I have a stack with 3 card that have a group "background" as menu for all > the cards. Now I modified the group and add some cards more. All the cards > have different groups and the changes aren't replicated. > > Why? How solve this? recreate again all the cards with delete

Re: Multi-Language-Support iOS

2010-11-18 Thread ron barber
Hi Harald I don't know if this works on iOS but In my app using Japanese and English, I have two custom property sets that have the same elements, each with names in their respective languages. The appropriate property set is set on preopenstack of the mainstack based on a preference setting. on p

Re: Unable to Affect Printer Paper Orientation?

2010-11-18 Thread Scott Rossi
> There doesn't seem to be any way to force the Print dialog to accept the > landscape setting. > ... > Is there anything else I can try short of creating yet > another dialog for users to click "No, really, I want to print landscape!" ??? [answering my own question] I am admittedly new to LiveCo

Re: Cloning cards

2010-11-17 Thread Scott Rossi
Hi Joe: If I understand what you're asking, the answer is yes, but the cloned card won't be saved unless your stack exists in a file that's separate from the standalone (standalones can't modify themselves). You'll either need to use the splash screen launcher strategy which involves building a s

Re: Please suggest script

2010-11-17 Thread Timothy Miller
Thankya, Devin, Andre, Phil and Mike. Your suggestions worked out even better than expected. I have a little padlock icon near one corner of the field. It locks and unlocks the field in question, to prevent accidental erasures. Normally, the field will be locked when I am reading its contents.

Re: Please suggest script

2010-11-17 Thread Timothy Miller
Thankya, Devin, Andre, Phil and Mike. Very helpful. I get it now. Tim ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mail

Re: LiveCode and the Mac App Store

2010-11-17 Thread J. Landman Gay
On 11/17/10 4:46 PM, Thomas McGrath III wrote: I haven't tried in the latest release but before that there was no way for iOS to save out a stack or a preferences file that I know of. Basic file read/write and file URL access works now. I'm saving a text-based prefs file to the Documents fold

Re: [ANN] buttons for iPhone

2010-11-17 Thread Robert Mann
A warm thank you! ... all the graphic part is getting so sophisticated these days! I'll test it next few days to make graphics for a iphone version of my site... and I was shivering at the thought of having to spend too much time for a non graphic man in GIMP, the chimp. THanks for sharing. ROber

Re: Why Does this Behavior Fail?

2010-11-17 Thread Web Admin Himalayan Academy
On 11/17/10 3:23 PM, Mark Wieder wrote: S- Wednesday, November 17, 2010, 5:07:10 PM, you wrote: > I love it... simple is better "who needs behaviors if you don't need > behaviors" (hehe, though I still would like to know why it did not work...) Memory's failing me here, but I think there w

Re: Why Does this Behavior Fail?

2010-11-17 Thread Mark Wieder
S- Wednesday, November 17, 2010, 5:07:10 PM, you wrote: > I love it... simple is better "who needs behaviors if you don't need > behaviors" (hehe, though I still would like to know why it did not work...) Memory's failing me here, but I think there was a thread recently about mouseWithin message

Re: Why Does this Behavior Fail?

2010-11-17 Thread Web Admin Himalayan Academy
On 11/17/10 2:51 PM, J. Landman Gay wrote: I have a stack that does that, but it doesn't use behaviors. I just put this into the card: on mouseEnter put the cTip of the target into tTip if tTip <> "" then set the htmltext of fld "helptext" to tTip end if pass mouseEnter end mouse

Re: Why Does this Behavior Fail?

2010-11-17 Thread J. Landman Gay
On 11/17/10 5:51 PM, Sivakatirswami wrote: goal: I would to put help info in custom props and then call these automatically into display as the user pass his mouse over controls (on a preferences card) I have a stack that does that, but it doesn't use behaviors. I just put this into the card:

Re: LiveCode and the Mac App Store

2010-11-17 Thread Thomas McGrath III
Ron, I haven't tried in the latest release but before that there was no way for iOS to save out a stack or a preferences file that I know of. In xCode you have a few choices. Either save to the settings pane via API provided by apple or you could save a pList to 'your sandbox' documents folder

Re: [ANN] buttons for iPhone

2010-11-17 Thread BNig
here is the stack for the iPhone buttons as a revlet: http://berndniggemann.on-rev.com/iphonebtnsrevlet/ on my local machine I could even copy the images and the button object into a new Livecode stack. If you copy a button object and it works you will see an install button, click on it to make

Re: Stackrunner

2010-11-17 Thread Peter Haworth
Thanks Devin and Richmond. Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband On Nov 17, 2010, at 11:49 AM, Devin Asay wrote: On Nov 17, 2010, at 12:36 PM, Peter Haworth wrote: I'm not 100% sure how to do

Re: script interruption (suite)

2010-11-17 Thread Ian McKnight
Glad to be of help. On 17 November 2010 21:25, Yves COPPE wrote: > > Le 17 nov. 2010 à 21:26, Ian McKnight a écrit : > > > Hi Yves > > > > Try moving the lines > > > > send secondTimer to me in 5 Sec > > -- record the message ID > > put the result&cr after myPendingMessages > > > > out of the ha

Re: script interruption (suite)

2010-11-17 Thread Yves COPPE
Le 17 nov. 2010 à 21:26, Ian McKnight a écrit : > Hi Yves > > Try moving the lines > > send secondTimer to me in 5 Sec > -- record the message ID > put the result&cr after myPendingMessages > > out of the handler altogether, placing it immediately before the place where > the main call to togg

Re: script interruption (suite)

2010-11-17 Thread Yves COPPE
Le 17 nov. 2010 à 21:26, Ian McKnight a écrit : > Hi Yves > Hi Ian, I have noticed that command secondTimer global gEndFlag if gFlagEnd is false then put True into gFlagEnd end secondTimer this command is well activated after 5 secs but the fld doesn't disappear something misses !

Re: script interruption (suite)

2010-11-17 Thread Yves COPPE
Le 17 nov. 2010 à 21:26, Ian McKnight a écrit : > Hi Yves > > Try moving the lines > > send secondTimer to me in 5 Sec > -- record the message ID > put the result&cr after myPendingMessages > > out of the handler altogether, placing it immediately before the place where > the main call to togg

Re: Stackrunner

2010-11-17 Thread J. Landman Gay
On 11/17/10 2:14 PM, Ken Ray wrote: The IDE and the standalones it builds know about the image library, but StackRunner does not. That's right - the list of things that are built in to StackRunner are listed under the "Using StackRunner" section of the web page: http://www.sonsothunder.com/d

Re: Windows Version problems

2010-11-17 Thread Joe Lewis Wilkins
Thanks Devin, I'll keep that in mind as a possibility. Joe Wilkins On Nov 17, 2010, at 10:45 AM, Devin Asay wrote: > > On Nov 17, 2010, at 10:52 AM, Joe Lewis Wilkins wrote: > >> Hi Dixie, >> >> I guess it IS a little confusing. I have a main-stack and two sub-stacks. >> The user has to answ

Re: script interruption (suite)

2010-11-17 Thread Ian McKnight
Hi Yves Try moving the lines send secondTimer to me in 5 Sec -- record the message ID put the result&cr after myPendingMessages out of the handler altogether, placing it immediately before the place where the main call to toggleexercice is made. This should mean that a timer is started as soon

Re: Stackrunner

2010-11-17 Thread Ken Ray
> The IDE and the standalones it builds know about the image library, but > StackRunner does not. That's right - the list of things that are built in to StackRunner are listed under the "Using StackRunner" section of the web page: http://www.sonsothunder.com/devres/revolution/downloads/StackRunn

Re: script interruption (suite)

2010-11-17 Thread Yves COPPE
Le 17 nov. 2010 à 19:45, Ian McKnight a écrit : > How about sending another send in time message to change the global after 5 > seconds? > I haven't tried itand there may be a more efficient way to code this but I > think it should work. > > The only thing is you will have quite a number of unne

Re: Is it possible to access or set individual pixels of an image?

2010-11-17 Thread Scott Rossi
Recently, Geoff Canyon Rev wrote: > You should try to do all the updates as one: get the imagedata of the image, > make whatever changes you need to, then set the imagedata of the image > again. There are a few gotchas when setting the imagedata. Make sure the > image is the right size. If you're

Re: Stackrunner

2010-11-17 Thread Richmond
On 11/17/2010 09:36 PM, Peter Haworth wrote: I'm not 100% sure how to do this. I guess it means finding where the image library stack is then issuing a command of some sort when my app starts up to bring that stack into my stack file? Pete Haworth I don't think this is all that difficult: se

Re: Stackrunner

2010-11-17 Thread Devin Asay
On Nov 17, 2010, at 12:36 PM, Peter Haworth wrote: > I'm not 100% sure how to do this. I guess it means finding where the > image library stack is then issuing a command of some sort when my app > starts up to bring that stack into my stack file? That's the general idea. You find the stack

Re: Is it possible to access or set individual pixels of an image?

2010-11-17 Thread Scott Rossi
Recently, I wrote: > execute the following in your message box: > go url "http://www.tactilemedia.com/site_files/downloads/pixel_colorize.rev"; Whoops -- something stopped working in the random colorizing portion of this demo. Reposted the stack with a fix (hopefully it's working correctly now).

Re: Is it possible to access or set individual pixels of an image?

2010-11-17 Thread Geoff Canyon Rev
You should try to do all the updates as one: get the imagedata of the image, make whatever changes you need to, then set the imagedata of the image again. There are a few gotchas when setting the imagedata. Make sure the image is the right size. If you're setting a 10x20 pixel image, you need to su

Re: Stackrunner

2010-11-17 Thread Peter Haworth
I'm not 100% sure how to do this. I guess it means finding where the image library stack is then issuing a command of some sort when my app starts up to bring that stack into my stack file? Pete Haworth On Nov 17, 2010, at 11:24 AM, Devin Asay wrote: On Nov 17, 2010, at 12:22 PM, Peter H

Re: Stackrunner

2010-11-17 Thread Richmond
On 11/17/2010 09:24 PM, Devin Asay wrote: On Nov 17, 2010, at 12:22 PM, Peter Haworth wrote: Thanks. It will be a huge amount of work for me to change icon numbers everywhere so I guess Stackrunner won't work for me. Oh well! Pete, You could include the Image Library stack with your stack a

Re: Stackrunner

2010-11-17 Thread Devin Asay
On Nov 17, 2010, at 12:22 PM, Peter Haworth wrote: > Thanks. It will be a huge amount of work for me to change icon > numbers everywhere so I guess Stackrunner won't work for me. Oh well! Pete, You could include the Image Library stack with your stack and start using it when it's opened by

Re: Stackrunner

2010-11-17 Thread Peter Haworth
Thanks. It will be a huge amount of work for me to change icon numbers everywhere so I guess Stackrunner won't work for me. Oh well! Pete Haworth On Nov 17, 2010, at 11:02 AM, J. Landman Gay wrote: On 11/17/10 11:45 AM, Peter Haworth wrote: Just started using this and very happy but have

  1   2   3   4   5   6   7   8   9   10   >