Re: Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Alex Tweedly
Thanks Devin and Mac - that works fine. -- Alex. P.S. I'm not sure how I would *ever* have found that in the dictionary / User Guide - so thanks again. On 02/08/2013 17:32, Mac Bennett wrote: This works for me, though you might need to adjust 'tStepsize': --in group script on rawKeyDown

Re: Data-Grid usage

2013-08-02 Thread Vaughn Clement
Hi Craig I found the scrolling list and now reading how it is used. Also looked at the inspector options. I will get back to you on what I find... Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement https://secure

Re: Data-Grid usage

2013-08-02 Thread dunbarx
Hi. OK. There is only one kind of field. Setting properties creates a list field or table field. List fields can be pulled directly from the tool palette. Find one. ID's are fine, or you can use the "find" command to located actual text. There are a few refinements required so you don't fin

Re: Data-Grid usage

2013-08-02 Thread Vaughn Clement
Hi Craig That gives me some options to research. If I put the card ID into a field in the list could that work in that the ID would not repeat. Then I could use the go to card id in a control in the list. To show how new I am to livecode which control are you calling a list field? Thank you Va

Re: Persistent LC server?

2013-08-02 Thread Monte Goulding
On 03/08/2013, at 7:16 AM, Richard Gaskin wrote: > In your code base exploration have you discovered why the Linux Server engine > is nearly 50% larger than that non-server Linux standalone engine? I believe theres some extra libraries included in server. > > My biggest question though is wha

Re: LiveCode and Sleep/Hibernation

2013-08-02 Thread Dr. Hawkins
On Tue, Jul 2, 2013 at 8:32 PM, wrote: > I bought a small gadget called "Sleepless" that fools the machine into > staying awake while the lid is closed. There are laptops that this could kill, or at least they used to be. Some designs vented heat though the keyboard, and closing hte lid thwarte

Re: Data-Grid usage

2013-08-02 Thread dunbarx
Not quite sure what you are asking. Say you had a list field on a "main" card. If the user clicks on a line and navigates to another card based on what line that contained, would that do the trick? When user edits the field(s) on that local card, you can write a routine that populates the ma

Re: Persistent LC server?

2013-08-02 Thread Richard Gaskin
Monte Goulding wrote: > Hi Richard > > I had a look at the engine code for you and I don't think you will > get this to work without some modifications to the source. If you > look at the server implementation of X_main_loop you will see that > unlike all the other engines that repeatedly do stuf

Data-Grid usage

2013-08-02 Thread Vaughn Clement
Hi (New to LiveCode) I would like to have a stack index or contents for each card where I determine the fields in the data-grid. I would also like to have a control in the row that would go to the card for the data in the row. Questions: - Can the data-grid be set to use fields on individua

Re: Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Mac Bennett
This works for me, though you might need to adjust 'tStepsize': --in group script on rawKeyDown pKey if the short name of me is not in the long name of target then pass rawkeydown else put 45 into tStepSize -- adjust here the stepsize for scrolling switch pKey case "6530

Re: Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Devin Asay
Alex On Aug 2, 2013, at 2:43 AM, Alex Tweedly wrote: > On OSX (10.8.4, MBP - but I doubt that matters), I can scroll using a > two-finger touch (i.e. if the cursor is within an area that is scrollable, > then generally I can touch with two fingers, and 'push up' or 'pull down' the > window cont

Re: Are the conference videos still available anywhere?

2013-08-02 Thread Timothy Bleiler
Thanks Matthias, that worked! Tim On Aug 2, 2013, at 10:31 AM, Matthias Rebbe wrote: > Hi Tim, > > if you are using the URL from the "simulast info" email, then use the URL > without the index.html > > That should work. > > Regards, > > Matthias > > Am 02.08.2013 um 15:51 schrieb Timothy

Preliminary results on in-memory sqlite instead of array

2013-08-02 Thread Dr. Hawkins
I've partially written the code to use in-memory sqlite for my storage instead of an array. (I need to do fast sorts by parts of a two-dimensional array--and sorts that are natural to sql). Anyway, if a single database is opened in memory, it seems to be blindingly fast. Db creation, table creat

Re: Are the conference videos still available anywhere?

2013-08-02 Thread Matthias Rebbe
Hi Tim, if you are using the URL from the "simulast info" email, then use the URL without the index.html That should work. Regards, Matthias Am 02.08.2013 um 15:51 schrieb Timothy Bleiler : > Does anyone know if there is still a way to access the conference videos? > > The link I was sent

Are the conference videos still available anywhere?

2013-08-02 Thread Timothy Bleiler
Does anyone know if there is still a way to access the conference videos? The link I was sent does not work anymore. Tim Bleiler, Ph.D. Instructional Designer, HSIT University at Buffalo ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Greenhorn Question

2013-08-02 Thread Peter M. Brigham
You have to lock the cursor, or it resets to default on idle as soon as the handler finishes. Best practice is to just set the defaultcursor, which obviates the need to lock the cursor. Locking the cursor can lead to frozen cursors if somehow your "unlock cursor" command fails to trigger. Very

Re: Programming LiveCode for the Real Beginner is available again!

2013-08-02 Thread Mark Schonewille
Hi Peter, Many thanks for the kind feedback. If you, and other people too of course, would like to make a contribution to future editions of the book, please post your comments and questions at http://livecodebeginner.economy-x-talk.com/qa/ . All feedback collected in this place will be taken

Re: The wonderful, bog standard Answer dialog

2013-08-02 Thread Richmond
On 08/02/2013 10:17 AM, Cal Horner wrote: Simple question: If you can do this, "set the backgroundcolor of stack "Answer Dialog" to whatever." Why can't you do this? "set the location stack "Answer Dialog" to whatever." ___ Dunno. BUT . . . this

Re: revOnline and Open Source

2013-08-02 Thread Mark Wilcox
Monte Goulding wrote: >> It's nice when you guys get involved. I totally agree with the logic behind >>what you said by the way. Unfortunately this stuff isn't as logical as we >>often assume it is ;-) I also think the law in this area is bonkers and agree with the more common sense view of

Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Alex Tweedly
On OSX (10.8.4, MBP - but I doubt that matters), I can scroll using a two-finger touch (i.e. if the cursor is within an area that is scrollable, then generally I can touch with two fingers, and 'push up' or 'pull down' the window contents. This includes LC fields - this scrolling "just works"

Re: revOnline and Open Source

2013-08-02 Thread Monte Goulding
It's nice when you guys get involved. I totally agree with the logic behind what you said by the way. Unfortunately this stuff isn't as logical as we often assume it is ;-) -- M E R Goulding Software development services mergExt - There's an external for that! On 02/08/2013, at 5:16 PM, Heathe

Re: The wonderful, bog standard Answer dialog

2013-08-02 Thread Neil Roger
Dear Cal Homer, By default, the Answer Dialog is programatically set to display in a set position depending on the size of the screen. You will be able to adjust the position of the dialog box by using the suspendStack message. This is a message that is sent when something makes its stack n

The wonderful, bog standard Answer dialog

2013-08-02 Thread Cal Horner
Simple question: If you can do this, "set the backgroundcolor of stack "Answer Dialog" to whatever." Why can't you do this? "set the location stack "Answer Dialog" to whatever." ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: revOnline and Open Source

2013-08-02 Thread Heather Laine
:) Yes Monte, I do. I expect them to use it - according to the clearly defined terms of the accompanying license. LiveCode's IDE has always been open and available for people to use, copy and learn from. I guess I shouldn't post late in the evening without due thought and consideration. I thin