Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Tutorials
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How to disable the button during the Pressed method?

Solved1.24K views4th July 2023Automation IAS IAS Toolkit
2
Michiel Saelen [SLC] [DevOps Enabler]5.63K 3rd July 2023 0 Comments

I'm using the IASToolkit to create an interactive UI for a low-code app. I want to disable the button on pressed to avoid people pushing it multiple times and to indicate that the action linked to the button is running. I was looking into triggering the Update method after setting the IsEnabled property, but that is only allowed in manual mode. I didn't find a lot of information on how the manual mode should be used. When running the script from the Automation application, everything seems to be disabled by default.

What is the easiest/best way to achieve this?

Michiel Saelen [SLC] [DevOps Enabler] Selected answer as best 4th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Michiel Clepkens [SLC] [DevOps Advocate]1.25K Posted 3rd July 2023 3 Comments

Hi Michiel

Would it be an option to do something like this?

private void OnPressed(object sender, EventArgs e)
{
Button.IsEnabled = false;

// Method body

Button.IsEnabled = true;
}

Setting the IsEnabled property to false causes the widget to be grayed out and disables user interaction.

Floris Cockaerts [SLC] [DevOps Advocate] Posted new comment 4th July 2023
Michiel Saelen [SLC] [DevOps Enabler] commented 3rd July 2023

I tried this, but it does not seem to work (at least from the low-code app). The behavior is different when triggering the IAS from the automation module. I just tested disabling the button and it looks like it completely doesn’t work from low-code apps. So begins to look more like a bug.

Michiel Clepkens [SLC] [DevOps Advocate] commented 3rd July 2023

Are you using the latest stable version of the IASToolkit NuGet (6.1.0)?
https://www.nuget.org/packages/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit/6.1.0

Floris Cockaerts [SLC] [DevOps Advocate] commented 4th July 2023

I think the enabled/disabled doesn’t update the display, and it will probably resolve after exiting the current function. There’s similar behaviour in WinForms. Will try to check my theory against a script locally and see if I can find a solution.

You are viewing 1 out of 2 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas

Recent questions

Alarm Dashboard PDF/CSV Export 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (108) Correlation (68) Cube (150) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (139) driver (65) DVE (55) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (151) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) services (51) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin