Advanced Search

Search Results (Searched for: )

  • HansU
  • HansU's Avatar
14 Jan 2025 07:42
Replied by HansU on topic Gmoccapy 3.5.0 - opinions needed

Gmoccapy 3.5.0 - opinions needed

Category: Gmoccapy


Midnight Commander / Norton Commander:
Yes I was thinking about a two parted window where you may select in each window a different content and with the bottom button it should be possible to copy, rename, move ore load the content of the selected file.


Hmm I think a split view is not so suitable here as this is only to load files. i think for copy or move operations you should use the systems file manager. But renaming could be supported.

This file gives me this. Still an emtpy tool list:


How are you accessing those properties, through the gstat-module?

Yes: github.com/LinuxCNC/linuxcnc/commit/5838...f0ddf6aa125c0885dcde
  • Aciera
  • Aciera's Avatar
14 Jan 2025 07:14 - 14 Jan 2025 07:22
Replied by Aciera on topic Gmoccapy 3.5.0 - opinions needed

Gmoccapy 3.5.0 - opinions needed

Category: Gmoccapy

This file gives me this. Still an emtpy tool list:


How are you accessing those properties, through the gstat-module?
  • newbynobi
  • newbynobi's Avatar
14 Jan 2025 05:56
Replied by newbynobi on topic Gmoccapy 3.5.0 - opinions needed

Gmoccapy 3.5.0 - opinions needed

Category: Gmoccapy

@Hansu,

G-code Info;
IMHO the embed Tab should hidethe complete Tool and G-code part.
Ideal would be allowing the user to hide the complete frame or just add a new tab to that location.

Midnight Commander / Norton Commander:
Yes I was thinking about a two parted window where you may select in each window a different content and with the bottom button it should be possible to copy, rename, move ore load the content of the selected file.

Norbert
 
  • rodw
  • rodw's Avatar
14 Jan 2025 04:44

Where to buy inexpensive, reliable stepper drivers in Canada.

Category: Driver Boards

Moons Industries also holds stocks in the USA. They are a quality industrial unit so may not be so economical
www.moonsindustries.com/
  • nawaf
  • nawaf
14 Jan 2025 04:21 - 14 Jan 2025 04:29
Replied by nawaf on topic Axis Modifications

Axis Modifications

Category: AXIS

Thank you, Phill, that was very helpful.How can I make the file list display with larger sizes? I want to increase the size of the text and icons.  
if {[info proc tkgof] == ""} {rename tk_getOpenFile tkgof}
proc tk_getOpenFile {args} {
    # location and size on screen:
    variable xoff    50
    variable yoff    10
    variable width    900
    variable height    500
    variable padx    10
    variable pady    20

    after 0 {
        wm geometry .__tk_filedialog ${width}x${height}+${xoff}+${yoff};
        .__tk_filedialog.contents.f1.lab configure -padding [list $padx $pady $padx $pady];
        .__tk_filedialog.contents.f1.menu configure -direction below;
        .__tk_filedialog.contents.f1.menu.menu configure -font {Sans 20};
        .__tk_filedialog.contents.f1.up configure -padding [list $pady $pady $pady $pady];
        .__tk_filedialog.contents.f2.lab configure -padding [list $padx $pady $padx $pady];
        .__tk_filedialog.contents.f2.ent configure -font {Sans 18};
        .__tk_filedialog.contents.f2.lab2 configure -padding [list $padx $pady $padx $pady];
        .__tk_filedialog.contents.f2.menu configure -padding [list 5 10 5 10];
        .__tk_filedialog.contents.f2.ok configure -padding [list $padx $pady $padx $pady];
        .__tk_filedialog.contents.f2.cancel configure -padding [list $padx $pady $padx $pady];
        .__tk_filedialog.contents.f2.hidden configure -padding [list 10 10 10 10]
    }
    
    return [eval tkgof $args]
    
}
Displaying 20146 - 20150 out of 20150 results.
Time to create page: 0.477 seconds
Powered by Kunena Forum