Re: Standalone "Not Responding"

2014-07-22 Thread Mark Schonewille
(but that alone isn't an option, if the server needs a long time to execute the query). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for Live

Re: Standalone "Not Responding"

2014-07-22 Thread Mark Schonewille
Hi, As I wrote in my previous e-mail, you include that line in your repeat loop. The ramifications are that the GUI no longer gets locked up, but the repeat loop will need more time to finish. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage

Re: Commercial Indy License for HTML5

2014-07-22 Thread Mark Schonewille
source code is sufficient. One doesn't have to keep the source on the server available for immediate download. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 502

Re: Commercial Indy License for HTML5

2014-07-22 Thread Mark Schonewille
Exactly. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 22 jul. 2014 om 18:55 heeft "Dr. Hawkins" het volgende geschreven: >

Re: Choosing player tools crashes LC7 dp-7

2014-07-22 Thread Mark Schonewille
It is really weird that one can create a player from the message box but not from the Tools palette. Maybe something is corrupt(?) I have reported the problem here http://quality.runrev.com/show_bug.cgi?id=12893 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engine

Re: [OT] We're shipping books

2014-07-22 Thread Mark Schonewille
Hi again, Because we got a few late confirmations and sold a few more books in the mean time, we'll ship more books tomorrow. If you bought a book recently and haven't confirmed your postal mail address yet, please keep an eye on your mail/spam box. -- Best regards, Mark S

[OT] Mark Nair

2014-07-22 Thread Mark Schonewille
t an (auto-) reply within 24 hours, please try yet another e-mail address. Sorry for the inconvenience. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer

Re: QT in Release 7 dp-7

2014-07-22 Thread Mark Schonewille
create one from the message box, as I wrote in the other thread on this subject. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http

Re: QT in Release 7 dp-7

2014-07-23 Thread Mark Schonewille
Yeah, ok, but that's not related to Muaadh's problem. You want to use AV Foundation on Mac OS X, Muaadh wants to use QuickTime on Windows. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://t

Re: delete specified text?

2014-07-23 Thread Mark Schonewille
space with space in fld "PROCD" If you really only need to replace "Plovdiv", use this: replace "Plovdiv" with empty in fld "PROCD" repeat until space & space is not in fld "PROCD" replace space & space with space in fld "PROCD"

Re: delete specified text?

2014-07-23 Thread Mark Schonewille
Richmond, It won't delete the complete line, but just the specified text. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode:

Re: QT in Release 7 dp-7

2014-07-23 Thread Mark Schonewille
Hi Muaadh (and Klaus), The correct syntax is: create player This is all. It will instantly create a player in the current stack, which can be changed with the properties inspector. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http

Re: QT in Release 7 dp-7

2014-07-23 Thread Mark Schonewille
w features (hiliteColor and foreColor). That should allow you to make your own test stack, if you have OSX 10.8 or later. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

[ANN] Emulated button with gradient

2014-07-23 Thread Mark Schonewille
ing a donation) http://www3.economy-x-talk.com/file.php?node=graphic-gradient-button or use this short URL: http://qery.us/9w8 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 502

[ANN] Installer Maker 1.8.7 beta

2014-07-24 Thread Mark Schonewille
as a destination on Windows This is a free update for everyone with a current license. Note that we're currently in beta; don't use this for distribution of your products (yet). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://eco

Re: [ANN] Emulated button with gradient

2014-07-24 Thread Mark Schonewille
Apple address). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Programming LiveCode fo

Re: [ANN] Emulated button with gradient

2014-07-25 Thread Mark Schonewille
w. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Programming LiveCode for the Real Begi

[ANN] Emulated button with gradient (2)

2014-07-25 Thread Mark Schonewille
umber to the stack, so you just need to make sure that you have the latest version. Let me know if you need any other particular sizes. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogr

Re: "...for neither" - really?

2014-07-25 Thread Mark Schonewille
Don't read, don't write, don't wait for it. Perhaps "for neither" could be changed into "without waiting". Definitely not asynchronously, because that frightens new users. We should do anything we can to keep the language as accessible as possible. -- Best

Re: Advice as to how to create a dialog

2014-07-27 Thread Mark Schonewille
Hi Mike, You could lock messages before opening the dialog. That should keep the engine from firing the openField message. A better way probably is to not only lock messages but also select the text of the next field before unlocking the messages. -- Best regards, Mark Schonewille Economy

Re: Livecode 7 dp 7 "create a field" from menu crashes

2014-07-28 Thread Mark Schonewille
problem you're observing now seems very similar to one of those duplicate bugs. I wouldn't report it for now. Let's wait for LC 7.0-dp-8. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: htt

Re: what is the property for the position of a scrolling field?

2014-07-30 Thread Mark Schonewille
t the vScroll of fld x to 0 // option 2 end openCard -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new

Re: Add a control to a group

2014-08-01 Thread Mark Schonewille
might look strange when this happens and if something goes wrong, you lose your control :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for Liv

Re: Add a control to a group

2014-08-01 Thread Mark Schonewille
Hi Devin, You could export a snapshot to a variable, create an image object in the group and set the text of the image. export snapshot from rect myRect to myPicture as PNG create image "New Image" in grp "Your Group" set the text of it to myPicture -- Best regard

Re: Will the new Widgets system allow LiveCoders to implement these?

2014-08-03 Thread Mark Schonewille
idgets can also exist "outside" the stack window and you should be able to do anything you want, as long as there is an API for it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com

Re: OpenControl

2014-08-03 Thread Mark Schonewille
Hi, Include a front script in your group and add a preOpenCard handler to that front script. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker

Re: Shift-tab

2014-08-04 Thread Mark Schonewille
Hi Pete, Create a new stack. Add 4 fields. Type tab to move the text insertion point to the next field, shift-tab to go to the previous field. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com

Re: Shift-tab

2014-08-04 Thread Mark Schonewille
I've tested it on both Windows and Mac and it works on both platforms. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode:

Re: on-rev borked

2014-08-05 Thread Mark Schonewille
Spokes person? I thought they just pay her to use her photo? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy

Re: [OT] We're shipping books

2014-08-06 Thread Mark Schonewille
.economy-x-talk.com/blog/2013/11/26/everything-everybody-needs-to-know-about-my-book/ or click the short link in my signature below. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer

Re: the effective me?

2014-08-06 Thread Mark Schonewille
Hi Devin, That should be the parent of me or the behaviour of me, e.g. put the script of the parent of me -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use

[OT] David Lamp

2014-08-08 Thread Mark Schonewille
-) reply within 24 hours after sending your e-mail. If you don't get a reply, try contacting us from a different e-mail address (with a different domain name and IP address). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-tal

ChatRev

2014-08-09 Thread Mark Schonewille
about ChatRev, go here: http://bjoernke.com/index.irev?target=chatrev but if you want to give it a try, please wait a few days until the connection gets fixed. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: unlock screen with visual effect ...

2014-08-13 Thread Mark Schonewille
of using an unstable version of LiveCode together with Mavericks breaks something. Make sure to use a GM release. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: Mac printing "Scale to fit paper size"

2014-08-14 Thread Mark Schonewille
yPrintRect This should be for landscape format. You can change the margin. Feel free to send me an e-mail if this doesn't work for you. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtal

Re: Displaying HTML pages

2014-08-18 Thread Mark Schonewille
h URL theLink end linkClicked -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Programming Li

Re: open file tFile for text ?

2014-08-18 Thread Mark Schonewille
Hi Thierry, If you use the binary or text clause, you also need to use one of the parameters update, read, write or append, for example open file myFile for text write open file myFile for binary append -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: open file tFile for text ?

2014-08-19 Thread Mark Schonewille
Hi Thierry, I see no mistake here. Where do you see a problem exactly? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http

Re: open file tFile for text ?

2014-08-19 Thread Mark Schonewille
Where exactly, Thierry? If you don't tell me exactly where you have found this, I won't find it myself. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: open file tFile for text ?

2014-08-19 Thread Mark Schonewille
y that the example in the dictionary is wrong. It should be open file tFile for text write or open file tFile for binary write but it is sufficient to use open file tFile for write or open file tFile -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Home

Re: Script will not Run unless mouse is moved within Stack

2014-08-19 Thread Mark Schonewille
Hi Camm, Which version of LiveCode do you use and which operating system (including version number)? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer

Re: Black input boxes in Linux (Ubuntu)

2014-08-20 Thread Mark Schonewille
Hi Andrew, If I'm not mistaken, this happens with fields that have their backColor set to empty. Set the backColor of the fields to 255,255,255 and it should be fine (or use 254,254,254 for instance). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engine

Re: Black input boxes in Linux (Ubuntu)

2014-08-20 Thread Mark Schonewille
Hi Andrew, Which version of LiveCode is the user using? Is it possible that the user saw this in a standalone that was created with version 5.x or earlier? Knowing the Ubuntu version number would also help. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software

Re: Why doesn't menupick work

2014-08-21 Thread Mark Schonewille
the lenght function: on menuPick theItem put len(theItem) end menuPick and see if the number is what you expect. Did you make the list of cards in the combobox manually? Perhaps you can use this syntax: put the cardNames of this stack into btn "Your Combobox" -- Best regards,

[ANN] Installer Maker 1.8.7b04

2014-08-21 Thread Mark Schonewille
urrently, Installer Maker 1.8.7 is available as a plug-in only. A standalone version will be made available shortly. Please, let me know if you find any problems in this beta version of Installer Maker. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering H

Re: Why doesn't menupick work

2014-08-22 Thread Mark Schonewille
Probably, calling a control "The short name" is also a bad idea ;-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http

Re: Window manager plugin?

2014-08-22 Thread Mark Schonewille
Hi Charles, I made a plug-in (donationware) which makes sure that windows open inside a visible screen rect and not off-screen. I could extend it and make it remember window positions. -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com Download Color Converte

Re: Window manager plugin?

2014-08-23 Thread Mark Schonewille
always use ask/answer as sheet. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 23 aug. 2014 om 02:50 heeft JB het volgende geschreven: > Hi

[ANN] LiveCode meeting in the Netherlands

2014-08-24 Thread Mark Schonewille
Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Programming LiveCode for the Real Beginner"

Re: Window manager plugin?

2014-08-25 Thread Mark Schonewille
to false create stack "Place Holder" set the defaultStack to "Place Holder" do myScript delete stack "Place Holder" return it end askAt The advantage of this approach is that it only depends on the ask and answer stacks and still wor

Re: Window manager plugin?

2014-08-26 Thread Mark Schonewille
Hi Peter, You're right. I thought of it, but forgot to add it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.u

Re: Window manager plugin?

2014-08-26 Thread Mark Schonewille
Jacque, It is true that it doesn't work on Mac, but I never needed something like this on Mac. I made this specifically for Windows. On Mac I use "as sheet" most of the time. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: h

Re: mp3 files not playing on Windows

2014-08-26 Thread Mark Schonewille
Hi Curt, The first thing I would check is the sound encoding of every file. Are the failing MP3 files encoded differently from the working MP3 files? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http

Re: unlock screen doesn't unlock screen

2014-08-27 Thread Mark Schonewille
the end of the loop put myVar into fld myVar -- give the GUI time to update wait 0 millisecs with messages end repeat The problem isn't that the screen doesn't unlock, but the problem is that your repeat loop doesn't give the engine any time to update the GUI. -- Best

Re: Strange mailing list email.

2014-08-27 Thread Mark Schonewille
Pter, You said you're not seeing my e-mails, so probably you don't read this. It looks like you have an overzealous spam filter in place. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://t

Re: delete lines

2014-08-27 Thread Mark Schonewille
Hi John, filter myVar without ".*" -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy m

LiveCode Meeting 20 September 2014 - Please Register Now!

2014-08-29 Thread Mark Schonewille
u know about a good location in the city of Utrecht, please let me know. If you haven't done so yet, please let me know if you intend to participate. Sponsors: Mark Schonewille (book) http://www3.economy-x-talk.com/file.php?node=programming-livecode-for-the-real-beginner Take Control Bo

[ANN] Please confirm your address - Programming LiveCode for the Real Beginner

2014-08-29 Thread Mark Schonewille
er e-mail address or try to contact me on Twitter (xtalkprogrammer), Facebook (http://facebook.com/marksch), LinkedIn (https://www.linkedin.com/in/marksch) or Skype (xtalkprogrammer). We will send another batch of books by the end of next week. -- Best regards, Mark Schonewille Econ

Re: Writing to file in utf-8

2014-09-03 Thread Mark Schonewille
ould work with all versions, although LiveCode 7 will have different ways to work with unicode text. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for

Re: Writing to file in utf-8

2014-09-03 Thread Mark Schonewille
Hi, Please, post a simplified version of your actual script. Without script, it is really difficult to see what you're doing wrong. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitte

Re: Writing to file in utf-8

2014-09-03 Thread Mark Schonewille
He wants UTF8 files. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. http

[ANN] LiveCode Meeting in the Netherlands - It is free

2014-09-03 Thread Mark Schonewille
veCode http://livecodebeginner.economy-x-talk.com Installer Maker http://rrinstallermaker.economy-x-talk.com --contact options-- m.schonewi...@economy-x-talk.com http://twitter.com/xtalkprogrammer http://facebook.com/marksch http://linkedin.com/in/marksch -- Best regards, Mark Schonewille

Re: Writing to file in utf-8

2014-09-03 Thread Mark Schonewille
Hi jbv, I suggested this, because I understand from you that you need UTF8 for the files and the database. If you don't need UTF8 for the database and files, then you might as well use the native encoding of your operating system. -- Best regards, Mark Schonewille Economy-x-Talk Consu

Re: Who's Blogging?

2014-09-04 Thread Mark Schonewille
You're right Mike. I also checked Twitter and noticed that there's almost nothing to find. I do blog about something LiveCode-related, but it is about another event http://blog.economy-x-talk.com -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineerin

Re: copying files

2014-09-05 Thread Mark Schonewille
Hi Larry, You could use revCopyFile or e.g. put URL x into URL y. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us

[ANN] Installer Maker 1.8.7 for LiveCode

2014-09-06 Thread Mark Schonewille
://rrinstallermaker.economy-x-talk.com/ This release is currently available as a plug-in only, but will be available as a standalone application in a few days. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http

Re: [ANN] Installer Maker 1.8.7 for LiveCode

2014-09-07 Thread Mark Schonewille
Thanks for the reply, David. I noticed later that there is an http too many. I'll make another announcement soon and then I'll post a correct link. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twi

[ANN] Installer Maker 1.8.7 for LiveCode (standalone)

2014-09-07 Thread Mark Schonewille
nd at http://rrinstallermaker.economy-x-talk.com Send me an e-mail if you have any questions. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for Liv

Re: Making data plots

2014-09-07 Thread Mark Schonewille
Hi Bill, The dictionary entry about the create command contains the in group clause. Example: create button "New Button" in group "Old Group" put it into myLongID When you delete the group, all its objects are also deleted. -- Best regards, Mark Schonewille Economy-x

Re: 2 lines on a button?

2014-09-08 Thread Mark Schonewille
Hi Larry, You can set the label of a button in the properties inspector or do this in the message box or a script: set the label of btn x to "Show" & cr & "Instructions" -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepag

LiveCode-bijeenkomst in Utrecht

2014-09-15 Thread Mark Schonewille
for the event, we'll try to arrange something quickly. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468

Re: Looking for open source LiveCode app(s) for a friend doing MEDITATION

2014-09-16 Thread Mark Schonewille
Hi Mark, You might want to write a little more about the requirements of the app. E.g. should it play meditative music from local musicians? Should it provide information about local toko's? What about health monitoring? -- Best regards, Mark Schonewille Economy-x-Talk Consultin

Re: LiveCode Commercial License

2014-09-18 Thread Mark Schonewille
, because your copy of LiveCode would revert to the open-source version. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http

Re: LiveCode Commercial License

2014-09-18 Thread Mark Schonewille
John, The commercial version of LiveCode can do everything your Revolution Enterprise can do. The open-source version of LiveCode doesn't let you protect your stacks with a password and I have read something about the unavailability of an Oracle database driver. -- Best regards,

Re: LiveCode Commercial License

2014-09-18 Thread Mark Schonewille
se, because the Enterprise license could be obtained at an update price, or one could decide to update once every 2 or 3 years. The new licensing scheme forces you to buy new licenses every year, if you have a commercial product. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Softw

Re: LiveCode Commercial License

2014-09-18 Thread Mark Schonewille
Hi Antti, Hence the distinction between Enterprise and open-source. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us

Re: LiveCode Commercial License

2014-09-18 Thread Mark Schonewille
n't have time to read your reply, if any. I'll ask the people at the meeting what they think of this. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: Sorting lines on colour (color for some)

2014-09-18 Thread Mark Schonewille
doesn't work, it might at least give a clue of how to handle this kind of problems. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCod

LiveCode Meeting 20 September in the Netherlands

2014-09-18 Thread Mark Schonewille
Hi everyone, I have put all information including the agenda, a map and some nice pictures on my blog at http://blog.economy-x-talk-com Feel free to contact me if you have questions. If you are on the mailing list for this event, then you have my phone number. -- Best regards, Mark

Re: LiveCode Meeting 20 September in the Netherlands

2014-09-19 Thread Mark Schonewille
Hi, I have added a map of the railway station, showing where people who come by train may meet shortly after 12.00h. http://blog.economy-x-talk-com -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http

Re: LiveCode Meeting 20 September in the Netherlands

2014-09-19 Thread Mark Schonewille
Thanks, Dave. I hope to see you at a meeting another time. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy

Re: reading a file

2014-09-21 Thread Mark Schonewille
isFile open file thisFile read from file thisFile until EOF put it into field myOutput close file thisFile end mouseUp -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 5

Re: repeat with each

2014-09-22 Thread Mark Schonewille
ld imagine that the following may work too: replace space with comma & space in field "Just One" sort items of field "Just One" -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.co

Re: repeat with each

2014-09-22 Thread Mark Schonewille
;Just One" -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Programming LiveCode for the R

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mark Schonewille
those routers, modems etc. for which no new software is available. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qer

Re: Regex Help

2014-09-26 Thread Mark Schonewille
Hi, It could be something like this: on mouseUp put "*/point-*-landed.html" into myFilter put fld 1 into myData filter myData without myFilter put myData end mouseUp but if this doesn't work, you'll have to post an actual sample of your data. --

Re: Regex Help

2014-09-26 Thread Mark Schonewille
html" in PHP or Perl. I tried this with and without escaping the slash and dashes, but escaping seems unnecesary. If the regex doesn't work in PHP or Perl, maybe you could try \/point\-item[0-9]+\-landed.html but I haven't tested if this would be necessary. -- Best regards, Ma

Re: Regex Help

2014-09-26 Thread Mark Schonewille
Then what exactly does the middle item contain? Numbers and letters? Special symbols? Chinese? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker

Re: Regex Help

2014-09-26 Thread Mark Schonewille
Hi Skip, If it contains numbers and letters, it could be /point-item[0-9a-zA-Z]+-landed.html and if it contains anything except whitespace, it could be /point-item[\w]+-landed.html Both options work with the sample data you provided. -- Best regards, Mark Schonewille Economy-x-Talk

Re: position of field scrollbar

2014-10-02 Thread Mark Schonewille
Hi Larry, If you search the dictionary for "scroll", you'll see properties such as scroll, vScroll and hScroll. You can use the vScroll property to set the scroll of a field to 0. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: how to detect insertion point

2014-10-05 Thread Mark Schonewille
Hi Larry, To detect the insertion pint when the user clicks in a field, you can do this: on selectionChanged put the selectedchunk end selectionChanged -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with

Re: Is this a bug or am I missing something?

2014-10-09 Thread Mark Schonewille
Mark, This isn't true. If the traversalOn of a button it true, it can have focus. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for Liv

Re: Is this a bug or am I missing something?

2014-10-10 Thread Mark Schonewille
Mark, Wrong again. Create a menu button, set its traversalOn to true, press tab and use the arrow keys to navigate the menu. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer

Re: Is this a bug or am I missing something?

2014-10-10 Thread Mark Schonewille
Mark, It might be different on OSX. I'm using Windows today. Also, I've now noticed that you need to click in the card and not on the title bar to enable navigation by arrow keys --seems a small bug to me. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software E

Re: Is this a bug or am I missing something?

2014-10-10 Thread Mark Schonewille
That's true, Mark, but my point was only that menu buttons can have focus. Apparently, it doesn't make a difference to OP. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprog

Re: use-livecode Digest, Vol 133, Issue 20

2014-10-11 Thread Mark Schonewille
12.10.2014 is 12th October, Peter. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Progra

Re: Could not Compile Application Class

2014-10-11 Thread Mark Schonewille
Hi Ray, Did you recently re-install or update LiveCode? Have a look at the preferences. LiveCode may have forgotten where to look for the Android APK. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http

Re: Could not Compile Application Class

2014-10-11 Thread Mark Schonewille
ndroid-sdk. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for LiveCode: http://qery.us/468 Buy my new book "Programming LiveCode for th

Re: Could not Compile Application Class

2014-10-11 Thread Mark Schonewille
Hi Ray, Double-click the file SDK-manager.exe and wait until it is visible. You'll see a list with checkboxes and Android versions. Select Android 2.2 (API 8) and click on Install. This should do it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engine

Re: use-livecode Digest, Vol 133, Issue 20

2014-10-12 Thread Mark Schonewille
Hi, I do that all the time, in databases, in my file listings and whenever I think that sorting may be an issue later on. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK

<    1   2   3   4   5   6   7   8   9   10   >