Re: 9.0 DP1

2016-10-18 Thread Monte Goulding
Brahmanathaswami I did some work on the debugger and it sounds like I broke something there. I’ll look into it. I did notice something like that myself today and was planning to look into it anyway. I found that reapplying the script cleared it when it occured. > On 19 Oct 2016, at 5:41 PM, San

9.0 DP1

2016-10-18 Thread Sannyasin Brahmanathaswami
I'm stuck here in 9 dp1… after setting a break point… testing, then unsetting it… the IDE still thinks there is on applied on that line even though the red dot is gone. Anyone else seeing this? show stopper. is there hackaround to *really* clear the break point in memory? BR _

Re: error with script opening application browser in 8

2016-10-18 Thread J. Landman Gay
On 10/18/16 2:15 PM, Dr. Hawkins wrote (about the Application Browser): Is there another way to automatically open it? It should (but doesn't) work like any other plugin: Open the Plugin Settings (bottom of the Plugins menu item) and select the app browser from the option menu button. Set it

Re: LC Server: Getting a file list when filenames use UTF8

2016-10-18 Thread Tim Selander
Good news! Thanks, Lyn. Tim Selander Tokyo, Japan On 2016/10/18 18:22, Lyn Teyla wrote: I opened a bug report in August concerning this issue: http://quality.livecode.com/show_bug.cgi?id=18202 Lyn Tim Selander wrote: Thanks for confirming that for me Ralf. I wonder if the team can look

Re: [ANN] calendar widget

2016-10-18 Thread hh
[Transmission error:] I recompiled the library using 8.1.1rc2. Then I had success with the widget on Win 7/10 using 8.1.1 and 9.0.0. On Linux(Mint 173) and MacOS 10.12 it worked without recompiling, on both using LC 8.1.1 and 9.0.0. *** This seems to be a problem whenever the widget format change

Re: On-rev server blocked by ISP

2016-10-18 Thread Bob Sneidar
They are either subscribed to different spam/malware lists or else one of the clients had not updated recently. Bob S > On Oct 18, 2016, at 12:04 , jbv wrote: > > It's even stranger this time. My client was using the same app > in 3 different cities across the country and with 3 different IP

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
I use a variety of date and time formats, so I wrote a formatDate function where I pass a date and a style as arguments. For instance formatDate(the date, "sql date") would return 2016-10-18. If you append formatTime(the long time, "sql time") it returns an sql format datetime value. I also have

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
NVM I aparently was using 8.0.1 when I thot I was using 8.1.0. DOH! Bob S > On Oct 18, 2016, at 07:59 , Bob Sneidar wrote: > > I get Module Format not supported. > > Bob S > > >> On Oct 18, 2016, at 05:07 , BNig wrote: >> >> During the conference a calendar widget was used in the widget

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Roger, Hermann Hoch just informed me that recompiling community.livecode.elanor.datesupport.1.0.0.lcb using 8.1.0 made the calendar widget work for Windows 7 To do this you would move the community.livecode.elanor.datesupport.1.0.0 folder from your "My Livecode"-> "extensions" folder to some

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Tore, that sounds like a good use case I think I will add a third option "custom" to "english" and "system" for month and day names. That way one can customize those to the local usage. It will not be before middle of next week that I can change this and upload a new version. Kind regards B

Re: [ANN] calendar widget

2016-10-18 Thread Tore Nilsen
Thanks for a fine widget, it works well here on a Mac with LC 8.1.1 and MacOS 10.12.1. As a matter of fact, one of my students asked if there was anything like this available for LiveCode, just yesterday morning. I can now tell him that indeed there is. > 18. okt. 2016 kl. 23.08 skrev BNig : >

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Devin, I just tested and see that also when I try to get the monthNames by script. It throws an error. I did not test that part of the widget enough because that was already in place and since I did not need to set or get the monthNames nor dayNames since I use a call to Livecodescript to get t

scrollbars for variable windows in IDE for 8?

2016-10-18 Thread Dr. Hawkins
Is there some way to turn on the scrollbars for variable watch windows in 8? manually working through when something is hundreds of lines long is a bit tedious . . . -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livec

Re: [ANN] calendar widget

2016-10-18 Thread Devin Asay
Wonderful widget, Bernd! Works well here on Mac 10.10.5 with both LC 8.1.1 RC2 and 9.0.0 DP1. There is only one small problem I see: the monthNames property throws an error when I try to get or set it. I wonder if it the monthNames property is interfering? Devin > On Oct 18, 2016, at 6:07 A

Re: [ANN] Release 9.0 DP 1

2016-10-18 Thread Richmond
Thank you very much for the info. Richmond. On 18.10.2016 23:04, Peter TB Brett wrote: On 18/10/2016 20:47, Richmond wrote: What I did notice as I did a "Save As" was that I was offered the chance to save in "Legacy 8.0" format which seemed to imply that LC 9 enjoys (?) a new file format, but

Re: [ANN] Release 9.0 DP 1

2016-10-18 Thread Colin Holgate
Even 8.1 has the legacy 8.0 option. So I guess the change happened already. > On Oct 18, 2016, at 12:47 PM, Richmond wrote: > > What I did notice as I did a "Save As" was that I was offered the chance to > save in "Legacy 8.0" format > which seemed to imply that LC 9 enjoys (?) a new file form

Re: [ANN] Release 9.0 DP 1

2016-10-18 Thread Peter TB Brett
On 18/10/2016 20:47, Richmond wrote: What I did notice as I did a "Save As" was that I was offered the chance to save in "Legacy 8.0" format which seemed to imply that LC 9 enjoys (?) a new file format, but I couldn't find any mention of that in the release notes . . . would be glad of a comment

Re: [ANN] Release 9.0 DP 1

2016-10-18 Thread Richmond
So; oddly enough I spent about an hour messing around with LC 9.0 DP 1 today and experienced a measured bit of pleasure (stlll do not like the Props palette that replaced that in LC 7 and backwards) as everything (on my Linux boz at least) seemed *considerably less arthritic than LC 8* was, even

Re: OT - cross platform zero slashed font

2016-10-18 Thread Richmond
If you go and dig round the Unicode consortium's pig's-breakfast of interlinked sites and webpages which have obviously been designed to obfuscate rather than clarify one finds that the slashed zero has been proposed several times over the last few years, and rejected repeatedly because it means

Re: On-rev server blocked by ISP

2016-10-18 Thread J. Landman Gay
Maybe they've wised up since I had the experience. It's far more sensible to block a single URL rather than an entire server. On 10/18/16 2:04 PM, jbv wrote: It's even stranger this time. My client was using the same app in 3 different cities across the country and with 3 different IPs. At star

error with script opening application browser in 8

2016-10-18 Thread Dr. Hawkins
I have the code snippet if the version < 8 then put "revApplicationOverview" into brsStk else put "revApplicationOverview" into brsStk --put "revIDEProjectBrowser" into brsStk end if if brsStk is not among the words of the openStacks then open stack brsStk end if in my setup routine. Bu

Re: OT - cross platform zero slashed font

2016-10-18 Thread Richmond
Bit of a bu**er this one, it seems: https://en.wikipedia.org/wiki/Slashed_zero Richmond. On 18.10.2016 18:52, David V Glasgow wrote: Is there really no cross platform zero slashed (like Monaco 0) font? Is there one which is substituted by another zero slashed font on different platforms? Be

Re: On-rev server blocked by ISP

2016-10-18 Thread jbv
It's even stranger this time. My client was using the same app in 3 different cities across the country and with 3 different IPs. At startup the app sends a request to the same url http://mydomain.on-rev.com Apparently only that url was blocked by the ISP. I have another client with the same ISP

Re: On-rev server blocked by ISP

2016-10-18 Thread J. Landman Gay
On 10/18/16 7:13 AM, Matthias Rebbe wrote: That´s really strange. I´ve never heard about such blocking in general. I've had this happen. Sometimes if a domain on a shared hosting server sends out spam or malware, the receiving ISP will block the entire server rather than just the offending I

Re: Sending Empty Params, along with a comma delimited value (RGB in this case)

2016-10-18 Thread Sannyasin Brahmanathaswami
Thanks Ali… I was overthinking this one for sure this works great: on mouseUp put "255,255,0" into pColor2 # bright yellow send "setfillGradient ,,,pColor2,,," to grc colorMeditationBkgnd end mouseUp command setFillGradient pStartPosition,pEndPosition,pColor1, pColor2,pAlpha1,pAlpha2

Re: insane time to comment out hundreds or thousands of lines

2016-10-18 Thread Dr. Hawkins
On Tue, Oct 18, 2016 at 9:52 AM, Dr. Hawkins wrote: > Now *Bug 18638* > Hmm, it now seems to work in 8.1. I'll give 8 another try, but my first few minutes aren't promising . . . I'm used to the 2-5 second delay when switching tabs in the scri

Re: [ANN] calendar widget

2016-10-18 Thread Roger Eller
Hi Bernd, I have updated bug# 17374 with new screenshots. http://quality.livecode.com/show_bug.cgi?id=17374 ~Roger On Tue, Oct 18, 2016 at 12:14 PM, BNig wrote: > Hi Roger, > > Could you try with a version > 8.1.0 and Windows 7? > > the widget does not use Mac specific code. > > Actually I j

Re: insane time to comment out hundreds or thousands of lines

2016-10-18 Thread Dr. Hawkins
Now *Bug 18638* I can't put the stacks publicly, so I'll wait for an email or ftp at live code to upload. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@list

Re: insane time to comment out hundreds or thousands of lines

2016-10-18 Thread Dr. Hawkins
On Mon, Oct 17, 2016 at 8:36 PM, Monte Goulding wrote: > Hmm… Is this only when opening the stacks by double-clicking rather than > from the IDE menubar To tell the truth, the only time I ever loaded a stack from the menubar was when opening another version of live code, blocking messages, and

Re: insane time to comment out hundreds or thousands of lines

2016-10-18 Thread Dr. Hawkins
On Tue, Oct 18, 2016 at 7:01 AM, Ralph DiMola wrote: > I was on 6.7.6 up to 4 weeks ago. There was some pain but not as bad as I > thoug > I never ended up using 6; the global shade problem was so much worse than 5 that I just couldn't get anything done. By the time it was solved (well, I ass

Re: insane time to comment out hundreds or thousands of lines

2016-10-18 Thread Dr. Hawkins
On Mon, Oct 17, 2016 at 7:03 PM, Dr. Hawkins wrote: > And now at about 23 minutes . . . and apparently ended at ten hours and one minute, giving by the save time on the file (save & quit buffered) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Roger, Could you try with a version > 8.1.0 and Windows 7? the widget does not use Mac specific code. Actually I just tested using on a Mac 10.9.5 and LC 8.1.0 and it worked. But I compiled the widget using LC 9.0.0 DP1. But that _should_ not matter? Kind regards Bernd Roger Eller wrote >

Re: [OT] Website Design Apps-Mac

2016-10-18 Thread Randy Hengst
Thank you, Erik. I hadn’t heard about that one at all. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Oct 18, 2016, at 10:47 AM, Erik Beugelaar wrote: > > Randy, > > Take a look at Mobirise Website Builder: https://mobirise.com/ > > Erik > > -Original Message- >

OT - cross platform zero slashed font

2016-10-18 Thread David V Glasgow
Is there really no cross platform zero slashed (like Monaco 0) font? Is there one which is substituted by another zero slashed font on different platforms? Best Wishes, David Glasgow

RE: [OT] Website Design Apps-Mac

2016-10-18 Thread Erik Beugelaar
Randy, Take a look at Mobirise Website Builder: https://mobirise.com/ Erik -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Randy Hengst Sent: maandag 17 oktober 2016 13:29 To: How to use LiveCode Subject: [OT] Website Design Apps-Mac H

Re: how to get the menubar group transparent?

2016-10-18 Thread Bob Sneidar
Might be a windows interface thing. I noticed that on Mac tab menus are a kind of 3d transparent so the background shows through but on windows there is no transparency. It's always white and there is no way to make it look like the Mac version. Bob S > On Oct 18, 2016, at 08:36 , Tiemo Holl

how to get the menubar group transparent?

2016-10-18 Thread Tiemo Hollmann TB
Hello, working with LC 8.1.0 on Win 10: Since Win 10 the window title bar and the menu bar have the same color - what I don't like, because there is no optical differentiation. I would like to get a slight contrast between both of them, as it was all windows versions before. I tried to set

Re: [ANN] calendar widget

2016-10-18 Thread Roger Eller
It worked fine for me in Mac OS 10.11.6 (LiveCode 8.1.0 Indy), but failed in Windows 7 (LiveCode 8.1.0 Indy) . ~Roger On Tue, Oct 18, 2016 at 11:06 AM, Bob Sneidar wrote: > Using 8.1.0 > > > On Oct 18, 2016, at 07:5

Re: [ANN] calendar widget

2016-10-18 Thread arul selvan
Bernd thank you! works fime in mac 10.10.1 lc 8.1.0 arul On Tue, Oct 18, 2016 at 8:43 PM, Bob Sneidar wrote: > Same here on 8.1.1 rx1. Apparently there were some changes made from 8.1.0 to > 8.1.1. > > Bob S > > > On Oct 18, 2016, at 08:08 , Klaus major-k > mailto:kl...@major-k.de>> wrote: > >

Re: [ANN] calendar widget

2016-10-18 Thread Klaus major-k
Hi all, > Am 18.10.2016 um 17:06 schrieb Bob Sneidar : > > Using 8.1.0 runs fine on my Mac on LC 8.1.1 RC2! >> On Oct 18, 2016, at 07:59 , Bob Sneidar wrote: >> >> I get Module Format not supported. >> >> Bob S >> >> >>> On Oct 18, 2016, at 05:07 , BNig wrote: >>> >>> During the confere

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
Same here on 8.1.1 rx1. Apparently there were some changes made from 8.1.0 to 8.1.1. Bob S On Oct 18, 2016, at 08:08 , Klaus major-k mailto:kl...@major-k.de>> wrote: Hi all, Am 18.10.2016 um 17:06 schrieb Bob Sneidar mailto:bobsnei...@iotecdigital.com>>: Using 8.1.0 runs fine on my Mac on

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
Using 8.1.0 > On Oct 18, 2016, at 07:59 , Bob Sneidar wrote: > > I get Module Format not supported. > > Bob S > > >> On Oct 18, 2016, at 05:07 , BNig wrote: >> >> During the conference a calendar widget was used in the widget course. >> The original author is Elanor Buchanan. >> I think it

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
I get Module Format not supported. Bob S > On Oct 18, 2016, at 05:07 , BNig wrote: > > During the conference a calendar widget was used in the widget course. > The original author is Elanor Buchanan. > I think it is a wonderful example of what widgets can do. Elanor did a very > good job. >

RE: insane time to comment out hundreds or thousands of lines

2016-10-18 Thread Ralph DiMola
I was on 6.7.6 up to 4 weeks ago. There was some pain but not as bad as I thought. The hardest part was getting started. I am working with 20k+ lines of code. I still have some issues and submitted bug reports but have been able to work around them. Many have already been fixed. The LC team has

Re: Understanding 'the defaultStack'

2016-10-18 Thread Peter M. Brigham
> On Oct 15, 2016, at 10:53 AM, Richard Gaskin > wrote: > > Bob Sneidar wrote: > > …. > > I'm not sure who I am anymore... > > Unless you've experienced a problem with it, just keep doing what you're > doing…. Be yourself -- everyone else is already taken. -- Oscar Wilde — Peter Peter M.

Re: On-rev server blocked by ISP

2016-10-18 Thread Matthias Rebbe
Hi, so either the other isp is blocking your dedicated ip or the domain name on-rev.com itself regardless what ip the subdomain has. You could try to add an addon domain to your on-rev.com. To do so: 1. Register a free, yes free, domain at https://freenom.com

Re: [ANN] calendar widget

2016-10-18 Thread Roger Guay
Very nice . . . Thank you!! > On Oct 18, 2016, at 5:07 AM, BNig wrote: > > During the conference a calendar widget was used in the widget course. > The original author is Elanor Buchanan. > I think it is a wonderful example of what widgets can do. Elanor did a very > good job. > > I extended t

Re: On-rev server blocked by ISP

2016-10-18 Thread jbv
Hello Heather Yes you answered several requests of mine, but not the one(s) relative to THAT specific problem. And I have received all the answers for the other requests, but not for that last one. I just sent you a reminder to the on-rev support email address. Thanks On Tue, October 18, 2016 2:4

Re: On-rev server blocked by ISP

2016-10-18 Thread Heather Laine
Dear JBV, We have responded to several tickets of yours recently in the hosting support. I'm concerned to hear you might have sent us something we did not receive or I cannot locate, or possibly that you did not receive our replies. Please send me the ticket numbers, to the supp...@livecode.com

Re: On-rev server blocked by ISP

2016-10-18 Thread jbv
Hi Matthias Thanks for the answer. But that on-rev account already has a dedicated ip. I wasn't in direct contact with the isp, but according to my client it wasn't the ip that was blocked, but the server itself. The app sends requests to the server through urls such as : http://myDomain.on-rev

[ANN] calendar widget

2016-10-18 Thread BNig
During the conference a calendar widget was used in the widget course. The original author is Elanor Buchanan. I think it is a wonderful example of what widgets can do. Elanor did a very good job. I extended the calendar to add some useful features. You can choose via the properties inspector the

Re: On-rev server blocked by ISP

2016-10-18 Thread Matthias Rebbe
What i forgot to mention. You can add that additional feature for your On-Rev account in your LiveCode store account. > Am 18.10.2016 um 14:13 schrieb Matthias Rebbe > : > > That´s really strange. I´ve never heard about such blocking in general. > And that the support is not answering is also

Re: On-rev server blocked by ISP

2016-10-18 Thread Matthias Rebbe
That´s really strange. I´ve never heard about such blocking in general. And that the support is not answering is also very un-typical. What might help is to add a dedicated ip for the on-rev account. So the domains of the on-rev account have their own ip-address and not the main ip all other on-

On-rev server blocked by ISP

2016-10-18 Thread jbv
Hi list One of my clients experienced severe problems a week ago as they couldn't use their client/server LC app and therefore lost dozens of potential clients. After blaming the developer for the days and repeating that the internet connection was ok, the tech support of the isp finally accepted t

Re: LC Server: Getting a file list when filenames use UTF8

2016-10-18 Thread Lyn Teyla
I opened a bug report in August concerning this issue: http://quality.livecode.com/show_bug.cgi?id=18202 Lyn > Tim Selander wrote: > > Thanks for confirming that for me Ralf. > > I wonder if the team can look into this > > Tim Selander > Tokyo, Japan > > On 2016/10/17 20:02, Ralf Bitter

Re: Sending Empty Params, along with a comma delimited value (RGB in this case)

2016-10-18 Thread Ali Lloyd
Send params are evaluated in the current context, so you can put variable names in the list and it will work, eg: local tRGB put "25,25,25" into tRGB send "doSomethingWithColor tRGB" to stack "Color Manager" On Tue, Oct 18, 2016 at 8:55 AM Sannyasin Brahmanathaswami wrote: > Given this command

Re: LC Server: Getting a file list when filenames use UTF8

2016-10-18 Thread Tim Selander
Thanks for confirming that for me Ralf. I wonder if the team can look into this Tim Selander Tokyo, Japan On 2016/10/17 20:02, Ralf Bitter wrote: Seems that I can confirm your findings. Did a test on diesel using server version 8.1.1-rc-2. If there is a file "こんにちは.txt" the file list retri

Re: tsNetInit and LiveCode server

2016-10-18 Thread Ralf Bitter
Thanks very much Charles for the response. Ralf > On 18.10.2016, at 02:59, Charles Warwick > wrote: > > Hi Ralf, > > In the current versions of tsNet, tsNetInit can potentially return before it > is completely initialised (the initialisation completes on another thread). > > You can work

Sending Empty Params, along with a comma delimited value (RGB in this case)

2016-10-18 Thread Sannyasin Brahmanathaswami
Given this command + function (see below) where a) you want to trigger it with "send" or "dispatch" b) you only want to pass 1, or perhaps 2 or 3 values to the params, and these are RGB values which are *also* comma separated (therein lies the problem) How can you pass someEmptyParams al