Re: OT: Tacoma

2015-01-13 Thread Mike
> On Jan 13, 2015, at 9:50 AM, James Little wrote: > > > Hi Mike, > > Any chance you will be in Seattle? My son and I would like to get together, > if you’re up this way. > > Jim Little > > >> On Jan 12, 2015, at 12:29 PM, Mike Bonner wrote: >>

Stop emailing me

2013-09-24 Thread Mike
Sent from my iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: How to reset the player?

2011-10-30 Thread mike
cool when synced with a thunder clap -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: stephen barncard Sender: use-livecode-boun...@lists.runrev.com Date: Sun, 30 Oct 2011 11:30:23 To: How to use LiveCode Reply-To: How to use LiveCode

Re: How to reset the player?

2011-10-30 Thread mike
admit the simulated lightening is pretty cool when synced with a thunder clap -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: stephen barncard Sender: use-livecode-boun...@lists.runrev.com Date: Sun, 30 Oct 2011 11:30:23 To: How to use

Database Strategy

2011-11-16 Thread mike
se in the card? I am not seeing anything wrong examining the close cursor function. As a separate question can you have multiple cursors open at the same time. I would think so. Thanks in advance. -= Mike Sent from my BlackBerry device on the Rogers Wireless Ne

Re: Custom Property Data Limit?

2011-12-01 Thread mike
I found that when going to the database approach and directly feeding the database you are limited to a fixed row height datagrid. -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Pete Sender: use-livecode-boun...@lists.runrev.com Date

Re: Message Path Question

2011-12-09 Thread mike
I have an external for some IOS functionality that I was thinking of simulating when on the PC. So I should be able to insert a backscript when not in the mobile environment Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Mark Schonewille Sender:

Re: Ins and Outs of start using

2011-12-15 Thread mike
Thanks to both Bob and Ken. I think this explains why is see different behaviors when I double click on a stack to start up vs opening the stack from livecode development environment. Regards, Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message

Re: Database syntax

2011-12-21 Thread mike
Not any hair left to pull out. I am enjoying the banter and learning at the same time. Keep it coming! -= Mike Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Pete Sender: use-livecode-boun...@lists.runrev.com Date: Wed, 21 Dec 2011 10:35

Re: Carriage Return in datagrid data

2012-01-04 Thread mike
...@lists.runrev.com Date: Wed, 4 Jan 2012 15:48:40 To: How to use LiveCode Reply-To: How to use LiveCode Subject: Re: Carriage Return in datagrid data Hi Mike, Thanks, yes I'm familiar with using dgData - it was how the data looks in the datagrid that I wasn't sure of. I did an experiment wit

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Mike Bonner
What error? My first question would be, did they upgrade to 64 bit? If so, you'd either need the 64 bit livecode server, or request that they install the 32 bit libraries. (IA32 or something like that. Its been a while) What error? On Mon, Nov 10, 2014 at 6:58 AM, Matthias Rebbe | M-R-D < mat

Re: which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread Mike Doub
Yes, I have been using HostM. I would recommend them. Great customer service. -= Mike On 11/10/14 3:03 PM, Brahmanathaswami wrote: We are paying pretty big bucks for a dedicated server... but I'm not sure I need all of what they think the company says are selling us. But I'm

Re: how are variables passed from functions?

2014-11-14 Thread Mike Bonner
For anything other than this simple case, the returns matter. Take for example local tvar1,tvar2,tvar3 on mouseUp --get a random value to use put random(10) into tvar1 put "Start Value: " & tvar1 & cr & "Final Return:" & myfunc1(tvar1) & cr & tvar3 end mouseUp function myfunc1 pvar put

Re: how are variables passed from functions?

2014-11-14 Thread Mike Bonner
The value returned in the previous scenario (basing the return on 10 being the number used) is 20. The final doubling disappears. On Fri, Nov 14, 2014 at 10:40 AM, Mike Bonner wrote: > For anything other than this simple case, the returns matter. > > Take for example > > local tv

Re: can't put into field by id?

2014-11-14 Thread Mike Bonner
Things like this also work.. put the long id of (tFieldName) where tFieldname contains "field myfield" though, to be safe it should contain --field "myfield" on the off chance that myfield is another variable name. As long as you force evaluation of the var with parens, life gets easier. On Th

Re: BBEdit Language Module for LiveCode

2014-11-16 Thread Mike Kerner
we really need to get a group effort going on the script editor. On Sun, Nov 16, 2014 at 6:11 PM, Ben Rubinstein wrote: > Thanks for doing this. Glad you got code folding working. > > now you get code foldingtwo anomalies: the code folding arrow is >> *below* the opening command statement

Re: [OT] Looking for proven and useful Cold remedies

2014-11-17 Thread Mike Bonner
zinc lozenges with vitamin c. Don't overdose, but like zicam the zinc is supposed to help shorten the colds lifespan. Much more effective if you start them early though (also like zicam) or.. um.. zicam. (assuming viral not bacterial) zinc lozenges are cheaper than zicam which is why I go that w

Re: Find the scroll location in wrapped field

2014-11-19 Thread Mike Doub
I am still trying to get past the page ranges bug for basic page turning functionality. Anyway, I am learning a lot and plan to keep adding to my MasterLibrary and will keep sharing info. -= Mike On Wednesday, November 19, 2014, James Hale wrote: > > > > I am trying to build a speci

language syntax question

2014-11-19 Thread Mike Doub
quot;stuffed" then answer "it worked" End another Regards, Mike ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: OAuth 1.1

2014-11-19 Thread Mike Doub
Please do post it as I have been looking for this as well Thanks, Mike On Wednesday, November 19, 2014, David Bovill wrote: > Yes that would be great - in fact an oAuth 1.1 library on github would be > better? > > On Thu Oct 10 2013 at 12:55:21 PM Ben Rubinstein > wrote:

Re: any use of pass by reference breaks any omitted variable?

2014-11-24 Thread Mike Kerner
that's mt On Mon, Nov 24, 2014 at 12:17 PM, Dr. Hawkins wrote: > On Mon, Nov 24, 2014 at 8:04 AM, Bob Sneidar > wrote: > > > I think he means that if you have two arguments, one passed by reference > > and you only provide one argument, it throws an error. > > > Yes. Or if you provide "", or e

Re: Focus on next field

2014-11-25 Thread Mike Bonner
if exists(field ((the number of the target + 1)) then focus field (the number of the target +1) else focus field 1 end if Should work. Then, you can set it up as a behavior for your fields and be done with it. (or whatever alternate method you like) On Tue, Nov 25, 2014 at 2:59 PM, Magicgate So

Re: Focus on next field

2014-11-25 Thread Mike Bonner
Ok. I like the colin method with mod. On Tue, Nov 25, 2014 at 3:12 PM, Colin Holgate wrote: > This would let you go forward and backwards, but you can already do this > with no code by using the tab key: > > > on returninfield >if the shiftkey is down then > put the number of the targe

Re: Button is behavior

2014-11-27 Thread Mike Bonner
Have perused the dictionary, don't think there is currently a way to do what you want. Feature request? The only other option would be to cycle through the controls and build a behavior list. Might be interesting to do though, build an array keyed by button id, that contains a list of objects th

Re: Button is behavior

2014-11-27 Thread Mike Bonner
r wrote: > Mike- > > Thursday, November 27, 2014, 8:16:18 AM, you wrote: > > > Have perused the dictionary, don't think there is currently a way to do > > what you want. Feature request? > > I'm not even sure a feature request would help here. Being us

Re: Button is behavior

2014-11-27 Thread Mike Bonner
Mind if I ask why you need this? Always interested in the hows and whys of others, which often gives me new ideas I may not have otherwise had. On Thu, Nov 27, 2014 at 1:19 PM, FlexibleLearning.com < ad...@flexiblelearning.com> wrote: > Thought as much, Mike. Only wondered if I had mi

Re: [OT] baby

2014-11-27 Thread Mike Bonner
Congrats! And prayers too. On Thu, Nov 27, 2014 at 3:15 PM, Marc Van Cauwenberghe < marc.vancauwenber...@pandora.be> wrote: > Congratulations!!! > > Verstuurd vanaf mijn iPhone > > > Op 27-nov.-2014 om 21:14 heeft Monte Goulding < > mo...@sweattechnologies.com> het volgende geschreven: > > > > H

Re: Tracking openStack

2014-11-30 Thread Mike Bonner
If you add a plugin and want to get it going without restarting LC is pretty simple. I'm doing it from the message box.. go invisible stack "revplugineditor" wait 1 tick with messages close stack "revplugineditor" after which, any new plugins added to your folder should appear in the plugins lis

Re: Tracking openStack

2014-11-30 Thread Mike Bonner
gh the plugin editor, theres no need to worry about any of the house keeping that needs to be done. It's just handled. On Sun, Nov 30, 2014 at 5:02 PM, Mike Bonner wrote: > If you add a plugin and want to get it going without restarting LC is > pretty simple. I'm doing it fr

Keep a stack in back

2014-12-05 Thread Mike Bonner
I have a quick (I hope) question.. Is there a way to have a stack behind all other stacks all the time? Yet have it still be usable as long as its not obscured by other stacks/windows. It would also need to remain behind all other windows not just LC stacks. Is this possible? If so, could someon

Re: Keep a stack in back

2014-12-05 Thread Mike Bonner
desktop but it doesn't jump up to the front and obscure other windows. Thats the behavior i'm looking for. On Fri, Dec 5, 2014 at 4:23 PM, wrote: > Mike. > > > If all of what you say is true, why not just hide the stack? No management > needed. > > > C

Re: Unexpected "word" parsing

2014-12-05 Thread Mike Bonner
>From the 6.6.2 dictionary, though that line doesn't mention tab and return. Its just not handling quoted parts of a string very well it seems. Summary: Used with the sort command, number function, and is among and is not among properties to designate space-delimited or quoted parts of a string.

Re: Unexpected "word" parsing

2014-12-06 Thread Mike Bonner
Thx richard. Saw a post by you that mentioned it, I think it'll do what I need, thanks! I'm looking for a way to do it on windows too, have been trying to find out if it can be done with vbscript using setwindowpos() but haven't found the right info yet. If it can be done in vbscript, its likely

Re: Keep a stack in back

2014-12-06 Thread Mike Bonner
window. Starting to think it might pay to wait for the plugin architecture, at which point other options will probably open up. On Fri, Dec 5, 2014 at 9:31 PM, wrote: > Mike. > > > I see. > > > How about hiliting the "float above everything" checkbox for all the othe

Re: Missing properties

2014-12-06 Thread Mike Bonner
Seems like "this card" would be useful, or, you could just get the long name of the object which contains a small to big list of owning objects starting with the object itself. On Sat, Dec 6, 2014 at 6:03 PM, Peter Haworth wrote: > Every now and again, I wonder why certain properties are not ava

Re: [OT] Personal

2014-12-07 Thread Mike Bonner
Sorry for the slow response, google has been playing hide and seek with my mail lately. (old filter behaving in new and exciting ways) Praying that shes doing well and that she makes a full recovery. On Tue, Nov 25, 2014 at 12:00 PM, J. Landman Gay wrote: > I'm glad it all went well, Ralph. Ple

Re: Error; Tree not made

2014-12-07 Thread Mike Bonner
If this is only happening when you first open revolution, one question I have is.. did you still have it set up so that the opening screen (welcome) appeared? I wonder if the code for the RSS stuff that gets pulled from the runrev site is no longer working due to the massive website changes. (might

Re: Missing properties

2014-12-07 Thread Mike Bonner
e that wasn't a name, that is then a name.. Say that 3 times fast) Would make it easier to chunk up a long name if it were consistent since " " strings (with preceding and trailing space?) are treated as words. On Sat, Dec 6, 2014 at 9:50 PM, wrote: > Pete. > > > Wha

Re: Using polygon as line and childControlNames

2014-12-08 Thread Mike Bonner
If the template grc is being set to polygon prior to creation, it SHOULD be named polygon. Polygons appear named as polygons. If you leave out the set style line, then an unnamed polygon shows in which case the engine defers it to "graphic id " The first example you used, creates the grc, then set

Re: unsure about my LiveCode VersionNr.

2014-12-12 Thread Mike Bonner
Guessing, the second. Most likely, theres a plist or some such that didn't get updated. On Fri, Dec 12, 2014 at 5:53 AM, Hillen Richard wrote: > Hello again, > > On Mac OS X looking into the file information (Command-I), I read > "6.7.0.5012"; > Looking into the running IDE, LiveCode - About Li

Re: can?t change the layernumber of fields in a stack

2014-12-12 Thread Mike Bonner
You can also capture the tab key, and roll your own flow among fields. On Fri, Dec 12, 2014 at 5:02 AM, Hillen Richard wrote: > Hello, > thank you; that worked. > Richard. > > > Message: 5 > > Date: Thu, 11 Dec 2014 06:29:52 -0800 > > From: "Dr. Hawkins" > > To: How to use LiveCode > > Subject

Direction, and color

2014-12-12 Thread Mike Bonner
y suggestions, or reading material that might help get me kickstarted? TIA Mike ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Direction, and color

2014-12-12 Thread Mike Bonner
Hey! Simple and easy, Thanks much, will try and get it working tomorrow. On Fri, Dec 12, 2014 at 11:27 AM, Richmond wrote: > On 12/12/14 19:19, Mike Bonner wrote: > >> I have a quick question, its one of those that should be obvious, but i'm >> just not seeing it. >

Re: Port designation in URL

2014-12-12 Thread Mike Bonner
If it works like it does in LC, its just assigning a name to the socket, the name being 6928. Its used (again, assuming its used as in lc) so that you can have multiple connects to the same socket on the same host and port so they can be distinguished from one another. Works great when using chatr

Re: Direction, and color

2014-12-13 Thread Mike Bonner
l for helping me get my head wrapped around this. On Sat, Dec 13, 2014 at 12:32 AM, Mike Bonner wrote: > > Hey! Simple and easy, Thanks much, will try and get it working tomorrow. > > On Fri, Dec 12, 2014 at 11:27 AM, Richmond > wrote: > >> On 12/12/14 19:19, Mike Bonner wro

Re: Direction, and color

2014-12-13 Thread Mike Bonner
) On Sat, Dec 13, 2014 at 8:24 PM, Mike Bonner wrote: > > Thanks for the ideas and hints, some ideas finally triggered in my noggin > and I have a pretty good solution now. Craig, yeah I love the idea. A > simple lookup table would work, especially since the motion of the objects &

Re: Determine the LC version of an existing stack

2014-12-14 Thread Mike Bonner
You can also do a sneaky if you want to see the stackfileversion of one stack from another. you can: send "put the stackfileversion into " to stack "stackname" On Sun, Dec 14, 2014 at 9:17 AM, Klaus major-k wrote: > > Hi David, > > > Am 14.12.2014 um 17:02 schrieb David Epstein : > > > > Is ther

Re: [OT] Filemaker and Hindi

2014-12-14 Thread Mike Bonner
Not sure if it would work, and I have no way to try it, but I think you could set up the spreadsheet as an odbc datasource and pull from it using lc database functionality. Pretty sure that part work, but whether the hindi would arrive intact is another question. On Sun, Dec 14, 2014 at 2:00 PM,

Re: Direction, and color

2014-12-14 Thread Mike Bonner
iders and cycling through (figmentary) angles. https://dl.dropboxusercontent.com/u/11957935/colorphase.livecode On Sat, Dec 13, 2014 at 8:45 PM, Mike Bonner wrote: > > Oh, just realized, due to the normalization, I only needed to cycle 1 to > 180 to get the full color chart. DOH. 360 r

Re: Direction, and color

2014-12-15 Thread Mike Bonner
gestions? On Sun, Dec 14, 2014 at 2:47 PM, Mike Bonner wrote: > > Last post on this, things are working well enough that I'm happy. In case > anyone is interested, here is a link to a stack with 3 sliders, r, g, b > sliders so that the weight of each color can be adjusted during

Re: Direction, and color

2014-12-15 Thread Mike Bonner
Thank you SO much. Will start at it for a few days to see if I can wrap my noggin around it. On Mon, Dec 15, 2014 at 8:12 PM, Colin Holgate wrote: > > Figured out the reason blue and green were reverse, I should have done a > subtraction not an addition. I replaced the stack. > > > > ___

Re: Direction, and color

2014-12-15 Thread Mike Bonner
int I will change it in silly and idiotic ways to see what happens. On Mon, Dec 15, 2014 at 8:17 PM, Mike Bonner wrote: > > Thank you SO much. Will start at it for a few days to see if I can wrap > my noggin around it. > > On Mon, Dec 15, 2014 at 8:12 PM, Colin Holgate wrote: &

Re: Direction, and color

2014-12-15 Thread Mike Bonner
Holy crap, I think I get it. On Mon, Dec 15, 2014 at 9:18 PM, Colin Holgate wrote: > > On Dec 15, 2014, at 11:07 PM, Mike Bonner wrote: > > >I have a chance of understanding) is to determine if an angle falls > between > say, red and green, find the ratio of the distances

Re: Determine the LC version of an existing stack

2014-12-16 Thread Mike Bonner
dig up how the engine tracks the version for stacks, i'll letcha know. On Tue, Dec 16, 2014 at 10:14 AM, Richard Gaskin wrote: > > Mike Bonner wrote: > > You can also do a sneaky if you want to see the stackfileversion of > > one stack from another. > > > > you c

Re: Determine the LC version of an existing stack

2014-12-16 Thread Mike Bonner
OT have the property set. 7 was able to get the version with its revstackfile() function. On Tue, Dec 16, 2014 at 12:25 PM, J. Landman Gay wrote: > > On 12/16/2014, 12:18 PM, Mike Bonner wrote: > >> IF I can dig up how >> the engine tracks the version for stacks, i'll l

Re: Determine the LC version of an existing stack

2014-12-16 Thread Mike Bonner
For those who use multiple version, the manual way is best. On Tue, Dec 16, 2014 at 12:42 PM, Peter M. Brigham wrote: > > On Dec 16, 2014, at 2:25 PM, J. Landman Gay wrote: > > > On 12/16/2014, 12:18 PM, Mike Bonner wrote: > >> IF I can dig up how > >> the eng

Re: Determine the LC version of an existing stack

2014-12-16 Thread Mike Bonner
just created a stack in lc, 4.6.3 and saved it, the crevgeneral["stackfileversion"] of stack "testing" reports 2.7. On Tue, Dec 16, 2014 at 12:44 PM, Mike Bonner wrote: > > For those who use multiple version, the manual way is best. > > On Tue, Dec 16, 2014 at 12:

Re: 7.0.1-RC4 crashing regularly

2014-12-17 Thread Mike Bonner
Will it open if you use the file menu? Theres a bug (in some versions, quite a few in fact) where a double click to open a stack just doesn't work right, but opening from the file menu does. On Wed, Dec 17, 2014 at 5:25 AM, Rolf Kocherhans wrote: > > Hello all > > I now see these crashes with 7.

Re: revBrowserAddJavaScriptHandler

2014-12-17 Thread Mike Bonner
You might look here: http://summerschool.livecode.com/index.php/sneak-peek theres a very simple, straightforward example a little ways down that page. On Wed, Dec 17, 2014 at 9:22 AM, John Dixon wrote: > > I have determined that I am stupid...:-) > > I am having problems with this... in that I do

Re: revBrowserAddJavaScriptHandler

2014-12-17 Thread Mike Bonner
http://summerschool.livecode.com/index.php/sneak-peek > > theres a very simple, straightforward example a little ways down that > page. > > > Thanks Mike... though I was hoping that there would be a few examples > particuarly sh

Re: plugin stack automatically saving in new file format

2014-12-18 Thread Mike Bonner
There is a preference that says to preserve stack file format, but i'm not sure if it applies when a stack is saving itself. (seems like it should, but hey, you never know). The best way to avoid this is to set the stackfileversion to what you want, right before the save. Theres an example of thi

7.0.1 community stable

2014-12-22 Thread Mike Bonner
Hey, i'm getting an error "(the path to the installer executable.exe) is not a valid win32 application. Is anyone else having trouble getting it to install? I'm on win7 home premium, 64 bit. ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: Sockets

2014-12-22 Thread Mike Bonner
Yep, i'm seeing this on 7.0.0 too. The other versions I have (various 6xxx versions) work correction, though I haven't tried the most recent 6 stable. If I can get 7.0.1 to install I'll try it there also. On Mon, Dec 22, 2014 at 6:35 PM, Peter W A Wood wrote: > > Hello Eric > > I ran a very simpl

Re: 7.0.1 community stable

2014-12-23 Thread Mike Bonner
Restart didn't help in this case, 7 rc 4 installer works fine. Will let them know. On Tue, Dec 23, 2014 at 4:38 AM, FlexibleLearning.com < ad...@flexiblelearning.com> wrote: > Hi Mike > > Don't know if related, but I got similar errors for 6.7.3rc3 after an > a

Re: RELEASE: LiveCode 7.0.1

2014-12-24 Thread Mike Bonner
You might look for hung .setup processes from LC and stop them using the task manager. IF 7.0.0 no longer works, then look in the lc folder "C:\Program Files (x86)\RunRev\LiveCode Community 7.0" and see if the only thing left is the .setup program. I had to manually delete this file before I coul

Re: Rotation and RGB values

2014-12-26 Thread Mike Bonner
Nice! Modified how the last knob color is set so you can see one of the methods I came up with in action. On Fri, Dec 26, 2014 at 7:55 AM, Richmond wrote: > Just a wee silly something: > > https://www.dropbox.com/sh/ja47l87gg87sn0q/AAAIj99kEQVOb8ev3jz8C5ORa?dl=0 > > File 'ww.zip' > > Richmond.

Re: Rotation and RGB values

2014-12-26 Thread Mike Bonner
Oops, link is here. https://www.dropbox.com/s/z0u4nr3raforrhd/Which_Way.livecode?dl=0 On Fri, Dec 26, 2014 at 9:56 AM, Mike Bonner wrote: > Nice! Modified how the last knob color is set so you can see one of the > methods I came up with in action. > > On Fri, Dec 26, 2014 at 7:55

Re: Rotation and RGB values

2014-12-26 Thread Mike Bonner
t; it works quite smoothly! > > Roger > > > > > > On Dec 26, 2014, at 9:57 AM, Mike Bonner wrote: > > > > Oops, link is here. > > https://www.dropbox.com/s/z0u4nr3raforrhd/Which_Way.livecode?dl=0 > > > > > > On Fri, Dec 26, 2014 at 9:56 A

Re: How to tell when IDE is done loading

2014-12-26 Thread Mike Bonner
It looks like the IDE load order is this: System params are checked libraries loaded globals set preferences set icons loaded patterns loaded script editor loaded user icon libraries loaded error management loaded tools loaded menu bar loaded app overview loaded message box loaded debugger loaded q

Re: Clearing the font of field contents

2014-12-27 Thread Mike Bonner
You're trying to set the property of a proprety. "the text of fld..." is a property, so if you just do "set the textfont of word 1 to -1 of field i to empty, I think it should work. On Sat, Dec 27, 2014 at 9:50 AM, Dr. Hawkins wrote: > I am having trouble clearing the textfont of the contents o

Re: I didn't know this...

2014-12-28 Thread Mike Bonner
I too would prefer this way because its the livecode readable way. While this particular one is a pretty simple regex-- put replacetext(tNames,"(\bc)","x") it would get complicated way too fast depending on need. A for each loop would be fine and work fast also, but I personally wouldn't mind you

Re: How to tell when IDE is done loading

2014-12-28 Thread Mike Bonner
IDE, allowinterupts is > being set to false again after the main startup code in the home stack > resulting in the default state to be incorrect. > > Regards, >Mike > > > local ctr > > on preopenstack >put the allowinterrupts & cr >send "Mark_IDE_

Re: How to tell when IDE is done loading

2014-12-28 Thread Mike Bonner
No suggestions really, because i'm not sure whats going on (he says, as he gets ready to make suggestions anyway). It seems that since all the plugins are a part of the sequence in that handler I mentioned, and that plugins are loaded before the allowinterupts is set, it seems that you'd end up wit

Re: Notification (push and local)

2014-12-29 Thread Mike Kerner
yes, there are issues with push, and bug reports open. I would suggest looking up the bug reports and adding at least one more, namely, for the new features in 8 that aren't supported, yet. On Fri, Dec 26, 2014 at 4:35 PM, Ethan Lish wrote: > Developers, > > There are a number of features avail

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
That is not a preference that is saved, its session specific. I looked at the script for that menu, and the function that sets the look and feel (or at least the one that determines which look and feel should be used, on initialization) is this: function revThisLookAndFeel if the platform is "

Re: Group command with an object list

2014-12-29 Thread Mike Bonner
It seems that tList can't be long ids, or long names (as far as I can tell), but selectedobjects field "field" and button "button" will probably work, but there's an easier way. Save the list of selectedObjects however you currently do it, just exactly as it shows up from the selectedobjects (si

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
feel stuff is saved? I'm going to dig through things a bit more and see if I can locate it. On Mon, Dec 29, 2014 at 4:20 PM, Bernard Devlin wrote: > Thanks for the suggestion Mike. But that's not the problem. I can change > the appearance via the menu. But such a change will not

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
ot; as well as setting the proxy to empty. Another silly thought, but.. this is windows. Have you restarted lately? About out of ideas, but i'll keep poking around and maybe get lucky. On Mon, Dec 29, 2014 at 4:38 PM, Bernard Devlin wrote: > Another good suggestion, Mike. But even "sav

Re: Group command with an object list

2014-12-29 Thread Mike Bonner
Wow, that should abeen "selectedobjects" returns long ids. English. One day I hope its my first language. On Mon, Dec 29, 2014 at 4:18 PM, Mike Bonner wrote: > It seems that tList can't be long ids, or long names (as far as I can > tell), but selectedobjects field "

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Mike Bonner
I'm there too On Mon, Dec 29, 2014 at 5:14 PM, Devin Asay wrote: > Just discovered that. > > On Dec 29, 2014, at 5:12 PM, Colin Holgate wrote: > > > The circles are clickable. Richard also Tweeted. > > > > > >> On Dec 29, 2014, at 7:07 PM, Devin Asay wrote: > >> > >> Sure enough, it’s there no

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
ot;native theme" on the View menu > has any effect, i.e if you choose "Motif", then after that choose "Native > Theme", does it display the appropriate appearance for your platform? When > I try this on 6.7 and 7.0.1, it changes nothing. > > Bernard > >

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
Oh, I'm on win7 64 bit. If you're on 95, the behavior would differ. It would try to set to appearance manager (most likely) then shift to windows 95. Wish I had more os's around here to experiment with. On Mon, Dec 29, 2014 at 5:47 PM, Mike Bonner wrote: > Can't test

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-30 Thread Mike Bonner
Hey cool. It would never have occurred to me that setting a background could wreak such havoc. Another bug to squash is a good thing. (2 in fact, lc shouldn't pick up the disabled proxy setting either) On Tue, Dec 30, 2014 at 4:32 AM, Bernard Devlin wrote: > Mike, I'm extremely

Re: Access an iPad file system from Ubuntu

2015-01-01 Thread Mike Bonner
look in /private/. Should be able to place apps in there somewhere, but i'm not sure if there is a registry of some type you'd have to modify too. On Thu, Jan 1, 2015 at 9:05 AM, Richmond wrote: > On 01/01/15 17:43, Richmond wrote: > >> >> 1. Install /iFuse/ from Ubuntu Software Center >>

Re: allowed regex in filter?

2015-01-01 Thread Mike Bonner
It works just as well (as far as I can see) to type the space+ (or even space*) or \s+. Isn't the \S (capital) a negate match? So it will match anything but a whitespace char? and lower case /s is match whitespace? Just checked with the regex builder, and that is how its behaving. so use \s+ r

Re: allowed regex in filter?

2015-01-01 Thread Mike Bonner
eld with regex pattern "^..\S+" On Thu, Jan 1, 2015 at 6:59 PM, Dr. Hawkins wrote: > On Thu, Jan 1, 2015 at 4:59 PM, Mike Bonner wrote: > > > It works just as well (as far as I can see) to type the space+ (or even > > space*) or \s+. Isn't the \S (capital) a

Re: Binary to Decimal Conversion

2015-01-02 Thread Mike Bonner
I assume you're wanting to do it by hand rather than using the baseconvert function? baseconvert(00101001,2,10).. On Fri, Jan 2, 2015 at 5:55 PM, Bob Sneidar wrote: > Hi all. > > I thought for sure there was some formula one liner to convert a binary > value to a decimal, but poking around on t

Re: Binary to Decimal Conversion

2015-01-02 Thread Mike Bonner
methods listed on that site. On Fri, Jan 2, 2015 at 6:23 PM, Mike Bonner wrote: > I assume you're wanting to do it by hand rather than using the baseconvert > function? > > baseconvert(00101001,2,10).. > > On Fri, Jan 2, 2015 at 5:55 PM, Bob Sneidar > wrote: > >&g

Re: How to I receive AppleScript?

2015-01-03 Thread Mike Bonner
I haven't done it, but I think what you're looking for is appleevent. Theres a little code in the dictionary for that entry that might help. On Sat, Jan 3, 2015 at 7:42 PM, Bill Vlahos wrote: > I want to have my LiveCode application receive an AppleScript command with > parameters from another a

Re: clickWord?

2015-01-04 Thread Mike Bonner
if listbehavior is toggled off, the clicktext returns the word clicked for me, sans punctuation. Of course, this means there is no hilite, so you'd have to "workaround" that problem and use the clickchunk to hilite it if needed. On Sun, Jan 4, 2015 at 10:45 AM, Richmond wrote: > Humpf . . . > >

Re: Moving a Group Smoothly

2015-01-05 Thread Mike Bonner
Don't know if it will help, but have you set the layermode of the group to dynamic, and set the acceleratedrendering of the stack to true prior to the move? Also, since I assume you don't want the user to do anything else while the move is going on, you might try a tight loop, and slide the group

Re: replaceText problem

2015-01-06 Thread Mike Bonner
The regex builder thats part of LC is pretty good for immediate feedback too, and has the benefit that it can place (hopefull working) code into the clipboard for pasting into script, after choosing matchtext or matchchunk. (still helpful for figuring out the regex for filter, though no autogenerat

Re: replaceText problem

2015-01-06 Thread Mike Bonner
My mistake. Works with filter too. :) On Tue, Jan 6, 2015 at 8:13 PM, Mike Bonner wrote: > The regex builder thats part of LC is pretty good for immediate feedback > too, and has the benefit that it can place (hopefull working) code into the > clipboard for pasting into script, after

Re: replaceText problem

2015-01-06 Thread Mike Bonner
Ah k. My mistake again, works with the simplified old filter, not the current full regex filter. On Tue, Jan 6, 2015 at 8:16 PM, Mike Bonner wrote: > My mistake. Works with filter too. :) > > On Tue, Jan 6, 2015 at 8:13 PM, Mike Bonner wrote: > >> The regex builder thats pa

Re: replaceText problem

2015-01-06 Thread Mike Bonner
wrote: > Hi Mike, > That's one of RunRev's plugins, right? Sounds like a ripe candidate to be > updated by some kind person :-) > > Interestingly I was prowling around the code for the Script Editor Find > function a couple of days ago, the one you get when you click the

Re: Code repository

2015-01-08 Thread Mike Bonner
I don't suppose there is a step by step anywhere that walks a person through the steps to build a full livecode community distribution? Starting at the very very beginning, how to download the source, what prerequisites need to be installed.. I'd be trying to do so on Linux or similar (if I can get

Re: Code repository

2015-01-08 Thread Mike Bonner
Thank you sir. On Thu, Jan 8, 2015 at 7:20 PM, Mark Wieder wrote: > Mike- > > Thursday, January 8, 2015, 8:07:00 AM, you wrote: > > > I don't suppose there is a step by step anywhere that walks a person > > through the steps to build a full livecode community dist

Re: Can't Move Backward

2015-01-09 Thread Mike Bonner
You might turn off messages before opening the stack to see if it loads. Also, if you're double clicking to open the stack, try using the file menu instead. On Fri, Jan 9, 2015 at 7:19 AM, Ray wrote: > I'm trying a "Save As" on a stack file last saved in 7.0.1 so I can open > it in 6.5.2, the la

Re: Crash-a-lot just became critical

2015-01-09 Thread Mike Bonner
That is definitely different. I won't need to put a background grc or image (or whatever) to catch the mouseenter anymore, but I can see it causing weird stuff. What about empty space in groups? Just checked, they still behave the old way. Enter a group, but not over a control, and no mouseente

Re: Can't Move Backward

2015-01-09 Thread Mike Bonner
I have an idea. (probably a stupid idea) if you select the stack, and copy it to the clipboard, then save the clipboarddata["objects"] to a file.. THen in 6.5.2, grab the data in that file, shove it back into the clipboarddata["objects"] and then "paste" does that allow you to get the stack po

  1   2   3   4   5   6   7   8   9   10   >