Search found 15 matches

by LarryJD
Mon Sep 20, 2021 3:42 am
Forum: New Feature Request
Topic: Optional X and Y for SScript:
Replies: 2
Views: 4812

Optional X and Y for SScript:

The new SScript: feature enabling Script and SubScript files to include other SubScript files is a very powerful feature and is much appreciated. If the SScript: could take optional CX and CY fields it would be even more powerful. This would allow grouped of UI controls to be laid out relative to ea...
by LarryJD
Sun Sep 19, 2021 9:10 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Incomplete control definitions in SubScripts
Replies: 4
Views: 4446

Re: Incomplete control definitions in SubScripts

Hi Tom,

I'm sorry for taking your time, I don't know how I missed that. Couldn't see the forest for the trees thing I guess.

Thank you very much for your quick response and patients.
by LarryJD
Sat Sep 18, 2021 11:27 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Incomplete control definitions in SubScripts
Replies: 4
Views: 4446

Re: Incomplete control definitions in SubScripts

I may have found a bug with the incomplete control definitions subscripts. It looks like a SubScript triggered by a button action that includes another SubScript doesn't work. I've attacked a set of simple test screen scripts: - SimpleTest.scr is the Main screen - SimpleTestA.scr is the SubScript tr...
by LarryJD
Fri Sep 17, 2021 9:52 pm
Forum: New Feature Request
Topic: ScreenScript #Include like directive
Replies: 6
Views: 4947

Re: ScreenScript #Include like directive

Hi Tom, The new Screen Editor works great, thank you! I like that it keeps the content in the order read in when it does a write out. Is it possible for the editor to put a marker comment in the output to indicate the file where each script segment came from? Alternately and maybe a better more gene...
by LarryJD
Fri Sep 17, 2021 8:20 pm
Forum: New Feature Request
Topic: ScreenScript #Include like directive
Replies: 6
Views: 4947

Re: ScreenScript #Include like directive

Our messages crossed :)

Thank you very much Tom! I'll try the Screen Editor right away.
by LarryJD
Fri Sep 17, 2021 7:56 pm
Forum: New Feature Request
Topic: ScreenScript #Include like directive
Replies: 6
Views: 4947

Re: ScreenScript #Include like directive

Hi Tom, Thanks for the sample. It's great that the include is already implemented! I was a bit confused by the RTCP2 file content. It included the base page content plus the additional content of the subscript. I've included modified files RTCP1_LJD.scr and RTCP2_LJD.scr that represent what more of ...
by LarryJD
Fri Sep 17, 2021 2:19 am
Forum: New Feature Request
Topic: ScreenScript #Include like directive
Replies: 6
Views: 4947

ScreenScript #Include like directive

A feature that could make custom screen design and maintenance much easier would be to add a #include like directive to the Screen Script syntax. An include directive would remove the need to update multiple Screen Script files when a change is made. Screen content could be logically broken into sep...
by LarryJD
Thu Sep 16, 2021 10:11 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Setting button text
Replies: 8
Views: 5790

Re: Setting button text

Hi Tom,

I believe I did have the same text in both. I decided to simplify things and take your advice and avoid using But0-9 :)

Thanks,
Larry
by LarryJD
Thu Sep 16, 2021 10:00 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Incomplete control definitions in SubScripts
Replies: 4
Views: 4446

Incomplete control definitions in SubScripts

Hi, I've been working on a screen that is defined with the constant screen content in a main screen script file and the dynamic content specified in individual subscript files. This makes it much easier to add and maintain the screens since the dynamic content can be implemented in small subscript f...
by LarryJD
Mon Sep 13, 2021 5:05 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Setting button text
Replies: 8
Views: 5790

Re: Setting button text

Hi Tom, Thanks, I missed that way to remove a speed selection. That works fine. I did see another control visibility behavior that I don't know if I'm doing something to cause it. I'm using But9. I have it configured in Tool Setup for the action to Execute Program and in Screen Editor for placement ...