(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
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
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
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:
>
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
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
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
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
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
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"
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
.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
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
-) 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
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:
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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"
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
://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
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
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
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
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
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
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
,
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
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,
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
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
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
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
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
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
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
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
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
;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
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
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.
--
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
301 - 400 of 1903 matches
Mail list logo