Search found 132 matches

by bobcole
Sun Oct 30, 2022 11:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Combo box limitation ?
Replies: 24
Views: 5462

Re: Combo box limitation ?

Combo boxes are only one menu type but an important one. Some menu types have peculiarities of their own. I put together an example stack to show examples of the various menu types (see below). I don't remember having previously figured out how to use a cascading menu so this was a good exercise for...
by bobcole
Wed Oct 12, 2022 8:01 pm
Forum: Off-Topic
Topic: Sub-to-SRT updated for YouTube transcripts
Replies: 11
Views: 4983

Re: Sub-to-SRT updated for YouTube transcripts

Jacque:
I think I’ll keep the time codes in my text files to identify the locations in the videos. In case I want to view a video I’ll know where to look.
Thanks for the idea though.
Bob
by bobcole
Wed Oct 12, 2022 6:11 pm
Forum: Off-Topic
Topic: Sub-to-SRT updated for YouTube transcripts
Replies: 11
Views: 4983

Re: Sub-to-SRT updated for YouTube transcripts

jameshale:
My initial goal was just to get the text so I could conduct searches on various terms.
Following your suggestion, I downloaded the video file and put the srt file in the same folder. The transcript displays perfectly.
Thank you for your good advice.
Bob
by bobcole
Wed Oct 12, 2022 5:45 am
Forum: Off-Topic
Topic: Sub-to-SRT updated for YouTube transcripts
Replies: 11
Views: 4983

Re: Sub-to-SRT updated for YouTube transcripts

jameshale: Thanks for the suggestion. I was able to select whole transcripts! I reformatted them in BBEdit. The text is difficult to read without punctuation or capitalization and with a timecode at the start of each line. Also, I see a number of goofs in the transcriptions (e.g., "Web Camp" is some...
by bobcole
Mon Oct 10, 2022 3:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: What is "Special" about "Column" ??
Replies: 3
Views: 1501

Re: What is "Special" about "Column" ??

aetaylorBUSBnWt: My first thought was to determine if the results (tResults) of your query are in an array: if tResults is an array then put "tResults is an array" & return after message box else put "tResults is NOT an array." & return after message box end if After digging around the Dictionary, I...
by bobcole
Mon Oct 10, 2022 2:44 am
Forum: Off-Topic
Topic: Sub-to-SRT updated for YouTube transcripts
Replies: 11
Views: 4983

Re: Sub-to-SRT updated for YouTube transcripts

by jameshale : ... Click on this and select "show transcript". It will appear to the right of the video. Simply select and copy the text. I didn't know about the transcript feature of YouTube videos, thanks for pointing it out. Thanks also for pointing out the Sub-to-srt Sample Stack. Unfortunately...
by bobcole
Sun Oct 02, 2022 11:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tab order through controls
Replies: 21
Views: 9771

Re: Tab order through controls

Jacque mentioned the traversalOn property in a previous post. by jacque » Sat Apr 04, 2015 11:09 am ...turn off the traversalon property... I think this good comment needs reinforcement regarding fields. First, arrange fields in the Project Browser to the order desired (so the fields' layers follow ...
by bobcole
Fri Sep 30, 2022 9:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Signature Widget Resize Scale
Replies: 18
Views: 7642

Re: Signature Widget Resize Scale

The title of this thread and the original posting refer to "Resize Scale." With that in mind, I explored creating a double size signature from the original. The stack below doubles the size of the original signature in a separate signature widget. Each of the points in the original signature's pathD...
by bobcole
Fri Sep 30, 2022 9:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: create widget
Replies: 16
Views: 5740

Re: create widget

Bernd:
Your stack is BRILLIANT!
Thank you for posting it.
Bob
by bobcole
Fri Sep 30, 2022 2:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: create widget
Replies: 16
Views: 5740

Re: create widget

Richmond62: Thanks for posting your Switcher stack. Just for fun I put together a switch control consisting of simple LC graphics grouped together. By using LC graphics, I was able to change colors, inner glow, add labels ("ON" and "OFF"), move the switch from side to side, etc. The script is contai...
by bobcole
Sat Sep 24, 2022 10:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Signature Widget Resize Scale
Replies: 18
Views: 7642

Re: Signature Widget Resize Scale

from Bernd: I do not know what exactly drawingSVGCompile did not like in the original header of the lesson. Bernd's sample stack contains the xml header from the Affinity app; it works well. I tried to skinny down that xml and came up with this minimal header: <?xml version="1.0"?> <svg viewBox="0 ...
by bobcole
Fri Sep 16, 2022 4:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: List all Custom Properties in a stack
Replies: 54
Views: 18152

Re: List all Custom Properties in a stack

by Jacque: ...you can disable a red dot breakpoint in the Breakpoint pane of the variable warcher. That leaves it in place but it won't break into the debugger until you enable it again. Screen Shot.jpg I wonder how many times over 14 years that I have simply overlooked the Breakpoints pane. Thanks...
by bobcole
Fri Sep 16, 2022 12:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: List all Custom Properties in a stack
Replies: 54
Views: 18152

Re: List all Custom Properties in a stack

Jacque.
It was the ability to set a conditional via a red dot that was the news for me.
Craig
Me too. After 14 years of playing with Revolution/LiveCode I am happy to know about Conditional Breakpoints.
I think this capability will help me with debugging.
Thanks Jacque,
Bob
by bobcole
Sun Sep 11, 2022 1:30 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Add dynamic data when sending standalone bug report by mail?
Replies: 13
Views: 4485

Re: Add dynamic data when sending standalone bug report by mail?

I forgot to mention that the Development -> Script Debug Mode
must be unchecked (no debugging) for the script to display the error dialog.
Bob
by bobcole
Sun Sep 11, 2022 1:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Add dynamic data when sending standalone bug report by mail?
Replies: 13
Views: 4485

Re: Add dynamic data when sending standalone bug report by mail?

by FourthWorld » Fri Sep 09, 2022 10:59 am ... Trap the errorDialog message to handle errors however you like. Here is my attempt. (Note that limited HTML formatting is permissible in the error dialog) Screen Shot 2022-09-10 at 6.59.52 PM.png Put the following script into a button and run it. on mo...

Go to advanced search