on stored data about that image/card combination.
Peter Bogdanoff
On Jan 18, 2021, at 4:44 PM, Tim Selander via use-livecode
wrote:
Right, which is why this is so confusing. I do not want a 'shared text' image.
Each card should keep it's own unique image, but when I change the image on one
-livecode wrote:
Hi Tim,
Am 18.01.2021 um 19:12 schrieb Tim Selander via use-livecode
:
This is driving me nuts.
Have a 'background' group with an image. If I change the filename of an image
on one card, ALL the cards change to that image. Yet a field in the same group
properly will take unique
This is driving me nuts.
Have a 'background' group with an image. If I change the filename
of an image on one card, ALL the cards change to that image. Yet
a field in the same group properly will take unique values for
each card.
I know I've done this before... what setting am I missing??
:17, Tim Selander via use-livecode
a écrit :
Thank you for your reply, but I haven't gotten it working yet.
The code in my first post was from my working stack. Here is what I have from
my non-working stack after re-writing to follow your instructions:
# Construct SQL
put "I
line n/a (External handler execution error: revdberr,syntax
error) near "revdberr,syntax error"}
I appreciate your taking the time to educate me.
Tim Selander
On 2019.02.16 16:12, Ludovic THEBAULT via use-livecode wrote:
Le 16 févr. 2019 à 07:59, Tim Selander via use-livecode
I have a routine to take data from fields on a card and upload to
a mysql database. Has worked well for years, got the original
script off the Livecode learning site.
---
# Construct SQL
put "INSERT INTO
where tURL is a path to a local or remote file.
Player controls would use similar methods as above.
Peter Bogdanoff
On Feb 2, 2019, at 10:55 PM, Tim Selander via use-livecode
wrote:
For the first time ever, probably, I have a little project that needs the HC "stack
of cards" s
For the first time ever, probably, I have a little project that
needs the HC "stack of cards" structure.
Have a few buttons and fields in a group, acting a a background
and it all works as expected.
However, I also have an image and a play in the group/background.
Oddly, when I set one
properly saved the data as utf8/kanji to the file on the server.
All's well that ends well.
Tim Selander
Tokyo, Japan
On 2018.10.04 15:48, Tim Selander via use-livecode wrote:
Hi Scott,
Added info; I have at the top of the web page source.
Then, I only found outputTextEncoding
o Tim,
Did you look at the textEncode function?
—
Scott Morrow
On Oct 3, 2018, at 10:22 PM, Tim Selander via use-livecode
wrote:
I am using Livecode Server on Livecode's hosting plan.
Taking my first stab at a web response form. I am getting the data from $_POST
fine, and when I simply d
I am using Livecode Server on Livecode's hosting plan.
Taking my first stab at a web response form. I am getting the data from
$_POST fine, and when I simply do something like:
put $_POST[firstname]
the UTF8/Kanji word shows up fine in the webpage. But I am unable to
save the data to a file
Thanks, Mike.
This seemed like a good hint/possible solution.
Another though has just occurred to me also.. If you use session
variables, you can store the search term in the session, and since the
browser will re-post on reload, if $_POST and your session variable contain
the same search
Hi,
Is it possible to change, or even delete, the $_POST[] array in LiveCode
server? I want to clear it after my script has pulled out the info it needs.
Or, maybe there's another way to skin the cat. I have a search page that
returns a list of our online TV programs. But even if the page is
Hi,
Is it possible to manipulate the contents of the $_Post[] global
directly on Livecode serve?
When I reload a page, the values in the array still have the values in
them from the previous time the "Submit" button was used... efforts to
delete or put empty into, do not seem to work.
Mark,
Success! Greatly appreciate your walking me through this.
Have a great weekend.
Tim Selander
Tokyo, Japan
On Fri, Jun 1, 2018 at 7:15 AM, Mark Waddingham via use-livecode <
use-livecode@lists.runrev.com> wrote:
On 2018-06-01 12:53, Tim Selander via use-livecode wrote:
H
Hi Mark,
Here is the script. The files I'm using are
bamboobabies.com/getjapanesetext.lc, and the text it is getting
is bamboobabies.com/news.txt.
In the script, there are two lines reading the text file that
I've taken turns commenting out
If you can give me any hints, it would be
for than info is, and Googling failed me this time...
Tim Selander
On 2018/06/01 8:55, kee nethery via use-livecode wrote:
I’m assuming you are using “unicode” (aka UTF-16) and not UTF8 to do all your
transforming of the data?
Kee
On May 31, 2018, at 4:46 PM, Tim Selander via use-livecode
kanji got split in half. Identical results to "put char 500 to 550."
Tim Selander
On 2018/06/01 8:39, kee nethery via use-livecode wrote:
On May 31, 2018, at 4:33 PM, Tim Selander via use-livecode
wrote:
Thanks, Warren.
Yes, I've got that header set up, and UTF8 is working fi
rren Samples via use-livecode wrote:
On 05/31/2018 06:43 AM, Tim Selander via use-livecode wrote:
Is there any way to get LC Server to handle double-byte characters
the same way LC desktop does?
Tim Selander
Tokyo, Japan
LC Server serves pages with a default "Content-Type" header o
Hi,
In LC, if I have a field or variable in Japanese (double-byte)
and get, say, the 5th character, it returns the correct
double-byte character. But on LC server (on-rev hosting)
"character" commands get single bytes, breaking the Japanese
character turning it into gibberish.
Is there any
ff via use-livecode wrote:
Tim,
Try both commands in order: set playRate, then start.
Peter Bogdanoff
On Feb 24, 2018, at 10:16 AM, Tim Selander via use-livecode
<use-livecode@lists.runrev.com> wrote:
Hi Paul,
Using 9.0 dp11 community. After sending the post, I found in the dictionary
er
Tokyo, Japan
On 2018.02.24 23:44, Paul Dupuis via use-livecode wrote:
controlKeyDown is absolutely available on Windows. See the dictionary
entry in LC8.1.9 for example. What version of LiveCode are you using?
On 2/24/2018 9:04 AM, Tim Selander via use-livecode wrote:
Hi,
Trying my first litt
Hi,
Trying my first little LC app on Windows. I wrote an app on osx
and am now trying to get it to work in a Win7 machine.
On the mac app, I use ctrl-J, ctrl-K, and ctrl-L to control the
video player. JKL is pretty standard video player control in
video editing software.
On the mac app,
Hi,
Trying to simply play an h264 video on LC 9 in a player on a Win7
machine. Quicktime installed. I have .mov, .mp4, .mv4 videos that
all play fine on Mac osx /and/ in QT on the Win7 machine. But I
can only get .wmv to play in the LC player object on Win7.
Have to create a little in-house
Hi Mike,
Thanks! I put the script in the table field itself with no luck.
But when I moved it to the card script, it works! Great! I never
would have come up with that in a million years.
This list is fantastic.
Oh, and I just re-named the table field to "Opera" ;-)
Tim Selander
Tokyo,
Hi,
Editing a table field (not datagrid) and need to track the number
of the line that is being edited. If I click into a new line,
"selectionchanged" will let me figure out what line I'm editing.
But if I hit return or tab to go to a new line, how can I track
what line the cursor is in?
Hi,
Up until now, in my livecode server script,
put URL "http://www.myserver.com/radio/15/; after vlist
has gotten me text list of the directory contents.
Now it gets me a "You don't have permission to access." error message.
on-rev hosting, "sage" is the server.
Anyone know what is
Richard,
Have never written a CGI in my life but you got me thinking; a
quick Google found me a php script to "print" a folder listing.
So now my .lc script on my on-rev serve puts the url of the .php
page on the server with the mp3s into a variable -- which gives
me the list of file names
of lc server.
Regards,
Matthias
Matthias Rebbe
+49 5741 31
matthiasrebbe.eu <http://matthiasrebbe.eu/>
Am 18.07.2017 um 12:50 schrieb Tim Selander via use-livecode
<use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>:
Hi Matthias,
Good idea. I
u/>
Am 18.07.2017 um 10:38 schrieb Tim Selander via use-livecode
<use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>:
Hi,
My company gave up on hosting our email and website at on-rev.com
<http://on-rev.com/> back when they were having lots of reliability
th ftp outgoing
connections.
Matthias
Matthias Rebbe
+49 5741 31
matthiasrebbe.eu <http://matthiasrebbe.eu/>
Am 18.07.2017 um 10:38 schrieb Tim Selander via use-livecode
<use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>:
Hi,
My company gave
Hi,
My company gave up on hosting our email and website at on-rev.com back
when they were having lots of reliability problems. We're using a host
in Japan; no LC server installed, nor is it installable.
I still have our Founder's account on on-rev.com, and use quite a few
.lc scripts,
Hi Richmond
This works (both scripts in the button):
on mouseUp
put goRed()
end mouseUp
function goRed
set the backGroundColor of card 1 to red
end goRed
I think the general idea is that a function returns information. So
date() returns the date. But just having a line "date()" in the script
It should be in the master library.
Bob S
On May 13, 2017, at 22:25 , Tim Selander via use-livecode
<use-livecode@lists.runrev.com> wrote:
Hi
I need to convert IP address from web logs to decimal for easier processing...
Before I try to "reinvent the wheel" (and no doubt roll off a cliff
, 17:02, Richmond Mathewson via use-livecode wrote:
I almost never know anything, but I do know where to look to find
out:
https://www.mkyong.com/java/java-convert-ip-address-to-decimal-number/
Hope that spoils your Sunday :)
Richmond.
On 5/14/17 8:25 am, Tim Selander via use-livecode wrote:
Hi
Hi
I need to convert IP address from web logs to decimal for easier
processing...
Before I try to "reinvent the wheel" (and no doubt roll off a
cliff) I'm wondering if anyone already has such a function they'd
be willing to share?
TIA
Tim Selander
Tokyo, Japan
Yes, that had occurred to me, but my explanation was too
simplistic. While it is a Scrabble-esque game with tiles, the
tiles are hexagons and are staggered on the board. (pic--
http://tinyurl.com/jjcqolm)
That still might be calculate-able, but is beyond my math skills!
Thanks,
Tim
On
ist of the objects you wish to check against (or
array, or whatever)
on mousemove
if the mouse is down then
repeat for each line tLine in objectList
if within(tLine,the mouseloc) then
put tLine into tResult
exit repeat
end repeat
end if
if tResult
end mousemove
On Sat, Mar 11, 2017 at 1:02 AM,
I miss the Zynga "Pathwords" game on Facebook, so for my own
amusement I'm trying to recreate it in Livecode.
For those who don't know the game, it had a solid screenful of
Scrabble-like lettered tiles. Click and drag the mouse through
adjacent letters to make words.
Without clicking,
00 AM, Tim Selander via use-livecode <
use-livecode@lists.runrev.com> wrote:
The documentation says Cmd + . should stop a running script.
I haveset the allowinterrupts to true in my openstack script. But if
I get into a long repeat loop, cmd + . does not stop anything.
Community v8.1
The documentation says Cmd + . should stop a running script.
I haveset the allowinterrupts to true in my openstack
script. But if I get into a long repeat loop, cmd + . does not
stop anything.
Community v8.1, OSX 10.9.
Any advice appreciated.
Tim Selander
Tokyo, Japan
d it tells you if the file
is in the programs folder or not.
So the url would look something like this:
http://my.programserver.com/check.lc?1234.mp3
The text of the 'check.lc' file:
This is most likely not exactly what you need, but maybe it'll give you a
starting point.
Than
Hi,
On-rev.com hosting, using LC server to present a list of our
AM/FM radio programs for people to listening to on-demand.
Out of a month's 20 programs, 3 or 4 might not get uploaded due
to copyright issues, etc. Also, mp3's are not on the on-rev.com
server, but another hosting service we
43 matches
Mail list logo