The defaultStack after loading?

2014-12-02 Thread Graham Samuel
I have a splash stack that opens a data stack (i,e. the data stack is not part of a standalone or initial start, but gets loaded after the program starts). This data stack has a lot of substacks. I just noticed (both in the IDE and the standalone) that after loading the data stack (by ‘go’ to

[ANN] ControlManager for LiveCode

2014-12-02 Thread FlexibleLearning.com
Thank you, Tom! Hugh Senior FLCo Congratulations, Hugh. This looks like it will be a great productivity boost to my work. I'm in. -- Tom Bodine ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: [ANN] ControlManager for LiveCode

2014-12-02 Thread FlexibleLearning.com
It's a bit awkward providing a demo or trial version as ControlManager is a Community-compatible product. A video can certainly be done, once I find a replacement screen grabber. Windows trashed my last one so I do not have the technology at the moment. Hugh Senior FLCo

the beepSound in iOS

2014-12-02 Thread John Dixon
set the beepSound to specialFolderPath(engine) /shortbeep.aiff This works against 7.1, but not against 8.1 simulator... I can't get nary a 'beep' out of the stack..:-) can someone confirm ___ use-livecode

Different results in LC with a file from 2 FTP programs

2014-12-02 Thread Tiemo Hollmann TB
Hello, I am downloading a ASCII txt file with put URL tFile into tContent from my server. Then I filter the content of the file in LC 6.5.2 to get the wanted data. I changed my FTP program on Windows to FileZilla because my old FTP program didn't had a SFTP protocol, which I wanted to use now.

Re: Different results in LC with a file from 2 FTP programs

2014-12-02 Thread Richard Gaskin
Tiemo Hollmann wrote: Has anybody any idea, what is happening here with the file and why two different FTP programs upload a different result on my server with the same file, both using ASCII mode? Why is the file expanding in my old process, but is missing a CR in each line? Is there

Re: [OT] baby

2014-12-02 Thread Bob Sneidar
Curious… what does this have to do with the baby? Bob S On Dec 1, 2014, at 15:22 , William Prothero proth...@earthednet.orgmailto:proth...@earthednet.org wrote: FYI: I have just submitted bug report 14130. It concerns a crash when plotting small symbol images onto a larger image. The

Re: Bug reported for crashing LC V7.0.1(rc2)

2014-12-02 Thread Bob Sneidar
Oh. heh heh. This is the product of my emails no longer threading the way they used to. Sometimes I get the original message *after* I get people’s responses to it. :-) Bob S On Dec 1, 2014, at 15:48 , William Prothero proth...@earthednet.orgmailto:proth...@earthednet.org wrote: FYI:

Re: Bug reported for crashing LC V7.0.1(rc2)

2014-12-02 Thread Earthednet-wp
Bob, Not half as funny as some of the substitutions that autocorrect can make, if I don't carefully proofread my emails. Best, Bill William Prothero http://es.earthednet.org On Dec 2, 2014, at 7:47 AM, Bob Sneidar bobsnei...@iotecdigital.com wrote: Oh. heh heh. This is the product of my

Re: Bug reported for crashing LC V7.0.1(rc2)

2014-12-02 Thread J. Landman Gay
Seen on a poster: Frankly autocorrect, I'm getting tired of your shirt. On December 2, 2014 10:10:44 AM CST, Earthednet-wp proth...@earthednet.org wrote: Bob, Not half as funny as some of the substitutions that autocorrect can make, if I don't carefully proofread my emails. -- Jacqueline

Re: Different results in LC with a file from 2 FTP programs

2014-12-02 Thread J. Landman Gay
Except in this case he's using a third party product to upload. Tiemo, maybe your app has settings that determine how line endings are handled? On December 2, 2014 9:27:22 AM CST, Richard Gaskin ambassa...@fourthworld.com wrote: Tiemo Hollmann wrote: Has anybody any idea, what is happening

Re: [ANN] ControlManager for LiveCode

2014-12-02 Thread Mark Talluto
I understand. Protecting ones work can be time consuming. My request comes from experience. My projects have a way of breaking tools like this (LC project browser included). It nice to see how things are going to work out before committing. Best regards, Mark Talluto livecloud.io

Re: Behaviors not behaving

2014-12-02 Thread Peter Haworth
On Mon, Dec 1, 2014 at 12:13 PM, Peter Haworth p...@lcsql.com wrote: Good news is that your trick of resetting the behaviors to themselves fixed the problem! And it's really fast. Thanks for that. I guess I spoke too soon. Although the fix does work, controls with linked behaviors are now

[OT] Filemaker and Hindi

2014-12-02 Thread Colin Holgate
Some of you here are expert at Filemaker and also non-Roman languages. Any idea how to use Hindi text inside Filemaker? It seems to cope with Chinese, Japanese, and Thai, but apparently not Hindi. The text gets converted to scrambled Roman characters.

Re: Can't Start LiveCode Server Under Yosemite

2014-12-02 Thread Gregory Lypny
Hi Peter, Thanks for responding. I tried starting Apache with Terminal, using both start and then restart. The command appears to have been accepted (see below) but when I type localhost into Safari, I still get the message “Safari Can’t Connect to the Server. Last login: Tue Dec 2 19:58:59

How to open a second window w/o disturbing calling stack.

2014-12-02 Thread William Prothero
Folks: I want to open a second window in my app. The window in the calling stack is the first card of a substack named “myCallingSubstack”. I want to go to the first card of a substack named “mySubstack”. When I do go to stack “mySubstack”, the new windows sits behind the calling

Re: Can't Start LiveCode Server Under Yosemite

2014-12-02 Thread Peter W A Wood
Hi Gregory The first think that I would check is whether Apache is actually running or not. This is how I checked on my machine, using the ps command: Schulz:~ fatty$ sudo apachectl start Schulz:~ fatty$ ps -U www PID TTY TIME CMD 35439 ?? 0:00.00 /usr/sbin/httpd -D

RE: datagrid form not scrolling

2014-12-02 Thread Matt Maier
Hi Sean, I dragged both datagrids onto their respective cards and then used the property manager to make them forms and get at the templates and script. I'm using version 7 (rc 1) on Windows 8.1 The screenshot is here http://forums.livecode.com/viewtopic.php?f=7t=22132p=114478#p114478 Refresh

Re: BBEdit Language Module for LiveCode

2014-12-02 Thread Brahmanathaswami
Currently only myself and Ben have direct access, (i.e. can make changes and push a new version to the head of origin master) anyone else would have to fork the file and send a pull request. I would be more than happy to add anyone else to the collaborators list if you a) know how GitHub