Re: usb driver problem

2011-01-20 Thread Thomas McGrath III
Actually, as long as data is coming from the Arduino the app works. The data comes in and fills the field. But after the data stops being sent the system hangs. Until I push the button on the Arduino to send more data in which case the beach ball goes away and the new data gets received again.

Re: Plugins

2011-01-20 Thread Jim Sims
Thank you all, or y'all if appropriate, for the tips. On Jan 20, 2011, at 8:24 PM, J. Landman Gay wrote: > The purpose of the plugin-specific messages is to help keep the plugin from > interfering with the standard message path. By implementing the "special" > messages you don't need to inser

Re: usb driver problem

2011-01-20 Thread Thomas McGrath III
OK well I can read the data from the USB Serial Modem -- but -- after it is done the app hangs. So I can open the port and then read the port and I think close the port but the system hangs. HELP ?? -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jan 21, 2011, at 12

Re: usb driver problem

2011-01-20 Thread Thomas McGrath III
It seems if I set the EOL to CRLF things work partly. i.e. The numbers show up in the field BUT the script keeps looping and will not stop causing the beach ball. Sarah's code: on readPort if the hilite of btn "Port open" = true then if recEOL is "empty" then resetEOL put the

Re: File Suffix

2011-01-20 Thread Ken Ray
> So, my question is "Who the H*** decided, in their little pea-brain, that > they would break the convention (that has been around since Pontius was a > Pilot) of a filename, a period (a full-stop for all you commonwealth people) > and then finally a three character suffix."? > > Don't you think

Re: usb driver problem

2011-01-20 Thread Thomas McGrath III
UPDATE: Something is working but makes no sense. Found a few terminal screen ideas but they are outside of Livecode. No good. Found a few applescript examples but would rather keep this crossplatform if possible and a LC to OSC solution would work on iOS but applescript would not. Not best but m

Re: DragDrop and the DragDestination

2011-01-20 Thread zryip theSlug
On Fri, Jan 21, 2011 at 2:25 AM, Bob Sneidar wrote: > Well I don't want to take a lot of anyone's time anymore. I thought it would > be a simple matter to get the value of a cell in one dataGrid and put it into > the cell of another, but this is proving to be a beatch. > > In your experiment 19,

Re: DragDrop and the DragDestination

2011-01-20 Thread Bob Sneidar
Well I don't want to take a lot of anyone's time anymore. I thought it would be a simple matter to get the value of a cell in one dataGrid and put it into the cell of another, but this is proving to be a beatch. In your experiment 19, you use setDataOfLine to modify the value in the color colu

Re: DragDrop and the DragDestination

2011-01-20 Thread zryip theSlug
On Fri, Jan 21, 2011 at 12:05 AM, Bob Sneidar wrote: > Well I've decided to forgo drag and drop and instead put to and from arrow > buttons between the data grids. Drag and drop would have been cool, but I > have stalled on getting things to work the way it seems they should, and when > you men

Re: DragDrop and the DragDestination

2011-01-20 Thread Bob Sneidar
Well I've decided to forgo drag and drop and instead put to and from arrow buttons between the data grids. Drag and drop would have been cool, but I have stalled on getting things to work the way it seems they should, and when you mentioned scrolling during a drag and drop, I thought to myself,

Re: DragDrop and the DragDestination

2011-01-20 Thread zryip theSlug
On Thu, Jan 20, 2011 at 10:31 PM, Bob Sneidar wrote: > Okay hate to say it but it looks like Remo is throwing runtime errors that it > ought not be throwing. If I quit Remo and restart LiveCode with PowerDebug > instead everything seems to work fine. > > However this may have been some kind of a

Live LiveCode Coding Event #7

2011-01-20 Thread Björnke von Gierke
Hello Guys We're back, and we brought Topics: First we got a newcomer. Rob will present "The basics of using MySQL in a LiveCode Application", which is an introduction to SQL in LC. http://blog.livecode.tv/rob/ Bjoernke (me) will show "The multiple futures of BvG Docu, and why some of them nev

Re: DragDrop and the DragDestination

2011-01-20 Thread Bob Sneidar
Okay hate to say it but it looks like Remo is throwing runtime errors that it ought not be throwing. If I quit Remo and restart LiveCode with PowerDebug instead everything seems to work fine. However this may have been some kind of aberration that righted itself and Remo is not to blame at all

Re: DragDrop and the DragDestination

2011-01-20 Thread Bob Sneidar
Okay that was odd. I closed the Datagrid Helper window, turned off script debug mode, and drag and drop started working again! Wierd... Now it works with script debug mode on but I haven't opened the Datagrid Helper. More to follow... Bob On Jan 19, 2011, at 12:52 PM, zryip theSlug wrote: > O

RE: PDF to JPEG

2011-01-20 Thread Roger . E . Eller
Ray Horsley wrote: > Andy, > > Thanks for this suggestion. Several other guys on the list also think this > is the best route. I'm looking into ImageMagick now. > > Ray And another command-line tool to try is ghostscript. http://pages.cs.wisc.edu/~ghost/ I used it a long time ago on WinXP (Ghos

Re: Plugins

2011-01-20 Thread J. Landman Gay
On 1/20/11 9:28 AM, Jim Sims wrote: The revExample stack displays the messages that are sent and that seems to be all it does. In the plugin settings I can add messages to the list of messages to be sent to the plugin. However, those settings are not saved - when I reopen that plugin it goes ba

Wireframe tools

2011-01-20 Thread Keith Clarke
Hi folks, Can anyone suggest options for collaborative wire-framing tools? I'm impressed with the trial version of http://balsamiq.com but are there alternatives I should consider (for 3 collaborators working remotely)? Best, Keith.. ___ use-livecode m

Re: umask

2011-01-20 Thread J. Landman Gay
On 1/20/11 10:21 AM, Peter Brigham MD wrote: On Jan 17, 2011, at 9:29 AM, Björnke von Gierke wrote: For example the entry about the selectionChanged message claims that it's not triggered by arrow keys, but it is. Not on my machine -- MacBook, OSX 10.5.8, Rev Studio 4.0.0-gm-1, build 950. Arr

RE: PDF to JPEG

2011-01-20 Thread Ray Horsley
Andy, Thanks for this suggestion. Several other guys on the list also think this is the best route. I'm looking into ImageMagick now. Ray -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of AndyP Sent: Thursday, Jan

RE: PDF to JPEG

2011-01-20 Thread AndyP
I don't think you will be able to do this from within LiveCode. How about Imagemagick http://www.imagemagick.org/script/index.php http://www.imagemagick.org/script/index.php This is free to use and has command line options for convertion. - Andy Piddock My software never has bugs. It ju

Re: umask

2011-01-20 Thread Peter Brigham MD
On Jan 17, 2011, at 9:29 AM, Björnke von Gierke wrote: For example the entry about the selectionChanged message claims that it's not triggered by arrow keys, but it is. Not on my machine -- MacBook, OSX 10.5.8, Rev Studio 4.0.0-gm-1, build 950. Arrowkeys don't trigger selectionChanged. Mayb

Re: Plugins

2011-01-20 Thread Jim Sims
The revExample stack displays the messages that are sent and that seems to be all it does. In the plugin settings I can add messages to the list of messages to be sent to the plugin. However, those settings are not saved - when I reopen that plugin it goes back to the original set of messages

Re: Plugins

2011-01-20 Thread Richard Gaskin
Jim Sims wrote: Is there a plugin tutorial stack or a web page that features making plugins? My foggy memory seems to recall some some sort of demo on developing plugins. Maybe it was from a west coast revcon? Anybody know? Ideally a plugin is just a stack file dropped into your Plugins fold

Re: Plugins

2011-01-20 Thread Mike Bonner
Can also watch this video. http://www.youtube.com/user/ObleoProductions (the one on plugins of course) On Thu, Jan 20, 2011 at 6:01 AM, Thierry wrote: > > Le 20 janv. 2011 à 13:34, Jim Sims a écrit : > > > Is there a plugin tutorial stack or a web page that features making > plugins? > > > > My

Re: Plugins

2011-01-20 Thread Thierry
Le 20 janv. 2011 à 13:34, Jim Sims a écrit : > Is there a plugin tutorial stack or a web page that features making plugins? > > My foggy memory seems to recall some some sort of demo on developing plugins. > Maybe it was from a west coast revcon? > > Anybody know? Well, there is a revSample pl

Plugins

2011-01-20 Thread Jim Sims
Is there a plugin tutorial stack or a web page that features making plugins? My foggy memory seems to recall some some sort of demo on developing plugins. Maybe it was from a west coast revcon? Anybody know? sims ___ use-livecode mailing list use-