Search found 332 matches

by jiml
Sat Jan 20, 2024 10:50 pm
Forum: Multimedia
Topic: currentTime of player never equals duration of player
Replies: 9
Views: 1421

Re: currentTime of player never equals duration of player

Indeed playstopped is the way to accomplish his goal.
I proffered a possible solution to the title of this thread.
by jiml
Fri Jan 19, 2024 9:08 pm
Forum: Multimedia
Topic: currentTime of player never equals duration of player
Replies: 9
Views: 1421

Re: currentTime of player never equals duration of player

Also 762 milliseconds is a very short duration. Are you certain about that?
by jiml
Fri Jan 19, 2024 9:06 pm
Forum: Multimedia
Topic: currentTime of player never equals duration of player
Replies: 9
Views: 1421

Re: currentTime of player never equals duration of player

the maximum currentTime I get back for one of my files is 762 milliseconds and the duration of the player is 938 Check out timescale in the dictionary: The timeScale is the number of intervals per second of a movie or sound. These intervals are used for the player's startTime, endTime, duration, an...
by jiml
Wed Jan 17, 2024 11:05 pm
Forum: Developer Services Marketplace
Topic: Offering Development from Ukraine
Replies: 7
Views: 3065

Re: Offering Development from Ukraine

I can heartily recommend the quality of Ukrainian coders. In the late nineties and early 2000s I used a team of programmers in the Ukraine. Also brought over two Ukrainians to California to manage their remote team. They all did excellent work. I've lost touch with these folks and hope that they are...
by jiml
Fri Jan 12, 2024 6:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: If and repeat problem...methinks
Replies: 3
Views: 18317

Re: If and repeat problem...methinks

This one liner might work too.

Code: Select all

put the last trueword of tmydate into tzzz
by jiml
Tue Dec 26, 2023 8:22 pm
Forum: Off-Topic
Topic: Happy 2024
Replies: 7
Views: 105057

Re: Happy 2024

Peace.
by jiml
Tue Dec 05, 2023 9:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Color to Black & White
Replies: 34
Views: 83801

Re: Color to Black & White

As Bernd noted export with palette is very quick.
And you can do wacky color palettes.
Jim Lambert
by jiml
Tue Dec 05, 2023 3:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Color to Black & White
Replies: 34
Views: 83801

Re: Color to Black & White

There is also TinyColor for LiveCode by Ferruslogic. https://github.com/Ferruslogic/TinyColor/releases/tag/v1.0.0b Post by andresdt » Fri Jan 21, 2022 5:08 pm TinyColor is a popular JavaScript library. With a 4.1k star rating on GitHub. https://github.com/bgrins/TinyColor Image We now have a version...
by jiml
Sat Oct 07, 2023 6:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copy the Last Line of a .txt file
Replies: 13
Views: 12730

Re: Copy the Last Line of a .txt file

At each step I save the data in a CSV text file (tLine5.txt) one line per record. ... To accomplish this I want to read the last line in the appropriate file and populate the card with the data. I don't want to scroll thru the entire file to get to the last line if possible. Alternately, You might ...
by jiml
Sat Oct 07, 2023 6:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copy the Last Line of a .txt file
Replies: 13
Views: 12730

Re: Copy the Last Line of a .txt file

I don't want to scroll thru the entire file to get to the last line if possible. I can't figure out how to get to the last line in the file without starting at the first and scrolling until I get to the EOF. function getLastline myFilePath open file myFilePath for read -- read a chunk from the end ...
by jiml
Mon Sep 25, 2023 9:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simultaneously scrolling text vertically in two fields
Replies: 23
Views: 11214

Re: Simultaneously scrolling text vertically in two fields

have two text fields on a card, fld 1 and fld 2. Each has its vertical scroll bar showing because there is text in each. Field 1 (f1) has one number on each line: 1 to 20. Field (f2) has a letter of the alphabet on each line: a to t. I want to be able to scroll both fields simultaneously Does it ab...
by jiml
Thu Jun 01, 2023 2:10 am
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 552825

Re: Announcing Xavvi, a Great Leap Forward for App Building

the US Copyright Office has ruled that their mandate, to provide copyright protection for original creative works, only applies to work humans create, and portions generated by machine are excluded from copyright protection in the US: But the Patent Office has long held: “The threshold question in ...
by jiml
Mon May 29, 2023 6:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Copy card to clipboard as image
Replies: 3
Views: 4010

Re: Copy card to clipboard as image

Also:

Code: Select all

on mouseUp pMouseButton
   export snapshot from this card to sImage as JPEG
   set the clipboardData["image"] to sImage
end mouseUp
by jiml
Sun May 28, 2023 12:40 am
Forum: Made With LiveCode
Topic: Database Designer (in development)
Replies: 24
Views: 34176

Re: Database Designer (in development)

Emily-Elizabeth,

Brava!

JimL

Go to advanced search