Re: Livecode on Raspberry Pi 2

2015-08-01 Thread Mark Smith
What OS are you running it with? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Livecode-on-Raspberry-Pi-2-tp4694398p4694552.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode ma

Re: Lock messages, and I mean it, damnit!

2015-08-01 Thread Phil Davis
I naively ask: What happens if you shut down services after everything is closed, instead of before? Would that cause other problems? Phil Davis On 8/1/15 12:31 PM, Dr. Hawkins wrote: Is there a way to lock messages and make it stick? In my quit routine so shut down, I handle some matters

Re: OT-ish: Dreamhost and LiveCode?

2015-08-01 Thread Richard Gaskin
Alex Tweedly wrote: > If the issue is just with fonts, why have the flag be "-g" to turn > off all graphics ? > Why not "-f" to turn off font initialization ? "g" is for greedy. :) To use fonts requires graphics support, and since most CGIs don't use graphics at all it seemed expedient to cons

Re: Lock messages, and I mean it, damnit!

2015-08-01 Thread Dr. Hawkins
On Sat, Aug 1, 2015 at 1:17 PM, Scott Rossi wrote: > Perhaps you're getting a script error somewhere other than your closeCard > handlers. A simple test here of closing a substack that executes a basic > event during closeCard works as expected. > Those were the absolutely last two cards of my

Re: Lock messages, and I mean it, damnit!

2015-08-01 Thread Scott Rossi
Perhaps you're getting a script error somewhere other than your closeCard handlers. A simple test here of closing a substack that executes a basic event during closeCard works as expected. If you have multiple stacks to close, you might try closing them one-by-one individually and see if one caus

Re: Active Directory...

2015-08-01 Thread Matthias Rebbe | M-R-D
Malte, i am also not familiar with AD, but you could use powershell. See http://www.tomsitpro.com/articles/powershell-active-directory-cmdlets,2-801.html HTH, Matthias > Am 01.08.2015 um 20:35 schrieb Malte Brill : > > Hi folks, > > I need some help (again). Has anybody of you written somet

Lock messages, and I mean it, damnit!

2015-08-01 Thread Dr. Hawkins
Is there a way to lock messages and make it stick? In my quit routine so shut down, I handle some matters and then lock messages quit The error aren't visible in the standalone, but in the IDE, the open stacks still get closeCard sent to them, causing error (because I've already shut down the

Re: restore selection from selectedChunk expression

2015-08-01 Thread J. Landman Gay
On 8/1/2015 3:05 AM, Sannyasin Brahmanathaswami wrote: But I want to re-select the text later, not set the background color Sorry, I looked at the wrong part of your original message. As mentioned, changing my example to "select" is easy. I needed to select text the way I suggested back in LC

Active Directory...

2015-08-01 Thread Malte Brill
Hi folks, I need some help (again). Has anybody of you written something to read the active directory info under Win? I would need info on the user(s) and which groups they are in. Request is to have a log in system based on active directory entries. I am totally newbie when it comes to AD, so

Re: restore selection from selectedChunk expression

2015-08-01 Thread Paul Dupuis
On 7/31/2015 6:52 PM, Brahmanathaswami wrote: > > global gCurrentSelection > on mouseUp > selectgCurrentSelection > end mouseUp > > does not... an i can't find a way to re-set the selection > In LiveCode 6.7.5, I just created a test stack with the following: A field with some text in it and

Re: restore selection from selectedChunk expression

2015-08-01 Thread Paul Hibbert
Jacque demonstrated a point, you don’t have to use the whole of gCurrentSelection as part of the script in one go, you can extract the parts you need to reconstruct the selection, it’s pretty easy to adapt the examples she gave; select char (word 2 of gCurrentSelection) to (word 4 of gCurrentS

Re: OT-ish: Dreamhost and LiveCode?

2015-08-01 Thread Sannyasin Brahmanathaswami
We're using Linode now. SSD's very fast. Great support. Great price. Your server comes lean so you need to know a little Linux sys admin but Ubuntu is turning out to be easy. Install virtualMin and you can do most everything from your control panel. It is IMHO the best of them (and I have used Cpa

Re: restore selection from selectedChunk expression

2015-08-01 Thread Sannyasin Brahmanathaswami
But I want to re-select the text later, not set the background color BR > On Jul 31, 2015, at 8:05 PM, J. Landman Gay wrote: > >> On 7/31/2015 5:52 PM, Brahmanathaswami wrote: >> If we make a text selection and store it as a selectedChunk string >> >> e.g >> >> gCurrentSelection >> >> >> which

Re: restore selection from selectedChunk expression

2015-08-01 Thread Sannyasin Brahmanathaswami
Set the backgroundcolor of gCurrentSelection to yellow Works as is Swasti Astu, Be Well Brahmanathaswami www.himalayanacademy.com > On Jul 31, 2015, at 8:05 PM, J. Landman Gay wrote: > >> On 7/31/2015 5:52 PM, Brahmanathaswami wrote: >> If we make a text selection and store it as a selectedChu