586,216 active members*
3,624 visitors online*
Register for free
Login Register
Siemens Digital Industries Software Forum

Where today meets tomorrow.

PlanetCNC > User Button Problem.
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2015
    Posts
    260

    User Button Problem.

    Hello. I noticed the following. I don't think it's supposed to be like that.
    I have an extra button to access the settings.
    This only works if I first e.g. didn't have the tool table open. Or the zero point editor.
    I haven't noticed any others yet.
    That's kind of annoying.
    BDW. How can you show the menu again if you have hidden it in the settings?

  2. #2
    Join Date
    Mar 2017
    Posts
    1312

    Re: User Button Problem.

    I don't understand what is the problem. I tried and settings button works as it should.

    You can create button for command like this:
    cmd: "File.Settings_..." "SET"
    Alternatively you can open settings via expr. like this:
    expr: "settings();" "SET"

    If you hide menu bar you can open settings by typing =settings() into MDI. This will execute expr command.

  3. #3
    Join Date
    Nov 2015
    Posts
    260

    Re: User Button Problem.


  4. #4
    Join Date
    Nov 2015
    Posts
    260

    Re: User Button Problem.

    I make my Button wirh cmd: "File.Settings_...", there is the Problem what i show in the Video.

    With expr: "settings();" it works.

    Thank You.

  5. #5
    Join Date
    Mar 2017
    Posts
    1312

    Re: User Button Problem.

    That is because expr buttons don't have "built-in" enable/disable and are always enabled.
    You can force same behavior with this button
    cmd: "File.Settings_..." "SET" enable="1"

    I will fix "built-in" implementation anyway. Thx for reporting this bug.

Similar Threads

  1. Replies: 7
    Last Post: 01-05-2024, 11:41 AM
  2. TNGv2 Spindle button problem
    By theRat in forum PlanetCNC
    Replies: 3
    Last Post: 11-20-2019, 11:03 AM
  3. WATERJET CYCLE START BUTTON PROBLEM
    By isheeeljan in forum Laser Engraving / Cutting Machine General Topics
    Replies: 2
    Last Post: 11-23-2015, 06:31 AM
  4. Replies: 0
    Last Post: 10-10-2013, 03:41 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •