Move many buttons all at same time

2011-01-21 Thread JosepM
Hi, I'm trying to move some buttons all at the same time but I can't... Only I get to move one after one. on mouseUp set itemdel to tab set the lockMoves to true repeat for each line tLinea in fld "f_punts" put item 2 of tLinea into tObjecte put value(item 1 of tLinea) into

Re: Move many buttons all at same time

2011-01-21 Thread Alex Tweedly
This part always confuses me ... so this is kind of a guess. I think the "send ...*in 0 ticks*" means that the message is queued for delivery, so the repeat loop finishes, then the lockMoves gets set false, then mouseUp finishes, and *then* your messages get delivered, one after another. Try j

Livecode IOS personnal + LiveCode Desktop commercial = 2 app ?

2011-01-21 Thread Ludovic Thébault
Hello, I've a commercial licence of Livecode Desktop. I want to make an ios app, for me only (in first time). So if i bought the Livecode iOs personnal, i need to switch with the different app (one for develop for iOs, one for desktop app) ? Thanks __

Re: usb driver problem

2011-01-21 Thread Claudi Cornaz
Hi Thomas, Well, I recieved my arduino yesterday and started experimenting. I can upload a scetch to the board and it functions well. I can also communicate with it via ZTerm. (send and recieve) Now the most important part: communicating with it via livecode. Alas this gives me trouble aswell. H

Re: usb driver problem

2011-01-21 Thread Jan Schenkel
--- On Thu, 1/20/11, Thomas McGrath III wrote: > 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

Re: Move many buttons all at same time

2011-01-21 Thread JosepM
Nop... They move one after one, when the first finish all the movement the next one begin the next... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Move-many-buttons-all-at-same-time-tp3229365p3229722.html Sent from the Revolution - User mailing li

Re: Move many buttons all at same time

2011-01-21 Thread DunbarX
I know this can be scripted as you are working on it, but might it not be easier to group your buttons, move the group, and then ungroup? Craig Newman ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: usb driver problem

2011-01-21 Thread Ben Rubinstein
Tom, Caveats: I've not tried connecting to an Arduino, and I've done almost nothing with serial generally... so I don't really know what I'm talk about. But, when I was working with GPS (which are USB with FTDI etc pretending to be serial) I found two things: a) I know this is obvious, but

Re: Move many buttons all at same time

2011-01-21 Thread Jim Sims
On Jan 21, 2011, at 3:14 PM, JosepM wrote: > > Nop... They move one after one, when the first finish all the movement the > next one begin the next... Can you group them and then move the group? sims ___ use-livecode mailing list use-livecode@lis

Re: Move many buttons all at same time

2011-01-21 Thread Anthony Howe
If I understand requirements, AnimationEngine does it pretty well A quote from Maltes animationEngine docs: "To act on multiple controls simultanously do the following aeLock[commandname]s [command] [command] aeUnlock[commandname]s e.g.: aeLockWidths aeChangeWidth the long ID of grc 1,10

RE: PDF to JPEG

2011-01-21 Thread Ray Horsley
Many thanks to the suggestions regarding converting PDF files to JPEG's! The solution I've found works best for my purposes is E-PdfConverter. It's a little pricy and documentation for it is nearly non-existent (I still can't even figure out how to enter the license I bought) but it does work well.

Re: Move many buttons all at same time

2011-01-21 Thread Randy Hengst
Hi Josep, How about something like. on mouseUp move button "button1" relative 0,100 without waiting move button "button2" relative 0,100 without waiting end mouseUp take care, randy hengst - On Jan 21, 2011, at 8:14 AM, JosepM wrote: > > Nop... They move one after one, when the

Re: Move many buttons all at same time

2011-01-21 Thread René Micout
Elegant ! Le 21 janv. 2011 à 16:23, Randy Hengst a écrit : > on mouseUp > move button "button1" relative 0,100 without waiting > move button "button2" relative 0,100 without waiting > end mouseUp ___ use-livecode mailing list use-livecode@lists.ru

Re: Move many buttons all at same time

2011-01-21 Thread Malte Brill
Hi Josep (an all), Taking up Anthonys suggestion, here is a quick animationEngine version. create a stack, many buttons name one of the buttons "doIt" set the script of btn "doIt" to on mouseUp pMouseBtnNo if "animationEngine" is not among the lines of the stacksInUse then answer "Th

Adding Columns to a Datagrid via Script

2011-01-21 Thread Ray Horsley
Anybody know how to add columns to a datagrid via a script? Thanks, Ray Horsley LinkIt! Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Re: usb driver problem

2011-01-21 Thread Claudi Cornaz
Tom, At the moment I got it working with my laptop with OS 10.5.8 I can send and recieve with livecode using open driver "/dev/cu.usbmodem3d11" I use the arduino 0022.dmg There is still something weird going on with a buffer or so. With the first send I do and even waiting after the send for 1

Re: Adding Columns to a Datagrid via Script

2011-01-21 Thread Peter Haworth
I'm sure there will be more elegant solutions but if you add data to a datagrid that has more columns than defined, the extra column(s) are added to the right of each row. No control over column names, etc though. Pete Haworth On Jan 21, 2011, at 8:38 AM, Ray Horsley wrote: > Anybody know how

Re: File Suffix

2011-01-21 Thread Bob Sneidar
I believe this started back with Adobe, where you could name a file .jpg or .jpeg. I was under the impression it was for compatibility with OS X which named files any which way, because their OS is not dependent on a dot extension like Windows was. If you really want to go way back, Apple Clas

Test, Please Ignore

2011-01-21 Thread Roger Guay
Testing, 1, 2, 3 . . . . ___ 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: File Suffix

2011-01-21 Thread Björnke von Gierke
just wanted to note that one of the big advertised features of win98 was getting rid of the three char extension limitation, after win 95 allowed longer filenames. On 21 Jan 2011, at 19:05, Bob Sneidar wrote: > I believe this started back with Adobe, where you could name a file .jpg or > .jpeg

Re: Test, Please Ignore

2011-01-21 Thread Mark Wieder
Roger- Friday, January 21, 2011, 10:10:17 AM, you wrote: > Testing, 1, 2, 3 . . . . 5, 8, 13, 21 . . . -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

RE: Adding Columns to a Datagrid via Script

2011-01-21 Thread Ray Horsley
Really? So there's no way other than this to add columns to a datagrid and, even more disappointing, there's no way at all to set column names from a script? Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.run

Re: Test, Please Ignore

2011-01-21 Thread Richmond
Mark; possibly assuming too much . . . :) On 01/21/2011 08:26 PM, Mark Wieder wrote: Roger- Friday, January 21, 2011, 10:10:17 AM, you wrote: Testing, 1, 2, 3 . . . . 5, 8, 13, 21 . . . 1, 2, 3, 6, 11, 20, 37 . . . ___ use-livecode mailing list

Re: umask

2011-01-21 Thread Peter Brigham MD
On Jan 20, 2011, at 2:12 PM, J. Landman Gay wrote: 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 -- MacBo

Re: Test, Please Ignore

2011-01-21 Thread Björnke von Gierke
On 21 Jan 2011, at 19:26, Mark Wieder wrote: > Roger- > > Friday, January 21, 2011, 10:10:17 AM, you wrote: > >> Testing, 1, 2, 3 . . . . > > 5, 8, 13, 21 . . . on mouseUp put 2 into x put 2 into theResult repeat while the mouse is up add one to x put false into isDivisab

Object Prefixation

2011-01-21 Thread Richmond
Just to: Get us back on track with Livecode, Provide the perfect foil to the thread about files suffixes, and chew over an old chestnut . . . If you are one of those people who are worried about being run over by

Re: Test, Please Ignore

2011-01-21 Thread Mark Wieder
Richmond- Friday, January 21, 2011, 10:37:41 AM, you wrote: > Mark; possibly assuming too much . . . :) > On 01/21/2011 08:26 PM, Mark Wieder wrote: >> Roger- >> >> Friday, January 21, 2011, 10:10:17 AM, you wrote: >> >>> Testing, 1, 2, 3 . . . . >> 5, 8, 13, 21 . . . >> > 1, 2, 3, 6, 11, 20,

Re: Object Prefixation

2011-01-21 Thread Mark Wieder
Richmond- Friday, January 21, 2011, 10:48:43 AM, you wrote: > "fldTEXT" is a field > "grfPIC" is a graphic > "grpGROOP" is a group > "imgIMAGE" is an image > "btnKOPCHE" is a button > and so on? I regularly use all those except I use "grc" for graphic. ymmv. Also "lblTEXT" for label fields, *es

Re: Adding Columns to a Datagrid via Script

2011-01-21 Thread André Bisseret
Bonjour Ray, One other solution : put the dgProp["columns"] of grp "datagrid" into tCols put cr & "new column'name" after line 4 of tCols -- or else where, as you want set the dgProp["columns"] of grp "datagrid" to tCols -- and possibly for example : set the dgColumnWidth["column'name"] o

Re: umask

2011-01-21 Thread J. Landman Gay
On 1/21/11 12:47 PM, Peter Brigham MD wrote: On Jan 20, 2011, at 2:12 PM, J. Landman Gay wrote: 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

Re: Adding Columns to a Datagrid via Script

2011-01-21 Thread zryip theSlug
On Fri, Jan 21, 2011 at 7:36 PM, Ray Horsley wrote: > Really?  So there's no way other than this to add columns to a datagrid and, > even more disappointing, there's no way at all to set column names from a > script? Ray, You can by setting the dgProp["columns"] of a datagrid. This property ret

Some might like this...

2011-01-21 Thread John Dixon
http://www.youtube.com/watch?v=kAG39jKi0lI ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.ru

Re: Adding Columns to a Datagrid via Script

2011-01-21 Thread Peter Haworth
As I said, there may be more elegant solutions, just offering something I've seen happen. I hope there is a way to add columns specifically because I'd like to do that. Hopefully someone more knowledgeable that I will come up with something. You can use the dgColumnName and dgColumnLabel prop

Re: Object Prefixation

2011-01-21 Thread Richmond
On 01/21/2011 08:55 PM, Mark Wieder wrote: Richmond- Friday, January 21, 2011, 10:48:43 AM, you wrote: "fldTEXT" is a field "grfPIC" is a graphic "grpGROOP" is a group "imgIMAGE" is an image "btnKOPCHE" is a button and so on? I regularly use all those except I use "grc" for graphic. ymmv. Als

Re: Object Prefixation

2011-01-21 Thread Björnke von Gierke
http://www.fourthworld.com/embassy/articles/scriptstyle.html On 21 Jan 2011, at 20:12, Richmond wrote: > On 01/21/2011 08:55 PM, Mark Wieder wrote: >> Richmond- >> >> Friday, January 21, 2011, 10:48:43 AM, you wrote: >> >>> "fldTEXT" is a field >>> "grfPIC" is a graphic >>> "grpGROOP" is a grou

RE: Adding Columns to a Datagrid via Script

2011-01-21 Thread Ray Horsley
Peter, you were right. There is a little bit more elegant solution. André, Zryip, thanks! This works beautifully. Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Peter Haworth Sent:

Re: Some might like this...

2011-01-21 Thread Richmond
On 01/21/2011 09:09 PM, John Dixon wrote: http://www.youtube.com/watch?v=kAG39jKi0lI Having grown up on the Two Ronnies (Barker and Corbett) this made me just a bit sad; although the "other chap" - whoever he is - was a fairly good foil for Ronnie Corbet

Re: Object Prefixation

2011-01-21 Thread Richmond
On 01/21/2011 09:17 PM, Björnke von Gierke wrote: http://www.fourthworld.com/embassy/articles/scriptstyle.html Yes, BUT . . . the prefixation convention uses single letters. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: Object Prefixation

2011-01-21 Thread Mark Wieder
Björnke- Friday, January 21, 2011, 11:17:13 AM, you wrote: > http://www.fourthworld.com/embassy/articles/scriptstyle.html Richard's article deals with variable names, not object names. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailin

Re: Some might like this...

2011-01-21 Thread Colin Holgate
On Jan 21, 2011, at 2:22 PM, Richmond wrote: > Having grown up on the Two Ronnies (Barker and Corbett) this made me > just a bit sad; although the "other chap" - whoever he is - was a fairly > good foil for Ronnie Corbett. > That's Harry Enfield, he's quite good at that kind of sketch. > I w

Re: Test, Please Ignore

2011-01-21 Thread Jerry J
On Jan 21, 2011, at 10:26 AM, Mark Wieder wrote: > Roger- > > Friday, January 21, 2011, 10:10:17 AM, Mark Wieder wrote: > >> Testing, 1, 2, 3 . . . . > > 5, 8, 13, 21 . . . Aw, thats a Fib. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Some might like this...

2011-01-21 Thread Richmond
On 01/21/2011 09:28 PM, Colin Holgate wrote: On Jan 21, 2011, at 2:22 PM, Richmond wrote: Having grown up on the Two Ronnies (Barker and Corbett) this made me just a bit sad; although the "other chap" - whoever he is - was a fairly good foil for Ronnie Corbett. That's Harry Enfield, he's quit

Re: Object Prefixation

2011-01-21 Thread Peter Haworth
I'm probably missing something really obvious here but why do you need a naming convention for controls? You already refer to them by what type of control they are (field "xyz", button "abc"). I'll disclose that I'm influenced by the development method I use where the name of a control defines

Re: Object Prefixation

2011-01-21 Thread Björnke von Gierke
oh in that case use "the" like: put the long id of field 1 into theField problem solved (evil grinn) On 21 Jan 2011, at 20:27, Mark Wieder wrote: > Björnke- > > Friday, January 21, 2011, 11:17:13 AM, you wrote: > >> http://www.fourthworld.com/embassy/articles/scriptstyle.html > > Richard's a

Re: Some might like this...

2011-01-21 Thread Mark Wieder
Colin- Friday, January 21, 2011, 11:28:53 AM, you wrote: > I ran that by the Google translator, and it had no idea what language it was > in. Have to run it through a spell-checker first... I wonder if Ronnie Corbel still bides near Gullah? Abuse 24 diamonds shin I stayed i Nor Warwick, an wel

Re: Some might like this...

2011-01-21 Thread Colin Holgate
On Jan 21, 2011, at 2:42 PM, Richmond wrote: > Scots. Unfortunately that's not a mainstream enough language for Google to know about. They do have Welsh though. It did however come up with a reference link: http://www.youtube.com/watch?v=TjXMunRqNxw _

Re: Some might like this...

2011-01-21 Thread Mark Wieder
Richmond- Friday, January 21, 2011, 11:42:36 AM, you wrote: > Scots. ...can't live *with* 'em, can't... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Popup button and DataGrid

2011-01-21 Thread Paul Looney
Help please. I am trying to use a popup button with a datagrid. I have code, in the dg, that looks like this: on mouseDown popup btn "Selected Orders Popup" end mouseDown The popup works fine but the selected line in the dg is not hilited until after something is selected in the popup. S

Re: Object Prefixation

2011-01-21 Thread J. Landman Gay
On 1/21/11 1:12 PM, Richmond wrote: I am not am huge fan of comformity ["Really; you surprise me, Mr Mathewson:]; however, there is a time and a place for everything; and this might just be one of those junctures that would benefit from some sort of conformity. I don't see the point of naming

Re: Object Prefixation

2011-01-21 Thread Richmond
On 01/21/2011 09:44 PM, Peter Haworth wrote: I'm probably missing something really obvious here but why do you need a naming convention for controls? You already refer to them by what type of control they are (field "xyz", button "abc"). I'll disclose that I'm influenced by the development me

Re: Some might like this...

2011-01-21 Thread Richmond
On 01/21/2011 09:49 PM, Mark Wieder wrote: Richmond- Friday, January 21, 2011, 11:42:36 AM, you wrote: Scots. ...can't live *with* 'em, can't... Nothing like the arrogance of the English-speaking world to remind us Scots that after 325 years of the English yoke we still haven't . . . _

Re: Popup button and DataGrid

2011-01-21 Thread zryip theSlug
On Fri, Jan 21, 2011 at 9:05 PM, Paul Looney wrote: > Help please. > I am trying to use a popup button with a datagrid. > > I have code, in the dg, that looks like this: > > on mouseDown >     popup btn "Selected Orders Popup" > end mouseDown > > The popup works fine but the selected line in the d

Re: Object Prefixation

2011-01-21 Thread Richmond
On 01/21/2011 10:15 PM, J. Landman Gay wrote: On 1/21/11 1:12 PM, Richmond wrote: I am not am huge fan of comformity ["Really; you surprise me, Mr Mathewson:]; however, there is a time and a place for everything; and this might just be one of those junctures that would benefit from some sort of

Re: Some might like this...

2011-01-21 Thread Colin Holgate
On Jan 21, 2011, at 3:21 PM, Richmond wrote: > Nothing like the arrogance of the English-speaking world to remind us Scots > that after 325 years > of the English yoke we still haven't . . . I guess the yoke is on you. ___ use-livecode mailing lis

Re: Some might like this...

2011-01-21 Thread Richmond
On 01/21/2011 10:27 PM, Colin Holgate wrote: On Jan 21, 2011, at 3:21 PM, Richmond wrote: Nothing like the arrogance of the English-speaking world to remind us Scots that after 325 years of the English yoke we still haven't . . . I guess the yoke is on you. At which point the only reasonab

Fixating on Object Prefixation

2011-01-21 Thread DunbarX
It is comforting to have a (sort of) unified naming system. In HC, it was common, for example, that all globals be prefixed with "the", as in theGlobal. In LC, I see many use "t" as shorthand for "the" as, for example, tLine: repeat for each line tLine in foo And I see a convention "g" for glo

Re: Object Prefixation

2011-01-21 Thread Peter Haworth
Well, I guess it wasn't THAT obvious, but I see what you mean! Pete Haworth On Jan 21, 2011, at 12:19 PM, Richmond wrote: > On 01/21/2011 09:44 PM, Peter Haworth wrote: >> I'm probably missing something really obvious here but why do you need a >> naming convention for controls? You already re

Re: Popup button and DataGrid

2011-01-21 Thread Paul Looney
Sorry zryip, That did not work, though it looks like it should. Still the same problem: the popup appears before the clicked line is hilited. Thanks for the suggestion. Paul Looney On Jan 21, 2011, at 12:22 PM, zryip theSlug wrote: On Fri, Jan 21, 2011 at 9:05 PM, Paul Looney wrote: Help

Right Click on a datagrid column header

2011-01-21 Thread Peter Haworth
Can anyone provide some help on how to detect a right click on a datagrid column header and find out the name of the column that was clicked on and its top, left, bottom, right coordinates. Thanks, Pete Haworth PS What's the naming convention for datagrids? Are they groups or are they datagri

Re: Popup button and DataGrid

2011-01-21 Thread Phil Davis
Try using a mouseUp handler - maybe that will give the line time to hilite first. Phil On 1/21/11 12:55 PM, Paul Looney wrote: Sorry zryip, That did not work, though it looks like it should. Still the same problem: the popup appears before the clicked line is hilited. Thanks for the suggestion

Re: Popup button and DataGrid

2011-01-21 Thread Peter Haworth
You have to call the datagrid dgMouseDown handler in your mousedown handler. Assuming your mouseDown handler is in the datagrid script, just call dgMousedown with the button number before you display your popup. Otherwise, the datagrid doesn;t see the mousedown event until after your mousedown

Re: Right Click on a datagrid column header

2011-01-21 Thread zryip theSlug
On Fri, Jan 21, 2011 at 9:59 PM, Peter Haworth wrote: > Can anyone provide some help on how to detect a right click on a datagrid > column header and find out the name of the column that was clicked on and its > top, left, bottom, right coordinates. Pete, Have a look to this lesson: http://les

Re: File Suffix

2011-01-21 Thread Cal Horner
O.K. Ken, given that there are companies in our business that have used more than a three char suffix. That still doesn't make it right. And I'll bet they didn't "change horses in midstream", so to speak. ___ use-livecode mailing list use-livecode@lists

Re: Popup button and DataGrid

2011-01-21 Thread Paul Looney
Phil, I had already tried that - and it worked - but... the popup popped up on the mouseUp which was strange - especially if you hold down the mouse longer than usual. Thanks. Paul Looney On Jan 21, 2011, at 1:00 PM, Phil Davis wrote: Try using a mouseUp handler - maybe that will give the lin

Re: Livecode IOS personnal + LiveCode Desktop commercial = 2 app ?

2011-01-21 Thread J. Landman Gay
On 1/21/11 5:43 AM, Ludovic Thébault wrote: I've a commercial licence of Livecode Desktop. I want to make an ios app, for me only (in first time). So if i bought the Livecode iOs personnal, i need to switch with the different app (one for develop for iOs, one for desktop app) ? No, you can use

pinging or else network devices from livecode

2011-01-21 Thread Robert Brenstein
A weekend challenge for those who are bored, but not only... I wonder whether it is possible to have a livecode stack that scans all IP addresses within a specific subnet to check whether devices are there. I am currently using Remote Desktop to do those scans manually but this is becoming bor

Re: Popup button and DataGrid

2011-01-21 Thread Paul Looney
Peter, That makes sense but what is the syntax? I tried putting: on dgMouseDown -- various things end dgMouseDown but that handler never got called. I tried: on mouseDown send "dgMouseDown" to grp "Pending Orders Data Grid" popup btn "Selected Orders Popup" end mouseDown which s

Re: Right Click on a datagrid column header

2011-01-21 Thread Peter Haworth
Thanks. That tells me how to grab the right click on a header column, but I also need to know the coordinates of the column that was clicked on. Any ideas? Pete Haworth On Jan 21, 2011, at 1:32 PM, zryip theSlug wrote: > On Fri, Jan 21, 2011 at 9:59 PM, Peter Haworth wrote: >> Can anyone pro

Re: Popup button and DataGrid

2011-01-21 Thread Peter Haworth
dgMouseDown is a handler provided with the datagrid library, not one you write. Take a look at the following lesson - it explains it much better than I can! http://lessons.runrev.com/spaces/lessons/manuals/datagrid/lessons/7316-How-Do-I-Add-a-mouseDown-Event-To-The-Data-Grid-Without-Breaking-It-

Re: Popup button and DataGrid

2011-01-21 Thread Paul Looney
Peter, Thanks for the quick response; I'm checking it out right now. PL On Jan 21, 2011, at 2:02 PM, Peter Haworth wrote: dgMouseDown is a handler provided with the datagrid library, not one you write. Take a look at the following lesson - it explains it much better than I can! http://les

Changiing the height of a stack

2011-01-21 Thread Peter Haworth
I want to change the height of a stack. No problem changing the height property but that causes both the top and the bottom of the stack to change positions and I want the top of the stack to stay where it is and all the height change to be added to the bottom. The dictionary says the lockloca

Re: Popup button and DataGrid

2011-01-21 Thread zryip theSlug
On Fri, Jan 21, 2011 at 10:56 PM, Paul Looney wrote: > Peter, > That makes sense but what is the syntax? > I tried putting: > > on dgMouseDown >     -- various things > end dgMouseDown > > but that handler never got called. > I tried: > > on mouseDown >     send "dgMouseDown" to grp "Pending Order

Re: Changiing the height of a stack

2011-01-21 Thread Klaus on-rev
Hi Peter, > I want to change the height of a stack. No problem changing the height > property but that causes both the top and the bottom of the stack to change > positions and I want the top of the stack to stay where it is and all the > height change to be added to the bottom. The dictionar

Re: Changiing the height of a stack

2011-01-21 Thread Scott Rossi
Recently, Peter Haworth wrote: > I want to change the height of a stack. No problem changing the height > property but that causes both the top and the bottom of the stack to change > positions and I want the top of the stack to stay where it is and all the > height change to be added to the bott

Re: Changiing the height of a stack

2011-01-21 Thread Peter Haworth
Thanks Scott and Klaus, that works for me. Anyone know why the card property inspector lockloc check box for the card is greyed out? Pete Haworth On Jan 21, 2011, at 2:13 PM, Scott Rossi wrote: > Recently, Peter Haworth wrote: > >> I want to change the height of a stack. No problem changing

Re: Right Click on a datagrid column header

2011-01-21 Thread zryip theSlug
On Fri, Jan 21, 2011 at 11:00 PM, Peter Haworth wrote: > Thanks.  That tells me how to grab the right click on a header column, but I > also need to know the coordinates of the column that was clicked on.  Any > ideas? Pete, In the datagrid group script: on mouseDown pMouseBtn dgMouseDown

Re: Right Click on a datagrid column header

2011-01-21 Thread Peter Haworth
Great, thanks! Pete Haworth On Jan 21, 2011, at 2:23 PM, zryip theSlug wrote: > On Fri, Jan 21, 2011 at 11:00 PM, Peter Haworth > wrote: >> Thanks. That tells me how to grab the right click on a header column, but I >> also need to know the coordinates of the column that was clicked on. Any

Re: Changiing the height of a stack

2011-01-21 Thread J. Landman Gay
On 1/21/11 4:22 PM, Peter Haworth wrote: Thanks Scott and Klaus, that works for me. Anyone know why the card property inspector lockloc check box for the card is greyed out? Because it doesn't apply. Lockloc only applies to objects that change size automatically when redrawn (like images) or

Re: Changiing the height of a stack

2011-01-21 Thread DunbarX
Good ol' Jacques! ___ 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: Changiing the height of a stack

2011-01-21 Thread zryip theSlug
On Fri, Jan 21, 2011 at 11:42 PM, J. Landman Gay wrote: > Stacks don't have a lockloc property either. You can always drag them by > their titlebar if it's showing, and their dimensions are fixed and never > change automatically. Instead, we have the resizeable property to prevent > user resizing

Re: Changiing the height of a stack

2011-01-21 Thread J. Landman Gay
On 1/21/11 4:48 PM, dunb...@aol.com wrote: Good ol' Jacques! If you're coming to RevLive, I can pay you your annual flattery bribe in person. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com _

Re: usb driver problem

2011-01-21 Thread Thomas McGrath III
Clasudi, Hey that's great that you got yours today. I really like this little thing. And I like that it is cheap enough to include in some permanent projects. The Xbee and some other boards are more expensive but my be really helpful. I think it would be great to discuss this off list especiall

Re: usb driver problem

2011-01-21 Thread Thomas McGrath III
Jan, I think you are right. I originally was checking both the result and it and somewhere along the way just focused on it. So I will append the in 2 secs and check the result. Thanks for the heads up on this. Let you know what happens. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...

Re: usb driver problem

2011-01-21 Thread Thomas McGrath III
Ben, This did help. When trouble shooting I think I changed too many variables. I need to get back to square one and start again now that I have made some progress. Let you know when I come up with something. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jan 21, 2011,

Rev Online Upload Problems

2011-01-21 Thread Roger Guay
I know that there has been some discussion about the unreliability of uploading to Rev Online, but does anyone know if there is size limit? Thanks and cheers, Roger Guay ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Move many buttons all at same time

2011-01-21 Thread JosepM
Hi, Yes, now they are moving at same time but from the step 1 to step 4 directly... I have a group of steps that each button must go. But only I get move from step 1 to step 4. I read 4 times the 6 buttons locations, but I don't see why not work :( set itemdel to tab repeat with x=0 to 4

Re: usb driver problem

2011-01-21 Thread Claudi Cornaz
I just realize it's not only the os version that's different. My macbook has a older version of livecode aswell. Some more sleuthing to do. First thing, sometime tomorrow or this weekend. Keep you posted. Best wishes, Claudi ___ use-livecode mailin

Re: usb driver problem

2011-01-21 Thread Claudi Cornaz
Tom, Which version combination are you using? Best wishes, Claudi ___ 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/l

Re: Changiing the height of a stack

2011-01-21 Thread Pete (Molly's Revenge)
So why is the checkbox even there? And, with respect, there is something to lock - the top left of the card when you change its height via script, that's all I want to use it for. Pete On Fri, Jan 21, 2011 at 2:42 PM, J. Landman Gay wrote: > On 1/21/11 4:22 PM, Peter Haworth wrote: > >> Thanks S

Re: usb driver problem

2011-01-21 Thread Thomas McGrath III
Do you have a more simple stack for LC? I just want to see if it connects... Thanks -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jan 21, 2011, at 7:36 PM, Claudi Cornaz wrote: > > Tom, > > Which version combination are you using? > > Best wishes, > Claudi > > _

Re: usb driver problem

2011-01-21 Thread Thomas McGrath III
LIvecode 4.5.2 and 4.5.3(rc4) Arduino Uno 0022 Sarah's SerialTest stack modified with the MakeBoard code for finding the port name since the SerialTest stack does not find the port. Arduino Code which works from Serial Monitor within Arduino IDE but not from LiveCode: /*Simple Serial L

Re: Changiing the height of a stack

2011-01-21 Thread Scott Rossi
Hi Pete: If I understand what you're saying, you can't have a card that's a different size than the stack it resides in. Whenever you size a stack, you size the cards within it. The card's topLeft is always 0,0. You can't lock the position of a card or stack (aside from Jacque's suggestion to

Re: pinging or else network devices from livecode

2011-01-21 Thread Alex Tweedly
You can't do ping directly from LC - LC only supports UDP and TCP sockets, not ICMP or raw. You could do it via shell - but too many devices may not respond to ping. Do you want to find all active IP addresses on your own subnet, or on any arbitrary subnet ? If it's on your own, then here's w

Re: Changiing the height of a stack

2011-01-21 Thread J. Landman Gay
On 1/21/11 6:57 PM, Pete (Molly's Revenge) wrote: So why is the checkbox even there? Don't know. It was probably easier to leave it in place and disable it than to remove it and move everything else up. It probably shouldn't be there, I agree it gives the impression that it could be used for

Re: Changiing the height of a stack

2011-01-21 Thread J. Landman Gay
On 1/21/11 5:01 PM, zryip theSlug wrote: On Fri, Jan 21, 2011 at 11:42 PM, J. Landman Gay wrote: Stacks don't have a lockloc property either. You can always drag them by their titlebar if it's showing, and their dimensions are fixed and never change automatically. Instead, we have the resizea

Re: File Suffix

2011-01-21 Thread Bob Sneidar
Well a horse and buggy used to be the accepted more of transportation, until those pesky engineers decided to ignore the long standing conventions and invent a car. Darn them all! Darn them to heck!!! Bob On Jan 21, 2011, at 1:32 PM, Cal Horner wrote: > O.K. Ken, given that there are companie

Re: pinging or else network devices from livecode

2011-01-21 Thread Bob Sneidar
Once you ping an address you can shell to get the arp table. Use arp -a. BTW have you looked at Spiceworks? They have an incredible scan engine that gets just about anything with a management protocol. AND it's FREE! Bob On Jan 21, 2011, at 12:52 PM, Robert Brenstein wrote: > A weekend challe

Re: Changiing the height of a stack

2011-01-21 Thread Pete (Molly's Revenge)
Well, I guess I was misled by the dictionary then because it says: If a control's *lockLocation* property is false, when you change its height, it shrinks or grows from the center: the control's top and bottom edges both shift, while its location property stays the same. If the control's *lock

revBrowser Question

2011-01-21 Thread David C.
Hello folks, Is it possible to load html textual content directly from a text field or variable into the revBrowser, instead of by URL or a local file on disk? I know that it's bound to be much simpler than what I've been trying so far... ...crashing LiveCode repeatedly in my testing is getting a

Re: Livecode IOS personnal + LiveCode Desktop commercial = 2 app ?

2011-01-21 Thread Ludovic Thébault
Le 21 janv. 2011 à 22:41, J. Landman Gay a écrit : > > On 1/21/11 5:43 AM, Ludovic Thébault wrote: >> >> I've a commercial licence of Livecode Desktop. I want to make an ios >> app, for me only (in first time). So if i bought the Livecode iOs >> personnal, i need to switch with the different ap

  1   2   >